Class: Quickfix::LegDeliveryStreamTotalNegativeTolerance
- Inherits:
-
DoubleField
- Object
- DoubleField
- Quickfix::LegDeliveryStreamTotalNegativeTolerance
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegDeliveryStreamTotalNegativeTolerance
constructor
A new instance of LegDeliveryStreamTotalNegativeTolerance.
Constructor Details
#initialize(data = nil) ⇒ LegDeliveryStreamTotalNegativeTolerance
Returns a new instance of LegDeliveryStreamTotalNegativeTolerance.
48522 48523 48524 48525 48526 48527 48528 |
# File 'lib/quickfix_fields.rb', line 48522 def initialize(data = nil) if( data == nil ) super(41448) else super(41448, data) end end |