Skip to content

Commit

Permalink
[Add] XtpGateway: alpha phrase
Browse files Browse the repository at this point in the history
  • Loading branch information
nanoric committed Apr 24, 2019
1 parent c6c7205 commit 29bb242
Show file tree
Hide file tree
Showing 289 changed files with 49,869 additions and 3 deletions.
8 changes: 7 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,10 @@ dist
*.local

# vn.py
.vntrader
.vntrader

# Visual Studio intermediate files
*.exp
*.iobj
*.ipdb
*.pdb
2 changes: 1 addition & 1 deletion tests/trader/run.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
from vnpy.gateway.bitmex import BitmexGateway
from vnpy.gateway.futu import FutuGateway
from vnpy.gateway.ib import IbGateway
#from vnpy.gateway.ctp import CtpGateway
# from vnpy.gateway.ctp import CtpGateway
from vnpy.gateway.femas import FemasGateway
from vnpy.gateway.tiger import TigerGateway
from vnpy.gateway.oes import OesGateway
Expand Down
3 changes: 3 additions & 0 deletions vnpy/api/xtp/generate_xtp.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#!/usr/bin/env bash

python -m autocxxpy vnxtp xtp_trader_api.h xtp_quote_api.h -I vnxtp/include -o vnxtp/generated_files -p . --no-callback-name .*Api
Binary file added vnpy/api/xtp/vnxtp.pyd
Binary file not shown.
Loading

0 comments on commit 29bb242

Please sign in to comment.