Nado Typescript SDK Documentation
    Preparing search index...

    Interface EngineServerSubscriptionOrderUpdateEvent

    Event from subscribing to an order_update stream.

    interface EngineServerSubscriptionOrderUpdateEvent {
        type: "order_update";
        product_id: number;
        timestamp: string;
        digest: string;
        amount: string;
        reason: OrderUpdateReason;
    }

    Hierarchy (View Summary)

    Index

    Properties

    type: "order_update"
    product_id: number
    timestamp: string
    digest: string
    amount: string