Search Framework:
Tick
Namespace: WealthLab.Core
Parent: Object

The Tick class represents a tick, or single trade, in a market data stream.

Members
Price
public double Price

The price of the tick.


Size
public double Size

The size, or number of shares or contracts traded, of the tick.


TimeStamp
public DateTime TimeStamp

The date/time that the tick was recorded.