EasyLanguage Object Reference

PriceSeriesUpdatedEventArgs Class

Used to report information regarding account update events.

Namespace: tsdata.marketdata

[ Expand All ]
Properties
  Name Type Description
Public property IsEmptyBar boolean Gets true or false value.
Public property IsEndOfSession boolean Gets true or false value.
Public property IsGhostBar boolean Gets true or false value.
Public property IsNewBar boolean Gets true or false value.
Public property IsRealtimeBar boolean Gets true or false value.
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