AssociatedSecurityAdapter
StockSharp.Algo
金融商品取引業者のアダプター
コンストラクター
AssociatedSecurityAdapter
public AssociatedSecurityAdapter(IMessageAdapter innerAdapter)
associatedSecurityAdapter = AssociatedSecurityAdapter(innerAdapter)
金融商品取引業者のアダプター
- innerAdapter
- 内部メッセージのアダプター。
メソッド
Clone
public override IMessageAdapter Clone()
result = associatedSecurityAdapter.Clone()
コピーの作成AssociatedSecurityAdapter
戻り値: コピー
OnInnerAdapterNewOutMessageAsync
protected override ValueTask OnInnerAdapterNewOutMessageAsync(Message message, CancellationToken cancellationToken)
result = associatedSecurityAdapter.OnInnerAdapterNewOutMessageAsync(message, cancellationToken)
プロセスInnerAdapter@出力メッセージ。
- message
- メッセージを送信する
- cancellationToken
- キャンセルトークン。