Class: Quickfix::UnderlyingComplexEventCurrencyOne

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingComplexEventCurrencyOne

Returns a new instance of UnderlyingComplexEventCurrencyOne.



52604
52605
52606
52607
52608
52609
52610
# File 'lib/quickfix_fields.rb', line 52604

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