Class: Quickfix::StreamCommodityExchange
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::StreamCommodityExchange
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ StreamCommodityExchange
constructor
A new instance of StreamCommodityExchange.
Constructor Details
#initialize(data = nil) ⇒ StreamCommodityExchange
Returns a new instance of StreamCommodityExchange.
45597 45598 45599 45600 45601 45602 45603 |
# File 'lib/quickfix_fields.rb', line 45597 def initialize(data = nil) if( data == nil ) super(41260) else super(41260, data) end end |