Class: Quickfix50Sp2::TradeAggregationRequest::NoOrders
- Inherits:
-
Quickfix::Group
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldMap->clientdata)->klass
- Quickfix::Group
- Quickfix50Sp2::TradeAggregationRequest::NoOrders
- Defined in:
- lib/quickfix50sp2.rb
Instance Method Summary collapse
-
#initialize ⇒ NoOrders
constructor
A new instance of NoOrders.
Methods inherited from Quickfix::Group
#addGroup, #delim, #field, #getGroup, #hasGroup, #removeGroup, #replaceGroup
Constructor Details
#initialize ⇒ NoOrders
Returns a new instance of NoOrders.
405973 405974 405975 405976 405977 405978 405979 405980 405981 |
# File 'lib/quickfix50sp2.rb', line 405973 def initialize order = Quickfix::IntArray.new(5) order[0] = 11 order[1] = 37 order[2] = 38 order[3] = 799 order[4] = 0 super(73, 11, order) end |