Class: Quickfix::StreamCommoditySettlFlowType
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::StreamCommoditySettlFlowType
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ StreamCommoditySettlFlowType
constructor
A new instance of StreamCommoditySettlFlowType.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ StreamCommoditySettlFlowType
Returns a new instance of StreamCommoditySettlFlowType.
46026 46027 46028 46029 46030 46031 46032 |
# File 'lib/quickfix_fields.rb', line 46026 def initialize(data = nil) if( data == nil ) super(41292) else super(41292, data) end end |
Class Method Details
.field ⇒ Object
46023 46024 46025 |
# File 'lib/quickfix_fields.rb', line 46023 def StreamCommoditySettlFlowType.field return 41292 end |