Class: Quickfix::ExecMethod
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::ExecMethod
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ ExecMethod
constructor
A new instance of ExecMethod.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ ExecMethod
Returns a new instance of ExecMethod.
57765 57766 57767 57768 57769 57770 57771 |
# File 'lib/quickfix_fields.rb', line 57765 def initialize(data = nil) if( data == nil ) super(2405) else super(2405, data) end end |
Class Method Details
.field ⇒ Object
57762 57763 57764 |
# File 'lib/quickfix_fields.rb', line 57762 def ExecMethod.field return 2405 end |