Example #1
0
 public override void OnRtnReqQuoteNotice(TapAPIReqQuoteNotice info)
 {
     Console.WriteLine("OnRtnPositionProfit");
 }
Example #2
0
 public virtual void OnRtnReqQuoteNotice(TapAPIReqQuoteNotice info)
 {
     QTapTradeApiPINVOKE.ITapTradeAPINotify_OnRtnReqQuoteNotice(swigCPtr, TapAPIReqQuoteNotice.getCPtr(info));
 }
Example #3
0
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(TapAPIReqQuoteNotice obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }