PostAllocationEventArgs Constructor

GF API Documentation
Initializes a new instance of the PostAllocationEventArgs class

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

public PostAllocationEventArgs(
	IOrder order,
	IContract contract,
	IPostAllocationBlock allocationBlock,
	PostAllocationValidationResult result
)

Parameters

order
Type: GF.Api.OrdersIOrder
contract
Type: GF.Api.ContractsIContract
allocationBlock
Type: GF.Api.PostAllocationIPostAllocationBlock
result
Type: GF.Api.Values.PostAllocPostAllocationValidationResult
See Also

Reference