Click or drag to resize

CWormsStaticDataCacheGetUserPortfolioTradePerms Method

The trade perms for the current user on all the current firm's portfolios.

Namespace: Woti.StaticData
Assembly: Woti (in Woti.dll) Version: 13.4.258.0
Syntax
public virtual ArrayList GetUserPortfolioTradePerms(
	bool bAggregate
)

Parameters

bAggregate  Boolean
If true, it aggregates the user's firm and account perms with their portfolio perms.

Return Value

ArrayList

Implements

IWormsStaticDataCacheGetUserPortfolioTradePerms(Boolean)
See Also