The type of tick.
Namespace:
RightEdge.CommonAssembly: Common (in Common.dll) Version: 2010.1.0.0 (2010.1.0.0)
Syntax
| C# |
|---|
public enum TickType |
| Visual Basic (Declaration) |
|---|
Public Enumeration TickType |
| Visual C++ |
|---|
public enum class TickType |
Members
| Member name | Description | |
|---|---|---|
| NotSet |
Unknown or undetermined tick type.
| |
| Bid |
Bid tick.
| |
| Ask |
Ask tick.
| |
| Trade |
Last trade tick.
| |
| HighPrice |
High price tick.
| |
| LowPrice |
Low price tick.
| |
| OpenPrice |
Open price for the trading day.
| |
| PreviousClose |
Close price of previous trading day.
| |
| DailyVolume |
The cumulative daily volume.
| |
| CurrentTime |
The current time.
|
Remarks
This will be associated with a TickData instance.