AboutSupportDeveloper GuideVersion 41.129.83.3
interface PurpleMarket {
    BBG?: string;
    COUNTRY_ISOALPHA2?: string;
    MIC?: string;
    name?: string;
    [property: string]: any;
}

Indexable

  • [property: string]: any

Properties

BBG?: string
COUNTRY_ISOALPHA2?: string
MIC?: string
name?: string