Class: Quickfix::ExerciseConfirmationMethod

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) ⇒ ExerciseConfirmationMethod

Returns a new instance of ExerciseConfirmationMethod.



43686
43687
43688
43689
43690
43691
43692
# File 'lib/quickfix_fields.rb', line 43686

def initialize(data = nil)
  if( data == nil )
    super(41111)
  else
    super(41111, data)
  end
end

Class Method Details

.fieldObject



43683
43684
43685
# File 'lib/quickfix_fields.rb', line 43683

def ExerciseConfirmationMethod.field
  return 41111
end