Class: Quickfix::LegStreamCommodityDesc
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::LegStreamCommodityDesc
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegStreamCommodityDesc
constructor
A new instance of LegStreamCommodityDesc.
Constructor Details
#initialize(data = nil) ⇒ LegStreamCommodityDesc
Returns a new instance of LegStreamCommodityDesc.
51239 51240 51241 51242 51243 51244 51245 |
# File 'lib/quickfix_fields.rb', line 51239 def initialize(data = nil) if( data == nil ) super(41652) else super(41652, data) end end |