Class: Quickfix::ExecMethod

Inherits:
IntField
  • Object
show all
Defined in:
lib/quickfix_fields.rb

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from IntField

#getValue, #setValue

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

.fieldObject



57762
57763
57764
# File 'lib/quickfix_fields.rb', line 57762

def ExecMethod.field
  return 2405
end