Longbridge OpenAPI SDK
    Preparing search index...

    Interface AlertSymbolGroup

    Alert items for one security

    interface AlertSymbolGroup {
        symbol: string;
        code: string;
        market: string;
        name: string;
        price: string;
        chg: string;
        pChg: string;
        product: string;
        indicators: AlertItem[];
    }
    Index

    Properties

    symbol: string

    Security symbol

    code: string

    Ticker code (without market)

    market: string

    Market, e.g. "HK"

    name: string

    Security name

    price: string

    Latest price

    chg: string

    Day change amount

    pChg: string

    Day change percentage

    product: string

    Product type (may be empty)

    indicators: AlertItem[]

    Alert items