interface EngineServerSubscriptionBookDepthEvent {
    min_timestamp: string;
    max_timestamp: string;
    product_id: number;
    bids: EngineServerPriceTickLiquidity[];
    asks: EngineServerPriceTickLiquidity[];
}

Properties

min_timestamp: string
max_timestamp: string
product_id: number