using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
//----------------------------------------------------------------
//Module Name: $safeprojectname$
//Purpose:
//CopyRight: Muchinfo
//History:
//----------------------------------------------------------------
//DateTime 2016/4/28 17:14:31
//Author
//Description Create
//----------------------------------------------------------------
namespace Muchinfo.MTPClient.Data.Enums
{
public enum TabContetMode
{
///
/// 行情列表
///
QuoteList=0,
///
/// 图表
///
QuoteChart = 1,
///
/// 大字报价牌
///
QuoteBoard = 9,
///
/// 商品基本资料
///
QuoteGoodsInfo = 4,
///
/// 报价大厅
///
ListingBoard = 5,
///
/// 五档历史
///
HistoryCommissions = 6,
}
}