Class: Quickfix::CxlQty
- Inherits:
-
DoubleField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- DoubleField
- Quickfix::CxlQty
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ CxlQty
constructor
A new instance of CxlQty.
Methods inherited from DoubleField
Constructor Details
#initialize(data = nil) ⇒ CxlQty
Returns a new instance of CxlQty.
1787 1788 1789 1790 1791 1792 1793 |
# File 'lib/quickfix_fields.rb', line 1787 def initialize(data = nil) if( data == nil ) super(84) else super(84, data) end end |
Class Method Details
.field ⇒ Object
1784 1785 1786 |
# File 'lib/quickfix_fields.rb', line 1784 def CxlQty.field return 84 end |