vn.py
|
5185610838
|
[Mod] tap gateway only support futures for now
|
2019-10-12 12:22:43 +08:00 |
|
vn.py
|
34544bb2f3
|
[Mod] add INE yd position support
|
2019-10-12 11:01:40 +08:00 |
|
KeKe
|
bbfee06a26
|
Create spread_trading.md
|
2019-10-10 23:45:50 +08:00 |
|
vn.py
|
a267f63732
|
[Mod] flake8 code quality improve
|
2019-10-09 16:28:16 +08:00 |
|
vn.py
|
6a50362eec
|
[Mod] process INE order in similar way with SHFE
|
2019-10-09 16:24:27 +08:00 |
|
vn.py
|
5aadb46bef
|
[Mod] initialize LegData with position when created
|
2019-10-08 17:00:09 +08:00 |
|
vn.py
|
70b589ed52
|
[Mod] convert order offset for INE contracts
|
2019-10-08 16:53:12 +08:00 |
|
vn.py
|
b66e2a9dd2
|
[Fix] add filter for duplicate ib contract update
|
2019-09-30 12:10:43 +08:00 |
|
vn.py
|
61bf6bb81e
|
[Fix] close #2099
|
2019-09-30 11:56:38 +08:00 |
|
vn.py
|
3f364e408a
|
Merge branch 'master' of https://github.com/vnpy/vnpy
|
2019-09-30 11:53:54 +08:00 |
|
vn.py
|
98716eec55
|
Merge branch 'dev' of https://github.com/vnpy/vnpy into dev
|
2019-09-30 11:49:04 +08:00 |
|
vn.py
|
ad38cd2215
|
[Fix] add ssl support for ctp_gateway/ctptest_gateway, close #1997
|
2019-09-30 11:46:35 +08:00 |
|
vn.py
|
e67d21c15e
|
Merge pull request #2124 from vnpy/master
[Fix] rqdatac problem
|
2019-09-30 11:35:23 +08:00 |
|
vn.py
|
c7dbed9b69
|
[Fix] rqdatac max limit login problem
|
2019-09-30 11:33:54 +08:00 |
|
vn.py
|
2274a29104
|
Merge branch 'master' of https://github.com/vnpy/vnpy
|
2019-09-30 11:23:02 +08:00 |
|
vn.py
|
746ac00854
|
[Fix] max limit bug with rqdatac
|
2019-09-30 11:22:16 +08:00 |
|
vn.py
|
142253c621
|
Merge pull request #2123 from xldistance/patch-31
删除多余print
|
2019-09-29 21:42:04 +08:00 |
|
xldistance
|
20722f6705
|
删除多余print
删除多余print
|
2019-09-29 10:29:42 +08:00 |
|
vn.py
|
99500a71fc
|
Merge pull request #2111 from 1122455801/gateiof_gateway
[Add] Gateiof gateway
|
2019-09-26 09:33:17 +08:00 |
|
vn.py
|
cb4e1106ab
|
Merge branch 'dev-gateios' into gateiof_gateway
|
2019-09-26 09:33:09 +08:00 |
|
vn.py
|
b433d54446
|
[Mod] improve code quality
|
2019-09-25 23:27:25 +08:00 |
|
vn.py
|
cdbbb7867e
|
Merge pull request #2114 from vnpy/dev-bitstamp-gateway
Dev bitstamp gateway
|
2019-09-25 23:20:32 +08:00 |
|
vn.py
|
9139d3b01e
|
[Mod] continuous query account data
|
2019-09-25 23:08:33 +08:00 |
|
vn.py
|
e0c15d4eee
|
[Mod] complete test of order/trade push update
|
2019-09-25 22:53:13 +08:00 |
|
KeKe
|
4626deed62
|
Create gateiof_gateway.py
|
2019-09-25 17:13:11 +08:00 |
|
KeKe
|
04224b5e13
|
Update constant.py
|
2019-09-25 17:12:13 +08:00 |
|
KeKe
|
2f7cba2680
|
Create __init__.py
|
2019-09-25 17:10:30 +08:00 |
|
vn.py
|
d868bdf0da
|
[Mod] use bitstamp gateway
|
2019-09-25 16:00:24 +08:00 |
|
vn.py
|
d741221c41
|
[Mod] complete send/cancel order function
|
2019-09-25 15:34:13 +08:00 |
|
vn.py
|
04ad1cb981
|
[Mod] Reimplement BitstampGateway
|
2019-09-24 23:00:50 +08:00 |
|
vn.py
|
4d68b300f4
|
Merge pull request #2109 from nanoric/dev
[Mod] RestClient: restore logger
|
2019-09-24 11:44:46 +08:00 |
|
nanoric
|
033740a215
|
[Mod] RestClient: restore logger
|
2019-09-24 10:35:12 +08:00 |
|
vn.py
|
db017f6eb2
|
Merge pull request #2108 from nanoric/dev
[Add] Oanda gateway
|
2019-09-24 10:23:21 +08:00 |
|
nanoric
|
2bf54862f4
|
Merge remote-tracking branch 'remotes/nanoric/oanda_gateway' into dev
# Conflicts:
# vnpy/api/rest/rest_client.py
# vnpy/trader/constant.py
|
2019-09-24 10:16:15 +08:00 |
|
vn.py
|
f10ec83fe2
|
Merge pull request #2075 from nanoric/bybit
[Add] BybitGateway
|
2019-09-23 21:26:24 +08:00 |
|
vn.py
|
94ecc537c5
|
Merge branch 'dev' into bybit
|
2019-09-23 21:26:01 +08:00 |
|
vn.py
|
625513ac48
|
Merge pull request #2105 from nanoric/logger
[Add] logger for RestClient & WebsocketClient
|
2019-09-23 21:21:27 +08:00 |
|
vn.py
|
ff85ab7642
|
Merge pull request #2104 from nanoric/tap_wrappers
[Mod] TapGateway: roll back custom callback_wrapper to fix invalid po…
|
2019-09-23 21:15:47 +08:00 |
|
vn.py
|
5bb4a7135f
|
[Fix] strategy_module_name may be not defined
|
2019-09-21 11:33:52 +08:00 |
|
nanoric
|
df2cbd52e4
|
[Add] logger for RestClient & WebsocketClient
|
2019-09-20 16:00:08 +08:00 |
|
nanoric
|
391d94411a
|
[Mod] TapGateway: roll back custom callback_wrapper to fix invalid pointer BUG.
|
2019-09-20 14:33:58 +08:00 |
|
vn.py
|
846ea95093
|
[Fix] close #1997
|
2019-09-20 11:37:32 +08:00 |
|
vn.py
|
222475fdf9
|
Merge pull request #2103 from vnpy/dev
Dev
|
2019-09-19 22:25:02 +08:00 |
|
vn.py
|
bb03627627
|
[Mod] update vnstudio link
|
2019-09-19 22:23:41 +08:00 |
|
vn.py
|
7de6e0fb42
|
[Mod] add wmi into requirements
|
2019-09-19 21:55:33 +08:00 |
|
vn.py
|
2322406a93
|
[Fix] only subscribe if contract data found
|
2019-09-19 16:07:32 +08:00 |
|
vn.py
|
5e8a648874
|
[Fix] bug when __thread not created
|
2019-09-19 15:18:51 +08:00 |
|
vn.py
|
6f3a2b49c8
|
[Del] remove unused ci config files
|
2019-09-19 12:30:38 +08:00 |
|
vn.py
|
ad9676f242
|
Merge pull request #2098 from vnpy/dev
[Fix] typo of vt_symbol
|
2019-09-18 22:52:55 +08:00 |
|
vn.py
|
6967a825f2
|
[Fix] typo of vt_symbol
|
2019-09-18 22:51:25 +08:00 |
|