예제 #1
0
        public static DA_TRN GenerateSwapTransactionObject(SessionInfo sessionInfo, string strTradeDate, string strInstrument, string strCtpy, string strPortfolio
                                                           , string strEffDate, string strMatDate, string strNotional1
                                                           , string strCCY1, string strFFL1, string strFFix1, string strRate1, string strFreq1
                                                           , string strNotional2, string strCCY2, string strFFL2, string strFFix2, string strRate2, string strFreq2
                                                           , int intDaySpan, string strRemark, string strProductId)
        {
            DealBusiness _dealBusiness = new DealBusiness();

            return(_dealBusiness.GenerateSwapTransactionObject(sessionInfo, strTradeDate, strInstrument, strCtpy, strPortfolio
                                                               , strEffDate, strMatDate, strNotional1
                                                               , strCCY1, strFFL1, strFFix1, strRate1, strFreq1
                                                               , strNotional2, strCCY2, strFFL2, strFFix2, strRate2, strFreq2
                                                               , intDaySpan, strRemark, strProductId));

            //return trn;
        }