Type alias L2OrderBook

L2OrderBook: {
    asks: L2Level[];
    bids: L2Level[];
}

Type declaration

Generated using TypeDoc