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

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

查询客户通知应答
private OnRspQryNotice ( ThostFtdcNoticeField pNotice, ThostFtdcRspInfoField pRspInfo, int nRequestID, bool bIsLast ) : void
pNotice ThostFtdcNoticeField
pRspInfo ThostFtdcRspInfoField
nRequestID int
bIsLast bool
Результат void
        void OnRspQryNotice(ThostFtdcNoticeField pNotice, ThostFtdcRspInfoField pRspInfo, int nRequestID, bool bIsLast)
        {
            DebugPrintFunc(new StackTrace());
            if (bIsLast && !IsErrorRspInfo(pRspInfo))
            {
                //请求查询投资者持仓明细
                ReqQryInvestorPositionCombineDetail();
            }
        }
testTraderApi