Nado Typescript SDK Documentation
    Preparing search index...

    Interface EngineServerSubscriptionBestBidOfferEvent

    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;
    }
    Index

    Properties

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