Class: Quickfix::LegAutomaticExerciseThresholdRate
- Inherits:
-
DoubleField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- DoubleField
- Quickfix::LegAutomaticExerciseThresholdRate
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegAutomaticExerciseThresholdRate
constructor
A new instance of LegAutomaticExerciseThresholdRate.
Methods inherited from DoubleField
Constructor Details
#initialize(data = nil) ⇒ LegAutomaticExerciseThresholdRate
Returns a new instance of LegAutomaticExerciseThresholdRate.
49094 49095 49096 49097 49098 49099 49100 |
# File 'lib/quickfix_fields.rb', line 49094 def initialize(data = nil) if( data == nil ) super(41485) else super(41485, data) end end |
Class Method Details
.field ⇒ Object
49091 49092 49093 |
# File 'lib/quickfix_fields.rb', line 49091 def LegAutomaticExerciseThresholdRate.field return 41485 end |