Class: Quickfix::DeliveryScheduleNegativeTolerance
- Inherits:
-
DoubleField
- Object
- DoubleField
- Quickfix::DeliveryScheduleNegativeTolerance
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ DeliveryScheduleNegativeTolerance
constructor
A new instance of DeliveryScheduleNegativeTolerance.
Constructor Details
#initialize(data = nil) ⇒ DeliveryScheduleNegativeTolerance
41632 41633 41634 41635 41636 41637 41638 |
# File 'lib/quickfix_fields.rb', line 41632 def initialize(data = nil) if( data == nil ) super(41043) else super(41043, data) end end |