diff --git a/README.md b/README.md index 2453af9..308b78d 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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) \ No newline at end of file +Code and documentation released under the [Apache License, Version 2.0](https://www.apache.org/licenses/LICENSE-2.0)