Class: Quickfix::AggregatedQty
- Inherits:
-
DoubleField
- Object
- DoubleField
- Quickfix::AggregatedQty
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ AggregatedQty
constructor
A new instance of AggregatedQty.
Constructor Details
#initialize(data = nil) ⇒ AggregatedQty
Returns a new instance of AggregatedQty.
76940 76941 76942 76943 76944 76945 76946 |
# File 'lib/quickfix_fields.rb', line 76940 def initialize(data = nil) if( data == nil ) super(2789) else super(2789, data) end end |