interfaceCreateInvestmentAccountRequest
export interface CreateInvestmentAccountRequest {
qtyMultiplier: number;
amount: number;
fromAccountId: number;
}/investment/strategies/{param}/investid
number
Promise<CreateInvestmentAccountResponse>
export interface CreateInvestmentAccountRequest {
qtyMultiplier: number;
amount: number;
fromAccountId: number;
}export interface CreateInvestmentAccountResponse {
accountId: number;
accountName: string;
}POST /investment/strategies/{param}/invest
We use essential cookies to make this site work. With your consent, we may also use non-essential cookies for analytics and marketing. You can change your choices at any time.
See our Privacy Policy and Cookie Policy.