Class PositionEffect
- Namespace
- StockSharp.Fix.Native
- Assembly
- StockSharp.Fix.Core.dll
Indicates whether the resulting position after a trade should be an opening position or closing position.
public static class PositionEffect
- Inheritance
-
PositionEffect
- Inherited Members
Fields
Close
Close.
public const char Close = 'C'
Field Value
CloseNotify
Close but notify on open.
public const char CloseNotify = 'N'
Field Value
Default
Default.
public const char Default = 'D'
Field Value
FIFO
FIFO.
public const char FIFO = 'F'
Field Value
Open
Open.
public const char Open = 'O'
Field Value
Rolled
Rolled.
public const char Rolled = 'R'