Class: Quickfix::PriorSettlPrice
- Inherits:
-
DoubleField
- Object
- DoubleField
- Quickfix::PriorSettlPrice
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ PriorSettlPrice
constructor
A new instance of PriorSettlPrice.
Constructor Details
#initialize(data = nil) ⇒ PriorSettlPrice
Returns a new instance of PriorSettlPrice.
17140 17141 17142 17143 17144 17145 17146 |
# File 'lib/quickfix_fields.rb', line 17140 def initialize(data = nil) if( data == nil ) super(734) else super(734, data) end end |
Class Method Details
.field ⇒ Object
17137 17138 17139 |
# File 'lib/quickfix_fields.rb', line 17137 def PriorSettlPrice.field return 734 end |