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