public method IFXConnectLiteSession.getAccountsManager

Brief

Gets the accounts manager

Declaration

protojavascriptjavacsharp
public getAccountsManager() : IAccountsManager

Returns

The method returns an object that implements the IAccountsManager interface, which allows managing the trading accounts associated with the logged-in user

Details

See also: IAccountsManager

Declared in IFXConnectLiteSession

back