Class: Quickfix::UnderlyingStreamCommoditySettlFlowType
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::UnderlyingStreamCommoditySettlFlowType
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingStreamCommoditySettlFlowType
constructor
A new instance of UnderlyingStreamCommoditySettlFlowType.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ UnderlyingStreamCommoditySettlFlowType
Returns a new instance of UnderlyingStreamCommoditySettlFlowType.
56335 56336 56337 56338 56339 56340 56341 |
# File 'lib/quickfix_fields.rb', line 56335 def initialize(data = nil) if( data == nil ) super(42005) else super(42005, data) end end |
Class Method Details
.field ⇒ Object
56332 56333 56334 |
# File 'lib/quickfix_fields.rb', line 56332 def .field return 42005 end |