Skip to content
Discussion options

You must be logged in to vote

The event types come from Databento’s action field:

  • TRADE_EVENT – a Trade event
  • FILL_EVENT – a Fill event

A FILL_EVENT occurs when an order resting in the order book is executed. The corresponding TRADE_EVENT also occurs at the same time(the local receipt timestamp may differ but the exchange timestamp is the same).
But, TRADE_EVENT can also appear when the trade occurs off-book.

You can build signals from the trade events—such as VWAP or order-arrival rates. See the Working with Market Depth and Trades, Guéant–Lehalle–Fernandez-Tapia Market Making Model and Grid Trading tutorials.

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@EthanXHQ
Comment options

@nkaz001
Comment options

Answer selected by EthanXHQ
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants