Skip to content

Commit b0122a0

Browse files
committed
UserPermissions: widen the flags enum to long so it can hold more than 32 permissions
1 parent 3f85789 commit b0122a0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Messages/UserPermissions.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ namespace StockSharp.Messages;
55
/// </summary>
66
[Flags]
77
[DataContract]
8-
public enum UserPermissions
8+
public enum UserPermissions : long
99
{
1010
/// <summary>
1111
/// Market-data downloading.

0 commit comments

Comments
 (0)