Class: Quickfix::UnderlyingInstrumentRoundingPrecision
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::UnderlyingInstrumentRoundingPrecision
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingInstrumentRoundingPrecision
constructor
A new instance of UnderlyingInstrumentRoundingPrecision.
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 |