Class RemoteFileMessage
Remove file message (upload or download).
Inheritance
RemoteFileMessage
Implements
Inherited Members
Namespace: StockSharp.Algo.Storages.Remote.Messages
Assembly: StockSharp.Algo.dll
Syntax
public class RemoteFileMessage : FileInfoMessage, IExtendableEntity, ISubscriptionIdMessage, IOriginalTransactionIdMessage, ITransactionIdMessage, ISecurityIdMessage, IMessage, ICloneable
Constructors
RemoteFileMessage()
Создать RemoteFileMessage.
Declaration
public RemoteFileMessage()
Properties
Date
Date.
Declaration
public DateTimeOffset Date { get; set; }
Property Value
Type | Description |
---|---|
DateTimeOffset |
FileDataType
Market data type.
Declaration
public DataType FileDataType { get; set; }
Property Value
Type | Description |
---|---|
DataType |
Format
Storage format.
Declaration
public StorageFormats Format { get; set; }
Property Value
Type | Description |
---|---|
StorageFormats |
SecurityId
Security ID.
Declaration
public SecurityId SecurityId { get; set; }
Property Value
Type | Description |
---|---|
SecurityId |
Methods
Clone()
Создать копию RemoteFileMessage.
Declaration
public override Message Clone()
Returns
Type | Description |
---|---|
Message | Копия объекта. |
Overrides
ToString()
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
String |