Class: Quickfix::RestructuringType
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- 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.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ RestructuringType
Returns a new instance of RestructuringType.
19181 19182 19183 19184 19185 19186 19187 |
# File 'lib/quickfix_fields.rb', line 19181 def initialize(data = nil) if( data == nil ) super(1449) else super(1449, data) end end |
Class Method Details
.field ⇒ Object
19178 19179 19180 |
# File 'lib/quickfix_fields.rb', line 19178 def RestructuringType.field return 1449 end |