Class: Quickfix::PctAtRisk
- Inherits:
-
DoubleField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- DoubleField
- Quickfix::PctAtRisk
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ PctAtRisk
constructor
A new instance of PctAtRisk.
Methods inherited from DoubleField
Constructor Details
#initialize(data = nil) ⇒ PctAtRisk
Returns a new instance of PctAtRisk.
11771 11772 11773 11774 11775 11776 11777 |
# File 'lib/quickfix_fields.rb', line 11771 def initialize(data = nil) if( data == nil ) super(869) else super(869, data) end end |
Class Method Details
.field ⇒ Object
11768 11769 11770 |
# File 'lib/quickfix_fields.rb', line 11768 def PctAtRisk.field return 869 end |