Class: Quickfix::StreamCommodityType
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::StreamCommodityType
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ StreamCommodityType
constructor
A new instance of StreamCommodityType.
Constructor Details
#initialize(data = nil) ⇒ StreamCommodityType
Returns a new instance of StreamCommodityType.
45493 45494 45495 45496 45497 45498 45499 |
# File 'lib/quickfix_fields.rb', line 45493 def initialize(data = nil) if( data == nil ) super(41252) else super(41252, data) end end |