Class: Quickfix::UnderlyingProvisionOptionExerciseMinimumNotional

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

Class Method Details

.fieldObject



59920
59921
59922
# File 'lib/quickfix_fields.rb', line 59920

def UnderlyingProvisionOptionExerciseMinimumNotional.field
	return 42161
end