Binance Connector JS
    Preparing search index...

    Algo order info

    AlgoOrderUpdateAo

    interface AlgoOrderUpdateAo {
        act?: string;
        ai?: string;
        aid?: number | bigint;
        ap?: string;
        aq?: string;
        at?: string;
        caid?: string;
        cp?: boolean;
        f?: string;
        gtd?: number | bigint;
        o?: string;
        p?: string;
        pm?: string;
        pP?: boolean;
        ps?: string;
        q?: string;
        R?: boolean;
        rm?: string;
        s?: string;
        S?: string;
        tp?: string;
        tt?: number | bigint;
        V?: string;
        wt?: string;
        X?: string;
    }
    Index

    Properties

    act?: string

    Actual order type in matching engine

    AlgoOrderUpdateAo

    ai?: string

    Actual order ID in matching engine

    AlgoOrderUpdateAo

    aid?: number | bigint

    Algo Id

    AlgoOrderUpdateAo

    ap?: string

    Avg fill price in matching engine

    AlgoOrderUpdateAo

    aq?: string

    Executed quantity in matching engine

    AlgoOrderUpdateAo

    at?: string

    Algo Type

    AlgoOrderUpdateAo

    caid?: string

    Client Algo Id

    AlgoOrderUpdateAo

    cp?: boolean

    If Close-All

    AlgoOrderUpdateAo

    f?: string

    Time in Force

    AlgoOrderUpdateAo

    gtd?: number | bigint

    Good Till Date

    AlgoOrderUpdateAo

    o?: string

    Order Type

    AlgoOrderUpdateAo

    p?: string

    Order Price

    AlgoOrderUpdateAo

    pm?: string

    Price Match

    AlgoOrderUpdateAo

    pP?: boolean

    If price protection is on

    AlgoOrderUpdateAo

    ps?: string

    Position Side

    AlgoOrderUpdateAo

    q?: string

    Quantity

    AlgoOrderUpdateAo

    R?: boolean

    Is reduce only

    AlgoOrderUpdateAo

    rm?: string

    Algo order failed reason

    AlgoOrderUpdateAo

    s?: string

    Symbol

    AlgoOrderUpdateAo

    S?: string

    Side

    AlgoOrderUpdateAo

    tp?: string

    Trigger Price

    AlgoOrderUpdateAo

    tt?: number | bigint

    Trigger Time

    AlgoOrderUpdateAo

    V?: string

    Self Trade Prevention Mode

    AlgoOrderUpdateAo

    wt?: string

    Working Type

    AlgoOrderUpdateAo

    X?: string

    Algo Status: NEW, CANCELED, TRIGGERING, TRIGGERED, FINISHED, REJECTED, EXPIRED

    AlgoOrderUpdateAo