Class: Quickfix::AllocMethod
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::AllocMethod
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ AllocMethod
constructor
A new instance of AllocMethod.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ AllocMethod
Returns a new instance of AllocMethod.
13487 13488 13489 13490 13491 13492 13493 |
# File 'lib/quickfix_fields.rb', line 13487 def initialize(data = nil) if( data == nil ) super(1002) else super(1002, data) end end |
Class Method Details
.field ⇒ Object
13484 13485 13486 |
# File 'lib/quickfix_fields.rb', line 13484 def AllocMethod.field return 1002 end |