Class: Quickfix::UnderlyingComplexEventPrice

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from DoubleField

#getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ UnderlyingComplexEventPrice

Returns a new instance of UnderlyingComplexEventPrice.



26812
26813
26814
26815
26816
26817
26818
# File 'lib/quickfix_fields.rb', line 26812

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

Class Method Details

.fieldObject



26809
26810
26811
# File 'lib/quickfix_fields.rb', line 26809

def UnderlyingComplexEventPrice.field
	return 2048
end