Table of Contents

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

char

CloseNotify

Close but notify on open.

public const char CloseNotify = 'N'

Field Value

char

Default

Default.

public const char Default = 'D'

Field Value

char

FIFO

FIFO.

public const char FIFO = 'F'

Field Value

char

Open

Open.

public const char Open = 'O'

Field Value

char

Rolled

Rolled.

public const char Rolled = 'R'

Field Value

char