AboutSupportDeveloper GuideVersion 41.129.83.2
interface Portfolio {
    id?: {
        [key: string]: any;
    };
    name?: string;
    positions: PositionElement[];
    type: string;
    [property: string]: any;
}

Indexable

  • [property: string]: any

Properties

Properties

id?: {
    [key: string]: any;
}
name?: string
positions: PositionElement[]
type: string