Class: Quickfix::NoDerivativeInstrAttrib
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::NoDerivativeInstrAttrib
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ NoDerivativeInstrAttrib
constructor
A new instance of NoDerivativeInstrAttrib.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ NoDerivativeInstrAttrib
Returns a new instance of NoDerivativeInstrAttrib.
17387 17388 17389 17390 17391 17392 17393 |
# File 'lib/quickfix_fields.rb', line 17387 def initialize(data = nil) if( data == nil ) super(1311) else super(1311, data) end end |
Class Method Details
.field ⇒ Object
17384 17385 17386 |
# File 'lib/quickfix_fields.rb', line 17384 def NoDerivativeInstrAttrib.field return 1311 end |