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
|
969c59a08a
|
[Add] Added some comments
[Mod] rename files
|
2019-03-19 02:36:59 -04:00 |
|
1122455801
|
0d79e796ae
|
Update rest_client.py
|
2019-03-19 13:58:44 +08:00 |
|
vn.py
|
244bd8cec0
|
Merge pull request #1489 from nanoric/oes_optimize
Oes optimize
|
2019-03-19 13:45:46 +08: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 |
|
nanoric
|
5ee4672c29
|
[Add] flake8: ignore qt compiled files(uic generated)
|
2019-03-18 06:26:27 -04:00 |
|
nanoric
|
6ade6bc388
|
[Mod] use designer
|
2019-03-18 06:25:44 -04:00 |
|
nanoric
|
277a6f6be1
|
[Fix] make flake8 happy
|
2019-03-18 05:47:41 -04:00 |
|
nanoric
|
023e6b4221
|
[Add] CsvLoader
|
2019-03-18 05:37:18 -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
|
7bcc9c876b
|
[Fix] OesGateway: make flake8 happy
|
2019-03-15 05:44:20 -04:00 |
|
nanoric
|
0fd1901ada
|
[Add] OesGateway: 增加一些注释
|
2019-03-15 04:28:23 -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
|
ee307d6323
|
[Fix] OesGateway: ensure all on_order on_tick response will receive a new python object.
|
2019-03-15 02:58:37 -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 |
|
nanoric
|
2ee257bed1
|
[Fix] OesGateway.TdApi: Optimized reconnect for rpt channel & ord channel
[Fix] OesGateway.TdApi: Multiple reconnect request will not blocked now.
|
2019-03-15 00:20:39 -04:00 |
|
nanoric
|
a2c91c99cd
|
[Fix] OesGateway.MdApi: Optimized reconnect for tcp channel
|
2019-03-15 00:18:19 -04:00 |
|
nanoric
|
9410775fb3
|
[Add] OesGateway: TD API: Reconnect: Reduce CPU usage.
|
2019-03-15 00:02:03 -04:00 |
|
nanoric
|
459fc4770f
|
[Fix] OesGateway:Optimized connect status detection
|
2019-03-14 23:21:00 -04:00 |
|
nanoric
|
71d34d5854
|
[Add] OesGateway: 成功连接到行情服务器的提示
|
2019-03-14 23:10:14 -04:00 |
|
nanoric
|
5f5bf06e53
|
[Add] OesGateway: User can supply a hdd serial number.
[Fix] OesGateway: Optimized reconnection of td api: reconnect if connection of ord_channel is lost.
|
2019-03-14 23:05:33 -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 |
|
nanoric
|
9b4f360bef
|
[Fix] OesGateway:修复一个BUG:多个打开多个vnpy实例时重连会导致重连的服务器混乱的问题
[Fix] OesGateway:修复成交委托号为0的BUG
Windows version fix only. Linux not supported yet.
|
2019-03-14 07:37:23 -04: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 |
|