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

    Interface PositionElement

    interface PositionElement {
        holding: number;
        id?: { [key: string]: any };
        instrument: InstrumentElement;
        name?: string;
        type: string;
        [property: string]: any;
    }

    Indexable

    • [property: string]: any
    Index
    holding: number
    id?: { [key: string]: any }
    instrument: InstrumentElement
    name?: string
    type: string