Class: Quickfix::LegCashSettlQuoteCurrency

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ LegCashSettlQuoteCurrency

Returns a new instance of LegCashSettlQuoteCurrency.



46819
46820
46821
46822
46823
46824
46825
# File 'lib/quickfix_fields.rb', line 46819

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