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 = 4Broker option.
CancelSystemFailure = 7Cancel on System Failure.
CancelTradingHalt = 6Cancel on Trading Halt.
CanceledNotBest = 9Canceled, not best.
CorporateAction = 0GT corporate action.
MarketOption = 8Market (Exchange) option.
Other = 99Other.
PartialDecline = 5Partial decline of OrderQty (e.g. exchange initiated partial cancel).
PegRefresh = 11Peg Refresh.
RenewalRestatement = 1GT renewal / restatement (no corporate action).
RepricingOrder = 3Repricing of order.
VerbalChange = 2Verbal change.
WarehouseRecap = 10Warehouse Recap.