Type alias L3OrderBook

L3OrderBook: {
    asks: L3Level[];
    bids: L3Level[];
}

Type declaration

Generated using TypeDoc