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