Interface IBidData

Single bid or ask in order book.

interface IBidData {
    price: string;
    quantity: string;
}

Properties

Properties

price: string

Price level as string

quantity: string

Quantity at this price level as string