OrderPositionEffects

StockSharp.Messages

Indicates whether the resulting position after a trade should be an opening position or closing position.

Поля

CloseOnly : OrderPositionEffects

A trade should bring the position towards zero, i.e. close as much as possible of any existing position and open an opposite position for any remainder.

Default : OrderPositionEffects

Default behaviour.

OpenOnly : OrderPositionEffects

A trade should open a position.