# 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.
GetAggregates returns the bars for the given symbol, timespan and date-range.
GetAsset returns an asset for the given symbol with the default Alpaca client.
GetBars returns a channel that will be populated with the bars for the given symbol between the given start and end times, limited to the given limit, using the given and timeframe and adjustment.
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.
No description provided by the author
GetLastQuote returns the last quote for the given symbol.
GetLastTrade returns the last trade for the given symbol.
GetLatestTrade returns the latest quote for a given symbol.
GetLatestTrade returns the latest trade for a given symbol.
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.
GetQuotes returns a channel that will be populated with the quotes for the given symbol that happened between the given start and end times, limited to the given limit.
GetSnapshot returns the snapshot for a given symbol.
GetSnapshots returns the snapshots for a multiple symbols.
GetStream returns the singleton Alpaca stream structure.
GetSymbolBars returns a list of bars corresponding to the provided symbol that is filtered by the provided parameters with the default Alpaca client.
GetTrades returns a channel that will be populated with the trades for the given symbol that happened between the given start and end times, limited to the given limit.
ListAssets returns the list of assets, filtered by the input parameters with the default Alpaca client.
ListBars returns a map of bar lists corresponding to the provided symbol list that is filtered by the provided 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 client with specified credentials.
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.
No description provided by the author
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
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
No description provided by the author
No description provided by the author
No description provided by the author
# Variables
DefaultClient is the default Alpaca client using the environment variable set credentials.
# 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
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
No description provided by the author
Client is an Alpaca REST API client.
ClientMsg is the standard message sent by clients of the stream interface.
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
ServerMsg is the standard message sent by the server to update clients of the stream interface.
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
# 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