NtmOrderInfo
StockSharp.Messages
Negotiated Trades Mode information.
Inherits: Cloneable<NtmOrderInfo>
Implements: IPersistable
Constructors
NtmOrderInfo
public NtmOrderInfo()
ntmOrderInfo = NtmOrderInfo()
Initializes a new instance of the NtmOrderInfo.
Properties
CurrencyType
public CurrencyTypes CurrencyType { get; set; }
value = ntmOrderInfo.CurrencyType
ntmOrderInfo.CurrencyType = value
Currency code in ISO 4217 standard (OTC trade). Non-system trade parameter
ForAccount
public string ForAccount { get; set; }
value = ntmOrderInfo.ForAccount
ntmOrderInfo.ForAccount = value
Owner of transaction (OTC trade).
MatchRef
public string MatchRef { get; set; }
value = ntmOrderInfo.MatchRef
ntmOrderInfo.MatchRef = value
REPO NTM reference.
Partner
public string Partner { get; set; }
value = ntmOrderInfo.Partner
ntmOrderInfo.Partner = value
Partner-organization.
SettleCode
public string SettleCode { get; set; }
value = ntmOrderInfo.SettleCode
ntmOrderInfo.SettleCode = value
Settlement code.
SettleDate
public DateTime? SettleDate { get; set; }
value = ntmOrderInfo.SettleDate
ntmOrderInfo.SettleDate = value
Execution date OTC.
Methods
Clone
public override NtmOrderInfo Clone()
result = ntmOrderInfo.Clone()
Create a copy of NtmOrderInfo.
Returns: Copy.
Load
public void Load(SettingsStorage storage)
ntmOrderInfo.Load(storage)
Load settings.
- storage
- Settings storage.
Save
public void Save(SettingsStorage storage)
ntmOrderInfo.Save(storage)
Save settings.
- storage
- Settings storage.