Class: Quickfix::UnderlyingStreamCommodityDataSourceIDType
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::UnderlyingStreamCommodityDataSourceIDType
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingStreamCommodityDataSourceIDType
constructor
A new instance of UnderlyingStreamCommodityDataSourceIDType.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ UnderlyingStreamCommodityDataSourceIDType
Returns a new instance of UnderlyingStreamCommodityDataSourceIDType.
56192 56193 56194 56195 56196 56197 56198 |
# File 'lib/quickfix_fields.rb', line 56192 def initialize(data = nil) if( data == nil ) super(41995) else super(41995, data) end end |
Class Method Details
.field ⇒ Object
56189 56190 56191 |
# File 'lib/quickfix_fields.rb', line 56189 def .field return 41995 end |