Class: Quickfix::RiskWarningLevelName
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::RiskWarningLevelName
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ RiskWarningLevelName
constructor
A new instance of RiskWarningLevelName.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ RiskWarningLevelName
Returns a new instance of RiskWarningLevelName.
20975 20976 20977 20978 20979 20980 20981 |
# File 'lib/quickfix_fields.rb', line 20975 def initialize(data = nil) if( data == nil ) super(1561) else super(1561, data) end end |
Class Method Details
.field ⇒ Object
20972 20973 20974 |
# File 'lib/quickfix_fields.rb', line 20972 def RiskWarningLevelName.field return 1561 end |