Click or drag to resize

cashout Class

[Missing <summary> documentation for "T:Sportradar.OddsFeed.SDK.Messages.REST.cashout"]

Inheritance Hierarchy
SystemObject
  Sportradar.OddsFeed.SDK.Messages.FeedFeedMessage
    Sportradar.OddsFeed.SDK.Messages.RESTcashout

Namespace: Sportradar.OddsFeed.SDK.Messages.REST
Assembly: Sportradar.OddsFeed.SDK.Messages (in Sportradar.OddsFeed.SDK.Messages.dll) Version: 1.59.0.0 (1.59.0.0)
Syntax
C#
[SerializableAttribute]
public class cashout : FeedMessage

The cashout type exposes the following members.

Constructors
 NameDescription
Public methodcashoutInitializes a new instance of the cashout class
Top
Properties
 NameDescription
Public propertyevent_id 
Public propertyEventId When overridden in derived class it gets the event identifier.
(Overrides FeedMessageEventId)
Public propertyEventURN When overridden in derived class, it gets a URN specifying the id of the associated sport event
(Inherited from FeedMessage)
Public propertyGeneratedAt Gets the timestamp of the message
(Overrides FeedMessageGeneratedAt)
Public propertyIsEventRelated When overridden in derived class, it gets a value indicating whether the current FeedMessage instance is related to sport event
(Overrides FeedMessageIsEventRelated)
Public propertyIsStateful When override in derived class, it gets a value indicating whether current message is state-ful
(Overrides FeedMessageIsStateful)
Public propertyName When overridden in derived class, gets the name of the current message
(Overrides FeedMessageName)
Public propertyodds 
Public propertyProducerId When overridden in derived class, it gets a value indicating the producer associated with current FeedMessage
(Overrides FeedMessageProducerId)
Public propertyproduct 
Public propertyReceivedAt Gets the timestamp of when the message was received (picked up) by the sdk
(Overrides FeedMessageReceivedAt)
Public propertyrequest_id 
Public propertyrequest_idSpecified 
Public propertyRequestId Gets a value specified when making a request which generated this message, or null reference if this messages is not resulted with the request
(Overrides FeedMessageRequestId)
Public propertyRequestIdUsage When overridden in derived class, it gets a value specifying the usage requirements of the RequestId property
(Overrides FeedMessageRequestIdUsage)
Public propertySentAt Gets the timestamp of when the message was sent
(Overrides FeedMessageSentAt)
Public propertysport_event_status 
Public propertySportId Gets or sets a URN representing the id of the sport associated with the current FeedMessage instance
(Inherited from FeedMessage)
Public propertytimestamp 
Top
Methods
 NameDescription
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Protected methodFinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Public methodToString Returns a String that represents this instance.
(Inherited from FeedMessage)
Top
Fields
 NameDescription
Public fieldStatic memberMessageName The message name
Top
See Also