Interface IFileMessage
- Namespace
- StockSharp.Messages
- Assembly
- StockSharp.Messages.dll
The interface describing an message with Body property.
public interface IFileMessage : IOriginalTransactionIdMessage
- Inherited Members
- Extension Methods
Properties
Body
File body.
byte[] Body { get; set; }
Property Value
- byte[]