Package markets.alpaca.client
package markets.alpaca.client
Top-level entry points for the Alpaca Java client.
Use AlpacaClient for immutable, higher-level workflows and
AlpacaClientFactory when you need a preconfigured generated REST
client, WebSocket stream, or Broker Events SSE client directly. REST endpoint classes and models
are generated from the configured Alpaca OpenAPI specs under
markets.alpaca.client.openapi.*; this package contains handwritten SDK entry points and shared
value objects.
-
ClassDescriptionImmutable top-level facade for common Alpaca workflows.Builder for immutable
AlpacaClientinstances.Safe order workflows exposed byAlpacaClient.Safe stock-market-data workflows exposed byAlpacaClient.Entry point for creating pre-configured Alpaca API clients (REST and WebSocket).Alpaca API credentials (key ID + secret key).Selects between the Alpaca sandbox and production Broker REST API endpoints.Selects between the Alpaca paper and production Trading REST API endpoints.