Class: Quickfix::AllocHandlInst
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::AllocHandlInst
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ AllocHandlInst
constructor
A new instance of AllocHandlInst.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ AllocHandlInst
Returns a new instance of AllocHandlInst.
3126 3127 3128 3129 3130 3131 3132 |
# File 'lib/quickfix_fields.rb', line 3126 def initialize(data = nil) if( data == nil ) super(209) else super(209, data) end end |
Class Method Details
.field ⇒ Object
3123 3124 3125 |
# File 'lib/quickfix_fields.rb', line 3123 def AllocHandlInst.field return 209 end |