Class: Quickfix::UnderlyingExerciseConfirmationMethod

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

Returns a new instance of UnderlyingExerciseConfirmationMethod.



53670
53671
53672
53673
53674
53675
53676
# File 'lib/quickfix_fields.rb', line 53670

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

Class Method Details

.fieldObject



53667
53668
53669
# File 'lib/quickfix_fields.rb', line 53667

def UnderlyingExerciseConfirmationMethod.field
  return 41815
end