Initializes a new instance of the MarginCalculationRequest class
Namespace: GF.Api.Margin.Calculation
Assembly: GF.Api (in GF.Api.dll) Version: dd7171be68430789135ec75c4e9f4bbfeca31201
Syntax
public MarginCalculationRequest( AccountID id, IReadOnlyList<HypoPosition> hypoPositions, IReadOnlyList<HypoOrder> hypoOrders )
Parameters
- id
- Type: GF.Api.AccountsAccountID
- hypoPositions
- Type: System.Collections.GenericIReadOnlyListHypoPosition
- hypoOrders
- Type: System.Collections.GenericIReadOnlyListHypoOrder
See Also