Class: Quickfix::NestedInstrAttribValue
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::NestedInstrAttribValue
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ NestedInstrAttribValue
constructor
A new instance of NestedInstrAttribValue.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ NestedInstrAttribValue
Returns a new instance of NestedInstrAttribValue.
16165 16166 16167 16168 16169 16170 16171 |
# File 'lib/quickfix_fields.rb', line 16165 def initialize(data = nil) if( data == nil ) super(1211) else super(1211, data) end end |
Class Method Details
.field ⇒ Object
16162 16163 16164 |
# File 'lib/quickfix_fields.rb', line 16162 def NestedInstrAttribValue.field return 1211 end |