RiskTradeFreqRule

StockSharp.Algo.Risk

Risk-rule, tracking orders execution frequency.

継承元: RiskRule

プロパティ

Count : int

Number of trades.

Interval : TimeSpan

Interval, during which trades quantity will be monitored.

メソッド

GetTitle() : string

Get title.

Load(SettingsStorage)

Load settings.

storage
Settings storage.
ProcessMessage(Message) : bool

To process the message for transaction delay calculation. Messages of OrderRegisterMessage, OrderReplaceMessage, OrderCancelMessage and ExecutionMessage types are accepted.

message
Message.

戻り値: The transaction delay. If it is impossible to calculate delay, will be returned.

Reset()

Reset state.

Save(SettingsStorage)

Save settings.

storage
Settings storage.