Expand description

holds all the available query parameters used with the endpoints

Structs

No Parameters

Enums

Query Parameters for /accounts/

Query Parameters for /marketdata/{symbol}/pricehistory

Query Parameters for /instruments

Query Parameters for /marketdata/{market}/hours

Query Parameters for /marketdata/{index}/movers

Query Parameters for /marketdata/chains

Query Parameters for /orders/

Query Parameters for /marketdata/quotes

Query Parameters for /account/transactions

Traits

Query parameters must implement Pair trait to allow us to use Url crate in underlying http client to create the proper query_string

Functions

function to convert a collection of query parameters in to a vector of pairs