Class: Quickfix::RiskWarningLevelAction
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::RiskWarningLevelAction
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ RiskWarningLevelAction
constructor
A new instance of RiskWarningLevelAction.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ RiskWarningLevelAction
Returns a new instance of RiskWarningLevelAction.
23133 23134 23135 23136 23137 23138 23139 |
# File 'lib/quickfix_fields.rb', line 23133 def initialize(data = nil) if( data == nil ) super(1769) else super(1769, data) end end |
Class Method Details
.field ⇒ Object
23130 23131 23132 |
# File 'lib/quickfix_fields.rb', line 23130 def RiskWarningLevelAction.field return 1769 end |