OrderLogItem Class |
Namespace: StockSharp.BusinessEntities
[SerializableAttribute] public class OrderLogItem : MyTrade
The OrderLogItem type exposes the following members.
Name | Description | |
---|---|---|
![]() | OrderLogItem |
Initializes a new instance of the OrderLogItem.
|
Name | Description | |
---|---|---|
![]() | Commission |
Commission.
(Inherited from MyTrade.) |
![]() | CommissionCurrency |
Commission currency. Can be .
(Inherited from MyTrade.) |
![]() | ExtensionInfo | Obsolete.
Extended information.
(Inherited from MyTrade.) |
![]() | Initiator |
Used to identify whether the order initiator is an aggressor or not in the trade.
(Inherited from MyTrade.) |
![]() | Order |
Order, for which a trade was filled.
(Inherited from MyTrade.) |
![]() | PnL |
The profit, realized by trade.
(Inherited from MyTrade.) |
![]() | Position |
The position, generated by trade.
(Inherited from MyTrade.) |
![]() | Slippage |
Slippage in trade price.
(Inherited from MyTrade.) |
![]() | Trade |
Trade info.
(Inherited from MyTrade.) |
![]() | Yield |
Yield.
(Inherited from MyTrade.) |
Name | Description | |
---|---|---|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | NotifyChanged | (Inherited from NotifiableObject.) |
![]() | NotifyChanging | (Inherited from NotifiableObject.) |
![]() | NotifyPropertyChanged | (Inherited from NotifiableObject.) |
![]() | ToString | Returns a string that represents the current object. (Overrides MyTradeToString.) |
Name | Description | |
---|---|---|
![]() | PropertyChanged | (Inherited from NotifiableObject.) |
![]() | PropertyChanging | (Inherited from NotifiableObject.) |
Name | Description | |
---|---|---|
![]() | GetCancelReason |
To get the reason for cancelling order in orders log.
(Defined by OrderLogHelper.) |
![]() | GetPosition |
To get the position on own trade.
(Defined by TraderHelper.) |
![]() | IsCanceled |
To check, does the order log contain the cancelled order.
(Defined by OrderLogHelper.) |
![]() | IsMatched |
To check, does the order log contain the order matching.
(Defined by OrderLogHelper.) |
![]() | IsRegistered |
To check, does the order log contain the order registration.
(Defined by OrderLogHelper.) |
![]() | ToMessage | Overloaded.
To convert the string of orders log onto message.
(Defined by MessageConverterHelper.) |
![]() | ToMessage | Overloaded.
To convert the own trade into message.
(Defined by MessageConverterHelper.) |