Class: Quickfix::SettlementAmountCurrencyCodeSource

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ SettlementAmountCurrencyCodeSource

Returns a new instance of SettlementAmountCurrencyCodeSource.



78591
78592
78593
78594
78595
78596
78597
# File 'lib/quickfix_fields.rb', line 78591

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