Event from subscribing to a best_bid_offer stream.

interface EngineServerSubscriptionBestBidOfferEvent {
    timestamp: string;
    product_id: number;
    bid_price: string;
    bid_qty: string;
    ask_price: string;
    ask_qty: string;
}

Properties

timestamp: string
product_id: number
bid_price: string
bid_qty: string
ask_price: string
ask_qty: string