Represents a block of weighted accounts for which an order can be sent
Namespace: GF.Api.Allocation
Assembly: GF.Api (in GF.Api.dll) Version: dd7171be68430789135ec75c4e9f4bbfeca31201
Syntax
The IAllocationBlock type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| AvgPositions |
Average positions stats per symbol - see IPosition.
| |
| DetailedPositions |
Detailed allocation block/contract IPosition items.
| |
| Items |
Items - Account and Account parameters (Lots etc.)
| |
| Name |
Allocation Block name
| |
| Rule |
Allocation Block Rule
| |
| TotalBalance |
Account balance and profit/loss data - total for all currencies
| |
| TotalLots |
Total allocated lots
|
Methods
| Name | Description | |
|---|---|---|
| GetAggregatedAvgPositions |
Returns aggregated account average positions
| |
| GetBalances |
Get all IBalance | |
| GetIndividualAvgPositions |
Returns aggregated individual account average positions
|
See Also