IOrderBookData

Order book data containing bids and asks.

symbol: string

Trading pair symbol

bids: IBidData[]

Array of bid orders (buy orders)

asks: IBidData[]

Array of ask orders (sell orders)