Class: Quickfix::UnderlyingAutomaticExerciseThresholdRate

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingAutomaticExerciseThresholdRate

Returns a new instance of UnderlyingAutomaticExerciseThresholdRate.



53657
53658
53659
53660
53661
53662
53663
# File 'lib/quickfix_fields.rb', line 53657

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