Skip to content

Commit

Permalink
added comments
Browse files Browse the repository at this point in the history
  • Loading branch information
jacopocinaark committed Jan 10, 2025
1 parent 42bf039 commit eaedb94
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Artesian/Artesian.SDK/Factory/MarketDataMetadata.cs
Original file line number Diff line number Diff line change
Expand Up @@ -94,11 +94,11 @@ internal MarketDataMetadata(MarketDataEntity.Output output)
/// </summary>
public Instant Created => _output.Created;
/// <summary>
/// The DerivedAlgorithm if present
/// The DerivedAlgorithm
/// </summary>
public DerivedAlgorithm? DerivedAlgorithm => _output.DerivedCfg?.DerivedAlgorithm;
/// <summary>
/// The OrderedReferencedMarketDataIds if present
/// The OrderedReferencedMarketDataIds for the Derived Configuration
/// </summary>
public int[] OrderedReferencedMarketDataIds
{
Expand Down

0 comments on commit eaedb94

Please sign in to comment.