FixPositionReport
StockSharp.Fix.Native
Data for PositionReport FIX message.
实现: IEquatable<FixPositionReport>
构造函数
FixPositionReport
public FixPositionReport(FixId PosReqId, string Account, string Symbol, string SecurityExchange, SecurityTypes? SecurityType, TPlusLimits? LimitType, string ClientCode, CurrencyTypes? Currency, string StrategyId, Sides? Side, DataType BuildFrom, string DepoName, string Description, ICollection<KeyValuePair<PositionChangeTypes, object>> Changes, DateTime? TransactTime)
fixPositionReport = FixPositionReport(PosReqId, Account, Symbol, SecurityExchange, SecurityType, LimitType, ClientCode, Currency, StrategyId, Side, BuildFrom, DepoName, Description, Changes, TransactTime)
Data for PositionReport FIX message.
- PosReqId
- 位置请求标识符 。
- Account
- 账户标识符。
- Symbol
- 金融工具符号。
- SecurityExchange
- 金融工具交换代码。
- SecurityType
- 金融工具类型。
- LimitType
- T+ 限制类型 。
- ClientCode
- 客户端代码.
- Currency
- 货币。
- StrategyId
- 战略识别符。
- Side
- 位置侧.
- BuildFrom
- 数据构建来源.
- DepoName
- 托存名相.
- Description
- 位置简介.
- Changes
- 位置更改收藏 。
- TransactTime
- 报告位置的服务器时间(FIX标记 60).
属性
Account
public string Account { get; set; }
value = fixPositionReport.Account
fixPositionReport.Account = value
账户标识符。
BuildFrom
public DataType BuildFrom { get; set; }
value = fixPositionReport.BuildFrom
fixPositionReport.BuildFrom = value
数据构建来源.
Changes
public ICollection<KeyValuePair<PositionChangeTypes, object>> Changes { get; set; }
value = fixPositionReport.Changes
fixPositionReport.Changes = value
位置更改收藏 。
ClientCode
public string ClientCode { get; set; }
value = fixPositionReport.ClientCode
fixPositionReport.ClientCode = value
客户端代码.
Currency
public CurrencyTypes? Currency { get; set; }
value = fixPositionReport.Currency
fixPositionReport.Currency = value
货币。
DepoName
public string DepoName { get; set; }
value = fixPositionReport.DepoName
fixPositionReport.DepoName = value
托存名相.
Description
public string Description { get; set; }
value = fixPositionReport.Description
fixPositionReport.Description = value
位置简介.
LimitType
public TPlusLimits? LimitType { get; set; }
value = fixPositionReport.LimitType
fixPositionReport.LimitType = value
T+ 限制类型 。
PosReqId
public FixId PosReqId { get; set; }
value = fixPositionReport.PosReqId
fixPositionReport.PosReqId = value
位置请求标识符 。
SecurityExchange
public string SecurityExchange { get; set; }
value = fixPositionReport.SecurityExchange
fixPositionReport.SecurityExchange = value
金融工具交换代码。
SecurityType
public SecurityTypes? SecurityType { get; set; }
value = fixPositionReport.SecurityType
fixPositionReport.SecurityType = value
金融工具类型。
Side
public Sides? Side { get; set; }
value = fixPositionReport.Side
fixPositionReport.Side = value
位置侧.
StrategyId
public string StrategyId { get; set; }
value = fixPositionReport.StrategyId
fixPositionReport.StrategyId = value
战略识别符。
Symbol
public string Symbol { get; set; }
value = fixPositionReport.Symbol
fixPositionReport.Symbol = value
金融工具符号。
TransactTime
public DateTime? TransactTime { get; set; }
value = fixPositionReport.TransactTime
fixPositionReport.TransactTime = value
报告位置的服务器时间(FIX标记 60).