Class: Quickfix::ExecMethod
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::ExecMethod
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ ExecMethod
constructor
A new instance of ExecMethod.
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 |