Class: Quickfix::NoUnderlyingStreamCommodityAltIDs
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::NoUnderlyingStreamCommodityAltIDs
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ NoUnderlyingStreamCommodityAltIDs
constructor
A new instance of NoUnderlyingStreamCommodityAltIDs.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ NoUnderlyingStreamCommodityAltIDs
Returns a new instance of NoUnderlyingStreamCommodityAltIDs.
56127 56128 56129 56130 56131 56132 56133 |
# File 'lib/quickfix_fields.rb', line 56127 def initialize(data = nil) if( data == nil ) super(41990) else super(41990, data) end end |
Class Method Details
.field ⇒ Object
56124 56125 56126 |
# File 'lib/quickfix_fields.rb', line 56124 def .field return 41990 end |