Longbridge OpenAPI SDK
    Preparing search index...

    Interface CorpActionLive

    Live stream for a corp action

    interface CorpActionLive {
        id: string;
        status: string;
        startedAt: string;
        name: string;
        icon: string;
    }
    Index

    Properties

    id: string

    Stream ID

    status: string

    Status code (may be integer or string in API)

    startedAt: string

    Start time

    name: string

    Title

    icon: string

    Icon URL