Class: Quickfix::ProvisionOptionExerciseMinimumNotional

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ ProvisionOptionExerciseMinimumNotional

Returns a new instance of ProvisionOptionExerciseMinimumNotional.



28645
28646
28647
28648
28649
28650
28651
# File 'lib/quickfix_fields.rb', line 28645

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