Class: Quickfix::LegProvisionOptionExerciseMultipleNotional

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ LegProvisionOptionExerciseMultipleNotional

Returns a new instance of LegProvisionOptionExerciseMultipleNotional.



33273
33274
33275
33276
33277
33278
33279
# File 'lib/quickfix_fields.rb', line 33273

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