Class: Quickfix::DerivativeInstrAttribType
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::DerivativeInstrAttribType
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ DerivativeInstrAttribType
constructor
A new instance of DerivativeInstrAttribType.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ DerivativeInstrAttribType
Returns a new instance of DerivativeInstrAttribType.
17413 17414 17415 17416 17417 17418 17419 |
# File 'lib/quickfix_fields.rb', line 17413 def initialize(data = nil) if( data == nil ) super(1313) else super(1313, data) end end |
Class Method Details
.field ⇒ Object
17410 17411 17412 |
# File 'lib/quickfix_fields.rb', line 17410 def DerivativeInstrAttribType.field return 1313 end |