Interface IRepoOrderCondition
- Namespace
- StockSharp.Messages
- Assembly
- StockSharp.Messages.dll
The interface describing REPO order condition.
public interface IRepoOrderCondition
- Extension Methods
Properties
IsRepo
REPO.
bool IsRepo { get; set; }
Property Value
RepoInfo
Information for REPO\REPO-M orders.
RepoOrderInfo RepoInfo { get; set; }