Class: Quickfix::CumQty
- Inherits:
-
DoubleField
- Object
- DoubleField
- Quickfix::CumQty
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ CumQty
constructor
A new instance of CumQty.
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 |