AboutSupportDeveloper GuideVersion 38.126.83.74
interface Portfolio {
    id?: {
        [key: string]: string;
    };
    name?: string;
    positions: OpenFin.FDC3.v1_2.Position[];
    type: string;
}

Properties

Properties

id?: {
    [key: string]: string;
}

Type declaration

  • [key: string]: string
name?: string
positions: OpenFin.FDC3.v1_2.Position[]
type: string