FixPositionReport
StockSharp.Fix.Native
Data for PositionReport FIX message.
Реализует: IEquatable<FixPositionReport>
Конструкторы
FixPositionReport(FixId, string, string, string, SecurityTypes?, TPlusLimits?, string, CurrencyTypes?, string, Sides?, DataType, string, string, ICollection<KeyValuePair<PositionChangeTypes, object>>, DateTime?)
Data for PositionReport FIX message.
- PosReqId
- Position request identifier.
- Account
- Account identifier.
- Symbol
- Security symbol.
- SecurityExchange
- Security exchange code.
- SecurityType
- Security type.
- LimitType
- T+ limit type.
- ClientCode
- Client code.
- Currency
- Currency.
- StrategyId
- Strategy identifier.
- Side
- Position side.
- BuildFrom
- Data build source.
- DepoName
- Depository name.
- Description
- Position description.
- Changes
- Position changes collection.
- TransactTime
- Server time at which the position was reported (FIX tag 60).
Свойства
Changes : ICollection<KeyValuePair<PositionChangeTypes, object>>
Position changes collection.
ClientCode : string
Client code.
Currency : CurrencyTypes?
Currency.
Description : string
Position description.
LimitType : TPlusLimits?
T+ limit type.
SecurityExchange : string
Security exchange code.
SecurityType : SecurityTypes?
Security type.
StrategyId : string
Strategy identifier.
TransactTime : DateTime?
Server time at which the position was reported (FIX tag 60).