RepoOrderInfo
StockSharp.Messages
REPO info.
Inherits: Cloneable<RepoOrderInfo>
Implements: IPersistable
Constructors
RepoOrderInfo
public RepoOrderInfo()
repoOrderInfo = RepoOrderInfo()
Initializes a new instance of the RepoOrderInfo.
Properties
BlockSecurities
public bool? BlockSecurities { get; set; }
value = repoOrderInfo.BlockSecurities
repoOrderInfo.BlockSecurities = value
Blocking code.
IsModified
public bool IsModified { get; set; }
value = repoOrderInfo.IsModified
repoOrderInfo.IsModified = value
REPO-M.
LowerDiscount
public decimal? LowerDiscount { get; set; }
value = repoOrderInfo.LowerDiscount
repoOrderInfo.LowerDiscount = value
REPO-M the lower limit value of the discount.
MatchRef
public string MatchRef { get; set; }
value = repoOrderInfo.MatchRef
repoOrderInfo.MatchRef = value
REPO NTM reference.
Partner
public string Partner { get; set; }
value = repoOrderInfo.Partner
repoOrderInfo.Partner = value
Partner-organization.
Rate
public decimal? Rate { get; set; }
value = repoOrderInfo.Rate
repoOrderInfo.Rate = value
Repo rate, in percentage.
RefundRate
public decimal? RefundRate { get; set; }
value = repoOrderInfo.RefundRate
repoOrderInfo.RefundRate = value
The rate of fixed compensation payable in the event that the second part of the repo, the percentage.
SecondPrice
public decimal? SecondPrice { get; set; }
value = repoOrderInfo.SecondPrice
repoOrderInfo.SecondPrice = value
REPO second price part.
SettleCode
public string SettleCode { get; set; }
value = repoOrderInfo.SettleCode
repoOrderInfo.SettleCode = value
Settlement code.
SettleDate
public DateTime? SettleDate { get; set; }
value = repoOrderInfo.SettleDate
repoOrderInfo.SettleDate = value
Execution date OTC.
StartDiscount
public decimal? StartDiscount { get; set; }
value = repoOrderInfo.StartDiscount
repoOrderInfo.StartDiscount = value
REPO-M the begin value of the discount.
Term
public decimal? Term { get; set; }
value = repoOrderInfo.Term
repoOrderInfo.Term = value
REPO expiration.
UpperDiscount
public decimal? UpperDiscount { get; set; }
value = repoOrderInfo.UpperDiscount
repoOrderInfo.UpperDiscount = value
REPO-M the upper limit value of the discount.
Value
public decimal? Value { get; set; }
value = repoOrderInfo.Value
repoOrderInfo.Value = value
REPO-M volume.
Methods
Clone
public override RepoOrderInfo Clone()
result = repoOrderInfo.Clone()
Create a copy of RepoOrderInfo.
Returns: Copy.
Load
public void Load(SettingsStorage storage)
repoOrderInfo.Load(storage)
Load settings.
- storage
- Settings storage.
Save
public void Save(SettingsStorage storage)
repoOrderInfo.Save(storage)
Save settings.
- storage
- Settings storage.