Class: Quickfix::StreamCommodityCurrency
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::StreamCommodityCurrency
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ StreamCommodityCurrency
constructor
A new instance of StreamCommodityCurrency.
Constructor Details
#initialize(data = nil) ⇒ StreamCommodityCurrency
Returns a new instance of StreamCommodityCurrency.
45584 45585 45586 45587 45588 45589 45590 |
# File 'lib/quickfix_fields.rb', line 45584 def initialize(data = nil) if( data == nil ) super(41259) else super(41259, data) end end |