Class: Quickfix::InstrumentPricePrecision
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::InstrumentPricePrecision
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ InstrumentPricePrecision
constructor
A new instance of InstrumentPricePrecision.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ InstrumentPricePrecision
Returns a new instance of InstrumentPricePrecision.
62497 62498 62499 62500 62501 62502 62503 |
# File 'lib/quickfix_fields.rb', line 62497 def initialize(data = nil) if( data == nil ) super(2576) else super(2576, data) end end |
Class Method Details
.field ⇒ Object
62494 62495 62496 |
# File 'lib/quickfix_fields.rb', line 62494 def InstrumentPricePrecision.field return 2576 end |