예제 #1
0
 public override void OnRspFillLocalRemove(uint sessionID, int errorCode, TapAPIFillLocalRemoveReq info)
 {
 }
예제 #2
0
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(TapAPIFillLocalRemoveReq obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }
예제 #3
0
        public virtual int FillLocalRemove(out uint sessionID, TapAPIFillLocalRemoveReq fill)
        {
            int ret = TapTradeWrapperPINVOKE.ITapTradeAPI_FillLocalRemove(swigCPtr, out sessionID, TapAPIFillLocalRemoveReq.getCPtr(fill));

            return(ret);
        }