Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Montura authored Dec 27, 2023
1 parent 3e7ab1d commit a66e4fe
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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)
Expand Down

0 comments on commit a66e4fe

Please sign in to comment.