Class: Quickfix::NoUnderlyingStreamCommodityDataSources
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::NoUnderlyingStreamCommodityDataSources
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ NoUnderlyingStreamCommodityDataSources
constructor
A new instance of NoUnderlyingStreamCommodityDataSources.
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 |