UNPKG

degiro-api

Version:

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

3 lines 286 B
import { OrderType, AccountDataType, AccountConfigType } from '../types'; export declare function executeOrderRequest(order: OrderType, executeId: String, accountData: AccountDataType, accountConfig: AccountConfigType): Promise<String>; //# sourceMappingURL=executeOrderRequest.d.ts.map