IBasketSecurityProcessorProvider

StockSharp.Messages

IBasketSecurityProcessor@ のプロバイダのためのインターフェイス。

プロパティ

AllCodes
public IEnumerable<string> AllCodes { get; }
value = iBasketSecurityProcessorProvider.AllCodes

登録されたバスケットコード。

メソッド

Register
public void Register(string basketCode, Type processorType, Type securityType)
iBasketSecurityProcessorProvider.Register(basketCode, processorType, securityType)

金融商品取引業の新規登録

basketCode
バスケットの金融商品タイプ。
processorType
プロセッサのタイプ。
securityType
金融商品タイプ
TryGetProcessorType
public bool TryGetProcessorType(string basketCode, Type processorType)
result = iBasketSecurityProcessorProvider.TryGetProcessorType(basketCode, processorType)

プロセッサータイプを手に入れよう。

basketCode
バスケットの金融商品タイプ。
processorType
プロセッサのタイプ。

戻り値: プロセッサタイプが見つからなかった場合。そうでなければ。

TryGetSecurityType
public bool TryGetSecurityType(string basketCode, Type securityType)
result = iBasketSecurityProcessorProvider.TryGetSecurityType(basketCode, securityType)

金融商品の種類を手に入れよう。

basketCode
バスケットの金融商品タイプ。
securityType
金融商品タイプ

戻り値: 金融商品タイプが見つかりませんでした。そうでなければ、

UnRegister
public bool UnRegister(string basketCode)
result = iBasketSecurityProcessorProvider.UnRegister(basketCode)

旧金融商品タイプを削除します。

basketCode
バスケットの金融商品タイプ。

戻り値: コードが見つけられ、削除された場合。そうでなければ。