This repository has been archived by the owner on Jan 17, 2024. It is now read-only.
generated from pixel-foundry/swift-package
-
Notifications
You must be signed in to change notification settings - Fork 4
Home
hallee edited this page May 22, 2020
·
7 revisions
- AlpacaAPI
- AlpacaAPI.Path
- Alpaca.Key: API key for interacting with Alpaca’s trade API.
- Account: The Alpaca account API serves important information related to an account, including account status, funds available for trade, funds available for withdrawal, and various flags relevant to an account’s ability to trade.
- AccountStatus: Alpaca account status values.
- Currency
- AlpacaError
- Asset
- AssetStatus
- AssetClass
- Exchange
- Calendar
- Clock
- Order
- OrderStatus: See Alpaca’s docs for more details.
- OrderClass: See Alpaca’s docs for more details.
- OrderRequest
- TakeProfit: Additional parameters for take-profit leg of advanced orders.
- StopLoss: Additional parameters for stop-loss leg of advanced orders.
- OrderType
- OrderSide
- OrderCancellation
- TimeInForce
- Position
- PositionSide
- PositionLiquidation
-
Direction:
The order of responses. Defaults to
desc
. -
OrderStatusFilter:
Order status to be queried. Defaults to
open
. - Order.QueryParameters
- Asset.QueryParameters
- Calendar.QueryParameters
- Alpaca: Swift API client for Alpaca’s trade API. Contribute on GitHub.
- Alpaca.Version
- Alpaca.Mode
- Cancel
- Money: Money is a precise representation of a currency value.
- Quantity: Quantity is a type wrapper for integers that interfaces more cleanly with Alpaca’s API.
Generated at 2020-05-22T00:57:11+0000 using swift-doc 1.0.0-beta.3.
Types
- Account
- AccountStatus
- Alpaca
- Alpaca.Key
- Alpaca.Mode
- Alpaca.Version
- AlpacaAPI
- AlpacaAPI.Path
- AlpacaError
- Asset
- Asset.QueryParameters
- AssetClass
- AssetStatus
- Calendar
- Calendar.QueryParameters
- Cancel
- Clock
- Currency
- Direction
- Exchange
- Money
- Order
- Order.QueryParameters
- OrderCancellation
- OrderClass
- OrderRequest
- OrderSide
- OrderStatus
- OrderStatusFilter
- OrderType
- Position
- PositionLiquidation
- PositionSide
- Quantity
- StopLoss
- TakeProfit
- TimeInForce