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