Table of Contents

Class RollDetail

Namespace
Balsam.Utility
Assembly
Balsam.Backtester.dll

Encapsulates roll information

public class RollDetail
Inheritance
RollDetail
Inherited Members
Extension Methods

Properties

FirstDate

Gets/sets the first available date.

public DateTime FirstDate { get; set; }

Property Value

DateTime

LastDate

Gets/sets the last available date.

public DateTime LastDate { get; set; }

Property Value

DateTime

NextSymbol

Gets/sets the next symbol in the roll sequence.

public string NextSymbol { get; set; }

Property Value

string

RollDate

Gets/sets the roll date.

public DateTime RollDate { get; set; }

Property Value

DateTime

Symbol

Gets/sets the symbol.

public string Symbol { get; set; }

Property Value

string

Methods

ToString()

Returns a string representation of this object.

public override string ToString()

Returns

string