Skip to content

Commit

Permalink
fix: Private init AdxList prop
Browse files Browse the repository at this point in the history
Signed-off-by: Dave Skender <[email protected]>
  • Loading branch information
DaveSkender authored Nov 21, 2024
1 parent 26af67b commit 443cacb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/a-d/Adx/Adx.BufferList.cs
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ public AdxList(int lookbackPeriods)
/// <summary>
/// Gets the number of periods to look back for the calculation.
/// </summary>
public int LookbackPeriods { get; init; }
public int LookbackPeriods { get; private init; }

/// <summary>
/// Adds a new quote to the ADX list.
Expand Down

0 comments on commit 443cacb

Please sign in to comment.