Class: Quickfix::UnderlyingProvisionOptionExerciseMinimumNotional

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingProvisionOptionExerciseMinimumNotional

Returns a new instance of UnderlyingProvisionOptionExerciseMinimumNotional.



59923
59924
59925
59926
59927
59928
59929
# File 'lib/quickfix_fields.rb', line 59923

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