Class: Quickfix::UnderlyingProvisionOptionExerciseMaximumNotional

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from DoubleField

#getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ UnderlyingProvisionOptionExerciseMaximumNotional

Returns a new instance of UnderlyingProvisionOptionExerciseMaximumNotional.



59936
59937
59938
59939
59940
59941
59942
# File 'lib/quickfix_fields.rb', line 59936

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

Class Method Details

.fieldObject



59933
59934
59935
# File 'lib/quickfix_fields.rb', line 59933

def UnderlyingProvisionOptionExerciseMaximumNotional.field
  return 42162
end