MT5 DealInternal
MT5 class mtapi.mt5.DealInternal → ViiSync DealInternal.
30 of 31 applicable members are fully covered, 1 partially.
| MT5 member | kind | ViiSync equivalent | status | what differs |
|---|---|---|---|---|
DealInternal() |
ctor | DealInternal..ctor |
full | |
TicketNumber |
field | DealInternal.TicketNumber | full | |
Id |
field | DealInternal.Id | full | |
Login |
field | DealInternal.Login | full | |
HistoryTime |
field | DealInternal.HistoryTime | full | |
OrderTicket |
field | DealInternal.OrderTicket | full | |
OpenTime |
field | DealInternal.OpenTime | full | |
Symbol |
field | DealInternal.Symbol | full | |
Type |
field | DealInternal.Type | full | |
Direction |
field | DealInternal.Direction | full | |
OpenPrice |
field | DealInternal.OpenPrice | full | |
Price |
field | DealInternal.Price | full | |
StopLoss |
field | DealInternal.StopLoss | full | |
TakeProfit |
field | DealInternal.TakeProfit | full | |
Volume |
field | DealInternal.Volume | full | |
Profit |
field | DealInternal.Profit | full | |
ProfitRate |
field | DealInternal.ProfitRate | partial | always 1 (the engine converts internally; the rate is not on the wire) |
VolumeRate |
field | not applicable | mtapi internal conversion factor | |
Commission |
field | DealInternal.Commission | full | |
Fee |
field | DealInternal.Fee | full | |
Swap |
field | DealInternal.Swap | full | charged at the server rollover when the engine runs VIISYNC_SWAPS=1 (default OFF per stack; enable after review) — accrues on the position, counts in equity, realised pro rata by the closing deal |
ExpertId |
field | DealInternal.ExpertId | full | |
PositionTicket |
field | DealInternal.PositionTicket | full | |
Comment |
field | DealInternal.Comment | full | |
ContractSize |
field | DealInternal.ContractSize | full | |
Digits |
field | DealInternal.Digits | full | |
MoneyDigits |
field | DealInternal.MoneyDigits | full | |
FreeProfit |
field | not applicable | mtapi internal | |
TrailRounder |
field | not applicable | mtapi internal | |
OpenTimeMs |
field | DealInternal.OpenTimeMs | full | |
PlacedType |
field | DealInternal.PlacedType | full | |
OpenTimeAsDateTime |
property | DealInternal.OpenTimeAsDateTime | full | |
Lots |
property | DealInternal.Lots | full | |
AreEquals(DealInternal other) |
method | DealInternal.AreEquals | full |