Class: Quickfix::AggregatedQty
- Inherits:
-
DoubleField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- DoubleField
- Quickfix::AggregatedQty
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ AggregatedQty
constructor
A new instance of AggregatedQty.
Methods inherited from DoubleField
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 |
Class Method Details
.field ⇒ Object
76937 76938 76939 |
# File 'lib/quickfix_fields.rb', line 76937 def AggregatedQty.field return 2789 end |