Crate apca

source ·
Expand description

A crate for interacting with the Alpaca API.

Modules

  • A module comprising the functionality backing interactions with the trading API.
  • A module for retrieving market data.

Structs

  • An error as reported by API endpoints.
  • An object encapsulating the information used for working with the Alpaca API.
  • A Client is the entity used by clients of this module for interacting with the Alpaca API.

Enums

  • The error type as used by this crate.
  • An error encountered while issuing a request.

Traits

  • A trait representing “something” that users can subscribe to to receive updates through a stream.