Class: Quickfix::LegDeliveryScheduleToleranceType
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::LegDeliveryScheduleToleranceType
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegDeliveryScheduleToleranceType
constructor
A new instance of LegDeliveryScheduleToleranceType.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ LegDeliveryScheduleToleranceType
48106 48107 48108 48109 48110 48111 48112 |
# File 'lib/quickfix_fields.rb', line 48106 def initialize(data = nil) if( data == nil ) super(41417) else super(41417, data) end end |
Class Method Details
.field ⇒ Object
48103 48104 48105 |
# File 'lib/quickfix_fields.rb', line 48103 def LegDeliveryScheduleToleranceType.field return 41417 end |