Enum defining the data that just changed in a chart data set
Namespace:
T4Assembly: T4Definitions.20 (in T4Definitions.20.dll)
Syntax
| C# |
|---|
[ObfuscationAttribute(Feature = "renaming", Exclude = true)] public enum ChartDataChange |
| Visual Basic (Declaration) |
|---|
<ObfuscationAttribute(Feature := "renaming", Exclude := True)> _ Public Enumeration ChartDataChange |
| Visual C++ |
|---|
[ObfuscationAttribute(Feature = L"renaming", Exclude = true)] public enum class ChartDataChange |
Members
| Member name | Description | |||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| None | Nothing changed, no valid data | |||||||||||||||||||||||||||||
| Trade | A trade occurred. The current line of tick data contains a new trade. The following MarketTickData properties will be updated to reflect the trade data:
| |||||||||||||||||||||||||||||
| Quote | A quote has changed. Not used by the API. | |||||||||||||||||||||||||||||
| MarketMode | The market mode has changed. The current line of data contains a change in the market mode. The following properties will be updated to reflect the market mode change:
| |||||||||||||||||||||||||||||
| Settlement | The settlement price has changed. The current line of data contains a change in the settlement price. The following properties will be updated to reflect the new settlement price:
| |||||||||||||||||||||||||||||
| TradeBar | A trade bar occurred. The current line of bar data contains a new trade bar. The following MarketBarData properties will be updated to reflect the trade data:
| |||||||||||||||||||||||||||||
| TradeDate | The trade date has changed | |||||||||||||||||||||||||||||
| TPO | The TPO has changed. Not used by the API. | |||||||||||||||||||||||||||||
| TickChange | The Tick Change bar has changed. |