Class: Quickfix::DeliverySchedulePositiveTolerance
- Inherits:
-
DoubleField
- Object
- DoubleField
- Quickfix::DeliverySchedulePositiveTolerance
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ DeliverySchedulePositiveTolerance
constructor
A new instance of DeliverySchedulePositiveTolerance.
Constructor Details
#initialize(data = nil) ⇒ DeliverySchedulePositiveTolerance
Returns a new instance of DeliverySchedulePositiveTolerance.
41645 41646 41647 41648 41649 41650 41651 |
# File 'lib/quickfix_fields.rb', line 41645 def initialize(data = nil) if( data == nil ) super(41044) else super(41044, data) end end |