Class: Quickfix::LegStreamDesc
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::LegStreamDesc
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegStreamDesc
constructor
A new instance of LegStreamDesc.
Constructor Details
#initialize(data = nil) ⇒ LegStreamDesc
Returns a new instance of LegStreamDesc.
30452 30453 30454 30455 30456 30457 30458 |
# File 'lib/quickfix_fields.rb', line 30452 def initialize(data = nil) if( data == nil ) super(40243) else super(40243, data) end end |