Class: Quickfix::UnderlyingAutomaticExerciseThresholdRate
- Inherits:
-
DoubleField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- DoubleField
- Quickfix::UnderlyingAutomaticExerciseThresholdRate
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingAutomaticExerciseThresholdRate
constructor
A new instance of UnderlyingAutomaticExerciseThresholdRate.
Methods inherited from DoubleField
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 |
Class Method Details
.field ⇒ Object
53654 53655 53656 |
# File 'lib/quickfix_fields.rb', line 53654 def .field return 41814 end |