Type alias L2OrderBook

L2OrderBook: {
    asks: L2Level[];
    bids: L2Level[];
    slot?: number;
}

Type declaration

Generated using TypeDoc