Class: Quickfix::UnderlyingRestructuringType
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::UnderlyingRestructuringType
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingRestructuringType
constructor
A new instance of UnderlyingRestructuringType.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ UnderlyingRestructuringType
Returns a new instance of UnderlyingRestructuringType.
19233 19234 19235 19236 19237 19238 19239 |
# File 'lib/quickfix_fields.rb', line 19233 def initialize(data = nil) if( data == nil ) super(1453) else super(1453, data) end end |
Class Method Details
.field ⇒ Object
19230 19231 19232 |
# File 'lib/quickfix_fields.rb', line 19230 def .field return 1453 end |