Esempio n. 1
0
 public TapAPIQuoteContractInfo(TapAPIQuoteContractInfo other) : this(TapQuotePINVOKE.new_TapAPIQuoteContractInfo__SWIG_1(TapAPIQuoteContractInfo.getCPtr(other)), true)
 {
     if (TapQuotePINVOKE.SWIGPendingException.Pending)
     {
         throw TapQuotePINVOKE.SWIGPendingException.Retrieve();
     }
 }
 public virtual void OnRtnContract(TapAPIQuoteContractInfo info)
 {
     TapQuotePINVOKE.ITapQuoteAPINotify_OnRtnContract(swigCPtr, TapAPIQuoteContractInfo.getCPtr(info));
 }
 public virtual void OnRspQryContract(uint sessionID, int errorCode, char isLast, TapAPIQuoteContractInfo info)
 {
     TapQuotePINVOKE.ITapQuoteAPINotify_OnRspQryContract(swigCPtr, sessionID, errorCode, isLast, TapAPIQuoteContractInfo.getCPtr(info));
 }
Esempio n. 4
0
 internal static HandleRef getCPtr(TapAPIQuoteContractInfo obj)
 {
     return((obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr);
 }