Longbridge OpenAPI SDK
    Preparing search index...

    Interface TopMoversEvent

    One top-movers event entry.

    interface TopMoversEvent {
        timestamp: string;
        alertReason: string;
        alertType: number;
        stock: TopMoversStock;
        post: string;
    }
    Index

    Properties

    timestamp: string

    Event time (RFC 3339)

    alertReason: string

    Alert reason description

    alertType: number

    Alert type code

    Stock information

    post

    post: string

    Associated news post (JSON string)