News
StockSharp.BusinessEntities
News.
Inherits: NotifiableObject
Properties
Board
public ExchangeBoard Board { get; set; }
value = news.Board
news.Board = value
Exchange board for which the news is published.
ExpiryDate
public DateTime? ExpiryDate { get; set; }
value = news.ExpiryDate
news.ExpiryDate = value
Expiration date.
LocalTime
public DateTime LocalTime { get; set; }
value = news.LocalTime
news.LocalTime = value
News received local time.
Priority
public NewsPriorities? Priority { get; set; }
value = news.Priority
news.Priority = value
News priority.
Security
public Security Security { get; set; }
value = news.Security
news.Security = value
Security, for which news have been published.
ServerTime
public DateTime ServerTime { get; set; }
value = news.ServerTime
news.ServerTime = value
Time of news arrival.
Methods
ToString
public override string ToString()
result = news.ToString()
Returns a string representation of the tuple, with values separated by commas.
Returns: A string representing the tuple's values.