QLNet.MakeSchedule.withTerminationDateConvention C# (CSharp) Метод

withTerminationDateConvention() публичный Метод

public withTerminationDateConvention ( BusinessDayConvention conv ) : MakeSchedule
conv BusinessDayConvention
Результат MakeSchedule
        public MakeSchedule withTerminationDateConvention(BusinessDayConvention conv)
        {
            terminationDateConvention_ = conv;
               return this;
        }