Click or drag to resize

TradeRecord Class

Trade Record
Inheritance Hierarchy
SystemObject
  mtapi.be.MT4ManagerNetTradeRecord

Namespace:  mtapi.be.MT4ManagerNet
Assembly:  MT4ManagerNet (in MT4ManagerNet.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public class TradeRecord

The TradeRecord type exposes the following members.

Constructors
  NameDescription
Public methodTradeRecord
Initializes a new instance of the TradeRecord class
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
Fields
  NameDescription
Public fieldActivation
Used by MT Manager
Public fieldApiData
For api usage
Public fieldClosePrice
Close price
Public fieldCloseTime
Close time
Public fieldCmd
Trade command
Public fieldComment
Comment
Public fieldCommission
Commission
Public fieldCommissionAgent
Agent commission
Public fieldConvRates
Convertation rates from profit currency to group deposit currency
Public fieldConvReserv
Reserved fields
Public fieldDigits
Security precision
Public fieldExpiration
Pending order's expiration time
Public fieldGwClosePrice
Gateway order price deviation (pips) from order close price
Public fieldGwOpenPrice
Gateway order price deviation (pips) from order open price
Public fieldGwOrder
Gateway order ticket
Public fieldGwVolume
Gateway order volume
Public fieldLogin
Owner's login
Public fieldMagic
Special value used by client experts
Public fieldMarginRate
Margin convertation rate (rate of convertation from margin currency to deposit one)
Public fieldOpenPrice
Open price
Public fieldOpenTime
Open time
Public fieldOrder
Order ticket
Public fieldProfit
Profit
Public fieldReason
Trade reason
Public fieldSl
Public fieldState
Reserved
Public fieldStorage
Order swaps
Public fieldSymbol
Security
Public fieldTaxes
Taxes
Public fieldTimestamp
Timestamp
Public fieldTp
Public fieldVolume
Volume
Top
See Also