Show / Hide Table of Contents

Class PositionEffect

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

Inheritance
Object
PositionEffect
Inherited Members
Object.ToString()
Object.Equals(Object)
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
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
☀
☾
In This Article
Back to top
Copyright © StockSharp.
☀
☾