Table of Contents

Class AutoFilter.SimplePosition

Namespace
Balsam.FactorAnalysis
Assembly
Balsam.Backtester.dll

Encapsulates simple position information.

public class AutoFilter.SimplePosition
Inheritance
AutoFilter.SimplePosition
Inherited Members
Extension Methods

Properties

Id

Gets/sets the id.

public long Id { get; set; }

Property Value

long

Index

Gets/sets the index of the position.

public int Index { get; set; }

Property Value

int

OrderDate

Gets/sets the order date.

public DateTime OrderDate { get; set; }

Property Value

DateTime

PnL

Gets/sets the P&L

public double PnL { get; set; }

Property Value

double

Side

Gets/sets the side.

public PositionSide Side { get; set; }

Property Value

PositionSide

Symbol

Gets/sets the symbol.

public string Symbol { get; set; }

Property Value

string

Methods

Clone()

Returns a copy of this object.

public AutoFilter.SimplePosition Clone()

Returns

AutoFilter.SimplePosition