Skip to content

Commit

Permalink
修复vn.oanda中服务器地址的bug
Browse files Browse the repository at this point in the history
  • Loading branch information
chenxy123 committed Mar 9, 2016
1 parent 42b51f9 commit 5543976
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion vn.oanda/vnoanda.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
API_SETTING = {}
API_SETTING['practice'] = {'rest': 'https://api-fxpractice.oanda.com',
'stream': 'https://stream-fxpractice.oanda.com'}
API_SETTING['trade'] = {'rest': 'https://api-fxpractice.oanda.com',
API_SETTING['trade'] = {'rest': 'https://api-fxtrade.oanda.com',
'stream': 'https://stream-fxtrade.oanda.com/'}


Expand Down
2 changes: 1 addition & 1 deletion vn.trader/oandaGateway/vnoanda.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
API_SETTING = {}
API_SETTING['practice'] = {'rest': 'https://api-fxpractice.oanda.com',
'stream': 'https://stream-fxpractice.oanda.com'}
API_SETTING['trade'] = {'rest': 'https://api-fxpractice.oanda.com',
API_SETTING['trade'] = {'rest': 'https://api-fxtrade.oanda.com',
'stream': 'https://stream-fxtrade.oanda.com/'}


Expand Down

0 comments on commit 5543976

Please sign in to comment.