# Orders

### Glossary of constants <a href="#glossary-of-constants" id="glossary-of-constants"></a>

Here are several of the constant enum values used for placing orders.

| param        | values    | Description           |
| ------------ | --------- | --------------------- |
| `variety`    | `regular` | Regular order         |
|              | `amo`     | After Market Order    |
|              | `co`      | Cover Order           |
|              | `iceberg` | Iceberg Order         |
|              | `auction` | Auction Order         |
| `order_type` | `MKT`     | Market order          |
|              | `LMT`     | Limit order           |
|              | `SL`      | Stoploss order        |
|              | `SLM`     | Stoploss-market order |
| `product`    | `C`       | CNC                   |
|              | `M`       | Margin                |
|              | `I`       | Intraday              |
|              | `H`       | Normal-hybrid         |
| `validity`   | `DAY`     | Intraday              |
|              | `IOC`     | Immediate or Cancel   |
|              | `GTC`     | Good till cancel      |
|              | `GTD`     | Good till Date        |
| `source`     | `M`       | Mobile Web            |
|              | `W`       | Website               |
|              | `N`       | Android               |
|              | `I`       | ISO                   |
| `segment`    | `E`       | Equity                |
|              | `D`       | Derivative            |
|              | `C`       | Currency              |
|              | `M`       | Commodity             |
| `txn_type`   | `B`       | Buy                   |
|              | `S`       | Sell                  |


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://heytorus.gitbook.io/orders.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
