File tree Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -384,6 +384,14 @@ while (true) {
384
384
385
385
``` java -jar ncdssdk-client.jar -opt TOP -n 10 -topic NLSUTP -timestamp 1590084445610 ```
386
386
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
+
387
395
388
396
389
397
## Documentation
@@ -403,4 +411,4 @@ Please make sure to update tests as appropriate.
403
411
404
412
## License
405
413
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 )
You can’t perform that action at this time.
0 commit comments