IPostAllocationApiPostAllocate Method

GF API Documentation
Send post-allocation instructions for execution. Result of post-allocation can be checked in event PostAllocationReceived

Namespace:  GF.Api.PostAllocation
Assembly:  GF.Api (in GF.Api.dll) Version: dd7171be68430789135ec75c4e9f4bbfeca31201
Syntax

void PostAllocate(
	IPostAllocationBlockTemplate postAllocationBlock,
	OrderID orderID,
	ContractID contractID
)

Parameters

postAllocationBlock
Type: GF.Api.PostAllocationIPostAllocationBlockTemplate
orderID
Type: GF.Api.OrdersOrderID
contractID
Type: GF.Api.ContractsContractID
See Also

Reference