TimeInForce Enumeration |
Namespace: SharpCharts.Base.Order
[FlagsAttribute] public enum TimeInForce
Member name | Value | Description | |
---|---|---|---|
Unknown | 0 | Unknown | |
SIM | 1 | Simulator | |
DAY | 2 | Good till day | |
GTD | 3 | Good till date | |
GTC | 4 | Good till canceled | |
IOC | 5 | Immediate or canceled | |
AON | 6 | All or none/Fill or kill | |
OPG | 7 | Market on open or Limit on open | |
DTC | 8 | Day until cancelled | |
EOS | 9 | End of Session | |
COL | 10 | Cancel on logoff |