コード例 #1
0
        public static DA_TRN GenerateRepoTransactionObject(SessionInfo sessioninfo
                                                           , string strTradeDate
                                                           , string strBuySell
                                                           , string strInstrument
                                                           , string strCtpy
                                                           , string strPortfolio
                                                           , string strEffectiveDate
                                                           , string strMaturityDate
                                                           , string strNotional
                                                           , string strProductId
                                                           , string strRemark)
        {
            DealBusiness _dealBusiness = new DealBusiness();

            return(_dealBusiness.GenerateRepoTransactionObject(sessioninfo, strTradeDate, strBuySell, strInstrument
                                                               , strCtpy, strPortfolio, strEffectiveDate, strMaturityDate
                                                               , strNotional, strProductId, strRemark));
        }