Class: Quickfix::RiskWarningLevelAmount
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::RiskWarningLevelAmount
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ RiskWarningLevelAmount
constructor
A new instance of RiskWarningLevelAmount.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ RiskWarningLevelAmount
Returns a new instance of RiskWarningLevelAmount.
23120 23121 23122 23123 23124 23125 23126 |
# File 'lib/quickfix_fields.rb', line 23120 def initialize(data = nil) if( data == nil ) super(1768) else super(1768, data) end end |
Class Method Details
.field ⇒ Object
23117 23118 23119 |
# File 'lib/quickfix_fields.rb', line 23117 def RiskWarningLevelAmount.field return 1768 end |