Class: Quickfix::LegRestructuringType
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::LegRestructuringType
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegRestructuringType
constructor
A new instance of LegRestructuringType.
Constructor Details
#initialize(data = nil) ⇒ LegRestructuringType
Returns a new instance of LegRestructuringType.
42503 42504 42505 42506 42507 42508 42509 |
# File 'lib/quickfix_fields.rb', line 42503 def initialize(data = nil) if( data == nil ) super(2149) else super(2149, data) end end |