public method IFXConnectLiteSession.getOrdersManagerByAccount

Brief

Gets the orders manager

Declaration

protojavascriptjavacsharp
public getOrdersManagerByAccount(accountInfo : AccountInfo) : IOrdersManager

Parameters
accountInfo

The account info

Returns

The method returns an interface, which represents the orders manager for a specific account

Details

See also: AccountInfo, IOrdersManager

Declared in IFXConnectLiteSession

back