Class: Quickfix::LegExerciseConfirmationMethod

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

Returns a new instance of LegExerciseConfirmationMethod.



49107
49108
49109
49110
49111
49112
49113
# File 'lib/quickfix_fields.rb', line 49107

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

Class Method Details

.fieldObject



49104
49105
49106
# File 'lib/quickfix_fields.rb', line 49104

def LegExerciseConfirmationMethod.field
  return 41486
end