forked from albanywang2016/RestAPI
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
remove broken links
- Loading branch information
Showing
1 changed file
with
5 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,13 +18,11 @@ With the use of the socket.io library, the API has streaming capability and will | |
FXCM's trading hours vary by product. For forex, trading opens on Sundays between 5:00 PM ET and 5:15 PM ET and closes on Fridays around 4:55 PM ET. for CFD, please check [CFD Product Guide.](http://docs.fxcorporate.com/user-guide/ug-cfd-product-guide-ltd-en.pdf) | ||
|
||
## How to start: | ||
1. Python wrapper fxcmpy at [here](https://www.fxcm.com/fxcmpy/) | ||
2. Sample code in Node.js at [here](https://github.com/fxcm/RestAPI/tree/master/fxcm-api-rest-nodejs-example) | ||
3. Quick start guide in Java at [here](https://github.com/fxcm/RestAPI/blob/master/FXCM%20JAVA%20REST%20API%20QuickStart.pdf) | ||
4. Java sample code at [here](https://apiwiki.fxcorporate.com/api/RestAPI/JavaRestClient.zip) | ||
5. Apply for a [demo account](https://www.fxcm.com/uk/forex-trading-demo/) Generate access token. You can generate one from the <a href="https://tradingstation.fxcm.com/">Trading Station web</a>. Click on User Account > Token Management on the upper right hand of the website. For Live account, please send your username to [email protected], we will need to enable Rest API access. For demo account, Rest API access was enabled by default. | ||
6. Download Rest API pdf specs at <a href="https://apiwiki.fxcorporate.com/api/RestAPI/Socket%20REST%20API%20Specs.pdf">here</a> | ||
7. Start coding. You will need to reference the <a href="https://socket.io/docs/client-api/">socket.io library</a> in your code. | ||
1. Sample code in Node.js at [here](https://github.com/fxcm/RestAPI/tree/master/fxcm-api-rest-nodejs-example) | ||
2. Java sample code at [here](https://apiwiki.fxcorporate.com/api/RestAPI/JavaRestClient.zip) | ||
3. Apply for a [demo account](https://www.fxcm.com/uk/forex-trading-demo/) Generate access token. You can generate one from the <a href="https://tradingstation.fxcm.com/">Trading Station web</a>. Click on User Account > Token Management on the upper right hand of the website. For Live account, please send your username to [email protected], we will need to enable Rest API access. For demo account, Rest API access was enabled by default. | ||
4. Download Rest API pdf specs at <a href="https://apiwiki.fxcorporate.com/api/RestAPI/Socket%20REST%20API%20Specs.pdf">here</a> | ||
5. Start coding. You will need to reference the <a href="https://socket.io/">socket.io library</a> in your code. | ||
a. Using Javascript, click <a href="https://www.npmjs.com/package/socket.io">here</a> | ||
b. Using Python, click <a href="https://github.com/miguelgrinberg/python-socketio">here</a> | ||
|
||
|