Class News
Assembly: tt-net-api.dll
Syntax
Properties
Headline
Declaration
public string Headline { get; }
Property Value
Instruments
Instruments optionally provided in the news event
Declaration
public List<string> Instruments { get; }
Property Value
MarketId
Market that triggered the news event.
Declaration
public MarketId MarketId { get; }
Property Value
Message
Declaration
public string Message { get; }
Property Value
Timestamp
Time the new event was sent.
Declaration
public ulong Timestamp { get; }
Property Value
Urgency
Urgency of the message. If not provided by the exchange, will be set to normal.
Declaration
public Urgency Urgency { get; }
Property Value
Methods
ToString()
Declaration
public override string ToString()
Returns
Overrides