Class: Quickfix::DeliverySchedulePositiveTolerance
- Inherits:
-
DoubleField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- DoubleField
- Quickfix::DeliverySchedulePositiveTolerance
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ DeliverySchedulePositiveTolerance
constructor
A new instance of DeliverySchedulePositiveTolerance.
Methods inherited from DoubleField
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 |
Class Method Details
.field ⇒ Object
41642 41643 41644 |
# File 'lib/quickfix_fields.rb', line 41642 def DeliverySchedulePositiveTolerance.field return 41044 end |