Crate apca[][src]

Expand description

A create 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 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.