Class: Quickfix::UnderlyingComplexEventPriceTimeType

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingComplexEventPriceTimeType

Returns a new instance of UnderlyingComplexEventPriceTimeType.



26851
26852
26853
26854
26855
26856
26857
# File 'lib/quickfix_fields.rb', line 26851

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