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
Index
Gets/sets the index of the position.
public int Index { get; set; }
Property Value
OrderDate
Gets/sets the order date.
public DateTime OrderDate { get; set; }
Property Value
PnL
Gets/sets the P&L
public double PnL { get; set; }
Property Value
Side
Gets/sets the side.
public PositionSide Side { get; set; }
Property Value
Symbol
Gets/sets the symbol.
public string Symbol { get; set; }
Property Value
Methods
Clone()
Returns a copy of this object.
public AutoFilter.SimplePosition Clone()