Class: Quickfix::ProvisionOptionExerciseMultipleNotional

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

Instance Method Summary collapse

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