You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,9 +6,9 @@
6
6
7
7
[Barchart](https://www.barchart.com) offers an exhaustive array of market data for multiple asset classes from exchanges around the world. **This SDK enables your applications to consume real-time market data**, as follows:
8
8
9
-
* A WebSocket connection is established between your application and Barchart's quote servers, then
10
-
* Your application sends subscription requests for individual symbol(s), then
11
-
* Your application receives a stream of market data for subscribed symbol(s).
9
+
* A **WebSocket** connection is established between your application and Barchart's quote servers, then
10
+
* Your application requests market data for one or more symbols, then
11
+
* Your application receives a market data stream for subscribed symbols.
0 commit comments