Package markets.alpaca.client
Class AlpacaClient.Orders
java.lang.Object
markets.alpaca.client.AlpacaClient.Orders
- Enclosing class:
- AlpacaClient
Safe order workflows exposed by
AlpacaClient.-
Method Summary
Modifier and TypeMethodDescriptionlist(ListOrdersRequest request) Lists orders through the Trading APIGET /v2/ordersendpoint.listWithHttpInfo(ListOrdersRequest request) Lists orders and returns the HTTP status code and headers alongside the deserialized orders.
-
Method Details
-
list
Lists orders through the Trading APIGET /v2/ordersendpoint.Use
ListOrdersRequestfor named parameters and validation around mutually exclusive pagination modes. For endpoint-specific response fields, see the Trading OpenAPI spec used by this build.- Throws:
ApiException
-
listWithHttpInfo
Lists orders and returns the HTTP status code and headers alongside the deserialized orders.- Throws:
ApiException
-