Class: Quickfix::RiskWarningLevelPercent
- Inherits:
-
DoubleField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- DoubleField
- Quickfix::RiskWarningLevelPercent
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ RiskWarningLevelPercent
constructor
A new instance of RiskWarningLevelPercent.
Methods inherited from DoubleField
Constructor Details
#initialize(data = nil) ⇒ RiskWarningLevelPercent
Returns a new instance of RiskWarningLevelPercent.
20962 20963 20964 20965 20966 20967 20968 |
# File 'lib/quickfix_fields.rb', line 20962 def initialize(data = nil) if( data == nil ) super(1560) else super(1560, data) end end |
Class Method Details
.field ⇒ Object
20959 20960 20961 |
# File 'lib/quickfix_fields.rb', line 20959 def RiskWarningLevelPercent.field return 1560 end |