Interface IRepoOrderCondition
The interface describing REPO order condition.
Namespace: StockSharp.Messages
Assembly: StockSharp.Messages.dll
Syntax
public interface IRepoOrderCondition
Properties
IsRepo
REPO.
Declaration
bool IsRepo { get; set; }
Property Value
Type | Description |
---|---|
Boolean |
RepoInfo
Information for REPO\REPO-M orders.
Declaration
RepoOrderInfo RepoInfo { get; set; }
Property Value
Type | Description |
---|---|
RepoOrderInfo |