Public API for Post-Allocation functionality
Namespace: GF.Api.PostAllocation
Assembly: GF.Api (in GF.Api.dll) Version: dd7171be68430789135ec75c4e9f4bbfeca31201
Syntax
The IPostAllocationApi type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| CreateAccountItem |
Create description of post-allocation instructions for a given account
| |
| CreateExternalAccountItem |
Create description of post-allocation instructions for a given external account
| |
| GetAllocationBlock |
Get post-allocation block for the given order and contract
| |
| GetState |
Get post-allocation state for the given order
| |
| PostAllocate |
Send post-allocation instructions for execution. Result of post-allocation can be checked in event
PostAllocationReceived | |
| ValidatePostAllocationInstructions |
Validate post-allocation instruction correctness
|
Events
| Name | Description | |
|---|---|---|
| PostAllocationReceived |
Raised when post-allocation result is received
|
See Also