예제 #1
0
        public static object SubmitDeal(string strOverApprover, string strOverComment, string record1, string record2, string strProductId1, string strProductId2)
        {
            DA_TRN TrnInfo1 = JsonConvert.DeserializeObject <DA_TRN>(record1);
            DA_TRN TrnInfo2 = JsonConvert.DeserializeObject <DA_TRN>(record2);

            return(DealUIP.SubmitFXSwapDeal(SessionInfo
                                            , TrnInfo1
                                            , TrnInfo2
                                            , strOverApprover
                                            , strOverComment
                                            , strProductId1
                                            , strProductId2));
        }