@web-core/web-sdk
    Preparing search index...

    Interface EconomicCalendarResponse

    interface EconomicCalendarResponse {
        actual: string;
        cid: number;
        commentary: string;
        country: string;
        countryCode: string;
        countryId: number;
        date: number;
        descId: number;
        event: string;
        forecast: string;
        groupId: number;
        importance: number;
        kriter: number;
        lastUpdateDate: number;
        marketEffect: number;
        parentID: number;
        period: string;
        periodId: number;
        previous: string;
        sendStatus: number;
        sentDate: number;
        status: boolean;
        subItems?: EconomicCalendarResponse[];
        tsi: string;
        tsiInt: number;
        visible: boolean;
    }
    Index

    Properties

    actual: string
    cid: number
    commentary: string
    country: string
    countryCode: string
    countryId: number
    date: number
    descId: number
    event: string
    forecast: string
    groupId: number
    importance: number
    kriter: number
    lastUpdateDate: number
    marketEffect: number
    parentID: number
    period: string
    periodId: number
    previous: string
    sendStatus: number
    sentDate: number
    status: boolean
    tsi: string
    tsiInt: number
    visible: boolean