AboutSupportDeveloper GuideVersion 47.154.100.2
OpenFin JavaScript API
    Preparing search index...

    Interface InstrumentElement

    interface InstrumentElement {
        id: PurpleID;
        market?: PurpleMarket;
        name?: string;
        type: string;
        [property: string]: any;
    }

    Indexable

    • [property: string]: any
    Index
    market?: PurpleMarket
    name?: string
    type: string