diff --git a/README.md b/README.md index e7a7d6bd..a8722e11 100644 --- a/README.md +++ b/README.md @@ -29,9 +29,9 @@ it easily integrable into your projects. * [Build Demo with Native dependency](#build-demo-with-native-dependency) * [Unix systems](#unix-systems) * [Windows x64](#windows-x64) +- [Samples](#samples) + * [How to build a sample](#how-to-build-a-sample) - [Current State](#current-state) - * [Samples](#samples) - * [How to build a sample](#how-to-build-a-sample) * [Endpoint roles](#endpoint-roles) * [Event types](#event-types) * [Subscription Symbols](#subscription-symbols) @@ -214,9 +214,7 @@ Find useful information in our self-service dxFeed Knowledge Base: * [Exchange Codes](https://kb.dxfeed.com/en/data-model/exchange-codes.html) * [Symbology Guide](https://kb.dxfeed.com/en/data-model/symbology-guide.html) -## Current State - -### Samples +## Samples - [x] [Demo](src/main/c/demo/demo.cpp) is a sample demontration (linked with DxFeedJniNativeSdk) how to connect to address, add event listener and subscribe to `Quote` event - [x] [DxFeedConnect](src/main/c/samples/DxFeedConnect/main.cpp) is a sample demontration how to connect to use console args to connect address and subscribe to `Quote` event @@ -233,7 +231,7 @@ Find useful information in our self-service dxFeed Knowledge Base: - [ ] DxFeedPublishProfiles is a simple demonstration of how to publish market events - [ ] ScheduleSample is a simple demonstration of how to get various scheduling information for instruments -#### How to build a sample +### How to build a sample * [build JAR dependency](#build-jar-dependency) -> `src/c/main/demo/build/dxfeed-jni-native-sdk-0.1.0.jar` * [build native dependency](#build-native-dependency) -> `src/c/main/demo/build/DxFeedJniNativeSdk.dylib|.so|.dll` * copy to `${SAMPLE_DIR}/build` files @@ -243,6 +241,8 @@ Find useful information in our self-service dxFeed Knowledge Base: * run script `sh build_release.sh` or `build_release.cmd` * or open `CMakeLists.txt` as project and build from IDE +## Current State + ### Endpoint Roles - [x] [FEED](https://docs.dxfeed.com/dxfeed/api/com/dxfeed/api/DXEndpoint.Role.html#FEED)