IPostAllocationApi Interface

GF API Documentation
Public API for Post-Allocation functionality

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

public interface IPostAllocationApi

The IPostAllocationApi type exposes the following members.

Methods

  NameDescription
Public methodCreateAccountItem
Create description of post-allocation instructions for a given account
Public methodCreateExternalAccountItem
Create description of post-allocation instructions for a given external account
Public methodGetAllocationBlock
Get post-allocation block for the given order and contract
Public methodGetState
Get post-allocation state for the given order
Public methodPostAllocate
Send post-allocation instructions for execution. Result of post-allocation can be checked in event PostAllocationReceived
Public methodValidatePostAllocationInstructions
Validate post-allocation instruction correctness
Top
Events

  NameDescription
Public eventPostAllocationReceived
Raised when post-allocation result is received
Top
See Also

Reference