AboutSupportDeveloper GuideVersion 38.126.83.74
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