PriceSeries Class
Defines the structure for an object that accesses a series of indexed price values based on a trading intervals (bars).
Namespace: tsdata.marketdata
Properties
Additional
properties, methods, and events are described in the classes listed
under Inheritance Hierarchy (see below).
Name | Type | Description | |
![]() |
Close[index] | double | Gets the closing price of the bar interval with the specified index. |
![]() |
Count | int | Gets the number of available historical bar intervals in the price series. |
![]() |
High[index] | double | Gets the high price of the bar interval with the specified index. |
![]() |
LastBarIsClosed | bool | True when the last bar is closed and next bar not yet opened. |
![]() |
LastBarIsOpen | bool | True when the last bar is open and active. |
![]() |
LastBarIsSessionClosed | bool | True when the session ended on the last bar. |
![]() |
Low[index] | double | Low price of the trading interval with the specified index. |
![]() |
Open[index] | double | Opening price of the trading interval with the specified index. |
![]() |
OpenInterest[index] | double | Number of outstanding contracts for an option. |
![]() |
Ticks[index] | double | Gets the total number of trades within the specified bar interval. |
![]() |
TicksDown[index] | double | Gets the number of trades where the price is down from the previous trade in a bar. |
![]() |
TicksUnchanged[index] | double | Gets the number of trades where the price is unchanged from the previous trade in a bar. |
![]() |
TicksUp[index] | double | Gets the number of trades where the price is up from the previous trade in a bar. |
![]() |
Time[index] | datetime | Gets the time stamp of the bar interval with the specified index. |
![]() |
Volume[index] | double | Gets the total trade volume (shares/contracts) within the specified bar interval. |
![]() |
VolumeDown[index] | double | Gets the trade volume where the price is down from the previous trade in a bar. |
![]() |
VolumeUnchanged[index] | double | Gets the trade volume where the price is unchanged from the previous trade in a bar. |
![]() |
VolumeUp[index] | double | Gets the trade volume where the price is up from the previous trade in a bar. |
Events
Name | Description | |
![]() |
Updated | Occurs whenever the PriceDataStream object is updated. See PriceSeriesUpdatedEventArgs for the properties returned by the handler's args parameter. |
Inheritance Hierarchy
tsdata.marketdata.PriceSeries