Interface ISenderTargetAdapter
- Namespace
- StockSharp.Messages
- Assembly
- StockSharp.Messages.dll
Message adapter, provided SenderCompId and TargetCompId properties.
public interface ISenderTargetAdapter
- Extension Methods
Properties
SenderCompId
Sender ID.
string SenderCompId { get; set; }
Property Value
TargetCompId
Target ID.
string TargetCompId { get; set; }