nanoric
6e0e23d999
Merge remote-tracking branch 'remotes/origin/tap-gateway' into tap
2019-06-08 17:11:09 +08:00
nanoric
64e3be33fc
[Fix] TapGateway: make send_order not to crash.
2019-06-08 17:08:55 +08:00
nanoric
1c661d07c4
[Mod] TapApi: use autocxxpy 0.3.1
...
detail:
[Fix] Fixed: return value of API which applied output_argument_transform is always empty(default value)
[Fix] Fixed: crash while calling some API which returns packaged str. Such as InsertOrder.
[Mod] Some types of constant was changed to str, which has a type of int originally. (these variables has a type of 'char' in c++)
2019-06-08 17:07:56 +08:00
vigarbuaa
5e5137f9ab
add order_dict for cancel_order function
...
order_dict {local_order_id: remote_order_id}
2019-06-08 07:17:25 +08:00
vigarbuaa
9fbac9dfba
format
2019-06-08 06:40:09 +08:00
nanoric
fa590bf1f3
[Mod] use autocxxpy 0.2.6
...
detail:
[Fix] fixed: failed to construct(call __init__) of some structure from tap api
[Del] remove gtest headers.
2019-06-08 00:10:55 +08:00
vn.py
8ec5a8d4eb
[Mod] complete test of tick data update
2019-06-07 23:48:41 +08:00
vn.py
7d45da8d41
Merge pull request #1807 from 1122455801/install_0607
...
[Update] install.md
2019-06-07 23:21:05 +08:00
vn.py
b97082762a
Merge pull request #1808 from 1122455801/gateway_0607
...
[Update] gateway.md
2019-06-07 23:20:50 +08:00
vn.py
dbdb099a95
Merge pull request #1809 from nanoric/tap
...
[Fix] TapApi: fixed nullptr error.
2019-06-07 23:20:46 +08:00
vn.py
0efee692a5
[Mod] upgrade QuoteAPI dll
2019-06-07 23:20:13 +08:00
nanoric
a5e545ba0c
[Mod] updated TapQuoteApi.dll: use newer official provided x64 dll.
...
[Fix] fixed nullptr error.
2019-06-07 23:11:39 +08:00
vn.py
a20eee2d44
[Fix] typo in update_order
2019-06-07 22:52:10 +08:00
vn.py
8cb4abcf9d
[Add] send/cancel order function
2019-06-07 22:42:36 +08:00
vn.py
bec7bb2fee
[Add] query order/trade data
2019-06-07 21:56:21 +08:00
vn.py
49579568f2
[Add] query position function
2019-06-07 18:37:37 +08:00
vn.py
c990f553e1
[Add] support for more exchanges
2019-06-07 18:22:45 +08:00
vn.py
18b4162f4f
[Mod] complete test of QuoteApi
2019-06-07 17:33:19 +08:00
1122455801
db038c9e95
Update gateway.md
2019-06-07 17:04:45 +08:00
1122455801
93d1499cd6
Update install.md
2019-06-07 17:02:21 +08:00
xldistance
4f94988a6e
ctaengine价格取整到最小价格变动
...
ctaengine价格取整到最小价格变动
2019-06-07 16:00:13 +08:00
vn.py
5d9802b703
Merge pull request #1800 from 1122455801/tiger_update_push_client
...
[Update] tiger_gateway.py
2019-06-07 14:20:32 +08:00
vigarbuaa
4e30095ac3
modify send_order func to fill limit price order
2019-06-06 23:33:17 +08:00
vn.py
260e270c22
[Mod] allow writing log when strategy not inited
2019-06-06 23:15:38 +08:00
vigarbuaa
21cc72ac3f
add send_order function
...
1. add send_order function
2. post by json param, need to modify rest_client.py to support json field
2019-06-06 23:13:39 +08:00
1122455801
fa30e8a99b
Update tiger_gateway.py
2019-06-06 11:49:56 +08:00
msincenselee
642ef2a1cb
bug fix
2019-06-06 10:36:51 +08:00
msincenselee
86b1d8f4ee
修复bug:tdx重连时,不能重新选择最优服务器
...
修复bug:获取持仓时,position为zero异常
2019-06-06 09:26:16 +08:00
vn.py
09a85f8734
Merge pull request #1791 from nanoric/tora
...
Tora Api Fix: GBK encoding.
2019-06-06 09:17:27 +08:00
vigarbuaa
8cf23cea4b
add query_account and query_positions function , debug OK
2019-06-05 23:33:53 +08:00
uelin
8d02c24206
add binance gateway
2019-06-05 21:32:15 +08:00
vn.py
c83a762015
Merge pull request #1795 from vnpy/bug-fix
...
Bug fix
2019-06-05 19:30:39 +08:00
vn.py
b0edd7fe88
[Mod] change init function of RqDataClient
2019-06-05 19:24:44 +08:00
vn.py
be315e4bc1
[Mod] use no adjustment type of equity history data
2019-06-05 19:17:23 +08:00
vn.py
1f5a57c2c7
[Fix] close #1753
2019-06-05 18:09:10 +08:00
vn.py
04cb7df3e9
[Fix] close #1754
2019-06-05 17:56:23 +08:00
vn.py
9571bf083e
Merge pull request #1790 from 1122455801/arb_algo_01
...
[Add] Arb algo
2019-06-05 17:00:01 +08:00
nanoric
5f0337e75c
[Mod] ToraGateway: put all constant into constant.py
2019-06-05 15:11:05 +08:00
nanoric
a4fbce978f
[Add] tora api: convert GBK to utf-8
2019-06-05 15:08:57 +08:00
1122455801
72d2ef95d0
Update engine.py
2019-06-05 13:55:51 +08:00
1122455801
ad4471dfc4
Create arbitrage_algo.py
2019-06-05 13:55:47 +08:00
vn.py
85d982749c
Merge pull request #1789 from nanoric/tora
...
Tora
2019-06-04 19:18:20 +08:00
nanoric
520438a3f5
[Mod] vntora.pyd: 使用MT编译
2019-06-04 19:13:38 +08:00
nanoric
e8f2048b27
[Add] ToraApi
...
[Add] ToraGateway
2019-06-04 19:13:37 +08:00
nanoric
6386df340d
[Del] remove useless files.
2019-06-04 16:52:33 +08:00
msincenselee
3cd1ccc479
bug fix,取消当前价计算
2019-06-04 15:43:27 +08:00
msincenselee
435593ef04
bug fix
2019-06-03 23:01:36 +08:00
vn.py
d41bfc1c4d
Merge branch 'dev' of https://github.com/vnpy/vnpy into dev
2019-06-03 18:46:42 +08:00
vn.py
9d6b6a2871
[Mod] change document index page
2019-06-03 18:46:38 +08:00
vn.py
da11d5347f
Merge pull request #1778 from 1122455801/tiger_update_push_client
...
[Fix] 修复老虎接口行情推送的bug
2019-06-03 16:50:49 +08:00