Example #1
0
        public static object SubmitDeal(string strOverApprover, string strOverComment, string record, string strProductId)
        {
            DA_TRN TrnInfo = JsonConvert.DeserializeObject <DA_TRN>(record);

            return(DealUIP.SubmitFXSpotDeal(SessionInfo
                                            , TrnInfo
                                            , strOverApprover
                                            , strOverComment
                                            , strProductId));
        }