Class: Quickfix::UnderlyingInstrumentRoundingPrecision
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::UnderlyingInstrumentRoundingPrecision
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingInstrumentRoundingPrecision
constructor
A new instance of UnderlyingInstrumentRoundingPrecision.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ UnderlyingInstrumentRoundingPrecision
Returns a new instance of UnderlyingInstrumentRoundingPrecision.
54437 54438 54439 54440 54441 54442 54443 |
# File 'lib/quickfix_fields.rb', line 54437 def initialize(data = nil) if( data == nil ) super(2299) else super(2299, data) end end |
Class Method Details
.field ⇒ Object
54434 54435 54436 |
# File 'lib/quickfix_fields.rb', line 54434 def UnderlyingInstrumentRoundingPrecision.field return 2299 end |