示例#1
0
 private void CTPOnRspQrySettleInfo(ref CThostFtdcSettlementInfoField pSettlementInfo, ref CThostFtdcRspInfoField pRspInfo, int nRequestID, bool bIsLast)
 {
     this.SettleInfo += pSettlementInfo.Content;
     if (bIsLast)
     {
         Thread.Sleep(1100); //查询流控
         _t.ReqSettlementInfoConfirm(_broker, _investor);
     }
 }