Add FreezePricing
This commit is contained in:
@@ -24,6 +24,7 @@ namespace MarketData.MarketDataModel
|
||||
private String description;
|
||||
private String pricingSource;
|
||||
private bool canRollPrevious;
|
||||
private bool freezePricing;
|
||||
|
||||
public CompanyProfile()
|
||||
{
|
||||
@@ -74,6 +75,12 @@ namespace MarketData.MarketDataModel
|
||||
get{return canRollPrevious;}
|
||||
set{canRollPrevious=value;}
|
||||
}
|
||||
public bool FreezePricing
|
||||
{
|
||||
get{return freezePricing;}
|
||||
set{freezePricing=value;}
|
||||
}
|
||||
|
||||
public EnumPricingSource PricingSourceEnum
|
||||
{
|
||||
get
|
||||
|
||||
Reference in New Issue
Block a user