Represents a historical trade record.
More...
|
| virtual void | OnPropertyChanged (string propertyName) |
| | Raises the PropertyChanged event for a specific property.
|
| |
|
| long | Id [get, set] |
| | Gets or sets the unique identifier of the historical trade.
|
| |
| string | AccountID [get, set] |
| | Gets or sets the account ID associated with the historical trade.
|
| |
| string | SecurityId [get, set] |
| | Gets or sets the security ID associated with the historical trade.
|
| |
| string | SecurityCode [get, set] |
| | Gets or sets the security code associated with the historical trade.
|
| |
| Security | Security [get, set] |
| | Gets or sets the security object associated with the historical trade.
|
| |
| Portfolio | Portfolio [get, set] |
| | Gets or sets the portfolio object associated with the historical trade.
|
| |
| DateTime | OpenTime [get, set] |
| | Gets or sets the open time of the historical trade.
|
| |
| decimal | OpenPrice [get, set] |
| | Gets or sets the open price of the historical trade.
|
| |
| decimal | OpenVolume [get, set] |
| | Gets or sets the open volume of the historical trade.
|
| |
| DateTime | CloseTime [get, set] |
| | Gets or sets the close time of the historical trade.
|
| |
| decimal | ClosePrice [get, set] |
| | Gets or sets the close price of the historical trade.
|
| |
| decimal | CloseVolume [get, set] |
| | Gets or sets the close volume of the historical trade.
|
| |
| decimal | PnL [get, set] |
| | Gets or sets the profit and loss (PnL) of the historical trade.
|
| |
| decimal | TicksPnL [get, set] |
| | Gets or sets the PnL in ticks of the historical trade.
|
| |
| decimal | PricePnL [get, set] |
| | Gets or sets the PnL in price units of the historical trade.
|
| |
| decimal? | Commission [get, set] |
| | Gets or sets the commission associated with the historical trade.
|
| |
| string | Comment [get, set] |
| | Gets or sets the comment associated with the historical trade.
|
| |
| MyTrade | EnterTrade [get, set] |
| | Gets or sets the enter trade associated with the historical trade.
|
| |
| MyTrade | ExitTrade [get, set] |
| | Gets or sets the exit trade associated with the historical trade.
|
| |
| MissingDataCases | MissingDataCase [get, set] |
| | Indicates what part of the trade is missing.
|
| |
| bool | IsComplete [get] |
| |
Represents a historical trade record.
◆ Clone()
◆ OnPropertyChanged()
| virtual void ATAS.DataFeedsCore.HistoryMyTrade.OnPropertyChanged |
( |
string |
propertyName | ) |
|
|
protectedvirtual |
Raises the PropertyChanged event for a specific property.
- Parameters
-
| propertyName | The name of the property that changed. |
◆ ToString()
| override string ATAS.DataFeedsCore.HistoryMyTrade.ToString |
( |
| ) |
|
◆ AccountID
| string ATAS.DataFeedsCore.HistoryMyTrade.AccountID |
|
getset |
Gets or sets the account ID associated with the historical trade.
◆ ClosePrice
| decimal ATAS.DataFeedsCore.HistoryMyTrade.ClosePrice |
|
getset |
Gets or sets the close price of the historical trade.
◆ CloseTime
| DateTime ATAS.DataFeedsCore.HistoryMyTrade.CloseTime |
|
getset |
Gets or sets the close time of the historical trade.
◆ CloseVolume
| decimal ATAS.DataFeedsCore.HistoryMyTrade.CloseVolume |
|
getset |
Gets or sets the close volume of the historical trade.
◆ Comment
| string ATAS.DataFeedsCore.HistoryMyTrade.Comment |
|
getset |
Gets or sets the comment associated with the historical trade.
◆ Commission
| decimal? ATAS.DataFeedsCore.HistoryMyTrade.Commission |
|
getset |
Gets or sets the commission associated with the historical trade.
◆ EnterTrade
| MyTrade ATAS.DataFeedsCore.HistoryMyTrade.EnterTrade |
|
getset |
Gets or sets the enter trade associated with the historical trade.
◆ ExitTrade
| MyTrade ATAS.DataFeedsCore.HistoryMyTrade.ExitTrade |
|
getset |
Gets or sets the exit trade associated with the historical trade.
◆ Id
| long ATAS.DataFeedsCore.HistoryMyTrade.Id |
|
getset |
Gets or sets the unique identifier of the historical trade.
◆ IsComplete
| bool ATAS.DataFeedsCore.HistoryMyTrade.IsComplete |
|
get |
◆ MissingDataCase
Indicates what part of the trade is missing.
◆ OpenPrice
| decimal ATAS.DataFeedsCore.HistoryMyTrade.OpenPrice |
|
getset |
Gets or sets the open price of the historical trade.
◆ OpenTime
| DateTime ATAS.DataFeedsCore.HistoryMyTrade.OpenTime |
|
getset |
Gets or sets the open time of the historical trade.
◆ OpenVolume
| decimal ATAS.DataFeedsCore.HistoryMyTrade.OpenVolume |
|
getset |
Gets or sets the open volume of the historical trade.
◆ PnL
| decimal ATAS.DataFeedsCore.HistoryMyTrade.PnL |
|
getset |
Gets or sets the profit and loss (PnL) of the historical trade.
◆ Portfolio
| Portfolio ATAS.DataFeedsCore.HistoryMyTrade.Portfolio |
|
getset |
Gets or sets the portfolio object associated with the historical trade.
◆ PricePnL
| decimal ATAS.DataFeedsCore.HistoryMyTrade.PricePnL |
|
getset |
Gets or sets the PnL in price units of the historical trade.
◆ Security
| Security ATAS.DataFeedsCore.HistoryMyTrade.Security |
|
getset |
Gets or sets the security object associated with the historical trade.
◆ SecurityCode
| string ATAS.DataFeedsCore.HistoryMyTrade.SecurityCode |
|
getset |
Gets or sets the security code associated with the historical trade.
◆ SecurityId
| string ATAS.DataFeedsCore.HistoryMyTrade.SecurityId |
|
getset |
Gets or sets the security ID associated with the historical trade.
◆ TicksPnL
| decimal ATAS.DataFeedsCore.HistoryMyTrade.TicksPnL |
|
getset |
Gets or sets the PnL in ticks of the historical trade.
◆ PropertyChanged
| PropertyChangedEventHandler ATAS.DataFeedsCore.HistoryMyTrade.PropertyChanged |
The documentation for this class was generated from the following file: