Class: Quickfix::LegStreamCommoditySettlFlowType
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::LegStreamCommoditySettlFlowType
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegStreamCommoditySettlFlowType
constructor
A new instance of LegStreamCommoditySettlFlowType.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ LegStreamCommoditySettlFlowType
Returns a new instance of LegStreamCommoditySettlFlowType.
51733 51734 51735 51736 51737 51738 51739 |
# File 'lib/quickfix_fields.rb', line 51733 def initialize(data = nil) if( data == nil ) super(41689) else super(41689, data) end end |
Class Method Details
.field ⇒ Object
51730 51731 51732 |
# File 'lib/quickfix_fields.rb', line 51730 def LegStreamCommoditySettlFlowType.field return 41689 end |