CWormsStaticDataCacheGetUserPortfolioTradePerms Method |
The trade perms for the current user on all the current firm's portfolios.
Namespace: Woti.StaticDataAssembly: Woti (in Woti.dll) Version: 13.4.258.0
Syntaxpublic virtual ArrayList GetUserPortfolioTradePerms(
bool bAggregate
)
Public Overridable Function GetUserPortfolioTradePerms (
bAggregate As Boolean
) As ArrayList
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
ArrayListImplements
IWormsStaticDataCacheGetUserPortfolioTradePerms(Boolean)
See Also