public TapAPITimeBucketOfCommodityInfo(TapAPITimeBucketOfCommodityInfo other) : this(TapQuotePINVOKE.new_TapAPITimeBucketOfCommodityInfo__SWIG_1(TapAPITimeBucketOfCommodityInfo.getCPtr(other)), true) { if (TapQuotePINVOKE.SWIGPendingException.Pending) { throw TapQuotePINVOKE.SWIGPendingException.Retrieve(); } }
public virtual void OnRtnTimeBucketOfCommodity(TapAPITimeBucketOfCommodityInfo info) { TapQuotePINVOKE.ITapQuoteAPINotify_OnRtnTimeBucketOfCommodity(swigCPtr, TapAPITimeBucketOfCommodityInfo.getCPtr(info)); }
public virtual void OnRspQryTimeBucketOfCommodity(uint sessionID, int errorCode, char isLast, TapAPITimeBucketOfCommodityInfo info) { TapQuotePINVOKE.ITapQuoteAPINotify_OnRspQryTimeBucketOfCommodity(swigCPtr, sessionID, errorCode, isLast, TapAPITimeBucketOfCommodityInfo.getCPtr(info)); }
internal static HandleRef getCPtr(TapAPITimeBucketOfCommodityInfo obj) { return((obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr); }