Skip to content

Commit 46e33d3

Browse files
Update README.md
Adding an example command for symbol filtering from SDK
1 parent 4f4ceb5 commit 46e33d3

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -384,6 +384,14 @@ while (true) {
384384

385385
```java -jar ncdssdk-client.jar -opt TOP -n 10 -topic NLSUTP -timestamp 1590084445610 ```
386386

387+
10. To get filtered stream by symbols or/and message-types
388+
389+
```java -jar ncdssdk-client.jar -opt FILTERSTREAM -topic NLSUTP -symbols AAPL,NDAQ -msgtypes SeqTradeReportMessage```
390+
391+
11. To get all messages for given type messagtype
392+
393+
```java -jar ncdssdk-client.jar -opt GETALLMSGS -topic NLSUTP -msgName SeqTradeReportMessage```
394+
387395

388396

389397
## Documentation
@@ -403,4 +411,4 @@ Please make sure to update tests as appropriate.
403411

404412
## License
405413

406-
Code and documentation released under the [Apache License, Version 2.0](https://www.apache.org/licenses/LICENSE-2.0)
414+
Code and documentation released under the [Apache License, Version 2.0](https://www.apache.org/licenses/LICENSE-2.0)

0 commit comments

Comments
 (0)