Interface IClientCodeMessage
- Namespace
- StockSharp.Messages
- Assembly
- StockSharp.Messages.dll
The interface describing a message with ClientCode property.
public interface IClientCodeMessage
- Extension Methods
Properties
ClientCode
Client code assigned by the broker.
string ClientCode { get; set; }