Class: Quickfix::PreallocMethod
- Inherits:
-
CharField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- CharField
- Quickfix::PreallocMethod
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ PreallocMethod
constructor
A new instance of PreallocMethod.
Methods inherited from CharField
Constructor Details
#initialize(data = nil) ⇒ PreallocMethod
Returns a new instance of PreallocMethod.
8040 8041 8042 8043 8044 8045 8046 |
# File 'lib/quickfix_fields.rb', line 8040 def initialize(data = nil) if( data == nil ) super(591) else super(591, data) end end |
Class Method Details
.field ⇒ Object
8037 8038 8039 |
# File 'lib/quickfix_fields.rb', line 8037 def PreallocMethod.field return 591 end |