Package markets.alpaca.client.trading
package markets.alpaca.client.trading
Handwritten Trading API convenience facades.
Use these classes for common Trading workflows that benefit from named request objects and
SDK-level validation. For endpoints not covered here, create a generated Trading client with
AlpacaClientFactory.tradingClient(markets.alpaca.client.AlpacaCredentials)
and use the generated APIs under markets.alpaca.client.openapi.trading. Endpoint-level
details come from the configured Trading OpenAPI spec.
-
ClassDescriptionHandwritten convenience facade for common Trading API order workflows.Named parameters for the Trading API
GET /v2/ordersendpoint.Builder for immutableListOrdersRequestinstances.Sort direction for list-orders results.Order status filter accepted by the list-orders endpoint.