Class: Quickfix50Sp2::PositionMaintenanceRequest::NoUnderlyings::NoUnderlyingStreams::NoUnderlyingPaymentSchedules::NoUnderlyingPaymentScheduleRateSources
- Inherits:
-
Quickfix::Group
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldMap->clientdata)->klass
- Quickfix::Group
- Quickfix50Sp2::PositionMaintenanceRequest::NoUnderlyings::NoUnderlyingStreams::NoUnderlyingPaymentSchedules::NoUnderlyingPaymentScheduleRateSources
- Defined in:
- lib/quickfix50sp2.rb
Instance Method Summary collapse
-
#initialize ⇒ NoUnderlyingPaymentScheduleRateSources
constructor
A new instance of NoUnderlyingPaymentScheduleRateSources.
Methods inherited from Quickfix::Group
#addGroup, #delim, #field, #getGroup, #hasGroup, #removeGroup, #replaceGroup
Constructor Details
#initialize ⇒ NoUnderlyingPaymentScheduleRateSources
Returns a new instance of NoUnderlyingPaymentScheduleRateSources.
229711 229712 229713 229714 229715 229716 229717 229718 |
# File 'lib/quickfix50sp2.rb', line 229711 def initialize order = Quickfix::IntArray.new(4) order[0] = 40705 order[1] = 40706 order[2] = 40707 order[3] = 0 super(40704, 40705, order) end |