Class: Quickfix::NoRiskWarningLevels
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::NoRiskWarningLevels
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ NoRiskWarningLevels
constructor
A new instance of NoRiskWarningLevels.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ NoRiskWarningLevels
Returns a new instance of NoRiskWarningLevels.
20949 20950 20951 20952 20953 20954 20955 |
# File 'lib/quickfix_fields.rb', line 20949 def initialize(data = nil) if( data == nil ) super(1559) else super(1559, data) end end |
Class Method Details
.field ⇒ Object
20946 20947 20948 |
# File 'lib/quickfix_fields.rb', line 20946 def NoRiskWarningLevels.field return 1559 end |