예제 #1
0
 private void OnRspQuoteAction_3(ref CThostFtdcInputQuoteActionField pInputQuoteAction, ref CThostFtdcRspInfoField pRspInfo, int nRequestID, bool bIsLast)
 {
     OnRspQuoteAction_1(this, ref pInputQuoteAction, ref pRspInfo, nRequestID, bIsLast);
 }
예제 #2
0
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(CThostFtdcInputQuoteActionField obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }
예제 #3
0
 private void OnRspQuoteAction_3(IntPtr pTraderApi, ref CThostFtdcInputQuoteActionField pInputQuoteAction, ref CThostFtdcRspInfoField pRspInfo, int nRequestID, bool bIsLast)
 {
     OnRspQuoteAction_1(this, pTraderApi, ref pInputQuoteAction, ref pRspInfo, nRequestID, bIsLast);
 }
 public override void OnRspQuoteAction(CThostFtdcInputQuoteActionField pInputQuoteAction, CThostFtdcRspInfoField pRspInfo,
                                       int nRequestID, bool bIsLast)
 {
     _callbackApi.OnRspQuoteAction(pInputQuoteAction, pRspInfo, nRequestID, bIsLast);
 }
 ///报价操作请求响应
 public void OnRspQuoteAction(CThostFtdcInputQuoteActionField pInputQuoteAction, CThostFtdcRspInfoField pRspInfo,
                              int nRequestID, bool bIsLast)
 {
     Console.WriteLine("OnRspQuoteAction");
 }
예제 #6
0
    public virtual int ReqQuoteAction(CThostFtdcInputQuoteActionField pInputQuoteAction, int nRequestID)
    {
        int ret = thosttradeapiPINVOKE.CThostFtdcTraderApi_ReqQuoteAction(swigCPtr, CThostFtdcInputQuoteActionField.getCPtr(pInputQuoteAction), nRequestID);

        return(ret);
    }
예제 #7
0
 public int ReqQuoteAction(CThostFtdcInputQuoteActionField pInputQuoteAction, int nRequestID)
 {
     return(_traderApi.ReqQuoteAction(pInputQuoteAction, nRequestID));
 }
 private void OnRspQuoteAction(IntPtr pTraderApi, ref CThostFtdcInputQuoteActionField pInputQuoteAction, ref CThostFtdcRspInfoField pRspInfo, int nRequestID, bool bIsLast)
 {
     Console.WriteLine("OnRspQuoteAction");
 }