Class: Quickfix::NoUnderlyingStreamCommodityDataSources
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::NoUnderlyingStreamCommodityDataSources
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ NoUnderlyingStreamCommodityDataSources
constructor
A new instance of NoUnderlyingStreamCommodityDataSources.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ NoUnderlyingStreamCommodityDataSources
Returns a new instance of NoUnderlyingStreamCommodityDataSources.
56166 56167 56168 56169 56170 56171 56172 |
# File 'lib/quickfix_fields.rb', line 56166 def initialize(data = nil) if( data == nil ) super(41993) else super(41993, data) end end |
Class Method Details
.field ⇒ Object
56163 56164 56165 |
# File 'lib/quickfix_fields.rb', line 56163 def .field return 41993 end |