Class: Quickfix::UnderlyingComplexEventPriceTimeType

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from IntField

#getValue, #setValue

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

Class Method Details

.fieldObject



26848
26849
26850
# File 'lib/quickfix_fields.rb', line 26848

def UnderlyingComplexEventPriceTimeType.field
	return 2051
end