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
Below is an excerpt from "Example limit order book data" (lob.data$events) showing 'changed' events for 'market' orders that do not have a corresponding limit order event (matching.event equals NA):
It appears that the trades corresponding to the above events are missing from lob.data$trades . The total number of 'market' and 'market-limit' events with matching.event equals NA is 43 while the number of trades in lob.data$trades is 482. Thus approximately 8% of trades are missing?
The text was updated successfully, but these errors were encountered:
Below is an excerpt from "Example limit order book data" (
lob.data$events
) showing 'changed' events for 'market' orders that do not have a corresponding limit order event (matching.event
equals NA):It appears that the trades corresponding to the above events are missing from
lob.data$trades
. The total number of 'market' and 'market-limit' events withmatching.event
equals NA is 43 while the number of trades inlob.data$trades
is 482. Thus approximately 8% of trades are missing?The text was updated successfully, but these errors were encountered: