Commit Graph

1674 Commits

Author SHA1 Message Date
vn.py
a89cba984d [Add] Add about dialog 2019-01-11 13:06:39 +08:00
vn.py
1eb26d6151 [Add] Add write_log function in BaseGateway 2019-01-11 12:41:50 +08:00
vn.py
9b2b0561b1 [Add] Add active order monitor and contract manager 2019-01-11 12:21:55 +08:00
vn.py
40b5a4127c [Fix] Close #1167 2019-01-11 08:35:25 +08:00
vn.py
64c1c3ccde [Add] Complete ib gateway development 2019-01-10 23:45:21 +08:00
vn.py
84eaeb8733 [Add] Add monitor into mainwindow 2019-01-09 22:36:48 +08:00
vn.py
712fad6288 [Add] Add ib gateway using official ibapi from interactive brokers 2019-01-09 22:03:33 +08:00
vn.py
be25b684a0 [Add] Start ib gateway development 2019-01-09 16:41:51 +08:00
vn.py
a899060360 [Add] Add oms engine 2019-01-08 21:53:03 +08:00
vn.py
6ceac176ac Merge branch 'v2.0-DEV' of https://github.com/vnpy/vnpy into v2.0-DEV 2019-01-08 20:45:37 +08:00
vn.py
fe5b994b0e [Add] Add mainwindow and test code of VN Trader 2019-01-08 20:45:01 +08:00
vn.py
c304c2b125 [Add] Add log engine 2019-01-08 20:43:26 +08:00
vn.py
b996285ffd [Add] Add global setting file 2019-01-08 20:42:47 +08:00
vn.py
71f3f1ef27
[Merge] pull request #1322 from nanoric/readme
Readme
2019-01-08 12:34:15 +08:00
nanoric
65eac4612c [Add] 增加readme 2019-01-07 02:49:12 -04:00
nanoric
e0942debbc Merge branch 'v2.0-DEV' of https://github.com/vnpy/vnpy into travis_test 2019-01-07 02:45:45 -04:00
nanoric
bf2565920f [Add] added format_check.py 2019-01-07 02:43:15 -04:00
nanoric
665f515d86 [Mod] rename travis/requirements-travis.txt to travis/requirements.txt 2019-01-07 02:40:23 -04:00
nanoric
121cdccdb0 [Mod] move requirements-travis.txt to /travis/folder
[Add] added format check
2019-01-07 02:37:16 -04:00
nanoric
88002bc315 [Add] added travis script 2019-01-07 02:20:54 -04:00
vn.py
e25787536a [Add] Add trader ui widget 2019-01-06 20:16:29 +08:00
vn.py
ca14973b9a [Add] Add trader mainengine 2019-01-06 20:16:12 +08:00
vn.py
ca8b5fa406 [Add] Add abstract gateway class 2019-01-06 20:15:05 +08:00
vn.py
dfcd0ed0ea [Add] Add trader data object structure 2019-01-06 20:14:27 +08:00
vn.py
ad40633fd8 [Add] Add trader event type definition 2019-01-06 20:14:02 +08:00
vn.py
e32b76d243 [Add] Add trader constant definition 2019-01-06 20:13:50 +08:00
nanoric
8f1029ee37 [Mod] 修正import 2019-01-06 00:59:29 -04:00
nanoric
70fbb06cbf [Add] 增加一些代码格式的约束 2019-01-06 00:59:13 -04:00
nanoric
5326e6e4fc [Mod] 类属性应该使用snake_case 2019-01-06 00:58:37 -04:00
vn.py
9d3ec12695 [Add] Add event engine 2019-01-05 22:34:21 +08:00
vn.py
e3c22e3371
[Merge] pull request #1318 from nanoric/pylint_and_yapf_config
[Mod] constant can be both UPPER_CASE or CamelCase
2019-01-05 21:51:26 +08:00
nanoric
535c2cdc97 [Mod] constant can be both UPPER_CASE or CamelCase
UPPER_CASE if for normal constant, CamelCase is for Type aliases.
2019-01-05 05:32:52 -04:00
vn.py
42ffa66500 [Add] add .gitignore file 2019-01-05 15:09:13 +08:00
vn.py
22401e4c4e
[Merge] pull request #1317 from nanoric/pylint_and_yapf_config
[Add] .pylintrc
2019-01-05 15:05:06 +08:00
nanoric
530ff2e269 [Add] .pylintrc
[Add] .style.yapf
2019-01-05 02:58:07 -04:00
vn.py
d032a0248c [Add]add license file 2019-01-04 15:14:15 +08:00
vn.py
f7d5848758 [Del]clear all old files 2019-01-04 14:46:47 +08:00
vn.py
5b447bed52
Merge pull request #1313 from vnpy/beta
v1.9.2 release beta->master
2018-12-29 09:46:26 +08:00
vn.py
67f626e152
Merge pull request #1312 from vnpy/dev
v1.9.2 release dev->beta
2018-12-29 09:45:24 +08:00
vn.py
24dbe7d014 [Mod]调整WebsocketClient的对话信息记录函数 2018-12-29 09:44:25 +08:00
vn.py
10e9983e14
Merge pull request #1311 from vnpy/master
[Merge]合并部分master分支的PR内容
2018-12-29 09:41:27 +08:00
vn.py
32dc3aaf7e
Merge branch 'dev' into master 2018-12-29 09:40:43 +08:00
vn.py
da902cde95
Merge pull request #1310 from cclauss/patch-1
Use print() function in both Python 2 and Python 3
2018-12-29 09:35:07 +08:00
cclauss
8707236609
Use print() function in both Python 2 and Python 3
Legacy __print__ statements are syntax errors in Python 3 but __print()__ function works as expected in both Python 2 and Python 3.
2018-12-28 23:47:57 +01:00
vn.py
3af8f52760
Merge pull request #1309 from vnpy/dev
v1.9.2 beta2
2018-12-28 17:05:37 +08:00
vn.py
389a98ab1a [Mod]更新README.MD 2018-12-28 16:43:04 +08:00
vn.py
ae5151cb76
Merge pull request #1308 from nanoric/fix_app_ui_blank_after_maximiize
[Fix] 修正一个UI错误:修复了最大化app之后关闭再打开会显示一大片空白的问题
2018-12-28 15:41:52 +08:00
nanoric
ac9048b0ad [Fix] 修正一个UI错误:修复了最大化app之后关闭再打开会显示一大片空白的问题
[Add] UI功能性增强:点击某个app之后,该app一定会被移到前台。

顺便去掉了try_catch KeyError,改用if
2018-12-28 03:03:57 -04:00
vn.py
119d881027 [Del]移除beta目录下的火币接口 2018-12-27 16:46:16 +08:00
vn.py
2faac219a0 [Mod]完成火币接口的测试 2018-12-27 16:44:44 +08:00