Class: Quickfix::LegReturnRatePrice
- Inherits:
-
DoubleField
- Object
- DoubleField
- Quickfix::LegReturnRatePrice
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegReturnRatePrice
constructor
A new instance of LegReturnRatePrice.
Constructor Details
#initialize(data = nil) ⇒ LegReturnRatePrice
Returns a new instance of LegReturnRatePrice.
68061 68062 68063 68064 68065 68066 68067 |
# File 'lib/quickfix_fields.rb', line 68061 def initialize(data = nil) if( data == nil ) super(42566) else super(42566, data) end end |