PriceSeriesUpdatedEventArgs Class

Used to report information regarding account update events.

Namespace: tsdata.marketdata

Properties
  Name Type Description
Public property IsEmptyBar bool True indicates that the bar is empty. When a bar is missing (no trading on that bar), it is an "empty bar".
Public property IsEndOfSession boo True Indicates that it is the end of a session.
Public property IsGhostBar bool Indicates whether it is a ghost bar. A "Ghost Bar" is an empty bar that is also the last bar of the session
Public property IsNewBar bool True indicates it is a new bar. When real-time ticks are arriving, only the first tick of a new bar will trigger the IsNewBar property to be true.
Public property IsRealtimeBar bool True indicates whether it is a realtime bar.
Public property Reason enum Gets the reason for the update.  See PriceSeriesUpdateReason for a list.
Methods
  Name Description
Public property Create Creates an instance of the class.
Public property getIsGhostBar()  
Inheritance Hierarchy

elsystem.Object

elsystem.EventArgs

tsdata.marketdata.PriceSeriesUpdatedEventArgs