Skip to content

Commit

Permalink
Add data paths to PriceEntry (QuantConnect#5761)
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin-Molinero authored Jul 13, 2021
1 parent e453635 commit 1dcdfe7
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Common/Api/Data.cs
Original file line number Diff line number Diff line change
Expand Up @@ -150,5 +150,11 @@ public Regex RegEx
/// </summary>
[JsonProperty(PropertyName = "productId")]
public int ProductId { get; set; }

/// <summary>
/// The associated data paths
/// </summary>
[JsonProperty(PropertyName = "paths")]
public HashSet<string> Paths { get; set; }
}
}

0 comments on commit 1dcdfe7

Please sign in to comment.