FixPositionReport
StockSharp.Fix.Native
電子メール:PositionReportFIX.com
実装: 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)
電子メール:PositionReportFIX.com
- 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)