Click or drag to resize

OrderType Enumeration

Order type

Namespace: mtapi.mt5
Assembly: mt5api (in mt5api.dll) Version: 5.3677.1.2
Syntax
public enum OrderType
Members
Member nameValueDescription
Buy0 
Sell1 
BuyLimit2 
SellLimit3 
BuyStop4 
SellStop5 
BuyStopLimit6 
SellStopLimit7 
CloseBy8 
See Also