OrderRegisterErrorCountParameter
StockSharp.Algo.Statistics
登録エラー注文の総数。
継承元: BaseOrderStatisticParameter<int>
コンストラクター
OrderRegisterErrorCountParameter
public OrderRegisterErrorCountParameter()
orderRegisterErrorCountParameter = OrderRegisterErrorCountParameter()
Initialize OrderRegisterErrorCountParameter.
メソッド
RegisterFailed
public override void RegisterFailed(OrderFail fail)
orderRegisterErrorCountParameter.RegisterFailed(fail)
注文登録のエラーに関する情報を追加するために。
- fail
- 注文を登録するエラー。