Class: Quickfix::PctAtRisk
- Inherits:
-
DoubleField
- Object
- 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.
Constructor Details
#initialize(data = nil) ⇒ PctAtRisk
Returns a new instance of PctAtRisk.
9041 9042 9043 9044 9045 9046 9047 |
# File 'lib/quickfix_fields.rb', line 9041 def initialize(data = nil) if( data == nil ) super(869) else super(869, data) end end |
Class Method Details
.field ⇒ Object
9038 9039 9040 |
# File 'lib/quickfix_fields.rb', line 9038 def PctAtRisk.field return 869 end |