Class: Quickfix::NoNestedInstrAttrib
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::NoNestedInstrAttrib
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ NoNestedInstrAttrib
constructor
A new instance of NoNestedInstrAttrib.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ NoNestedInstrAttrib
Returns a new instance of NoNestedInstrAttrib.
17400 17401 17402 17403 17404 17405 17406 |
# File 'lib/quickfix_fields.rb', line 17400 def initialize(data = nil) if( data == nil ) super(1312) else super(1312, data) end end |
Class Method Details
.field ⇒ Object
17397 17398 17399 |
# File 'lib/quickfix_fields.rb', line 17397 def NoNestedInstrAttrib.field return 1312 end |