public override void OnRspFillLocalRemove(uint sessionID, int errorCode, TapAPIFillLocalRemoveReq info) { }
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); }
public virtual int FillLocalRemove(out uint sessionID, TapAPIFillLocalRemoveReq fill) { int ret = TapTradeWrapperPINVOKE.ITapTradeAPI_FillLocalRemove(swigCPtr, out sessionID, TapAPIFillLocalRemoveReq.getCPtr(fill)); return(ret); }