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
AccountStatus
hallee edited this page May 10, 2020
·
1 revision
Alpaca account status values.
public enum AccountStatus
Most likely, the account status is active
unless there is any problem.
The account status may get in accountUpdated
when personal information is being updated from the dashboard,
in which case you may not be allowed to trade for a short period of time until the change is approved.
Codable
, Hashable
, String
The account is onboarding.
case onboarding
The account application submission failed for some reason.
case submissionFailed
The account application has been submitted for review.
case submitted
The account information is being updated.
case accountUpdated
The final account approval is pending.
case approvalPending
The account is active for trading.
case active
The account application has been rejected.
case rejected
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