Class UserRequestMessage
- Namespace
- StockSharp.Messages
- Assembly
- StockSharp.Messages.dll
User request message (uses as a subscribe/unsubscribe in outgoing case, confirmation event in incoming case).
[DataContract]
public class UserRequestMessage : BaseRequestMessage, ISubscriptionMessage, ITransactionIdMessage, IOriginalTransactionIdMessage, IMessage, ILocalTimeMessage, ICloneable
- Inheritance
-
UserRequestMessage
- Implements
- Inherited Members
- Extension Methods
Constructors
UserRequestMessage()
Initializes a new instance of the UserRequestMessage.
public UserRequestMessage()
Properties
DataType
Data type info.
public override DataType DataType { get; }
Property Value
Id
Identifier.
[DataMember]
public long? Id { get; set; }
Property Value
- long?
Login
Login.
[DataMember]
[Display(ResourceType = typeof(LocalizedStrings), Name = "Login", Description = "LoginDot", GroupName = "General", Order = 0)]
public string Login { get; set; }
Property Value
Methods
Clone()
Create a copy of UserRequestMessage.
public override Message Clone()
Returns
- Message
Copy.
CopyTo(UserRequestMessage)
Copy the message into the destination
.
protected UserRequestMessage CopyTo(UserRequestMessage destination)
Parameters
destination
UserRequestMessageThe object, to which copied information.
Returns
- UserRequestMessage
The object, to which copied information.
ToString()
public override string ToString()