UNPKG

degiro-api

Version:

Unofficial DeGiro API for Javascript. Buy and sell in the stock market. See your portfolio and much more

17 lines 432 B
export declare type TransactionType = { buysell: string; counterParty: string; date: string; id: number; orderTypeId: number; price: number; productId: number; quantity: number; total: number; totalInBaseCurrency: number; totalPlusFeeInBaseCurrency: number; tradingVenue: string; transactionTypeId: number; transfered: boolean; }; //# sourceMappingURL=TransactionType.d.ts.map