minor comments and doc changes

This commit is contained in:
mohamedemad4
2020-09-10 11:25:05 +02:00
parent 111dcb043d
commit a76fa92d60
3 changed files with 10 additions and 11 deletions

View File

@@ -70,8 +70,9 @@ Websocket support::
# Example response
# msg = {
# "service":"iex" # An identifier telling you this is IEX data. The value returned by this will always be "iex".
#
# "service":"iex" # An identifier telling you this is IEX data.
# The value returned by this will correspond to the endpoint argument.
#
# # Will always return "A" meaning new price quotes. There are also H type Heartbeat msgs used to keep the connection alive
# "messageType":"A" # A value telling you what kind of data packet this is from our IEX feed.
#