AboutSupportDeveloper GuideVersion 41.129.83.3
interface Position {
    holding: number;
    id?: {
        [key: string]: string;
    };
    instrument: OpenFin.FDC3.v1_2.Instrument;
    name?: string;
    type: string;
}

Properties

holding: number
id?: {
    [key: string]: string;
}
name?: string
type: string