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

        return(ret);
    }