Class: Quickfix::ProvisionOptionExerciseMaximumNotional

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

Returns a new instance of ProvisionOptionExerciseMaximumNotional.



28658
28659
28660
28661
28662
28663
28664
# File 'lib/quickfix_fields.rb', line 28658

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

Class Method Details

.fieldObject



28655
28656
28657
# File 'lib/quickfix_fields.rb', line 28655

def ProvisionOptionExerciseMaximumNotional.field
  return 40104
end