[][src]Crate apca

A create for interacting with the Alpaca API.

Modules

api

A module comprising the functionality backing interactions with the API.

data

A module for retrieving market data.

event

A module providing access to lower level event streaming.

Structs

ApiInfo

An object encapsulating the information used for working with the Alpaca API.

Client

A Client is the entity used by clients of this module for interacting with the Alpaca API. It provides the highest-level primitives and also implements the Trader trait, which abstracts away the trading related functionality common among all supported services.

Enums

Error

The error type as used by this crate.