Class: Quickfix::InstrumentScopeRestructuringType
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::InstrumentScopeRestructuringType
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ InstrumentScopeRestructuringType
constructor
A new instance of InstrumentScopeRestructuringType.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ InstrumentScopeRestructuringType
20845 20846 20847 20848 20849 20850 20851 |
# File 'lib/quickfix_fields.rb', line 20845 def initialize(data = nil) if( data == nil ) super(1551) else super(1551, data) end end |
Class Method Details
.field ⇒ Object
20842 20843 20844 |
# File 'lib/quickfix_fields.rb', line 20842 def InstrumentScopeRestructuringType.field return 1551 end |