Class: Quickfix::ComplexEventCurrencyTwo

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ ComplexEventCurrencyTwo

Returns a new instance of ComplexEventCurrencyTwo.



41281
41282
41283
41284
41285
41286
41287
# File 'lib/quickfix_fields.rb', line 41281

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