Click or drag to resize

CWormsStaticDataCacheGetUserAccountTradePerm Method

The trade perms for the current user on a specified account.

Namespace: Woti.StaticData
Assembly: Woti (in Woti.dll) Version: 13.4.258.0
Syntax
public virtual IUserAccountTradePerm GetUserAccountTradePerm(
	string sAccount,
	bool bAggregate
)

Parameters

sAccount  String
The account for which to retrieve trade perms.
bAggregate  Boolean
If true, it aggregates the user's firm perms with their account perms.

Return Value

IUserAccountTradePerm

Implements

IWormsStaticDataCacheGetUserAccountTradePerm(String, Boolean)
See Also