Class: Quickfix::LegStreamCommodityType
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::LegStreamCommodityType
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegStreamCommodityType
constructor
A new instance of LegStreamCommodityType.
Constructor Details
#initialize(data = nil) ⇒ LegStreamCommodityType
Returns a new instance of LegStreamCommodityType.
51200 51201 51202 51203 51204 51205 51206 |
# File 'lib/quickfix_fields.rb', line 51200 def initialize(data = nil) if( data == nil ) super(41649) else super(41649, data) end end |