Class: Quickfix::LegAllocSettlCurrencyCodeSource

Inherits:
StringField
  • Object
show all
Defined in:
lib/quickfix_fields.rb

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ LegAllocSettlCurrencyCodeSource

Returns a new instance of LegAllocSettlCurrencyCodeSource.



78916
78917
78918
78919
78920
78921
78922
# File 'lib/quickfix_fields.rb', line 78916

def initialize(data = nil)
	if( data == nil )
		super(2928)
	else
		super(2928, data)
	end
end