# Functions

CancelOrder submits a request to cancel an open order with the default Alpaca client.
GetAccount returns the user's account information using the default Alpaca client.
No description provided by the author
GetAccountConfigurations returns the account configs using the default Alpaca client.
GetAsset returns an asset for the given symbol with the default Alpaca client.
GetCalendar returns the market calendar, sliced by the start and end dates using the default Alpaca client.
GetClock returns the current market clock using the default Alpaca client.
GetOrder returns a single order for the given `orderID` using the default Alpaca client.
GetOrderByClientOrderID returns a single order for the given `clientOrderID` using the default Alpaca client.
No description provided by the author
GetPosition returns the account's position for the provided symbol using the default Alpaca client.
ListAssets returns the list of assets, filtered by the input parameters with the default Alpaca client.
ListOrders returns the list of orders for an account, filtered by the input parameters using the default Alpaca client.
ListPositions lists the account's open positions using the default Alpaca client.
NewClient creates a new Alpaca trading client using the given opts.
PlaceOrder submits an order request to buy or sell an asset with the default Alpaca client.
ReplaceOrder changes an order by order id using the default Alpaca client.
StreamTradeUpdates streams the trade updates of the account.
StreamTradeUpdatesInBackground streams the trade updates of the account.
UpdateAccountConfigurations changes the account configs and returns the new configs using the default Alpaca client.

# Constants

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Entry
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Variables

DefaultClient uses options from environment variables, or the defaults.

# Structs

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
APIError wraps the detailed code and message supplied by Alpaca's API for debugging purposes.
No description provided by the author
No description provided by the author
ClientOpts contains options for the alpaca client.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Interfaces

Client is the alpaca client.

# Type aliases

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author