Class: Quickfix::UnderlyingStreamCommodityRateSource
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::UnderlyingStreamCommodityRateSource
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingStreamCommodityRateSource
constructor
A new instance of UnderlyingStreamCommodityRateSource.
Constructor Details
#initialize(data = nil) ⇒ UnderlyingStreamCommodityRateSource
Returns a new instance of UnderlyingStreamCommodityRateSource.
55919 55920 55921 55922 55923 55924 55925 |
# File 'lib/quickfix_fields.rb', line 55919 def initialize(data = nil) if( data == nil ) super(41974) else super(41974, data) end end |