Class: Quickfix50Sp2::OrderCancelRequest::NoStreams::NoPaymentStreamCompoundingDates
- Inherits:
-
Quickfix::Group
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldMap->clientdata)->klass
- Quickfix::Group
- Quickfix50Sp2::OrderCancelRequest::NoStreams::NoPaymentStreamCompoundingDates
- Defined in:
- lib/quickfix50sp2.rb
Instance Method Summary collapse
-
#initialize ⇒ NoPaymentStreamCompoundingDates
constructor
A new instance of NoPaymentStreamCompoundingDates.
Methods inherited from Quickfix::Group
#addGroup, #delim, #field, #getGroup, #hasGroup, #removeGroup, #replaceGroup
Constructor Details
#initialize ⇒ NoPaymentStreamCompoundingDates
Returns a new instance of NoPaymentStreamCompoundingDates.
35460 35461 35462 35463 35464 35465 35466 |
# File 'lib/quickfix50sp2.rb', line 35460 def initialize order = Quickfix::IntArray.new(3) order[0] = 42607 order[1] = 42608 order[2] = 0 super(42606, 42607, order) end |