Skip to content

Commit

Permalink
removed # from url
Browse files Browse the repository at this point in the history
  • Loading branch information
joris22o committed Sep 20, 2019
1 parent bcf57c4 commit f6ca2cc
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion Python/SETUP.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

**Requirements**:

- [API Software](https://api.lynx.academy/#/API_versions) Installed
- [API Software](https://api.lynx.academy/API_versions) Installed
- TWS Running
- Socket Connection enabled and configured: *Configure->API->Settings* *(Port - 7496 & Enable ActiveX and Socket Clients)*
- Python 3.6 or higher
Expand Down
8 changes: 4 additions & 4 deletions Python/place_order/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

## Requirements:

> - [API Software](https://lynxbroker.github.io/#/API_versions) Installed
> - [API Software](https://lynxbroker.github.io/API_versions) Installed
>- TWS Running
> - Socket Connection enabled and configured: *Configure->API->Settings* *(Port - 7496 & Enable ActiveX and Socket Clients)*
> - Python 3.6 or higher
Expand Down Expand Up @@ -239,9 +239,9 @@ python3 place_order.py

Take a further look at our online API Documentation to discover all of the possibilities using LYNX' API.

- [LYNX Basic Contract Definitions](https://api.lynx.academy/#/BasicContracts.md)
- [LYNX Basic Order Definitions](https://api.lynx.academy/#/BasicOrders.md)
- [LYNX Order Management](https://api.lynx.academy/#/OrderManagement.md)
- [LYNX Basic Contract Definitions](https://api.lynx.academy/BasicContracts.md)
- [LYNX Basic Order Definitions](https://api.lynx.academy/BasicOrders.md)
- [LYNX Order Management](https://api.lynx.academy/OrderManagement.md)

<br/>

Expand Down
6 changes: 3 additions & 3 deletions Python/request_contract_details/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

## Requirements:

> - [API Software](https://api.lynx.academy#/API_versions) Installed
> - [API Software](https://api.lynx.academy/API_versions) Installed
>- TWS Running
> - Socket Connection enabled and configured: *Configure->API->Settings* *(Port - 7496 & Enable ActiveX and Socket Clients)*
> - Python 3.6 or higher
Expand Down Expand Up @@ -215,8 +215,8 @@ python3 request_contract_details.py

Take a further look at our online API Documentation to discover all of the possibilities using LYNX' API.

- [LYNX Basic Contract Definitions](https://api.lynx.academy/#/BasicContracts.md)
- [LYNX Requesting Contract Details](https://api.lynx.academy/#/RequestingContractDetails.md)
- [LYNX Basic Contract Definitions](https://api.lynx.academy/BasicContracts.md)
- [LYNX Requesting Contract Details](https://api.lynx.academy/RequestingContractDetails.md)

<br/>

Expand Down
6 changes: 3 additions & 3 deletions Python/request_historical_data/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

## Requirements:

> - [API Software](https://api.lynx.academy/#/API_versions) Installed
> - [API Software](https://api.lynx.academy/API_versions) Installed
>- TWS Running
> - Socket Connection enabled and configured: *Configure->API->Settings* *(Port - 7496 & Enable ActiveX and Socket Clients)*
> - Python 3.6 or higher
Expand Down Expand Up @@ -268,8 +268,8 @@ python3 request_historical_data.py

Take a further look at our online API Documentation to discover all of the possibilities using LYNX' API.

- [LYNX Basic Contract Definitions](https://api.lynx.academy/#/BasicContracts.md)
- [LYNX Requesting Historical Data](https://api.lynx.academy/#/HistoricalBarData.md)
- [LYNX Basic Contract Definitions](https://api.lynx.academy/BasicContracts.md)
- [LYNX Requesting Historical Data](https://api.lynx.academy/HistoricalBarData.md)

<br/>

Expand Down
8 changes: 4 additions & 4 deletions Python/request_market_data/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

## Requirements:

> - [API Software](https://api.lynx.academy/#/API_versions) Installed
> - [API Software](https://api.lynx.academy/API_versions) Installed
>- TWS Running
> - Socket Connection enabled and configured: *Configure->API->Settings* *(Port - 7496 & Enable ActiveX and Socket Clients)*
> - Python 3.6 or higher
Expand Down Expand Up @@ -211,9 +211,9 @@ python3 request_market_data.py

Take a further look at our online API Documentation to discover all of the possibilities using LYNX' API.

- [LYNX Basic Contract Definitions](https://api.lynx.academy/#/BasicContracts.md)
- [LYNX Requesting Market Data](https://api.lynx.academy/#/TopMarketData.md)
- [LYNX Available TickTypes](https://api.lynx.academy/#/TickTypes.md)
- [LYNX Basic Contract Definitions](https://api.lynx.academy/BasicContracts.md)
- [LYNX Requesting Market Data](https://api.lynx.academy/TopMarketData.md)
- [LYNX Available TickTypes](https://api.lynx.academy/TickTypes.md)
<br/>

<p align="center">
Expand Down

0 comments on commit f6ca2cc

Please sign in to comment.