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.