IContractLoadApi Interface

GF API Documentation
Public API for Contract Load functionality. Contract Load is for getting available contracts from the server. Supports search expressions and paging.

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

public interface IContractLoadApi

The IContractLoadApi type exposes the following members.

Methods

  NameDescription
Public methodRequest
Fetches contracts from the server that match the given expression. Supports paging.
Top
Events

  NameDescription
Public eventContractLoadReceived
Raised when Contract Load results are ready.
Top
See Also

Reference