Class: Quickfix50Sp2::ContraryIntentionReport::NoStreams::NoPaymentSchedules::NoPaymentScheduleRateSources
- Inherits:
-
Quickfix::Group
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldMap->clientdata)->klass
- Quickfix::Group
- Quickfix50Sp2::ContraryIntentionReport::NoStreams::NoPaymentSchedules::NoPaymentScheduleRateSources
- Defined in:
- lib/quickfix50sp2.rb
Instance Method Summary collapse
-
#initialize ⇒ NoPaymentScheduleRateSources
constructor
A new instance of NoPaymentScheduleRateSources.
Methods inherited from Quickfix::Group
#addGroup, #delim, #field, #getGroup, #hasGroup, #removeGroup, #replaceGroup
Constructor Details
#initialize ⇒ NoPaymentScheduleRateSources
Returns a new instance of NoPaymentScheduleRateSources.
307968 307969 307970 307971 307972 307973 307974 307975 |
# File 'lib/quickfix50sp2.rb', line 307968 def initialize order = Quickfix::IntArray.new(4) order[0] = 40869 order[1] = 40870 order[2] = 40871 order[3] = 0 super(40868, 40869, order) end |