Skip to content

Commit

Permalink
TraderHelper. AllSecurityId2 added.
Browse files Browse the repository at this point in the history
  • Loading branch information
mikasoukhov committed Jul 25, 2019
1 parent cee966e commit 596e2ad
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Algo/TraderHelper.cs
Expand Up @@ -4511,6 +4511,11 @@ public static bool IsUxStock(this ExchangeBoard board)
/// </summary>
public const string AllSecurityId = "ALL@ALL";

/// <summary>
/// Identifier of <see cref="AllSecurity"/>.
/// </summary>
public static readonly SecurityId AllSecurityId2 = AllSecurityId.ToSecurityId();

/// <summary>
/// "All securities" instance.
/// </summary>
Expand Down

0 comments on commit 596e2ad

Please sign in to comment.