Enum representing various real-time events that can occur in the TegroDEX system.
Each event corresponds to a specific type of action or update.
Enumeration Members
Enumeration Member | Value | Description |
---|---|---|
ORDERBOOK_UPDATED | "order_book_updated" | Indicates that the order book for a market has been updated. |
ORDER_PLACED | "order_placed" | Indicates that a new order has been placed. |
ORDER_SUBMITTED | "order_submitted" | Indicates that an order has been submitted and accepted by the system. |
ORDER_SUBMITTED_ON_CHAIN | "order_submitted_onchain" | Indicates that an order has been submitted on the blockchain. |
TRADE_CREATED | "trade_created" | Indicates that an order is matched creating a trade. |
TRADE_UPDATED | "trade_updated" | Indicates that the DB is updated with the blockchain transaction information for the trade. |