Skip to content

Commit

Permalink
WIP on SMS/MakeTickPublic (#41)
Browse files Browse the repository at this point in the history
  • Loading branch information
ssnyder-intrinio authored Oct 7, 2024
1 parent 0ed9269 commit e75a6f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Intrinio.Realtime/Options/Tick.cs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ public class Tick
private readonly Refresh? _refresh;
private readonly UnusualActivity? _unusualActivity;

public Tick(DateTime timeReceived, Trade trade, Quote quote, Refresh refresh, UnusualActivity unusualActivity)
public Tick(DateTime timeReceived, Trade? trade, Quote? quote, Refresh? refresh, UnusualActivity? unusualActivity)
{
_timeReceived = timeReceived;
_trade = trade;
Expand Down

0 comments on commit e75a6f4

Please sign in to comment.