Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
chronoxor committed Oct 29, 2023
1 parent a9ecd99 commit 6606cf8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ Process configuaraion: release
Benchmark measures the performance of the [NASDAQ ITCH handler](https://github.com/chronoxor/CppTrader/blob/master/include/trader/providers/nasdaq/itch_handler.h).
It shows how fast it can parse and handle ITCH messages from the input stream.

Sample ITCH file could be downloaded from ftp://emi.nasdaq.com/ITCH
Sample ITCH file could be downloaded from https://emi.nasdaq.com/ITCH

* [cpptrader-performance-itch_handler](https://github.com/chronoxor/CppTrader/blob/master/performance/itch_handler.cpp) < 01302017.NASDAQ_ITCH50
```
Expand All @@ -155,7 +155,7 @@ Benchmark measures the performance of the [Market manager](https://github.com/ch
It shows how fast it can handle orders operations (add, reduce, modify, delete,
execute) and build an order book.

Sample ITCH file could be downloaded from ftp://emi.nasdaq.com/ITCH
Sample ITCH file could be downloaded from https://emi.nasdaq.com/ITCH

* [cpptrader-performance-market_manager](https://github.com/chronoxor/CppTrader/blob/master/performance/market_manager.cpp) < 01302017.NASDAQ_ITCH50
```
Expand Down Expand Up @@ -201,7 +201,7 @@ market prices, but has a penalty for orders with far from market prices!
* Price levels are taken from the pool, which is implemented using a
pre-allocated array with O(1) for create and delete each price level.

Sample ITCH file could be downloaded from ftp://emi.nasdaq.com/ITCH
Sample ITCH file could be downloaded from https://emi.nasdaq.com/ITCH

* [cpptrader-performance-market_manager_optimized](https://github.com/chronoxor/CppTrader/blob/master/performance/market_manager_optimized.cpp) < 01302017.NASDAQ_ITCH50
```
Expand Down Expand Up @@ -244,7 +244,7 @@ bids and negative values for asks.
* Market handler is not used. No way to receive notifications from the Market
manager.

Sample ITCH file could be downloaded from ftp://emi.nasdaq.com/ITCH
Sample ITCH file could be downloaded from https://emi.nasdaq.com/ITCH

* [cpptrader-performance-market_manager_optimized_aggressive](https://github.com/chronoxor/CppTrader/blob/master/performance/market_manager_optimized_aggressive.cpp) < 01302017.NASDAQ_ITCH50
```
Expand Down
2 changes: 1 addition & 1 deletion include/trader/providers/nasdaq/itch_handler.h
Original file line number Diff line number Diff line change
Expand Up @@ -380,7 +380,7 @@ struct UnknownMessage
http://www.nasdaqtrader.com/content/technicalsupport/specifications/dataproducts/NQTVITCHSpecification.pdf
NASDAQ ITCH protocol examples:
ftp://emi.nasdaq.com/ITCH
https://emi.nasdaq.com/ITCH
Not thread-safe.
*/
Expand Down

0 comments on commit 6606cf8

Please sign in to comment.