Class: Quickfix::ProvisionOptionExerciseMinimumNotional

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

Returns a new instance of ProvisionOptionExerciseMinimumNotional.



28645
28646
28647
28648
28649
28650
28651
# File 'lib/quickfix_fields.rb', line 28645

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

Class Method Details

.fieldObject



28642
28643
28644
# File 'lib/quickfix_fields.rb', line 28642

def ProvisionOptionExerciseMinimumNotional.field
  return 40103
end