Class: Quickfix::ProvisionOptionExerciseMultipleNotional

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

Returns a new instance of ProvisionOptionExerciseMultipleNotional.



28632
28633
28634
28635
28636
28637
28638
# File 'lib/quickfix_fields.rb', line 28632

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

Class Method Details

.fieldObject



28629
28630
28631
# File 'lib/quickfix_fields.rb', line 28629

def ProvisionOptionExerciseMultipleNotional.field
	return 40102
end