Class: Quickfix::DeliveryScheduleToleranceType
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::DeliveryScheduleToleranceType
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ DeliveryScheduleToleranceType
constructor
A new instance of DeliveryScheduleToleranceType.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ DeliveryScheduleToleranceType
Returns a new instance of DeliveryScheduleToleranceType.
41671 41672 41673 41674 41675 41676 41677 |
# File 'lib/quickfix_fields.rb', line 41671 def initialize(data = nil) if( data == nil ) super(41046) else super(41046, data) end end |
Class Method Details
.field ⇒ Object
41668 41669 41670 |
# File 'lib/quickfix_fields.rb', line 41668 def DeliveryScheduleToleranceType.field return 41046 end |