Table of Contents

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

DataType

Date

Date.

[DataMember]
public DateTimeOffset Date { get; set; }

Property Value

DateTimeOffset

FileDataType

Market data type.

[DataMember]
public DataType FileDataType { get; set; }

Property Value

DataType

Format

Storage format.

[DataMember]
public int Format { get; set; }

Property Value

int

SecurityId

Security ID.

[DataMember]
public SecurityId SecurityId { get; set; }

Property Value

SecurityId

TransactionId

Request identifier.

[DataMember]
public long TransactionId { get; set; }

Property Value

long

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 RemoteFileMessage

The object, to which copied information.

ToString()

public override string ToString()

Returns

string