Class: Quickfix::RestructuringType
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::RestructuringType
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ RestructuringType
constructor
A new instance of RestructuringType.
Constructor Details
#initialize(data = nil) ⇒ RestructuringType
Returns a new instance of RestructuringType.
11134 11135 11136 11137 11138 11139 11140 |
# File 'lib/quickfix_fields.rb', line 11134 def initialize(data = nil) if( data == nil ) super(1449) else super(1449, data) end end |
Class Method Details
.field ⇒ Object
11131 11132 11133 |
# File 'lib/quickfix_fields.rb', line 11131 def RestructuringType.field return 1449 end |