Class: Quickfix::AllocCalculatedCcyQty
- Inherits:
-
DoubleField
- Object
- DoubleField
- Quickfix::AllocCalculatedCcyQty
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ AllocCalculatedCcyQty
constructor
A new instance of AllocCalculatedCcyQty.
Constructor Details
#initialize(data = nil) ⇒ AllocCalculatedCcyQty
Returns a new instance of AllocCalculatedCcyQty.
61691 61692 61693 61694 61695 61696 61697 |
# File 'lib/quickfix_fields.rb', line 61691 def initialize(data = nil) if( data == nil ) super(2515) else super(2515, data) end end |