公告板
版本库
filestore
活动
搜索
登录
main
/
gp-server
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
L2进程与策略进程合并
Administrator
2023-08-30
87a68117b9957219f17dc7830cb2b33b88a9d1d8
[gp-server.git]
/
huaxin_client
/
l2_data_transform_protocol.py
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
"""
L2数据传输协议
"""
class L2DataCallBack:
# L2委托明细
def OnL2Order(self, code, datas, timestamp):
pass
def OnL2Transaction(self, code, datas, timestamp):
pass
def OnMarketData(self, code, datas, timestamp):
pass