Show / Hide Table of Contents

Enum OrderType

The type of the Order.

Namespace: FFT.Oanda.Orders
Assembly: FFT.Oanda.dll
Syntax
public enum OrderType : int

Fields

Name Description
FIXED_PRICE

A Fixed Price Order.

GUARANTEED_STOP_LOSS

A Guaranteed Stop Loss Order.

LIMIT

A Limit Order.

MARKET

A Market Order.

MARKET_IF_TOUCHED

A Market-if-touched Order.

STOP

A Stop Order.

STOP_LOSS

A Stop Loss Order.

TAKE_PROFIT

A Take Profit Order.

TRAILING_STOP_LOSS

A Trailing Stop Loss Order.

  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX