From b778e29f7b5dec4cb32ac9c6fd7cc2f4e499057a Mon Sep 17 00:00:00 2001 From: Andrei Mikhalev <4503006+Montura@users.noreply.github.com> Date: Sun, 17 Dec 2023 23:57:39 +0300 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8a0b3a62..8e09b51d 100644 --- a/README.md +++ b/README.md @@ -208,7 +208,7 @@ Find useful information in our self-service dxFeed Knowledge Base: is a simple demonstration of how events are read form a tape file - [x] [DxFeedSample](src/main/c/samples/DxFeedSample/main.cpp) is a simple demonstration of how to create multiple event listeners and subscribe to `Quote` and `Trade` events -- [ ] [PrintQuoteEvents](https://github.com/dxFeed/dxfeed-graal-net-api/blob/main/samples/PrintQuoteEvents/Program.cs) +- [x] [PrintQuoteEvents](https://github.com/dxFeed/dxfeed-graal-net-api/blob/main/samples/PrintQuoteEvents/Program.cs) is a simple demonstration of how to subscribe to the `Quote` event, using a `DxFeed` instance singleton and `dxfeed.properties` file - [ ] [WriteTapeFile](https://github.com/dxFeed/dxfeed-graal-net-api/blob/main/samples/WriteTapeFile/Program.cs)