Enum ExecRestatementReason
- Namespace
- StockSharp.Fix.Native
- Assembly
- StockSharp.Fix.Core.dll
Code to identify reason for an ExecutionReport message sent with ExecType=Restated or used when communicating an unsolicited cancel.
public enum ExecRestatementReason
- Extension Methods
Fields
BrokerOption = 4
Broker option.
CancelSystemFailure = 7
Cancel on System Failure.
CancelTradingHalt = 6
Cancel on Trading Halt.
CanceledNotBest = 9
Canceled, not best.
CorporateAction = 0
GT corporate action.
MarketOption = 8
Market (Exchange) option.
Other = 99
Other.
PartialDecline = 5
Partial decline of OrderQty (e.g. exchange initiated partial cancel).
PegRefresh = 11
Peg Refresh.
RenewalRestatement = 1
GT renewal / restatement (no corporate action).
RepricingOrder = 3
Repricing of order.
VerbalChange = 2
Verbal change.
WarehouseRecap = 10
Warehouse Recap.