Exemple #1
0
        public void SetNativeValue(CThostFtdcExchangeField nativeValue)
        {
            this.nativeValue = nativeValue;

            this.ExchangeName = nativeValue.ExchangeName;
            this.ExchangeID   = nativeValue.ExchangeID;
        }
Exemple #2
0
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(CThostFtdcExchangeField obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }
 public override void OnRspQryExchange(CThostFtdcExchangeField pExchange, CThostFtdcRspInfoField pRspInfo, int nRequestID, bool bIsLast)
 {
     _callbackApi.OnRspQryExchange(pExchange, pRspInfo, nRequestID, bIsLast);
 }
 ///请求查询交易所响应
 public void OnRspQryExchange(CThostFtdcExchangeField pExchange, CThostFtdcRspInfoField pRspInfo, int nRequestID,
                              bool bIsLast)
 {
     Console.WriteLine("OnRspQryExchange");
 }