Class NtmOrderInfo
Negotiated Trades Mode information.
Implements
Ecng.Serialization.IPersistable
Namespace: StockSharp.Messages
Assembly: StockSharp.Messages.dll
Syntax
public class NtmOrderInfo : Cloneable<NtmOrderInfo>, IPersistable
Constructors
NtmOrderInfo()
Initializes a new instance of the NtmOrderInfo.
Declaration
public NtmOrderInfo()
Properties
CurrencyType
Currency code in ISO 4217 standard (OTC trade). Non-system trade parameter
Declaration
public CurrencyTypes CurrencyType { get; set; }
Property Value
Type | Description |
---|---|
Ecng.Common.CurrencyTypes |
ForAccount
Owner of transaction (OTC trade).
Declaration
public string ForAccount { get; set; }
Property Value
Type | Description |
---|---|
String |
MatchRef
REPO NTM reference.
Declaration
public string MatchRef { get; set; }
Property Value
Type | Description |
---|---|
String |
Partner
Partner-organization.
Declaration
public string Partner { get; set; }
Property Value
Type | Description |
---|---|
String |
SettleCode
Settlement code.
Declaration
public string SettleCode { get; set; }
Property Value
Type | Description |
---|---|
String |
SettleDate
Execution date OTC.
Declaration
public Nullable<DateTimeOffset> SettleDate { get; set; }
Property Value
Type | Description |
---|---|
Nullable<DateTimeOffset> |
Methods
Clone()
Create a copy of NtmOrderInfo.
Declaration
public override NtmOrderInfo Clone()
Returns
Type | Description |
---|---|
NtmOrderInfo | Copy. |
Load(SettingsStorage)
Load settings.
Declaration
public void Load(SettingsStorage storage)
Parameters
Type | Name | Description |
---|---|---|
Ecng.Serialization.SettingsStorage | storage | Settings storage. |
Save(SettingsStorage)
Save settings.
Declaration
public void Save(SettingsStorage storage)
Parameters
Type | Name | Description |
---|---|---|
Ecng.Serialization.SettingsStorage | storage | Settings storage. |
Implements
Ecng.Serialization.IPersistable