From e09e496aad35c768aca945f54573ad441884ab58 Mon Sep 17 00:00:00 2001 From: Sean Date: Wed, 8 May 2024 21:33:00 -0400 Subject: [PATCH] Add Source to price model. --- Model/PriceModel.cs | 4 ++++ Views/PricingView.xaml | 1 + 2 files changed, 5 insertions(+) diff --git a/Model/PriceModel.cs b/Model/PriceModel.cs index f133ace..a3a5e62 100644 --- a/Model/PriceModel.cs +++ b/Model/PriceModel.cs @@ -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; } diff --git a/Views/PricingView.xaml b/Views/PricingView.xaml index c257b43..a8d4f4a 100644 --- a/Views/PricingView.xaml +++ b/Views/PricingView.xaml @@ -97,6 +97,7 @@ +