Module cbadv::order

source ·
Expand description

Coinbase Advanced Order API

order gives access to the Order API and the various endpoints associated with it. These allow you to obtain past created orders, create new orders, and cancel orders.

Structs

  • Represents a cancel order response from the API.
  • Represents a fill received from the API.
  • Represents parameters that are optional for List Fills API request.
  • Represents parameters that are optional for List Orders API request.
  • Represents a list of fills received from the API.
  • Represents a list of orders received from the API.
  • Represents an Order received from the API.
  • Provides access to the Order API for the service.
  • Represents a create order response from the API.
  • Order updates for a user from a websocket.

Enums