Class RemoteFileMessage
- Namespace
- StockSharp.Messages
- Assembly
- StockSharp.Messages.dll
Remove file message (upload or download).
public class RemoteFileMessage : BaseSubscriptionIdMessage<RemoteFileMessage>, IMessage, ILocalTimeMessage, ICloneable, ISubscriptionIdMessage, ITransactionIdMessage, ISecurityIdMessage, IFileMessage, IOriginalTransactionIdMessage
- Inheritance
-
RemoteFileMessage
- Implements
- Inherited Members
- Extension Methods
Constructors
RemoteFileMessage()
Initializes a new instance of the RemoteFileMessage.
public RemoteFileMessage()
Properties
Body
File body.
[DataMember]
public byte[] Body { get; set; }
Property Value
- byte[]
DataType
Data type info.
public override DataType DataType { get; }
Property Value
Date
Date.
[DataMember]
public DateTimeOffset Date { get; set; }
Property Value
FileDataType
Market data type.
[DataMember]
public DataType FileDataType { get; set; }
Property Value
Format
Storage format.
[DataMember]
public int Format { get; set; }
Property Value
SecurityId
Security ID.
[DataMember]
public SecurityId SecurityId { get; set; }
Property Value
TransactionId
Request identifier.
[DataMember]
public long TransactionId { get; set; }
Property Value
Methods
Clone()
Create a copy of RemoteFileMessage.
public override Message Clone()
Returns
- Message
Copy.
CopyTo(RemoteFileMessage)
Copy the message into the destination
.
public override void CopyTo(RemoteFileMessage destination)
Parameters
destination
RemoteFileMessageThe object, to which copied information.
ToString()
public override string ToString()