Class: Quickfix::DeliveryScheduleSettlFlowType
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::DeliveryScheduleSettlFlowType
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ DeliveryScheduleSettlFlowType
constructor
A new instance of DeliveryScheduleSettlFlowType.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ DeliveryScheduleSettlFlowType
Returns a new instance of DeliveryScheduleSettlFlowType.
41710 41711 41712 41713 41714 41715 41716 |
# File 'lib/quickfix_fields.rb', line 41710 def initialize(data = nil) if( data == nil ) super(41049) else super(41049, data) end end |
Class Method Details
.field ⇒ Object
41707 41708 41709 |
# File 'lib/quickfix_fields.rb', line 41707 def DeliveryScheduleSettlFlowType.field return 41049 end |