Class: Quickfix::UnderlyingCashSettlQuoteCurrency

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingCashSettlQuoteCurrency

Returns a new instance of UnderlyingCashSettlQuoteCurrency.



58480
58481
58482
58483
58484
58485
58486
# File 'lib/quickfix_fields.rb', line 58480

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