Class MessageSend
Отправка сообщения.
Inherited Members
Namespace: StockSharp.Micex.Native.Transactions
Assembly: StockSharp.Micex.dll
Syntax
public class MessageSend : BaseTransaction
Constructors
MessageSend()
Создать MessageSend.
Declaration
public MessageSend()
Properties
Firmidto
Идентификатор фирмы.
Declaration
public string Firmidto { get; set; }
Property Value
Type | Description |
---|---|
String |
Message
Текст.
Declaration
public string Message { get; set; }
Property Value
Type | Description |
---|---|
String |
Name
Название транзакции.
Declaration
public override string Name { get; }
Property Value
Type | Description |
---|---|
String |
Overrides
Urgency
Срочность или важность сообщения.
Declaration
public Nullable<Urgencys> Urgency { get; set; }
Property Value
Type | Description |
---|---|
Nullable<Urgencys> |
Useridto
Участнику.
Declaration
public string Useridto { get; set; }
Property Value
Type | Description |
---|---|
String |