Class: Quickfix::StreamCommodityBase
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::StreamCommodityBase
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ StreamCommodityBase
constructor
A new instance of StreamCommodityBase.
Constructor Details
#initialize(data = nil) ⇒ StreamCommodityBase
Returns a new instance of StreamCommodityBase.
45480 45481 45482 45483 45484 45485 45486 |
# File 'lib/quickfix_fields.rb', line 45480 def initialize(data = nil) if( data == nil ) super(41251) else super(41251, data) end end |