Interface IRiskRule
- Namespace
- StockSharp.Algo.Risk
- Assembly
- StockSharp.Algo.dll
The interface, describing risk-rule.
public interface IRiskRule : ILogSource, IDisposable, IPersistable
- Inherited Members
- Extension Methods
Properties
Action
Action.
RiskActions Action { get; set; }
Property Value
Title
Header.
string Title { get; }
Property Value
Methods
ProcessMessage(Message)
To process the trade message.
bool ProcessMessage(Message message)
Parameters
message
MessageThe trade message.
Returns
Reset()
To reset the state.
void Reset()