CWormsStaticDataCacheGetUserAccountTradePerm Method |
The trade perms for the current user on a specified account.
Namespace: Woti.StaticDataAssembly: Woti (in Woti.dll) Version: 13.4.258.0
Syntaxpublic virtual IUserAccountTradePerm GetUserAccountTradePerm(
string sAccount,
bool bAggregate
)
Public Overridable Function GetUserAccountTradePerm (
sAccount As String,
bAggregate As Boolean
) As IUserAccountTradePerm
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
IUserAccountTradePermImplements
IWormsStaticDataCacheGetUserAccountTradePerm(String, Boolean)
See Also