Class: Quickfix::CumQty
- Inherits:
-
DoubleField
- Object
- 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.
Constructor Details
#initialize(data = nil) ⇒ CumQty
Returns a new instance of CumQty.
13552 13553 13554 13555 13556 13557 13558 |
# File 'lib/quickfix_fields.rb', line 13552 def initialize(data = nil) if( data == nil ) super(14) else super(14, data) end end |
Class Method Details
.field ⇒ Object
13549 13550 13551 |
# File 'lib/quickfix_fields.rb', line 13549 def CumQty.field return 14 end |