Skip to content

Latest commit

 

History

History
38 lines (26 loc) · 2.62 KB

File metadata and controls

38 lines (26 loc) · 2.62 KB

AccountWebsocketStatus

Properties

Name Type Description
feed String The feed name for the connection.  
feedConnectionNumber Number The connection number for this account within a feed.  
ip String The IP address detected for the client connection.  
connectedOn Date The UTC time this client connection connected to the server.  
statusUpdatedOn Date The UTC time the server updated this client connection status data.  
isDelayed Boolean Whether this connection is delayed an extra 15 minutes from the source. Note that the Delayed SIP source is already delayed, so this value will be false for those connections.  
isFirehose Boolean The client connection is in firehose mode (all channels subscribed).  
tradeSubscriptions Number The count of channel subscriptions for trade events.  
quoteSubscriptions Number The count of channel subscriptions for ask and bid events.  
refreshSubscriptions Number The count of channel subscriptions for refresh events (OPRA options feed only).  
unusualActivitySubscriptions Number The count of channel subscriptions for unusual activity events (OPRA options feed only).  
packetsPerSecond Number The packets per second sent since the last status update.  
totalPacketsSent String The total packets sent since the beginning of this connection. A packet is a group of events sent as one message over the websocket.  
eventsPerSecond Number The events per second sent since the last status update.  
totalEvents String The total events sent to this connection's server-side queue since the beginning of this connection. An event is an individual occurrence of a trade, quote, etc.  
totalSentEvents String The total events sent to the client inside packets. A packet is a group of events sent as one message over the websocket.  
totalDrops String The total number of events dropped from the connection's server-side queue. Event drops happen when the connection's server-side queue is full. The server-side queue fills due to client-side connections not receiving packets fast enough, which can be caused by a slow network, or clients not decoupling processing of packets from the receipt of packets.  
queueDepthPercentage Number The percentage that the connection's server-side queue is full. 0-100.