Supported order types for a market. These are used in combination so are actually bit fields.
Namespace:
T4Assembly: T4Definitions.20 (in T4Definitions.20.dll)
Syntax
| C# |
|---|
[ObfuscationAttribute(Feature = "renaming", Exclude = true)] public enum OrderType |
| Visual Basic (Declaration) |
|---|
<ObfuscationAttribute(Feature := "renaming", Exclude := True)> _ Public Enumeration OrderType |
| Visual C++ |
|---|
[ObfuscationAttribute(Feature = L"renaming", Exclude = true)] public enum class OrderType |
Members
| Member name | Description | |
|---|---|---|
| None |
No order types submitted, effectively means the market is view only.
| |
| Market |
Market orders
| |
| Limit |
Limit orders
| |
| StopMarket |
Stop market orders
| |
| StopLimit |
Stop limit orders
| |
| MarketOnOpen |
Market on open orders
| |
| ImmediateAndCancel |
IC
| |
| CompleteVolume |
CV
| |
| StatusRequest |
Status requests.
| |
| StopSameLimit | Stop with same limit orders | |
| GoodTillCancelled | GTC | |
| MarketOnClose | Market on close orders | |
| MarketModeReliable | Whether or not the market mode values are reliable for this market. i.e. Whether
activation OnMarketMode order types and similar should be allowed. | |
| ImpliedMatching | Whether implied orders will match at the exchange or not. | |
| MaxShow | Whether MaxShow (iceberg) orders are supported | |
| NoQuotes | This market does not provide any quotes | |
| NoStrategyLegFills | This market does not provide strategy leg fills | |
| NoDayOrders |
This market does not support the standard day order type.
| |
| RFQ |
Whether the market supports RFQ's.
|