nanoric
|
9a8911d952
|
[Fix] fixed import error
|
2019-03-19 06:12:47 -04:00 |
|
nanoric
|
a6867e43d7
|
[Fix] updated autocxxpy: no constant instance will be passed from pybind11
|
2019-03-19 05:57:23 -04:00 |
|
nanoric
|
584f28ceaa
|
Merge branch 'fixed_setup' into travis_all
|
2019-03-19 05:25:16 -04:00 |
|
nanoric
|
1b2a567e1e
|
[Mod] updated oes binding
|
2019-03-19 05:24:31 -04:00 |
|
nanoric
|
0ce5e15c8b
|
[Add] .travis.yml: added names for build matrix
|
2019-03-19 05:06:51 -04:00 |
|
nanoric
|
bcc110b1ae
|
[Fix] new travis script
|
2019-03-19 04:25:35 -04:00 |
|
nanoric
|
9f517e33b4
|
[Del] requirements.txt: removed jupyter
|
2019-03-19 01:01:15 -04:00 |
|
nanoric
|
fc83a62ea0
|
[Add] install.sh: make & install ta-lib to /usr
|
2019-03-19 01:00:47 -04:00 |
|
nanoric
|
11c0b050b4
|
[Fix] fixed requirements.txt: platform_system is "Linux" but not "Unix"
|
2019-03-18 23:00:21 -04:00 |
|
nanoric
|
c3f496475c
|
[Fix] fixed install script
|
2019-03-18 22:47:44 -04:00 |
|
nanoric
|
c7078531b7
|
[Fix] ctp: fixed linux .so not found error
|
2019-03-18 22:45:01 -04:00 |
|
vn.py
|
8e5ea24a36
|
Merge branch 'v2.0.1-DEV' of https://github.com/vnpy/vnpy into v2.0.1-DEV
|
2019-03-17 13:11:59 +08:00 |
|
vn.py
|
57fc77a1b0
|
[Fix]Close #1486
|
2019-03-17 13:11:33 +08:00 |
|
vn.py
|
9cad3587a2
|
Merge pull request #1485 from 1122455801/tiger_gateway_version_06
[Mod] tiger_gateway.py
|
2019-03-17 11:07:45 +08:00 |
|
vn.py
|
9603866f13
|
Merge pull request #1488 from nanoric/bitmex_optimize
Bitmex optimize
|
2019-03-17 10:59:00 +08:00 |
|
vn.py
|
4334b44b33
|
Merge pull request #1490 from nanoric/type_hint_and_docs
Type hint and docs for RestClient, WebSocketClient and BaseGateway.
|
2019-03-17 10:58:09 +08:00 |
|
nanoric
|
b8ab027081
|
[Fix] WebsocketClient: removed unused import: make flake8 happy.
|
2019-03-15 05:46:33 -04:00 |
|
nanoric
|
0eb9630b23
|
[Add] BaseGateway Document: send_order.orderid should be unique
|
2019-03-15 03:37:42 -04:00 |
|
nanoric
|
c414f561f6
|
[Add] BaseGateway: 增加说明回调函数on_xxxx的参数必须为常量的要求
|
2019-03-15 03:07:01 -04:00 |
|
nanoric
|
f6d0cda6ce
|
[Mod] WebSocketClient: remove useless lock.
|
2019-03-15 03:00:28 -04:00 |
|
nanoric
|
fed48e1a06
|
[Add] BitmexGateway: Added some comment to make logic more clear.
|
2019-03-15 02:51:49 -04:00 |
|
nanoric
|
88f661615c
|
[Add] BitmexGateway: make send_order thread-safe
|
2019-03-15 02:43:05 -04:00 |
|
nanoric
|
39effc29b4
|
[Mod] BtimexGateway: renaeme setting.session into session_number
|
2019-03-15 02:28:54 -04:00 |
|
nanoric
|
49e721844e
|
[Mod] change typing and docs for RestClient and WebSocketClient
|
2019-03-15 02:26:05 -04:00 |
|
nanoric
|
51c8ed3b03
|
[Add] some docs for BaseGateway
|
2019-03-15 02:24:58 -04:00 |
|
1122455801
|
d73be6d77c
|
Update tiger_gateway.py
|
2019-03-15 10:12:55 +08:00 |
|
vn.py
|
5a6f496cb1
|
[Fix]Close #1481
|
2019-03-15 08:58:44 +08:00 |
|
vn.py
|
b105b08c9f
|
[Mod]change ibapi to use relative import
|
2019-03-14 09:52:01 +08:00 |
|
vn.py
|
3758d13cd2
|
[Mod]change talib import
|
2019-03-14 09:45:21 +08:00 |
|
vn.py
|
51166282d6
|
[Add]embed talib into project
|
2019-03-14 09:44:59 +08:00 |
|
vn.py
|
adb884e19f
|
[Add]ib api source code into vnpy.api
|
2019-03-14 09:28:12 +08:00 |
|
vn.py
|
da53a5fc0b
|
[Mod]Add support for spread product class, close #1479
|
2019-03-14 09:22:03 +08:00 |
|
vn.py
|
7711825486
|
[Fix]Close #1474
|
2019-03-14 09:10:57 +08:00 |
|
vn.py
|
bea1facfaf
|
Merge pull request #1476 from 1122455801/tiger_gateway_version_06
[Mod] tiger_gateway.py
|
2019-03-13 10:20:35 +08:00 |
|
1122455801
|
d0073ea6c6
|
Update tiger_gateway.py
|
2019-03-12 17:39:28 +08:00 |
|
vn.py
|
82f89fc2ec
|
[Add]tree of content in document index
|
2019-03-12 16:58:33 +08:00 |
|
vn.py
|
6e985e5492
|
Merge pull request #1468 from 1122455801/tiger_gateway_version_05
[Mod] tiger_gateway
|
2019-03-11 22:16:29 +08:00 |
|
1122455801
|
918191e06d
|
Merge branch 'v2.0.1-DEV' into tiger_gateway_version_05
|
2019-03-11 17:06:29 +08:00 |
|
1122455801
|
f009c33f57
|
Update tiger_gateway.py
|
2019-03-11 16:33:11 +08:00 |
|
1122455801
|
4cfab5b9d9
|
Update tiger_gateway.py
|
2019-03-11 16:16:08 +08:00 |
|
vn.py
|
cc129b3e2c
|
Merge pull request #1459 from nanoric/oes_fix
Oes fix
|
2019-03-08 22:32:52 +08:00 |
|
vn.py
|
3a982534a7
|
Merge pull request #1458 from 1122455801/tiger_gateway_version_03
[Mod] futu_gateway.py
|
2019-03-08 22:32:30 +08:00 |
|
nanoric
|
d1306dd237
|
[Fix] 修正成交发生时订单成交量错误的BUG
|
2019-03-08 08:56:47 -04:00 |
|
nanoric
|
212b864c69
|
[Add] Add lock to make public methods of gateway thread-safe
|
2019-03-08 08:56:05 -04:00 |
|
nanoric
|
0daffb3e5f
|
[Mod] OesTdApi: uniform naming.
|
2019-03-08 08:50:45 -04:00 |
|
nanoric
|
34bce32dc0
|
[Fix] 修复stop()之后还重连一次的bug
|
2019-03-08 07:41:11 -04:00 |
|
nanoric
|
9b694fce07
|
[Mod] md, td并行连接,加快td响应速度。
|
2019-03-08 07:38:00 -04:00 |
|
nanoric
|
7eaa0c19f6
|
[Del] remove useless code
|
2019-03-08 07:35:19 -04:00 |
|
nanoric
|
eb5aac2595
|
[Mod] 统一格式,隐藏内部变量
|
2019-03-08 07:35:18 -04:00 |
|
nanoric
|
637dabd406
|
[Mod] remove OrderManager
|
2019-03-08 07:35:18 -04:00 |
|