Class: Quickfix::NestedInstrAttribType
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::NestedInstrAttribType
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ NestedInstrAttribType
constructor
A new instance of NestedInstrAttribType.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ NestedInstrAttribType
Returns a new instance of NestedInstrAttribType.
16152 16153 16154 16155 16156 16157 16158 |
# File 'lib/quickfix_fields.rb', line 16152 def initialize(data = nil) if( data == nil ) super(1210) else super(1210, data) end end |
Class Method Details
.field ⇒ Object
16149 16150 16151 |
# File 'lib/quickfix_fields.rb', line 16149 def NestedInstrAttribType.field return 1210 end |