mirror of
https://github.com/hydrosquall/tiingo-python.git
synced 2025-12-17 11:54:19 +01:00
minor comments and doc changes
This commit is contained in:
@@ -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.
|
||||
#
|
||||
|
||||
Reference in New Issue
Block a user