Class: Quickfix50Sp2::AssignmentReport::NoStreams::NoPaymentStreamCompoundingDatesBusinessCenters
- Inherits:
-
Quickfix::Group
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldMap->clientdata)->klass
- Quickfix::Group
- Quickfix50Sp2::AssignmentReport::NoStreams::NoPaymentStreamCompoundingDatesBusinessCenters
- Defined in:
- lib/quickfix50sp2.rb
Instance Method Summary collapse
-
#initialize ⇒ NoPaymentStreamCompoundingDatesBusinessCenters
constructor
A new instance of NoPaymentStreamCompoundingDatesBusinessCenters.
Methods inherited from Quickfix::Group
#addGroup, #delim, #field, #getGroup, #hasGroup, #removeGroup, #replaceGroup
Constructor Details
#initialize ⇒ NoPaymentStreamCompoundingDatesBusinessCenters
Returns a new instance of NoPaymentStreamCompoundingDatesBusinessCenters.
270791 270792 270793 270794 270795 270796 |
# File 'lib/quickfix50sp2.rb', line 270791 def initialize order = Quickfix::IntArray.new(2) order[0] = 42621 order[1] = 0 super(42620, 42621, order) end |