Commit Graph

2050 Commits

Author SHA1 Message Date
vn.py
c6c72053df
Merge pull request #1628 from vnpy/femas
Femas
2019-04-24 14:17:14 +08:00
vn.py
12987aebe0 [Mod]change code naming 2019-04-24 14:16:18 +08:00
vn.py
b990ae7758 [Mod]add module_locale in femas pybind11 wrap 2019-04-24 11:44:39 +08:00
vn.py
347edb2906 [Mod]change file path in generator script 2019-04-24 11:15:11 +08:00
vn.py
ae4ac00f37
Merge pull request #1624 from nanoric/femas_fix_rebase
[Mod] FemasGateway
2019-04-23 17:07:19 +08:00
nanoric
f7c2df41a0 [Mod] make flake8 happy 2019-04-23 04:37:07 -04:00
nanoric
7d173ba948 Merge remote-tracking branch 'remotes/origin/dev' into femas_fix_rebase 2019-04-23 04:33:32 -04:00
nanoric
9484161caf [Del] 去除生成脚本的中间文件 2019-04-23 04:27:26 -04:00
nanoric
d2053bd1df [Del] 去除多余二进制文件 2019-04-23 04:27:26 -04:00
nanoric
d8d05e4da9 [Del] 去除代码中多余的输出 2019-04-23 04:27:26 -04:00
vn.py
856749009b [Mod]round order volume to contract min_volume in AlgoEngine 2019-04-22 22:45:15 +08:00
vn.py
025efd06b7
Merge pull request #1619 from vnpy/more_exchange_support
More exchange support
2019-04-22 12:59:55 +08:00
vn.py
62397fafc0 [Mod]change function name and complete test of OkexfGateway 2019-04-21 23:08:06 +08:00
vn.py
723efbcf1e
Merge pull request #1616 from 1122455801/OKEXF_01
[Add]Okex期货接口
2019-04-21 22:26:02 +08:00
1122455801
d0a26081c3 Create okexf_gateway.py 2019-04-20 18:19:06 +08:00
1122455801
c101e507c6 Create __init__.py 2019-04-20 18:18:50 +08:00
vn.py
beb9d71bb7 [Add]full name details for Exchange enum 2019-04-19 23:15:03 +08:00
vn.py
9dd334939d [Add]min_volume of ContractData for OesGateway 2019-04-19 22:51:25 +08:00
vn.py
e73c12d7d5 [Mod]disable edit in result monitor table 2019-04-19 22:49:36 +08:00
vn.py
4c3c80acb7 [Mod]clear thread handler when downloading data failed 2019-04-19 22:39:37 +08:00
vn.py
dfaf304189 [Add]support for exchanges 2019-04-19 12:43:33 +08:00
vn.py
526c9ce4e9
Merge pull request #1615 from vnpy/DEV
Dev
2019-04-19 12:40:55 +08:00
vn.py
2bce3fcf67 [Mod]catch socket.error in WebsocketClient 2019-04-19 10:34:50 +08:00
vn.py
a6f17d7d66
Merge pull request #1614 from nanoric/rqdatac_from_vnpy_pip
[Mod] rqdatac: use pip.vnpy.com
2019-04-19 09:08:57 +08:00
nanoric
7b14a5be3d [Mod] rqdatac: use pip.vnpy.com 2019-04-18 19:21:34 -04:00
vn.py
868dab01f7
Merge pull request #1612 from nanoric/database_dependents
[Mod] move psycopg2, pymysql into install requirements
2019-04-19 06:37:53 +08:00
nanoric
4302ae0180 [Mod] move psycopg2, pymysql into install requirements 2019-04-18 04:05:08 -04:00
vn.py
d4d8e6a0f8
Merge pull request #1611 from vnpy/dev-min_volume
[Add]min_volume for ContractData
2019-04-18 15:53:11 +08:00
vn.py
81a0bc5f19 [Add]min_volume for ContractData 2019-04-18 15:50:45 +08:00
vn.py
afff26a91f Merge branch 'DEV' of https://github.com/vnpy/vnpy into DEV 2019-04-18 15:31:07 +08:00
vn.py
7e9b853d83 [Mod]change ping-pong of HuobiGateway 2019-04-18 14:59:39 +08:00
vn.py
fe0e17763f
Merge pull request #1609 from nanoric/newest_data
[Add] DatabaseManager.get_newest_xxx_data
2019-04-18 13:27:41 +08:00
nanoric
eb0b7c3a98 [Add] added rqdatac in linux sdist test (.travis.yml) 2019-04-18 00:52:38 -04:00
nanoric
009b26670b [Del] removed duplicated pip install . in appveyor.yml 2019-04-18 00:48:16 -04:00
nanoric
df0f010775 [Add] add pip install rqdatac in windows sdist test 2019-04-18 00:45:39 -04:00
nanoric
ad40643724 [Fix] use install.bat in appveyor.yml 2019-04-18 00:44:49 -04:00
nanoric
3c9244fe67 [Add] try to make rqdatac work 2019-04-18 00:41:59 -04:00
nanoric
eefb423953 Merge remote-tracking branch 'remotes/origin/DEV' into newest_data 2019-04-18 00:25:10 -04:00
nanoric
6f3b66a05c [Add] added test to check None return for newest_xxx_data if database is empty 2019-04-18 00:24:55 -04:00
nanoric
b72a1dc155 [Fix] fix bugs for newly added functions 2019-04-18 00:21:30 -04:00
vn.py
bd36646036 [Add]download history data function into CtaBacktester 2019-04-18 11:27:50 +08:00
nanoric
19e27ea031 [Add] get_newest_bar_data in database_mongo.py
[Add] get_newest_tick_data in database_mongo.py
2019-04-17 23:16:57 -04:00
nanoric
49d863a286 [Add] get_newest_bar_data in database.py
[Add] get_newest_tick_data in database.py
2019-04-17 23:16:33 -04:00
vn.py
1d6d191ac6 [Mod]move RQData related function into rqdata.py 2019-04-18 10:46:55 +08:00
vn.py
71995aeb13 [Mod]update readme.md 2019-04-17 15:46:49 +08:00
vn.py
194ccdb09c [Add]websocket api for OnetokenGateway 2019-04-17 13:16:34 +08:00
vn.py
94c4e0beda
Merge pull request #1605 from 1token-trade/onetoken-gateway
Onetoken gateway
2019-04-17 09:42:15 +08:00
vn.py
9de35bfd43 [Fix]use abs for trade volume 2019-04-17 09:20:29 +08:00
vn.py
fdd4094d33
Merge pull request #1606 from 1122455801/BITFINEX_01
[Add] Bitfinex_gateway
2019-04-16 22:55:33 +08:00
1122455801
7b0d744286 Update constant.py 2019-04-16 21:25:23 +08:00