Lean
$LEAN_TAG$
|
Snapshot of a position group state More...
Properties | |
string | Name [get, set] |
Name of this position group More... | |
decimal | MarginUsed [get, set] |
Currently margin used More... | |
decimal | PortfolioValuePercentage [get, set] |
The margin used by this position in relation to the total portfolio value More... | |
List< IPosition > | Positions [get, set] |
The positions which compose this group More... | |
Snapshot of a position group state
Definition at line 123 of file PortfolioState.cs.
|
getset |
Name of this position group
Definition at line 129 of file PortfolioState.cs.
|
getset |
Currently margin used
Definition at line 134 of file PortfolioState.cs.
|
getset |
The margin used by this position in relation to the total portfolio value
Definition at line 139 of file PortfolioState.cs.
|
getset |
The positions which compose this group
Definition at line 144 of file PortfolioState.cs.