Class: Quickfix::SideSettlCurrencyCodeSource

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ SideSettlCurrencyCodeSource

Returns a new instance of SideSettlCurrencyCodeSource.



78578
78579
78580
78581
78582
78583
78584
# File 'lib/quickfix_fields.rb', line 78578

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