Show / Hide Table of Contents

Interface ISenderTargetAdapter

Message adapter, provided SenderCompId and TargetCompId properties.

Namespace: StockSharp.Messages
Assembly: StockSharp.Messages.dll
Syntax
public interface ISenderTargetAdapter

Properties

SenderCompId

Sender ID.

Declaration
string SenderCompId { get; set; }
Property Value
Type Description
String

TargetCompId

Target ID.

Declaration
string TargetCompId { get; set; }
Property Value
Type Description
String

Extension Methods

Paths.Serialize<T>(T, String)
Paths.Serialize<T>(T)
EditorExtensions.ToItemsSource(Object, Type, Nullable<Boolean>, Nullable<ListSortDirection>, Func<IItemsSourceItem, Boolean>, Func<Object, String>, Func<Object, String>)
XamlHelper.WpfCast<T>(Object)
XamlHelper.CopyToClipboard<T>(T)
XamlHelper.EnsureUIThread(Object)
☀
☾
In This Article
Back to top
Copyright © StockSharp.
☀
☾