Class: Quickfix::UnderlyingComplexEventPriceBoundaryPrecision

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) ⇒ UnderlyingComplexEventPriceBoundaryPrecision

Returns a new instance of UnderlyingComplexEventPriceBoundaryPrecision.



26838
26839
26840
26841
26842
26843
26844
# File 'lib/quickfix_fields.rb', line 26838

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

Class Method Details

.fieldObject



26835
26836
26837
# File 'lib/quickfix_fields.rb', line 26835

def UnderlyingComplexEventPriceBoundaryPrecision.field
	return 2050
end