Class: Quickfix::CumQty
- Inherits:
-
DoubleField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- DoubleField
- Quickfix::CumQty
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ CumQty
constructor
A new instance of CumQty.
Methods inherited from DoubleField
Constructor Details
#initialize(data = nil) ⇒ CumQty
Returns a new instance of CumQty.
1046 1047 1048 1049 1050 1051 1052 |
# File 'lib/quickfix_fields.rb', line 1046 def initialize(data = nil) if( data == nil ) super(14) else super(14, data) end end |
Class Method Details
.field ⇒ Object
1043 1044 1045 |
# File 'lib/quickfix_fields.rb', line 1043 def CumQty.field return 14 end |