Skip to content

Commit

Permalink
Update OptionUniverse.CsvHeader call for new signature (#24)
Browse files Browse the repository at this point in the history
  • Loading branch information
jhonabreul authored Jan 21, 2025
1 parent 5fdf7e2 commit 24bc46b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ public override string ToCsv()
/// </summary>
public override string GetHeader()
{
return OptionUniverse.CsvHeader;
return OptionUniverse.CsvHeader(Symbol.SecurityType);
}

/// <summary>
Expand Down

0 comments on commit 24bc46b

Please sign in to comment.