21 lines
439 B
Python
21 lines
439 B
Python
# encoding: UTF-8
|
|
|
|
structDict = {}
|
|
|
|
#//////////////////////////////////////////////////////////////////////
|
|
#@author 中泰证券股份有限公司
|
|
#@file xquote_api_struct.h
|
|
#@brief 定义行情类相关数据结构
|
|
#//////////////////////////////////////////////////////////////////////
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#指定的合约
|
|
struct = {}
|
|
# ///交易所代码
|
|
struct["exchange_id"] = "int"
|
|
# ///合约代码(不包含交易所信息)例如"600000 "
|