Updating training October 2024
This commit is contained in:
@@ -34,12 +34,14 @@ namespace MarketData.CNNProcessing
|
||||
this.TypeCase=caseType;
|
||||
TypeGenerate=generateType;
|
||||
TypeOutput=outputType;
|
||||
DayCount=dayCount;
|
||||
}
|
||||
|
||||
public String Symbol{get;set;}
|
||||
public DateTime PurchaseDate{get;set;}
|
||||
public DateTime HistDate{get;set;}
|
||||
public CaseType TypeCase{get;set;}
|
||||
public int DayCount{get;private set;}
|
||||
public GenerateType TypeGenerate{get;set;}
|
||||
public OutputType TypeOutput{get;set;}
|
||||
public List<Stream> Streams{get{return streams;}} // This will get set automatically depending on OutputType
|
||||
|
||||
Reference in New Issue
Block a user