Table of Contents

Class PreProcessing

Namespace
Balsam.Utility
Assembly
Balsam.Backtester.dll

Encapsulates pre-processing options

public class PreProcessing
Inheritance
PreProcessing
Inherited Members
Extension Methods

Properties

EndDate

Gets/sets the end date.

public DateTime EndDate { get; set; }

Property Value

DateTime

StartDate

Gets/sets the start date.

public DateTime StartDate { get; set; }

Property Value

DateTime

ValidMonths

Gets/sets valid month codes.

public string ValidMonths { get; set; }

Property Value

string