Class: Quickfix::CalculatedCcyLastQty
- Inherits:
-
DoubleField
- Object
- DoubleField
- Quickfix::CalculatedCcyLastQty
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ CalculatedCcyLastQty
constructor
A new instance of CalculatedCcyLastQty.
Constructor Details
#initialize(data = nil) ⇒ CalculatedCcyLastQty
Returns a new instance of CalculatedCcyLastQty.
14553 14554 14555 14556 14557 14558 14559 |
# File 'lib/quickfix_fields.rb', line 14553 def initialize(data = nil) if( data == nil ) super(1056) else super(1056, data) end end |
Class Method Details
.field ⇒ Object
14550 14551 14552 |
# File 'lib/quickfix_fields.rb', line 14550 def CalculatedCcyLastQty.field return 1056 end |