Class: Quickfix::UnderlyingDeliveryScheduleSettlFlowType
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::UnderlyingDeliveryScheduleSettlFlowType
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingDeliveryScheduleSettlFlowType
constructor
A new instance of UnderlyingDeliveryScheduleSettlFlowType.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ UnderlyingDeliveryScheduleSettlFlowType
Returns a new instance of UnderlyingDeliveryScheduleSettlFlowType.
53046 53047 53048 53049 53050 53051 53052 |
# File 'lib/quickfix_fields.rb', line 53046 def initialize(data = nil) if( data == nil ) super(41768) else super(41768, data) end end |
Class Method Details
.field ⇒ Object
53043 53044 53045 |
# File 'lib/quickfix_fields.rb', line 53043 def .field return 41768 end |