Class: Quickfix::LegCalculatedCcyLastQty
- Inherits:
-
DoubleField
- Object
- DoubleField
- Quickfix::LegCalculatedCcyLastQty
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegCalculatedCcyLastQty
constructor
A new instance of LegCalculatedCcyLastQty.
Constructor Details
#initialize(data = nil) ⇒ LegCalculatedCcyLastQty
Returns a new instance of LegCalculatedCcyLastQty.
14397 14398 14399 14400 14401 14402 14403 |
# File 'lib/quickfix_fields.rb', line 14397 def initialize(data = nil) if( data == nil ) super(1074) else super(1074, data) end end |