Class: Quickfix::AllocCalculatedCcyQty
- Inherits:
-
DoubleField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- DoubleField
- Quickfix::AllocCalculatedCcyQty
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ AllocCalculatedCcyQty
constructor
A new instance of AllocCalculatedCcyQty.
Methods inherited from DoubleField
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 |
Class Method Details
.field ⇒ Object
61688 61689 61690 |
# File 'lib/quickfix_fields.rb', line 61688 def AllocCalculatedCcyQty.field return 2515 end |