internal static global::System.Runtime.InteropServices.HandleRef getCPtr(CThostFtdcQrySecAgentCheckModeField obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }
Exemplo n.º 2
0
    public virtual int ReqQrySecAgentCheckMode(CThostFtdcQrySecAgentCheckModeField pQrySecAgentCheckMode, int nRequestID)
    {
        int ret = thosttradeapiPINVOKE.CThostFtdcTraderApi_ReqQrySecAgentCheckMode(swigCPtr, CThostFtdcQrySecAgentCheckModeField.getCPtr(pQrySecAgentCheckMode), nRequestID);

        return(ret);
    }