# Functions
New creates a new trade action API client.
NewCommitOK creates a CommitOK with default headers values.
NewCommitParams creates a new CommitParams object with the default values initialized.
NewCommitParamsWithContext creates a new CommitParams object with the default values initialized, and the ability to set a context for a request.
NewCommitParamsWithHTTPClient creates a new CommitParams object with the default values initialized, and the ability to set a custom HTTPClient for a request.
NewCommitParamsWithTimeout creates a new CommitParams object with the default values initialized, and the ability to set a timeout on a request.
NewGetTradeHistoryByCriteriaOK creates a GetTradeHistoryByCriteriaOK with default headers values.
NewGetTradeHistoryByCriteriaParams creates a new GetTradeHistoryByCriteriaParams object with the default values initialized.
NewGetTradeHistoryByCriteriaParamsWithContext creates a new GetTradeHistoryByCriteriaParams object with the default values initialized, and the ability to set a context for a request.
NewGetTradeHistoryByCriteriaParamsWithHTTPClient creates a new GetTradeHistoryByCriteriaParams object with the default values initialized, and the ability to set a custom HTTPClient for a request.
NewGetTradeHistoryByCriteriaParamsWithTimeout creates a new GetTradeHistoryByCriteriaParams object with the default values initialized, and the ability to set a timeout on a request.
NewGetTradeHistoryByTransactionIDOK creates a GetTradeHistoryByTransactionIDOK with default headers values.
NewGetTradeHistoryByTransactionIDParams creates a new GetTradeHistoryByTransactionIDParams object with the default values initialized.
NewGetTradeHistoryByTransactionIDParamsWithContext creates a new GetTradeHistoryByTransactionIDParams object with the default values initialized, and the ability to set a context for a request.
NewGetTradeHistoryByTransactionIDParamsWithHTTPClient creates a new GetTradeHistoryByTransactionIDParams object with the default values initialized, and the ability to set a custom HTTPClient for a request.
NewGetTradeHistoryByTransactionIDParamsWithTimeout creates a new GetTradeHistoryByTransactionIDParams object with the default values initialized, and the ability to set a timeout on a request.
# Constants
Get the enum in GetTradeHistoryByCriteriaParams.
Get the enum in GetTradeHistoryByCriteriaParams.
Get the enum in GetTradeHistoryByCriteriaParams.
# Structs
Client for trade action API
*/.
CommitOK handles this case with default header values.
CommitParams contains all the parameters to send to the API endpoint
for the commit operation typically these are written to a http.Request
*/.
CommitReader is a Reader for the Commit structure.
GetTradeHistoryByCriteriaOK handles this case with default header values.
GetTradeHistoryByCriteriaParams contains all the parameters to send to the API endpoint
for the get trade history by criteria operation typically these are written to a http.Request
*/.
GetTradeHistoryByCriteriaReader is a Reader for the GetTradeHistoryByCriteria structure.
GetTradeHistoryByTransactionIDOK handles this case with default header values.
GetTradeHistoryByTransactionIDParams contains all the parameters to send to the API endpoint
for the get trade history by transaction id operation typically these are written to a http.Request
*/.
GetTradeHistoryByTransactionIDReader is a Reader for the GetTradeHistoryByTransactionID structure.
# Interfaces
ClientService is the interface for Client methods.