Class: Quickfix::UnderlyingAutomaticExerciseThresholdRate
- Inherits:
-
DoubleField
- Object
- DoubleField
- Quickfix::UnderlyingAutomaticExerciseThresholdRate
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingAutomaticExerciseThresholdRate
constructor
A new instance of UnderlyingAutomaticExerciseThresholdRate.
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 |