> ## Documentation Index
> Fetch the complete documentation index at: https://docs.cdp.coinbase.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Prime FIX 5.0 Code Sets

> Supported code sets for the Coinbase Prime FIX 5.0 API.

<div className="fix-table">
  ## OrdType (40)

  | Value | Description       |
  | :---- | :---------------- |
  | 1     | Market            |
  | 2     | Limit             |
  | 4     | Stop Limit        |
  | D     | Previously Quoted |
  | P     | Pegged            |

  ## TargetStrategy (847)

  | Value | Description |
  | :---- | :---------- |
  | 1     | VWAP        |
  | 1001  | TWAP        |

  ## Side (54)

  | Value | Description |
  | :---- | :---------- |
  | 1     | Buy         |
  | 2     | Sell        |

  ## SecurityType (167)

  | Value | Description       |
  | :---- | :---------------- |
  | SPOT  | Spot              |
  | FUT   | Futures           |
  | PERP  | Perpetual futures |

  ## TimeInForce (59)

  | Value | Description               |
  | :---- | :------------------------ |
  | 0     | Day                       |
  | 1     | Good Till Cancel (GTC)    |
  | 3     | Immediate or Cancel (IOC) |
  | 4     | Fill or Kill (FOK)        |
  | 6     | Good Till Date (GTD)      |

  ## PegOffsetType (836)

  | Value | Description                    |
  | :---- | :----------------------------- |
  | 0     | Price                          |
  | 1     | Basis points                   |
  | 4     | Cumulative depth in base units |

  ## ExecType (150)

  | Value | Description                  |
  | :---- | :--------------------------- |
  | A     | Pending New                  |
  | 0     | New                          |
  | 3     | Done for Day                 |
  | 4     | Canceled                     |
  | 6     | Pending Cancel               |
  | 8     | Rejected                     |
  | C     | Expired                      |
  | F     | Trade (partial or full fill) |
  | L     | Stop Triggered               |
  | I     | Order Status                 |

  ## OrdStatus (39)

  | Value | Description      |
  | :---- | :--------------- |
  | A     | Pending New      |
  | 0     | New              |
  | 1     | Partially filled |
  | 2     | Filled           |
  | 4     | Canceled         |
  | 6     | Pending Cancel   |
  | 8     | Rejected         |
  | C     | Expired          |
</div>
