Class: Quickfix::LegDeliveryStreamTotalPositiveTolerance
- Inherits:
-
DoubleField
- Object
- DoubleField
- Quickfix::LegDeliveryStreamTotalPositiveTolerance
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegDeliveryStreamTotalPositiveTolerance
constructor
A new instance of LegDeliveryStreamTotalPositiveTolerance.
Constructor Details
#initialize(data = nil) ⇒ LegDeliveryStreamTotalPositiveTolerance
Returns a new instance of LegDeliveryStreamTotalPositiveTolerance.
48509 48510 48511 48512 48513 48514 48515 |
# File 'lib/quickfix_fields.rb', line 48509 def initialize(data = nil) if( data == nil ) super(41447) else super(41447, data) end end |