degiro-api
Version:
Unofficial DeGiro API for Javascript. Buy and sell in the stock market. See your portfolio and much more
3 lines • 303 B
TypeScript
import { OrderType, AccountDataType, AccountConfigType, CreateOrderResultType } from '../types';
export declare function createOrderRequest(order: OrderType, accountData: AccountDataType, accountConfig: AccountConfigType): Promise<CreateOrderResultType>;
//# sourceMappingURL=createOrderRequest.d.ts.map