Class: Quickfix::ComplexEventPrice

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ ComplexEventPrice

Returns a new instance of ComplexEventPrice.



19662
19663
19664
19665
19666
19667
19668
# File 'lib/quickfix_fields.rb', line 19662

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