From f6ca2cc908bacb9d43c4da5cb9987d176a3d4ef1 Mon Sep 17 00:00:00 2001 From: LYNX - Joris Rump Date: Fri, 20 Sep 2019 11:00:18 +0200 Subject: [PATCH] removed # from url --- Python/SETUP.md | 2 +- Python/place_order/README.md | 8 ++++---- Python/request_contract_details/README.md | 6 +++--- Python/request_historical_data/README.md | 6 +++--- Python/request_market_data/README.md | 8 ++++---- 5 files changed, 15 insertions(+), 15 deletions(-) diff --git a/Python/SETUP.md b/Python/SETUP.md index 5090947..2968f88 100644 --- a/Python/SETUP.md +++ b/Python/SETUP.md @@ -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 diff --git a/Python/place_order/README.md b/Python/place_order/README.md index a5e1015..8b1abfa 100644 --- a/Python/place_order/README.md +++ b/Python/place_order/README.md @@ -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 @@ -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)
diff --git a/Python/request_contract_details/README.md b/Python/request_contract_details/README.md index e6e1b29..70d254f 100644 --- a/Python/request_contract_details/README.md +++ b/Python/request_contract_details/README.md @@ -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 @@ -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)
diff --git a/Python/request_historical_data/README.md b/Python/request_historical_data/README.md index c5b3933..ce43e3a 100644 --- a/Python/request_historical_data/README.md +++ b/Python/request_historical_data/README.md @@ -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 @@ -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)
diff --git a/Python/request_market_data/README.md b/Python/request_market_data/README.md index 95b9d8c..1eaa5cb 100644 --- a/Python/request_market_data/README.md +++ b/Python/request_market_data/README.md @@ -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 @@ -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)