Interface GetSortedAex141ContractsOptionalParams

Optional parameters.

interface GetSortedAex141ContractsOptionalParams {
    by?: string;
    direction?: string;
    exact?: string;
    limit?: number;
    prefix?: string;
}

Hierarchy

  • OperationOptions
    • GetSortedAex141ContractsOptionalParams

Properties

by?: string

meta info field used on sorting

direction?: string

Sorts results in forwards or backwards direction

exact?: string

Gets AEX141 contracts with exact name or symbol, this is decided by the 'by' field. If it's name, it will get contracts with exact name, if it's symbol, it will get contracts with exact symbol.

limit?: number

Limit paginated resources (max 100)

prefix?: string

Sorts by name or symbol prefix, this is decided by the 'by' field. If it's name, it will sort by name prefix, if it's symbol, it will sort by symbol prefix.