Add Source to price model.

This commit is contained in:
2024-05-08 21:33:00 -04:00
parent e9835f7432
commit e09e496aad
2 changed files with 5 additions and 0 deletions

View File

@@ -66,6 +66,10 @@ namespace TradeBlotter.Model
{
get { return price.Symbol; }
}
public String Source
{
get {return price.SourceAsString();}
}
public DateTime Date
{
get { return price.Date; }