Class: Quickfix::UnderlyingProvisionOptionExerciseMultipleNotional

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

Returns a new instance of UnderlyingProvisionOptionExerciseMultipleNotional.



59910
59911
59912
59913
59914
59915
59916
# File 'lib/quickfix_fields.rb', line 59910

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

Class Method Details

.fieldObject



59907
59908
59909
# File 'lib/quickfix_fields.rb', line 59907

def UnderlyingProvisionOptionExerciseMultipleNotional.field
	return 42160
end