using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace QuantBox.XAPI { public enum ResponeType : byte { OnConnectionStatus = 64, OnRtnDepthMarketData, OnRtnError, OnRspQryInstrument, OnRspQryTradingAccount, OnRspQryInvestorPosition, OnRspQrySettlementInfo, OnRtnOrder, OnRtnTrade, OnRtnQuote, OnRtnQuoteRequest, OnRspQryHistoricalTicks, OnRspQryHistoricalBars, OnRspQryInvestor, OnFilterSubscribe, } }