Commit Graph

2575 Commits

Author SHA1 Message Date
vn.py
fd4ba62838 [Add] query_history function for BitfinexGateway 2019-07-16 17:15:42 +08:00
vn.py
805cbc790a [Add] query_history function for OkexGateway 2019-07-16 16:42:29 +08:00
vn.py
ecabe203c7 [Add] query_history function for OkexfGateway 2019-07-16 16:15:07 +08:00
vn.py
49f0af6889 [Add] level 2 broadcast market data support 2019-07-16 15:31:35 +08:00
vn.py
9ce85a0a95 Merge branch 'dev' of https://github.com/vnpy/vnpy into dev 2019-07-16 14:44:27 +08:00
vn.py
4d36b5198b [Add] query_history function for BinanceGateway 2019-07-16 14:43:20 +08:00
vn.py
cb3c760116
Merge pull request #1927 from vnpy/ctpmini
Ctpmini
2019-07-16 13:06:13 +08:00
vn.py
d1df651b40 [Mod] improve code quality 2019-07-16 12:34:29 +08:00
vn.py
cf7b89365a [Mod] complete test of mini_gateway 2019-07-16 12:31:01 +08:00
vn.py
c7621cbfa3 [Fix] bug when receiving empty offset flag 2019-07-16 11:19:22 +08:00
vn.py
07b51393dd [Del] dulpicate vnctp code 2019-07-16 11:11:33 +08:00
vn.py
87f2f8141e [Mod]add data filter when query trading account data 2019-07-16 09:10:45 +08:00
vn.py
fad935364a [Add] mini_gateway for ctp mini system 2019-07-15 19:33:45 +08:00
vn.py
6a7346c42e [Add]ctp mini api 2019-07-15 19:20:36 +08:00
vn.py
28b9ce6d8d
Merge pull request #1921 from vnpy/ws-reconnect
Ws reconnect
2019-07-13 13:25:44 +08:00
vn.py
de47e8eb02 [Add] request rate limit check for BitmexGateway 2019-07-13 13:22:28 +08:00
vn.py
33bd9c56c7
Merge pull request #1912 from nioss/dev
Dev 修改okex深度数据(ondepth)重复
2019-07-12 15:10:36 +08:00
vn.py
02c4a88f02
Merge pull request #1914 from nanoric/fix_unhandled_exception_in_websocket.reconnect
[Mod] Fixed: exception raised in WebsocketClient._reconnect() may not …
2019-07-12 14:24:49 +08:00
vn.py
09d99964e5 [Fix]ctp cancel order needs correct ExchangeID 2019-07-10 17:07:01 +08:00
nanoric
90592ecafb [Mod] Fixed: exception raise in WebsocketClient._reconnect() may not be captured in some case. 2019-07-10 15:43:36 +08:00
vn.py
0fb929e66c Merge branch 'dev' of https://github.com/vnpy/vnpy into dev 2019-07-10 10:15:21 +08:00
vn.py
62a0451d41 [Fix]closes #1913 2019-07-10 10:15:15 +08:00
nio
5eab77cc9d okex 现货和合约深度数据重复修改
okex 现货和合约深度数据重复修改
2019-07-09 22:00:54 +08:00
vn.py
7f7d12e4bf
[Merge] pull request #1908 from vnpy/dev, closes #1906
Dev
2019-07-09 16:16:11 +08:00
vn.py
f3d7a4f06b
Merge pull request #1907 from tonywanggit/dev
去除SUPPORT文件项目论坛后链接的多余空格
2019-07-09 16:13:04 +08:00
tony
de5e55b615 去除项目论坛后链接的多余空格 2019-07-09 08:59:00 +08:00
nioss
bc219e4b89
Merge pull request #2 from vnpy/dev
2.0.5 Dev
2019-07-07 22:57:36 +08:00
vn.py
f6066681e1
Merge pull request #1904 from nanoric/linux_no_oes
Update setup.py
2019-07-05 22:22:30 +08:00
nanoric
69638d3ef1
Update setup.py
setup.py : Build vnoes for default .
2019-07-05 18:45:41 +08:00
vn.py
36524511b2
Merge pull request #1903 from nanoric/linux_no_oes
Linux no oes
2019-07-05 17:41:38 +08:00
nanoric
039ec5980d [Mod] travis.yml: remove -j option under gcc-7 2019-07-05 15:09:49 +08:00
nanoric
099b5292fe [Mod] skip tests if extensions not built. 2019-07-05 14:50:36 +08:00
nanoric
574853d5a1 [Add] use make -j under travis-gcc7 2019-07-05 14:50:04 +08:00
nanoric
e3ffe9126f [Mod] make setup.py more simple 2019-07-05 14:49:25 +08:00
nanoric
9b503435bf [Mod] travis ci: not to build vnoes(not enough memory) 2019-07-05 14:34:11 +08:00
nanoric
17cf6a3d5c [Add] build option to switch whether to build oes api or not 2019-07-05 14:33:04 +08:00
nanoric
304072f96d [Mod] tests_import_all: skip importing XTP under OSX 2019-07-05 12:40:06 +08:00
nanoric
a8f06a0139 [Mod] autocxxpy: ignore types not exists under Linux 2019-07-05 11:17:30 +08:00
nanoric
1e49a0aa1d [Mod] updated autocxxpy: generate caster for only classes and enums 2019-07-05 09:58:10 +08:00
nanoric
9db0dfdcbb [Mod] updated autocxxpy: added noexcept for async_dispatch_exception::what() 2019-07-05 09:04:13 +08:00
vn.py
d03f0a4a9e
Merge pull request #1899 from vnpy/dev
[Add] clear_button to clear log monitor
2019-07-03 21:12:05 +08:00
vn.py
82dd0d0ea6 [Add] clear_button to clear log monitor 2019-07-03 21:02:37 +08:00
nanoric
50a212bf5a [Mod] use autocxxpy 0.4.1 2019-07-03 16:49:08 +08:00
nanoric
ee717a69b8 [Mod] fixed headers and libs path for oes gateway 2019-07-03 16:10:50 +08:00
vn.py
4f9bf0884f
Merge pull request #1898 from vnpy/dev
v2.0.5
2019-07-03 15:28:21 +08:00
vn.py
5eded16f48 [Add] send_email function to ScriptEngine 2019-07-03 13:19:17 +08:00
vn.py
afa7f1a227 [Add] demo_script.py for ScriptTrader 2019-07-03 11:28:08 +08:00
nanoric
5d555e2a46 [Mod] sources of oes_gateway was changed. 2019-07-03 11:06:32 +08:00
vn.py
2125bc6a27 [Mod] change cta strategy manager ui to use fixed height, closes #1890 2019-07-02 23:32:36 +08:00
vn.py
138b118a3d Merge branch 'dev' of https://github.com/vnpy/vnpy into dev 2019-07-02 23:00:09 +08:00