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.