ProtoOAExecutionType
StockSharp.cTrader.Native.Model
* Execution event type ENUM.
Fields
BonusDepositWithdraw
public const ProtoOAExecutionType BonusDepositWithdraw
value = ProtoOAExecutionType.BonusDepositWithdraw
Type related to event of bonus deposit or bonus withdrawal.
DepositWithdraw
public const ProtoOAExecutionType DepositWithdraw
value = ProtoOAExecutionType.DepositWithdraw
Type related to event of deposit or withdrawal cash flow operation.
OrderAccepted
public const ProtoOAExecutionType OrderAccepted
value = ProtoOAExecutionType.OrderAccepted
Order passed validation.
OrderCancelled
public const ProtoOAExecutionType OrderCancelled
value = ProtoOAExecutionType.OrderCancelled
Order cancelled.
OrderCancelRejected
public const ProtoOAExecutionType OrderCancelRejected
value = ProtoOAExecutionType.OrderCancelRejected
Cancel order request is rejected.
OrderExpired
public const ProtoOAExecutionType OrderExpired
value = ProtoOAExecutionType.OrderExpired
Order with GTD time in force is expired.
OrderFilled
public const ProtoOAExecutionType OrderFilled
value = ProtoOAExecutionType.OrderFilled
Order filled.
OrderPartialFill
public const ProtoOAExecutionType OrderPartialFill
value = ProtoOAExecutionType.OrderPartialFill
Order is partially filled.
OrderRejected
public const ProtoOAExecutionType OrderRejected
value = ProtoOAExecutionType.OrderRejected
Order is rejected due to validations.
OrderReplaced
public const ProtoOAExecutionType OrderReplaced
value = ProtoOAExecutionType.OrderReplaced
Pending order is changed with a new one.
Swap
public const ProtoOAExecutionType Swap
value = ProtoOAExecutionType.Swap
Type related to SWAP execution events.