Beispiel #1
0
 public virtual void OnRtnPositionProfit(TapAPIPositionProfitNotice info)
 {
     QTapTradeApiPINVOKE.ITapTradeAPINotify_OnRtnPositionProfit(swigCPtr, TapAPIPositionProfitNotice.getCPtr(info));
 }
Beispiel #2
0
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(TapAPIPositionProfitNotice obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }
Beispiel #3
0
 public override void OnRtnPositionProfit(TapAPIPositionProfitNotice info)
 {
 }
Beispiel #4
0
 public override void OnRtnPositionProfit(TapAPIPositionProfitNotice info)
 {
     Console.WriteLine("OnRtnPositionProfit");
 }
 public override void OnRtnPositionProfit(TapAPIPositionProfitNotice info)
 {
     //throw new NotImplementedException();
 }