Class: Quickfix50Sp2::PositionTransferReport::NoUnderlyings::NoUnderlyingStreams::NoUnderlyingPaymentStreamCompoundingDates
- Inherits:
-
Quickfix::Group
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldMap->clientdata)->klass
- Quickfix::Group
- Quickfix50Sp2::PositionTransferReport::NoUnderlyings::NoUnderlyingStreams::NoUnderlyingPaymentStreamCompoundingDates
- Defined in:
- lib/quickfix50sp2.rb
Instance Method Summary collapse
-
#initialize ⇒ NoUnderlyingPaymentStreamCompoundingDates
constructor
A new instance of NoUnderlyingPaymentStreamCompoundingDates.
Methods inherited from Quickfix::Group
#addGroup, #delim, #field, #getGroup, #hasGroup, #removeGroup, #replaceGroup
Constructor Details
#initialize ⇒ NoUnderlyingPaymentStreamCompoundingDates
Returns a new instance of NoUnderlyingPaymentStreamCompoundingDates.
391415 391416 391417 391418 391419 391420 391421 |
# File 'lib/quickfix50sp2.rb', line 391415 def initialize order = Quickfix::IntArray.new(3) order[0] = 42902 order[1] = 42903 order[2] = 0 super(42901, 42902, order) end |