Order type (market, limit, stop, stop limit)
Namespace: OpenQuant.API
Assembly: OpenQuant.API (in OpenQuant.API.dll)
Syntax
| Visual Basic (Declaration) |
|---|
| Public Enum OrderType |
| C# |
|---|
| public enum OrderType |
| C++ |
|---|
| public enum class OrderType |
| J# |
|---|
| public enum OrderType |
| JScript |
|---|
| public enum OrderType |
Members
| Description | |
|---|---|
| Market | Market order |
| Limit | Limit order |
| Stop | Stop order |
| StopLimit | Stop limit order |
| Trail | Trailing stop order |