Class bet_stop
- Namespace
- Sportradar.OddsFeed.SDK.Messages.Feed
- Assembly
- Sportradar.OddsFeed.SDK.dll
[SuppressMessage("Style", "IDE1006: Naming rule violation", Justification = "FeedMessages defaults")]
[Serializable]
public class bet_stop : FeedMessage
- Inheritance
-
bet_stop
- Inherited Members
Fields
MessageName
public static readonly string MessageName
Field Value
Properties
EventId
When overridden in derived class it gets the event identifier.
public override string EventId { get; }
Property Value
- string
The event identifier
GeneratedAt
Gets the timestamp of when the message was generated
public override long GeneratedAt { get; }
Property Value
- long
The timestamp of the message
IsEventRelated
When overridden in derived class, it gets a value indicating whether the current FeedMessage instance is related to sport event
public override bool IsEventRelated { get; }
Property Value
IsStateful
When override in derived class, it gets a value indicating whether current message is state-ful
public override bool IsStateful { get; }
Property Value
Name
When overridden in derived class, gets the name of the current message
public override string Name { get; }
Property Value
ProducerId
When overridden in derived class, it gets a value indicating the producer associated with current FeedMessage
public override int ProducerId { get; }
Property Value
ReceivedAt
Gets the timestamp of when the message was received (picked up) by the sdk
public override long ReceivedAt { get; set; }
Property Value
- long
The timestamp of the message
RequestId
Gets a value specified when making a request which generated this message, or null reference if this messages is not resulted with the request
public override long? RequestId { get; }
Property Value
- long?
RequestIdUsage
When overridden in derived class, it gets a value specifying the usage requirements of the RequestId property
public override PropertyUsage RequestIdUsage { get; }
Property Value
SentAt
Gets the timestamp of when the message was sent
public override long SentAt { get; set; }
Property Value
- long
The timestamp of the message
event_id
public string event_id { get; set; }
Property Value
groups
public string groups { get; set; }
Property Value
market_status
public int market_status { get; set; }
Property Value
market_statusSpecified
public bool market_statusSpecified { get; set; }
Property Value
product
public int product { get; set; }
Property Value
request_id
public long request_id { get; set; }
Property Value
request_idSpecified
public bool request_idSpecified { get; set; }
Property Value
timestamp
public long timestamp { get; set; }