Class: Quickfix::LegInstrumentRoundingPrecision
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::LegInstrumentRoundingPrecision
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegInstrumentRoundingPrecision
constructor
A new instance of LegInstrumentRoundingPrecision.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ LegInstrumentRoundingPrecision
Returns a new instance of LegInstrumentRoundingPrecision.
43335 43336 43337 43338 43339 43340 43341 |
# File 'lib/quickfix_fields.rb', line 43335 def initialize(data = nil) if( data == nil ) super(2215) else super(2215, data) end end |
Class Method Details
.field ⇒ Object
43332 43333 43334 |
# File 'lib/quickfix_fields.rb', line 43332 def LegInstrumentRoundingPrecision.field return 2215 end |