AboutSupportDeveloper GuideVersion 38.126.82.69
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;
}

Type declaration

  • [key: string]: string
name?: string
type: string