Show / Hide Table of Contents

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

| Edit this page View Source

BarType(DateTime, T)

Create new bar object.

Declaration
public BarType(DateTime date, T value)
Parameters
Type Name Description
DateTime date
T value

Fields

| Edit this page View Source

Date

Bar date.

Declaration
public readonly DateTime Date
Field Value
Type Description
DateTime
| Edit this page View Source

Value

Bar value.

Declaration
public readonly T Value
Field Value
Type Description
T
  • Edit this page
  • View Source
In this article
Back to top Copyright © 2011-2023, Bertram Enterprises LLC dba TuringTrader.com