Longbridge OpenAPI SDK
    Preparing search index...

    Interface AlertValueMap

    Trigger value of a price alert (exactly one field is populated).

    interface AlertValueMap {
        price?: string;
        chg?: number;
    }
    Index
    price?: string

    Absolute price threshold as a decimal string, e.g. "500".

    chg?: number

    Percentage-change threshold, e.g. 5.