You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
2 months ago | |
---|---|---|
.. | ||
structure | 2 months ago | |
README.md | 2 months ago | |
backend.go | 2 months ago | |
biz.go | 2 months ago | |
forex.go | 2 months ago | |
money.go | 2 months ago | |
option_inr.go | 2 months ago | |
order.go | 2 months ago | |
share_blk.go | 2 months ago | |
share_brl.go | 2 months ago | |
share_eur.go | 2 months ago | |
share_fur.go | 2 months ago | |
share_gbx.go | 2 months ago | |
share_hkd.go | 2 months ago | |
share_idn.go | 2 months ago | |
share_inr.go | 2 months ago | |
share_jpy.go | 2 months ago | |
share_mys.go | 2 months ago | |
share_sgd.go | 2 months ago | |
share_tha.go | 2 months ago | |
share_us.go | 2 months ago | |
virtual_contract.go | 2 months ago | |
virtual_second.go | 2 months ago | |
virtual_spots.go | 2 months ago |
README.md
一、Biz 模块功能
功能块: 数字币(合约|现货|秒合约)、股票(美股|泰股|马股|印尼股|印度股|新加坡股|港股)、新股申购(美股|泰股|马股|印尼股|印度股|新加坡股|港股)、大宗交易(美股|泰股|马股|印尼股|印度股|新加坡股|港股)、期权(印度))
1、自动监控服务功能
1>初始化代码列表
2>监控代码价格(行情|设置)缓存
3>监控挂单
4>监控持仓
2、调用服务功能(详细逻辑-->见相关功能设计文档)
1>下单
2>止盈止损
3>撤单
4>平仓
5>一键平仓
3、相关调用文档(http://g.jd66.cc:3001/project/56/interface/api)