Class: Quickfix::InstrAttribType
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::InstrAttribType
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ InstrAttribType
constructor
A new instance of InstrAttribType.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ InstrAttribType
Returns a new instance of InstrAttribType.
11797 11798 11799 11800 11801 11802 11803 |
# File 'lib/quickfix_fields.rb', line 11797 def initialize(data = nil) if( data == nil ) super(871) else super(871, data) end end |
Class Method Details
.field ⇒ Object
11794 11795 11796 |
# File 'lib/quickfix_fields.rb', line 11794 def InstrAttribType.field return 871 end |