Table of Contents

Class RepoOrderInfo

Namespace
StockSharp.Messages
Assembly
StockSharp.Messages.dll

REPO info.

[DataContract]
[TypeConverter(typeof(ExpandableObjectConverter))]
public class RepoOrderInfo : Cloneable<RepoOrderInfo>, IPersistable
Inheritance
RepoOrderInfo
Implements
IPersistable
Extension Methods

Constructors

RepoOrderInfo()

Initializes a new instance of the RepoOrderInfo.

public RepoOrderInfo()

Properties

BlockSecurities

Blocking code.

[DataMember]
public bool? BlockSecurities { get; set; }

Property Value

bool?

IsModified

REPO-M.

public bool IsModified { get; set; }

Property Value

bool

LowerDiscount

REPO-M the lower limit value of the discount.

[DataMember]
public decimal? LowerDiscount { get; set; }

Property Value

decimal?

MatchRef

REPO NTM reference.

[DataMember]
public string MatchRef { get; set; }

Property Value

string

Partner

Partner-organization.

[DataMember]
public string Partner { get; set; }

Property Value

string

Rate

Repo rate, in percentage.

[DataMember]
public decimal? Rate { get; set; }

Property Value

decimal?

RefundRate

The rate of fixed compensation payable in the event that the second part of the repo, the percentage.

[DataMember]
public decimal? RefundRate { get; set; }

Property Value

decimal?

SecondPrice

REPO second price part.

[DataMember]
public decimal? SecondPrice { get; set; }

Property Value

decimal?

SettleCode

Settlement code.

[DataMember]
public string SettleCode { get; set; }

Property Value

string

SettleDate

Execution date OTC.

[DataMember]
public DateTimeOffset? SettleDate { get; set; }

Property Value

DateTimeOffset?

StartDiscount

REPO-M the begin value of the discount.

[DataMember]
public decimal? StartDiscount { get; set; }

Property Value

decimal?

Term

REPO expiration.

[DataMember]
public decimal? Term { get; set; }

Property Value

decimal?

UpperDiscount

REPO-M the upper limit value of the discount.

[DataMember]
public decimal? UpperDiscount { get; set; }

Property Value

decimal?

Value

REPO-M volume.

[DataMember]
public decimal? Value { get; set; }

Property Value

decimal?

Methods

Clone()

Create a copy of RepoOrderInfo.

public override RepoOrderInfo Clone()

Returns

RepoOrderInfo

Copy.

Load(SettingsStorage)

Load settings.

public void Load(SettingsStorage storage)

Parameters

storage SettingsStorage

Settings storage.

Save(SettingsStorage)

Save settings.

public void Save(SettingsStorage storage)

Parameters

storage SettingsStorage

Settings storage.