Click or drag to resize

UpdateAction Enumeration

Type of update action for OrderUpdate event.

Namespace:  TradingAPI.MT4Server
Assembly:  MT4ServerApi (in MT4ServerApi.dll) Version: 4.6.1.8
Syntax
public enum UpdateAction
Members
  Member nameValueDescription
PositionOpen0 New postion.
PositionClose1 Position closed full or partially.
PositionModify2 Position was modified.
PendingOpen3 New pening order.
PendingClose4 Pending order was deleted.
PendingModify5 Pending order was modified.
PendingFill6 Pending order was filled.
Balance7 Balance update(deposit, withdraw).
Credit8 Credit update.
See Also