Class: Quickfix50Sp2::AllocationInstruction::NoLegs::NoLegStreams::NoLegPaymentSchedules::NoLegPaymentScheduleRateSources
- Inherits:
-
Quickfix::Group
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldMap->clientdata)->klass
- Quickfix::Group
- Quickfix50Sp2::AllocationInstruction::NoLegs::NoLegStreams::NoLegPaymentSchedules::NoLegPaymentScheduleRateSources
- Defined in:
- lib/quickfix50sp2.rb
Instance Method Summary collapse
-
#initialize ⇒ NoLegPaymentScheduleRateSources
constructor
A new instance of NoLegPaymentScheduleRateSources.
Methods inherited from Quickfix::Group
#addGroup, #delim, #field, #getGroup, #hasGroup, #removeGroup, #replaceGroup
Constructor Details
#initialize ⇒ NoLegPaymentScheduleRateSources
Returns a new instance of NoLegPaymentScheduleRateSources.
49638 49639 49640 49641 49642 49643 49644 49645 |
# File 'lib/quickfix50sp2.rb', line 49638 def initialize order = Quickfix::IntArray.new(4) order[0] = 40415 order[1] = 40416 order[2] = 40417 order[3] = 0 super(40414, 40415, order) end |