Module ftx::ws[][src]

Expand description

This module is used to interact with the Websocket API.

Structs

Market
Orderbook

Represents the current state of the orderbook, guaranteed to be accurate up to the best 100 bids and best 100 asks since the latest update. Supports efficient insertions, updates, and deletions via a BTreeMap.

OrderbookData

Order book data received from FTX which is used for initializing and updating the OrderBook struct

Response
Trade
Ws

Enums

Channel
Data

Represents the data we return to the user

Error
MarketType
OrderbookAction
ResponseData

Represents the response received from FTX, and is used for deserialization

Side
Type

Type Definitions

Coin
Id
Result
Symbol