Class: Quickfix::UnderlyingComplexEventPriceBoundaryPrecision
- Inherits:
-
DoubleField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- DoubleField
- Quickfix::UnderlyingComplexEventPriceBoundaryPrecision
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingComplexEventPriceBoundaryPrecision
constructor
A new instance of UnderlyingComplexEventPriceBoundaryPrecision.
Methods inherited from DoubleField
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
.field ⇒ Object
26835 26836 26837 |
# File 'lib/quickfix_fields.rb', line 26835 def UnderlyingComplexEventPriceBoundaryPrecision.field return 2050 end |