Skip to content

Commit

Permalink
Fix data processing deserialization (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin-Molinero authored Mar 14, 2024
1 parent 9437df8 commit 9008db7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions QuiverInsiderTrading.cs
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ namespace QuantConnect.DataSource
/// <summary>
/// Insider Trading by private businesses
/// </summary>
[JsonObject]
public class QuiverInsiderTrading : BaseDataCollection
{
private static readonly TimeSpan _period = TimeSpan.FromDays(1);
Expand Down

0 comments on commit 9008db7

Please sign in to comment.