Enum TimeInForce
The time-in-force of an Order. TimeInForce describes how long an Order should remain pending before being automatically cancelled by the execution system.
Namespace: FFT.Oanda.Orders
Assembly: FFT.Oanda.dll
Syntax
public enum TimeInForce : int
Fields
Name | Description |
---|---|
FOK | The Order must be immediately “Filled Or Killed”. |
GFD | The Order is “Good For Day” and will be cancelled at 5pm New York time. |
GTC | The Order is “Good until Cancelled”. |
GTD | The Order is “Good until Date” and will be cancelled at the provided time. |
IOC | The Order must be “Immediately partially filled Or Cancelled”. |