Class: Quickfix::LegDeliveryScheduleSettlFlowType
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::LegDeliveryScheduleSettlFlowType
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegDeliveryScheduleSettlFlowType
constructor
A new instance of LegDeliveryScheduleSettlFlowType.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ LegDeliveryScheduleSettlFlowType
Returns a new instance of LegDeliveryScheduleSettlFlowType.
48145 48146 48147 48148 48149 48150 48151 |
# File 'lib/quickfix_fields.rb', line 48145 def initialize(data = nil) if( data == nil ) super(41420) else super(41420, data) end end |
Class Method Details
.field ⇒ Object
48142 48143 48144 |
# File 'lib/quickfix_fields.rb', line 48142 def LegDeliveryScheduleSettlFlowType.field return 41420 end |