Example #1
0
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(CThostFtdcInputOptionSelfCloseField obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }
    public virtual int ReqOptionSelfCloseInsert(CThostFtdcInputOptionSelfCloseField pInputOptionSelfClose, int nRequestID)
    {
        int ret = thosttradeapiPINVOKE.CThostFtdcTraderApi_ReqOptionSelfCloseInsert(swigCPtr, CThostFtdcInputOptionSelfCloseField.getCPtr(pInputOptionSelfClose), nRequestID);

        return(ret);
    }