ProtoOADealStatus

StockSharp.cTrader.Native.Model

* Deal status ENUM.

Fields

Error
public const ProtoOADealStatus Error
value = ProtoOADealStatus.Error

Deal is rejected by LP due to error (e.g. symbol is unknown).

Filled
public const ProtoOADealStatus Filled
value = ProtoOADealStatus.Filled

Deal filled.

InternallyRejected
public const ProtoOADealStatus InternallyRejected
value = ProtoOADealStatus.InternallyRejected

Deal rejected by server (e.g. no price quotes).

Missed
public const ProtoOADealStatus Missed
value = ProtoOADealStatus.Missed

Liquidity provider did not sent response on the deal during specified execution time period.

PartiallyFilled
public const ProtoOADealStatus PartiallyFilled
value = ProtoOADealStatus.PartiallyFilled

Deal is partially filled.

Rejected
public const ProtoOADealStatus Rejected
value = ProtoOADealStatus.Rejected

Deal is correct but was rejected by liquidity provider (e.g. no liquidity).