コード例 #1
0
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(CThostFtdcUserSystemInfoField obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }
コード例 #2
0
    public virtual int SubmitUserSystemInfo(CThostFtdcUserSystemInfoField pUserSystemInfo)
    {
        int ret = thosttradeapiPINVOKE.CThostFtdcTraderApi_SubmitUserSystemInfo(swigCPtr, CThostFtdcUserSystemInfoField.getCPtr(pUserSystemInfo));

        return(ret);
    }