IAllocationBlock Interface

GF API Documentation
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

public interface IAllocationBlock : IComparable

The IAllocationBlock type exposes the following members.

Properties

  NameDescription
Public propertyAvgPositions
Average positions stats per symbol - see IPosition.
Public propertyDetailedPositions
Detailed allocation block/contract IPosition items.
Public propertyItems
Items - Account and Account parameters (Lots etc.)
Public propertyName
Allocation Block name
Public propertyRule
Allocation Block Rule
Public propertyTotalBalance
Account balance and profit/loss data - total for all currencies
Public propertyTotalLots
Total allocated lots
Top
Methods

  NameDescription
Public methodGetAggregatedAvgPositions
Returns aggregated account average positions
Public methodGetBalances
Get all IBalance
Public methodGetIndividualAvgPositions
Returns aggregated individual account average positions
Top
See Also

Reference