Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Adding an example command for symbol filtering from SDK
  • Loading branch information
ruchirvaninasdaq authored Oct 14, 2020
1 parent 4f4ceb5 commit 46e33d3
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -384,6 +384,14 @@ while (true) {

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

10. To get filtered stream by symbols or/and message-types

```java -jar ncdssdk-client.jar -opt FILTERSTREAM -topic NLSUTP -symbols AAPL,NDAQ -msgtypes SeqTradeReportMessage```

11. To get all messages for given type messagtype

```java -jar ncdssdk-client.jar -opt GETALLMSGS -topic NLSUTP -msgName SeqTradeReportMessage```



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

## License

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

0 comments on commit 46e33d3

Please sign in to comment.