Class: Quickfix50Sp2::AssignmentReport::NoUnderlyings::NoUnderlyingStreams::NoUnderlyingPaymentSchedules::NoUnderlyingPaymentScheduleFixingDays
- Inherits:
-
Quickfix::Group
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldMap->clientdata)->klass
- Quickfix::Group
- Quickfix50Sp2::AssignmentReport::NoUnderlyings::NoUnderlyingStreams::NoUnderlyingPaymentSchedules::NoUnderlyingPaymentScheduleFixingDays
- Defined in:
- lib/quickfix50sp2.rb
Instance Method Summary collapse
-
#initialize ⇒ NoUnderlyingPaymentScheduleFixingDays
constructor
A new instance of NoUnderlyingPaymentScheduleFixingDays.
Methods inherited from Quickfix::Group
#addGroup, #delim, #field, #getGroup, #hasGroup, #removeGroup, #replaceGroup
Constructor Details
#initialize ⇒ NoUnderlyingPaymentScheduleFixingDays
Returns a new instance of NoUnderlyingPaymentScheduleFixingDays.
274465 274466 274467 274468 274469 274470 274471 |
# File 'lib/quickfix50sp2.rb', line 274465 def initialize order = Quickfix::IntArray.new(3) order[0] = 41879 order[1] = 41880 order[2] = 0 super(41878, 41879, order) end |