Click or drag to resize

Op Enumeration

Operation type for the OrderSend() function.

Namespace:  TradingAPI.MT4Server
Assembly:  MT4ServerApi (in MT4ServerApi.dll) Version: 4.6.1.8
Syntax
public enum Op
Members
  Member nameValueDescription
Buy0 Buying position.
Sell1 Selling position.
BuyLimit2 Buy limit pending position.
SellLimit3 Sell limit pending position.
BuyStop4 Buy stop pending position.
SellStop5 Sell stop pending position.
Balance6 Balance position.
Credit7 Credit position.
See Also