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