Compare commits

...

1 Commits
16632 ... 12696

Author SHA1 Message Date
Martin-Molinero
5530241433 Fix organization read alpha license field 2021-08-19 14:27:43 -03:00

View File

@@ -96,6 +96,7 @@ namespace QuantConnect.Api
/// <summary>
/// Current licensed alphas
/// </summary>
[JsonProperty(PropertyName = "licenses")]
public List<AlphaLicense> AlphaLicenses { get; set; }
}