Commit Graph

2475 Commits

Author SHA1 Message Date
xldistance
e14672ab8c
Update onetoken_gateway.py 2019-06-30 13:55:11 +08:00
xldistance
0fae58f333
fix onetoken order.status
fix onetoken order.status
2019-06-30 12:06:59 +08:00
vn.py
2bab750b96 [Mod] add query_hsitory for IbGateway 2019-06-29 23:36:50 +08:00
vn.py
3b1b8d9ffa [Mod] change default value of brokerid 2019-06-29 08:50:06 +08:00
vn.py
fcaec7d838 [Mod] add filter for wrong data format in on_depth 2019-06-28 16:11:38 +08:00
vn.py
07ed1c44ac
Merge pull request #1876 from LimingFang/mod_md_628
update md
2019-06-28 13:17:55 +08:00
LimingFang
398e08b88e update md 2019-06-28 13:01:37 +08:00
vn.py
021ef86d19
Merge pull request #1875 from nanoric/import_fix
Import fix
2019-06-28 12:54:00 +08:00
nanoric
1410fa1748 [Add] ignore flake8 test for examples/vn_trader/run.py 2019-06-28 11:03:57 +08:00
nanoric
f9c726fed7 Merge remote-tracking branch 'remotes/origin/dev' into import_fix 2019-06-28 10:59:29 +08:00
nanoric
27b97ec55e [Del] remove vntap.lib 2019-06-28 10:58:39 +08:00
nanoric
86fde178b9 [Mod] use newer autocxxpy: Register AsyncDispatchException as module_local
[Mod] recompile pyds for xtp, tora and tap
2019-06-28 10:56:16 +08:00
vn.py
a356cbad1d
Merge pull request #1865 from vnpy/tora
Tora
2019-06-26 21:45:56 +08:00
vn.py
f1b85f5634
Merge branch 'dev' into tora 2019-06-26 21:45:28 +08:00
vn.py
d0bb68fc47 [Mod] complete test of ToraGateway 2019-06-26 21:43:06 +08:00
nanoric
7bfbd842bc [Mod] apply autocxxpy 0.3.4b in ToraApi, XtpApi, TapApi 2019-06-26 18:19:19 +08:00
vn.py
f2c5882e03
Merge pull request #1862 from vnpy/alpaca
Alpaca
2019-06-25 19:42:33 +08:00
vn.py
a9ed153f60
Merge pull request #1861 from nanoric/tora
[Add] ToraGateway
2019-06-25 19:39:26 +08:00
nanoric
b168bd1e39 [Add] added import test for new gateways 2019-06-25 16:59:56 +08:00
nanoric
e22cb9a415 [Add] ToraGateway: TODO list 2019-06-25 16:58:16 +08:00
nanoric
bc47ef7ea4 Merge remote-tracking branch 'remotes/origin/dev' into tora 2019-06-25 16:41:15 +08:00
nanoric
92092c127c [Mod] ToraGateway: Finished & Remove Useless Code 2019-06-25 16:39:29 +08:00
vn.py
a25051087d [Mod] complete test of AlpacaGateway 2019-06-25 16:25:34 +08:00
nanoric
213e35c690 [Add] ToraGateway: cancel_order 2019-06-25 15:29:16 +08:00
nanoric
69bb4bc685 Merge remote-tracking branch 'remotes/nanoric/tora' into tora
# Conflicts:
#	vnpy/gateway/tora/td.py
2019-06-25 15:00:30 +08:00
nanoric
ef49763381 [Add] tora_td: print detail about OnErrRtnOrderInsert,
[Add] tora_td: ignore non-number OrderRef
2019-06-25 14:58:57 +08:00
vn.py
1b139f34a1 [Mod] improve code readability 2019-06-25 10:47:27 +08:00
vn.py
af94e1e186 [Del] remove unnecessary try...catch 2019-06-25 10:37:40 +08:00
vn.py
0d1a536b23
Merge pull request #1858 from vigarbuaa/master
[add] add alpaca gateway to vnpy
2019-06-25 10:31:02 +08:00
vn.py
72b28df57b
Merge pull request #1846 from 1122455801/rest_compatible_json_headers
[Add] rest_client的data参数增加其他格式支持
2019-06-25 10:28:15 +08:00
vn.py
6659719e2d [Add]mainwindow toolbar for apps 2019-06-24 13:29:22 +08:00
vn.py
7682749bba [Fix] bug when close TapGateway 2019-06-22 23:34:53 +08:00
vigarbuaa
985c062549 format code 2019-06-22 10:56:03 +08:00
vigarbuaa
17fe9bf914 remove not used rest_client
1. "json的内容可以通过设置Content-Type为application/json达成,没必要单独增加一个json字段。" remove not used code
2.  在alpaca撤单调试过程中,发生返回值200,但body.text是json的情况,致rest_client解析json报错,加了try/catch做处理
2019-06-22 10:51:50 +08:00
vigarbuaa
08d3b26a5d remove debug print info 2019-06-22 10:22:04 +08:00
vigarbuaa
9124302cca add process_timer_event to query account and position 2019-06-21 22:31:30 +08:00
vigarbuaa
2dd33b5ba0 add subscribe func 2019-06-21 13:26:40 +08:00
vigarbuaa
0753e3cfe2 add cancel order fun for alpaca 2019-06-20 22:24:18 +08:00
vigarbuaa
04b0da5ce5 add try/catch to json parse func
rest_client认为每个返回都可解为json,在处理alpaca的撤单操作时报错
2019-06-20 22:24:03 +08:00
vn.py
e44ad6955c Merge branch 'dev' of https://github.com/vnpy/vnpy into dev 2019-06-20 15:46:56 +08:00
vn.py
102707cf30 [Mod]change load history data cache size 2019-06-20 15:46:49 +08:00
nanoric
ae09a14cdf [Del] ToraGateway: remove order type of MarketPrice . 2019-06-19 17:50:19 +08:00
vn.py
287448c611
Merge pull request #1842 from 1122455801/binance_mod_0617
[Mod] binance_gateway
2019-06-18 23:35:57 +08:00
vn.py
fe87eac546
Merge pull request #1847 from 1122455801/mod_sql_0618
[Mod] 修复database_sql缺失字段
2019-06-18 23:32:48 +08:00
vigarbuaa
eb691525fc cancel order successful
send cancel req by rest_client
receive reponse by websocket

...  need to debug
2019-06-18 23:13:41 +08:00
1122455801
000d19afc8 Update database_sql.py 2019-06-18 15:38:05 +08:00
1122455801
874bc7e4ed Update rest_client.py 2019-06-18 14:32:56 +08:00
vn.py
1017420b7a [Mod] update vnstudio 2.0.4 download link 2019-06-17 16:25:32 +08:00
1122455801
5a1adf2acc Update binance_gateway.py 2019-06-17 15:45:49 +08:00
vn.py
550c8eb810 [Mod]update download link of vnstudio 2019-06-17 11:01:57 +08:00