Ejemplo n.º 1
0
    public virtual int ReqQryForQuote(CThostFtdcQryForQuoteField pQryForQuote, int nRequestID)
    {
        int ret = thosttradeapiPINVOKE.CThostFtdcTraderApi_ReqQryForQuote(swigCPtr, CThostFtdcQryForQuoteField.getCPtr(pQryForQuote), nRequestID);

        return(ret);
    }
Ejemplo n.º 2
0
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(CThostFtdcQryForQuoteField obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }
Ejemplo n.º 3
0
 public int ReqQryForQuote(CThostFtdcQryForQuoteField pQryForQuote, int nRequestID)
 {
     return(_traderApi.ReqQryForQuote(pQryForQuote, nRequestID));
 }