CSTraderTest.testTraderApi.OnRspQryCFMMCTradingAccountKey C# (CSharp) Метод

OnRspQryCFMMCTradingAccountKey() приватный Метод

查询保证金监管系统经纪公司资金账户密钥应答
private OnRspQryCFMMCTradingAccountKey ( ThostFtdcCFMMCTradingAccountKeyField pCFMMCTradingAccountKey, ThostFtdcRspInfoField pRspInfo, int nRequestID, bool bIsLast ) : void
pCFMMCTradingAccountKey ThostFtdcCFMMCTradingAccountKeyField
pRspInfo ThostFtdcRspInfoField
nRequestID int
bIsLast bool
Результат void
        void OnRspQryCFMMCTradingAccountKey(ThostFtdcCFMMCTradingAccountKeyField pCFMMCTradingAccountKey, ThostFtdcRspInfoField pRspInfo, int nRequestID, bool bIsLast)
        {
            DebugPrintFunc(new StackTrace());
            if (bIsLast && !IsErrorRspInfo(pRspInfo))
            {
                //请求查询转帐流水
                ReqQryTransferSerial();
            }
            else
            {
                //请求查询转帐流水
                ReqQryTransferSerial();
            }
        }
testTraderApi