Refactorings.
This commit is contained in:
@@ -315,7 +315,7 @@ namespace MarketData.MarketDataModel
|
||||
// ***************************************************************************************************************************************************************************
|
||||
public class Price
|
||||
{
|
||||
public enum PriceSource{Other=0,BigCharts=1,Yahoo=2,Fidelity=3};
|
||||
public enum PriceSource{Other=0,BigCharts=1,Yahoo=2,Fidelity=3,Google=4};
|
||||
private String symbol;
|
||||
private DateTime date;
|
||||
private double open;
|
||||
|
||||
Reference in New Issue
Block a user