Class BarType<T>
Template class for simulator bars.
Inheritance
object
BarType<T>
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: TuringTrader.SimulatorV2
Assembly: TuringTrader.Simulator.dll
Syntax
public class BarType<T>
Type Parameters
Name | Description |
---|---|
T |
Constructors
| Improve this Doc View SourceBarType(DateTime, T)
Create new bar object.
Declaration
public BarType(DateTime date, T value)
Parameters
Type | Name | Description |
---|---|---|
System.DateTime | date | |
T | value |
Fields
| Improve this Doc View SourceDate
Bar date.
Declaration
public readonly DateTime Date
Field Value
Type | Description |
---|---|
System.DateTime |
Value
Bar value.
Declaration
public readonly T Value
Field Value
Type | Description |
---|---|
T |