Class: Quickfix::NoInstrAttrib
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::NoInstrAttrib
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ NoInstrAttrib
constructor
A new instance of NoInstrAttrib.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ NoInstrAttrib
11784 11785 11786 11787 11788 11789 11790 |
# File 'lib/quickfix_fields.rb', line 11784 def initialize(data = nil) if( data == nil ) super(870) else super(870, data) end end |
Class Method Details
.field ⇒ Object
11781 11782 11783 |
# File 'lib/quickfix_fields.rb', line 11781 def NoInstrAttrib.field return 870 end |