Order Types
Overview
Here we list for you all of the order types currently supported by FCLite.
However, not all of them can be created via the API as many are returned from the server.
| Name | Code |
|---|---|
| OpenAtMarket | OM |
| OpenByPhone | OF |
| OpenAtPrice | O |
| OpenAtRange | OR |
| OpenAtPriceOrLimit | OL |
| OpenByQuote | OQ |
| CloseAtMarket | CM |
| CloseByPhone | CF |
| CloseAtPrice | C |
| CloseAtRange | CR |
| CloseAtPriceOrLimit | CL |
| CloseByQuote | CQ |
| TrailingStopEntry | STE |
| StopEntry | SE |
| TrailingLimitEntry | LTE |
| LimitEntry | LE |
| TrailingStop | ST |
| Stop | S |
| TrailingLimit | LT |
| Limit | L |
| RangeEntry | RE |
| TrailingRangeEntry | RTE |
| MarginCall | M |
| EquityStop | Q |
| Table of Contents | |
|---|---|
| Order Types This page will explain each of the different types of orders in the system. |
|
| Get All Orders The article teaches how to get a list of all orders. |
|
| Modify an Order The article teaches how to modify an order |
|
| Create a Market Order The article teaches how to create a market order |
|
| Create an Entry Order API Command used to create an entry order |
|
| Create a Close Market Order The article teaches how to create a close 'market order' |
|
| Create an OCO Order API Command used to create an OCO order |
|
| Create a Stop and/or Limit Order This article provides information about how to add a stop/limit to an order |
|
| Cancel an Order This article provides information about how to cancel an order |