Class: Quickfix::CommissionCurrencyCodeSource

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ CommissionCurrencyCodeSource

Returns a new instance of CommissionCurrencyCodeSource.



78851
78852
78853
78854
78855
78856
78857
# File 'lib/quickfix_fields.rb', line 78851

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