- get(AlpacaRequestBuilder, Type) - Method in class net.jacobpeterson.alpaca.rest.AlpacaRequest
-
Invokes a GET request and handles/returns the response object.
- getAccount() - Method in class net.jacobpeterson.alpaca.AlpacaAPI
-
Returns the
Account
associated with the API key.
- getAccountActivities(ZonedDateTime, ZonedDateTime, ZonedDateTime, SortDirection, Integer, String, ActivityType...) - Method in class net.jacobpeterson.alpaca.AlpacaAPI
-
Returns
AccountActivity
entries for many or for a specific type of activity.
- getAccountBlocked() - Method in class net.jacobpeterson.domain.alpaca.account.Account
-
If true, the account activity by user is prohibited.
- getAccountConfiguration() - Method in class net.jacobpeterson.alpaca.AlpacaAPI
-
- getAccountId() - Method in class net.jacobpeterson.domain.alpaca.watchlist.Watchlist
-
Account ID
- getAccountNumber() - Method in class net.jacobpeterson.domain.alpaca.account.Account
-
Account number.
- getAction() - Method in class net.jacobpeterson.domain.alpaca.streaming.authorization.AuthorizationData
-
The desired action.
- getActivityType() - Method in class net.jacobpeterson.domain.alpaca.accountactivities.NonTradeActivity
-
See https://docs.alpaca.markets/api-documentation/api-v2/account-activities/#activity-types for a list of possible values.
- getActivityType() - Method in class net.jacobpeterson.domain.alpaca.accountactivities.TradeActivity
-
FILL
- getAllDeclaredFields(Class<?>) - Static method in class net.jacobpeterson.util.reflection.ReflectionUtil
-
Gets all declared
Field
s in the inheritance tree.
- getAp() - Method in class net.jacobpeterson.domain.alpaca.marketdata.historical.quote.Quote
-
Ask price.
- getAPIName() - Method in interface net.jacobpeterson.abstracts.enums.APIName
-
Gets the API name.
- getAPIName() - Method in enum net.jacobpeterson.abstracts.enums.SortDirection
-
- getAPIName() - Method in enum net.jacobpeterson.alpaca.enums.account.AccountStatus
-
- getAPIName() - Method in enum net.jacobpeterson.alpaca.enums.activity.ActivityType
-
- getAPIName() - Method in enum net.jacobpeterson.alpaca.enums.asset.AssetStatus
-
- getAPIName() - Method in enum net.jacobpeterson.alpaca.enums.marketdata.BarsTimeFrame
-
- getAPIName() - Method in enum net.jacobpeterson.alpaca.enums.order.OrderClass
-
- getAPIName() - Method in enum net.jacobpeterson.alpaca.enums.order.OrderSide
-
- getAPIName() - Method in enum net.jacobpeterson.alpaca.enums.order.OrderStatus
-
- getAPIName() - Method in enum net.jacobpeterson.alpaca.enums.order.OrderTimeInForce
-
- getAPIName() - Method in enum net.jacobpeterson.alpaca.enums.order.OrderType
-
- getAPIName() - Method in enum net.jacobpeterson.alpaca.enums.portfolio.PortfolioPeriodUnit
-
- getAPIName() - Method in enum net.jacobpeterson.alpaca.enums.portfolio.PortfolioTimeFrame
-
- getAPIName() - Method in enum net.jacobpeterson.alpaca.websocket.broker.message.AlpacaStreamMessageType
-
- getAPIName() - Method in enum net.jacobpeterson.alpaca.websocket.marketdata.message.MarketDataMessageType
-
- getAPIResponseCode() - Method in exception net.jacobpeterson.abstracts.rest.exception.AbstractAPIRequestException
-
Gets API response code.
- getAPIResponseMessage() - Method in exception net.jacobpeterson.abstracts.rest.exception.AbstractAPIRequestException
-
Gets API response message.
- getAs() - Method in class net.jacobpeterson.domain.alpaca.marketdata.historical.quote.Quote
-
Ask size.
- getAskExchangeCode() - Method in class net.jacobpeterson.domain.alpaca.marketdata.realtime.quote.QuoteMessage
-
Ask exchange code
- getAskPrice() - Method in class net.jacobpeterson.domain.alpaca.marketdata.realtime.quote.QuoteMessage
-
Ask price
- getAskSize() - Method in class net.jacobpeterson.domain.alpaca.marketdata.realtime.quote.QuoteMessage
-
Ask size
- getAssetBySymbol(String) - Method in class net.jacobpeterson.alpaca.AlpacaAPI
-
Gets the asset by symbol or asset_id.
- getAssetClass() - Method in class net.jacobpeterson.domain.alpaca.order.Order
-
Asset class
- getAssetClass() - Method in class net.jacobpeterson.domain.alpaca.position.Position
-
Asset class name
- getAssetId() - Method in class net.jacobpeterson.domain.alpaca.order.Order
-
Asset ID
- getAssetId() - Method in class net.jacobpeterson.domain.alpaca.position.Position
-
Asset ID
- getAssets(AssetStatus, String) - Method in class net.jacobpeterson.alpaca.AlpacaAPI
-
Get a list of assets.
- getAssets() - Method in class net.jacobpeterson.domain.alpaca.watchlist.Watchlist
-
The content of this watchlist, in the order as registered by the client
- getAvgEntryPrice() - Method in class net.jacobpeterson.domain.alpaca.position.Position
-
Average entry price of the position
- getAx() - Method in class net.jacobpeterson.domain.alpaca.marketdata.historical.quote.Quote
-
Ask exchange.
- getBars(String, ZonedDateTime, ZonedDateTime, Integer, String, BarsTimeFrame) - Method in class net.jacobpeterson.alpaca.AlpacaAPI
-
Gets
Bar
aggregate historical data for the requested security.
- getBars() - Method in class net.jacobpeterson.domain.alpaca.marketdata.historical.bar.BarsResponse
-
Array of bars.
- getBars() - Method in class net.jacobpeterson.domain.alpaca.marketdata.realtime.control.SubscriptionsMessage
-
The list of subscribed bars.
- getBaseValue() - Method in class net.jacobpeterson.domain.alpaca.portfoliohistory.PortfolioHistory
-
Basis in dollar of the profit loss calculation
- getBidExchangeCode() - Method in class net.jacobpeterson.domain.alpaca.marketdata.realtime.quote.QuoteMessage
-
Bid exchange code
- getBidPrice() - Method in class net.jacobpeterson.domain.alpaca.marketdata.realtime.quote.QuoteMessage
-
Bid price
- getBidSize() - Method in class net.jacobpeterson.domain.alpaca.marketdata.realtime.quote.QuoteMessage
-
Bid size
- getBody() - Method in class net.jacobpeterson.domain.alpaca.position.ClosePositionOrder
-
The position-closing order
- getBp() - Method in class net.jacobpeterson.domain.alpaca.marketdata.historical.quote.Quote
-
Bid price.
- getBs() - Method in class net.jacobpeterson.domain.alpaca.marketdata.historical.quote.Quote
-
Bid size.
- getBuyingPower() - Method in class net.jacobpeterson.domain.alpaca.account.Account
-
Current available $ buying power; If multiplier = 4, this is your daytrade buying power which is calculated as (last_equity - (last) maintenance_margin) * 4; If multiplier = 2, buying_power = max(equity – initial_margin,0) * 2; If multiplier = 1, buying_power = cash
- getBx() - Method in class net.jacobpeterson.domain.alpaca.marketdata.historical.quote.Quote
-
Bid exchange.
- getC() - Method in class net.jacobpeterson.domain.alpaca.marketdata.historical.bar.Bar
-
Close price.
- getC() - Method in class net.jacobpeterson.domain.alpaca.marketdata.historical.quote.Quote
-
Quote conditions.
- getC() - Method in class net.jacobpeterson.domain.alpaca.marketdata.historical.trade.Trade
-
Trade conditions.
- getCalendar() - Method in class net.jacobpeterson.alpaca.AlpacaAPI
-
Returns the market
Calendar
from 1970 to 2029.
- getCalendar(LocalDate, LocalDate) - Method in class net.jacobpeterson.alpaca.AlpacaAPI
-
- getCanceledAt() - Method in class net.jacobpeterson.domain.alpaca.order.Order
-
Canceled at
- getCash() - Method in class net.jacobpeterson.domain.alpaca.account.Account
-
Cash balance
- getChangeToday() - Method in class net.jacobpeterson.domain.alpaca.position.Position
-
Percent change from last day price (by a factor of 1)
- getClass_() - Method in class net.jacobpeterson.domain.alpaca.asset.Asset
-
“us_equity”
- getClientOrderId() - Method in class net.jacobpeterson.domain.alpaca.order.Order
-
Client unique order ID
- getClock() - Method in class net.jacobpeterson.alpaca.AlpacaAPI
-
Returns the market
Clock
.
- getClose() - Method in class net.jacobpeterson.domain.alpaca.calendar.Calendar
-
The time the market closes at on this date in “%H:%M” format
- getClose() - Method in class net.jacobpeterson.domain.alpaca.marketdata.realtime.bar.BarMessage
-
Close price
- getCode() - Method in class net.jacobpeterson.domain.alpaca.marketdata.realtime.control.ErrorMessage
-
The error code.
- getConditions() - Method in class net.jacobpeterson.domain.alpaca.marketdata.realtime.quote.QuoteMessage
-
Quote conditions
- getConditions() - Method in class net.jacobpeterson.domain.alpaca.marketdata.realtime.trade.TradeMessage
-
Trade conditions
- getCostBasis() - Method in class net.jacobpeterson.domain.alpaca.position.Position
-
Total cost basis in dollar
- getCreatedAt() - Method in class net.jacobpeterson.domain.alpaca.account.Account
-
Timestamp this account was created at
- getCreatedAt() - Method in class net.jacobpeterson.domain.alpaca.order.Order
-
Created at
- getCreatedAt() - Method in class net.jacobpeterson.domain.alpaca.watchlist.Watchlist
-
Created at
- getCumQty() - Method in class net.jacobpeterson.domain.alpaca.accountactivities.TradeActivity
-
The cumulative quantity of shares involved in the execution.
- getCurrency() - Method in class net.jacobpeterson.domain.alpaca.account.Account
-
“USD”
- getCurrentPrice() - Method in class net.jacobpeterson.domain.alpaca.position.Position
-
Current asset price per share
- getData() - Method in class net.jacobpeterson.domain.alpaca.streaming.account.AccountUpdateMessage
-
- getData() - Method in class net.jacobpeterson.domain.alpaca.streaming.authorization.AuthorizationMessage
-
The data
- getData() - Method in class net.jacobpeterson.domain.alpaca.streaming.listening.ListeningMessage
-
The data
- getData() - Method in class net.jacobpeterson.domain.alpaca.streaming.trade.TradeUpdateMessage
-
- getDataStreams() - Method in interface net.jacobpeterson.alpaca.websocket.marketdata.listener.MarketDataListener
-
- getDataStreams() - Method in class net.jacobpeterson.alpaca.websocket.marketdata.listener.MarketDataListenerAdapter
-
- getDate() - Method in class net.jacobpeterson.domain.alpaca.accountactivities.NonTradeActivity
-
The date on which the activity occurred or on which the transaction associated with the activity settled.
- getDate() - Method in class net.jacobpeterson.domain.alpaca.calendar.Calendar
-
Date string in “%Y-%m-%d” format
- getDaytradeCount() - Method in class net.jacobpeterson.domain.alpaca.account.Account
-
The current number of daytrades that have been made in the last 5 trading days (inclusive of today)
- getDaytradingBuyingPower() - Method in class net.jacobpeterson.domain.alpaca.account.Account
-
Your buying power for day trades (continuously updated value)
- getDeclaredField(Class<?>, String) - Static method in class net.jacobpeterson.util.reflection.ReflectionUtil
-
Gets a
Field
s in the inheritance tree.
- getDescription() - Method in class net.jacobpeterson.domain.alpaca.accountactivities.NonTradeActivity
-
For Transaction records (TRANS,CSR,CSD) a description field is present (even if the docs don't mention it!
- getDtbpCheck() - Method in class net.jacobpeterson.domain.alpaca.accountconfiguration.AccountConfiguration
-
Both, entry, or exit.
- getEasyToBorrow() - Method in class net.jacobpeterson.domain.alpaca.asset.Asset
-
Asset is easy-to-borrow or not (filtering for easy_to_borrow = True is the best way to check whether the name is currently available to short at Alpaca).
- getEquity() - Method in class net.jacobpeterson.domain.alpaca.account.Account
-
Cash + long_market_value + short_market_value
- getEquity() - Method in class net.jacobpeterson.domain.alpaca.portfoliohistory.PortfolioHistory
-
Equity value of the account in dollar amount as of the end of each time window
- getEvent() - Method in class net.jacobpeterson.domain.alpaca.streaming.trade.TradeUpdate
-
The event type
- getExchange() - Method in class net.jacobpeterson.domain.alpaca.asset.Asset
-
AMEX, ARCA, BATS, NYSE, NASDAQ or NYSEARCA
- getExchange() - Method in class net.jacobpeterson.domain.alpaca.marketdata.realtime.trade.TradeMessage
-
Exchange code where the trade occurred
- getExchange() - Method in class net.jacobpeterson.domain.alpaca.position.Position
-
Exchange name of the asset
- getExpiredAt() - Method in class net.jacobpeterson.domain.alpaca.order.Order
-
Expired at
- getExtendedHours() - Method in class net.jacobpeterson.domain.alpaca.order.Order
-
If true, eligible for execution outside regular trading hours.
- getFailedAt() - Method in class net.jacobpeterson.domain.alpaca.order.Order
-
Failed at
- getFilledAt() - Method in class net.jacobpeterson.domain.alpaca.order.Order
-
Filled at
- getFilledAvgPrice() - Method in class net.jacobpeterson.domain.alpaca.order.Order
-
Filled average price
- getFilledQty() - Method in class net.jacobpeterson.domain.alpaca.order.Order
-
Filled quantity
- getFractionable() - Method in class net.jacobpeterson.domain.alpaca.asset.Asset
-
Asset is fractionable or not.
- getH() - Method in class net.jacobpeterson.domain.alpaca.marketdata.historical.bar.Bar
-
High price.
- getHigh() - Method in class net.jacobpeterson.domain.alpaca.marketdata.realtime.bar.BarMessage
-
High price
- getHwm() - Method in class net.jacobpeterson.domain.alpaca.order.Order
-
High Water Mark - The highest (lowest) market price seen since the trailing stop order was submitted.
- getI() - Method in class net.jacobpeterson.domain.alpaca.marketdata.historical.trade.Trade
-
Trade ID.
- getId() - Method in class net.jacobpeterson.domain.alpaca.account.Account
-
Account ID.
- getId() - Method in class net.jacobpeterson.domain.alpaca.accountactivities.NonTradeActivity
-
An ID for the activity, always in “::” format.
- getId() - Method in class net.jacobpeterson.domain.alpaca.accountactivities.TradeActivity
-
An id for the activity.
- getId() - Method in class net.jacobpeterson.domain.alpaca.asset.Asset
-
Asset ID.
- getId() - Method in class net.jacobpeterson.domain.alpaca.order.CancelledOrder
-
Order ID
- getId() - Method in class net.jacobpeterson.domain.alpaca.order.Order
-
Order ID
- getId() - Method in class net.jacobpeterson.domain.alpaca.watchlist.Watchlist
-
Watchlist ID
- getInitialMargin() - Method in class net.jacobpeterson.domain.alpaca.account.Account
-
Reg T initial margin requirement (continuously updated value)
- getIsOpen() - Method in class net.jacobpeterson.domain.alpaca.clock.Clock
-
Whether or not the market is open
- getL() - Method in class net.jacobpeterson.domain.alpaca.marketdata.historical.bar.Bar
-
Low price.
- getLastdayPrice() - Method in class net.jacobpeterson.domain.alpaca.position.Position
-
Last day’s asset price per share based on the closing value of the last trading day
- getLastEquity() - Method in class net.jacobpeterson.domain.alpaca.account.Account
-
Equity as of previous trading day at 16:00:00 ET
- getLastMaintenanceMargin() - Method in class net.jacobpeterson.domain.alpaca.account.Account
-
Your maintenance margin requirement on the previous trading day
- getLeavesQty() - Method in class net.jacobpeterson.domain.alpaca.accountactivities.TradeActivity
-
For partially_filled orders, the quantity of shares that are left to be filled.
- getLegs() - Method in class net.jacobpeterson.domain.alpaca.order.Order
-
When querying non-simple order_class orders in a nested style, an array of Order entities associated with this order.
- getLimitPrice() - Method in class net.jacobpeterson.domain.alpaca.order.Order
-
Limit price
- getLongMarketValue() - Method in class net.jacobpeterson.domain.alpaca.account.Account
-
Real-time MtM value of all long positions held in the account
- getLow() - Method in class net.jacobpeterson.domain.alpaca.marketdata.realtime.bar.BarMessage
-
Low price
- getMaintenanceMargin() - Method in class net.jacobpeterson.domain.alpaca.account.Account
-
Maintenance margin requirement (continuously updated value)
- getMarginable() - Method in class net.jacobpeterson.domain.alpaca.asset.Asset
-
Asset is marginable or not.
- getMarketValue() - Method in class net.jacobpeterson.domain.alpaca.position.Position
-
Total dollar amount of the position
- getMessage() - Method in exception net.jacobpeterson.abstracts.rest.exception.AbstractAPIRequestException
-
- getMessage() - Method in class net.jacobpeterson.domain.alpaca.marketdata.realtime.control.ErrorMessage
-
The error message.
- getMessage() - Method in class net.jacobpeterson.domain.alpaca.marketdata.realtime.control.SuccessMessage
-
The success message.
- getMessageType() - Method in class net.jacobpeterson.domain.alpaca.marketdata.realtime.MarketDataMessage
-
The message type.
- getMultiplier() - Method in class net.jacobpeterson.domain.alpaca.account.Account
-
Buying power multiplier that represents account margin classification; valid values 1 (standard limited margin account with 1x buying power), 2 (reg T margin account with 2x intraday and overnight buying power; this is the default for all non-PDT accounts with $2,000 or more equity), 4 (PDT account with 4x intraday buying power and 2x reg T overnight buying power)
- getName() - Method in class net.jacobpeterson.domain.alpaca.asset.Asset
-
The official name of the asset
- getName() - Method in class net.jacobpeterson.domain.alpaca.watchlist.Watchlist
-
User-defined watchlist name (up to 64 characters)
- getNetAmount() - Method in class net.jacobpeterson.domain.alpaca.accountactivities.NonTradeActivity
-
The net amount of money (positive or negative) associated with the activity.
- getNextClose() - Method in class net.jacobpeterson.domain.alpaca.clock.Clock
-
Next market close timestamp
- getNextOpen() - Method in class net.jacobpeterson.domain.alpaca.clock.Clock
-
Next market open timestamp
- getNextPageToken() - Method in class net.jacobpeterson.domain.alpaca.marketdata.historical.bar.BarsResponse
-
Token that can be used to query the next page.
- getNextPageToken() - Method in class net.jacobpeterson.domain.alpaca.marketdata.historical.quote.QuotesResponse
-
Token that can be used to query the next page.
- getNextPageToken() - Method in class net.jacobpeterson.domain.alpaca.marketdata.historical.trade.TradesResponse
-
Token that can be used to query the next page.
- getNoShorting() - Method in class net.jacobpeterson.domain.alpaca.accountconfiguration.AccountConfiguration
-
If true, account becomes long-only mode.
- getNotional() - Method in class net.jacobpeterson.domain.alpaca.order.Order
-
Ordered notional amount.
- getO() - Method in class net.jacobpeterson.domain.alpaca.marketdata.historical.bar.Bar
-
Open price.
- getOpen() - Method in class net.jacobpeterson.domain.alpaca.calendar.Calendar
-
The time the market opens at on this date in “%H:%M” format
- getOpen() - Method in class net.jacobpeterson.domain.alpaca.marketdata.realtime.bar.BarMessage
-
Open price
- getOpenPositionBySymbol(String) - Method in class net.jacobpeterson.alpaca.AlpacaAPI
-
Gets the open position by symbol.
- getOpenPositions() - Method in class net.jacobpeterson.alpaca.AlpacaAPI
-
Gets the open positions.
- getOrder(String, Boolean) - Method in class net.jacobpeterson.alpaca.AlpacaAPI
-
Retrieves a single order for the given order_id.
- getOrder() - Method in class net.jacobpeterson.domain.alpaca.order.CancelledOrder
-
The cancelled order
- getOrder() - Method in class net.jacobpeterson.domain.alpaca.streaming.trade.TradeUpdate
-
The Order
- getOrderByClientID(String) - Method in class net.jacobpeterson.alpaca.AlpacaAPI
-
Retrieves a single order for the given client_order_id.
- getOrderClass() - Method in class net.jacobpeterson.domain.alpaca.order.Order
-
simple, bracket, oco or oto.
- getOrderId() - Method in class net.jacobpeterson.domain.alpaca.accountactivities.TradeActivity
-
The id for the order that filled.
- getOrders(OrderStatus, Integer, ZonedDateTime, ZonedDateTime, SortDirection, Boolean, List<String>) - Method in class net.jacobpeterson.alpaca.AlpacaAPI
-
Retrieves a list of orders for the account, filtered by the supplied query parameters.
- getOrderType() - Method in class net.jacobpeterson.domain.alpaca.order.Order
-
(Deprecated with just type field below.)
- getP() - Method in class net.jacobpeterson.domain.alpaca.marketdata.historical.trade.Trade
-
Trade price.
- getPatternDayTrader() - Method in class net.jacobpeterson.domain.alpaca.account.Account
-
Whether or not the account has been flagged as a pattern day trader
- getPerShareAmount() - Method in class net.jacobpeterson.domain.alpaca.accountactivities.NonTradeActivity
-
For dividend activities, the average amount paid per share.
- getPortfolioHistory(Integer, PortfolioPeriodUnit, PortfolioTimeFrame, LocalDate, Boolean) - Method in class net.jacobpeterson.alpaca.AlpacaAPI
-
Returns timeseries data about equity and profit/loss (P/L) of the account in requested timespan.
- getPortfolioValue() - Method in class net.jacobpeterson.domain.alpaca.account.Account
-
Total value of cash + holding positions (This field is deprecated.
- getPositionQty() - Method in class net.jacobpeterson.domain.alpaca.streaming.trade.TradeUpdate
-
The position quantity
- getPrice() - Method in class net.jacobpeterson.domain.alpaca.accountactivities.TradeActivity
-
The per-share price that the trade was executed at.
- getPrice() - Method in class net.jacobpeterson.domain.alpaca.marketdata.realtime.trade.TradeMessage
-
Trade price
- getPrice() - Method in class net.jacobpeterson.domain.alpaca.streaming.trade.TradeUpdate
-
The Price
- getProfitLoss() - Method in class net.jacobpeterson.domain.alpaca.portfoliohistory.PortfolioHistory
-
Profit/loss in dollar from the base value
- getProfitLossPct() - Method in class net.jacobpeterson.domain.alpaca.portfoliohistory.PortfolioHistory
-
Profit/loss in percentage from the base value
- getProperty(String, String) - Static method in class net.jacobpeterson.util.properties.PropertyUtil
-
Gets a string property from a property file.
- getProperty(String, String, String) - Static method in class net.jacobpeterson.util.properties.PropertyUtil
-
Gets a string property from a property file.
- getProperty(String, String, String, String) - Static method in class net.jacobpeterson.util.properties.PropertyUtil
-
Gets a string property from a property file.
- getPropertyName() - Method in enum net.jacobpeterson.alpaca.enums.api.DataAPIType
-
Gets property name.
- getPropertyName() - Method in enum net.jacobpeterson.alpaca.enums.api.EndpointAPIType
-
Gets property name.
- getQty() - Method in class net.jacobpeterson.domain.alpaca.accountactivities.NonTradeActivity
-
For dividend activities, the number of shares that contributed to the payment.
- getQty() - Method in class net.jacobpeterson.domain.alpaca.accountactivities.TradeActivity
-
The number of shares involved in the trade execution.
- getQty() - Method in class net.jacobpeterson.domain.alpaca.order.Order
-
Ordered quantity.
- getQty() - Method in class net.jacobpeterson.domain.alpaca.position.Position
-
The number of shares
- getQuotes(String, ZonedDateTime, ZonedDateTime, Integer, String) - Method in class net.jacobpeterson.alpaca.AlpacaAPI
-
Gets
Quote
(NBBO or National Best Bid and Offer) historical data for the requested security.
- getQuotes() - Method in class net.jacobpeterson.domain.alpaca.marketdata.historical.quote.QuotesResponse
-
Array of quotes.
- getQuotes() - Method in class net.jacobpeterson.domain.alpaca.marketdata.realtime.control.SubscriptionsMessage
-
The list of subscribed quotes.
- getRegisteredMessageTypes() - Method in class net.jacobpeterson.alpaca.websocket.broker.client.AlpacaWebsocketClient
-
- getRegtBuyingPower() - Method in class net.jacobpeterson.domain.alpaca.account.Account
-
Your buying power under Regulation T (your excess equity - equity minus margin value - times your margin multiplier)
- getReplacedAt() - Method in class net.jacobpeterson.domain.alpaca.order.Order
-
Replaced at
- getReplacedBy() - Method in class net.jacobpeterson.domain.alpaca.order.Order
-
The order ID that this order was replaced by
- getReplaces() - Method in class net.jacobpeterson.domain.alpaca.order.Order
-
The order ID that this order replaces
- getRequestStatusCode() - Method in exception net.jacobpeterson.abstracts.rest.exception.AbstractAPIRequestException
-
Gets request status code.
- getRequestStatusText() - Method in exception net.jacobpeterson.abstracts.rest.exception.AbstractAPIRequestException
-
Gets request status text.
- getResponseJSON(HttpResponse<InputStream>) - Method in class net.jacobpeterson.abstracts.rest.AbstractRequest
-
Gets a
JsonElement
with
GsonUtil.GSON
given
HttpResponse.getRawBody()
JSON.
- getResponseObject(HttpResponse<InputStream>, Type) - Method in class net.jacobpeterson.abstracts.rest.AbstractRequest
-
Gets a parsed Object with
GsonUtil.GSON
given
HttpResponse.getRawBody()
JSON.
- getS() - Method in class net.jacobpeterson.domain.alpaca.marketdata.historical.trade.Trade
-
Trade size.
- getShortable() - Method in class net.jacobpeterson.domain.alpaca.asset.Asset
-
Asset is shortable or not.
- getShortingEnabled() - Method in class net.jacobpeterson.domain.alpaca.account.Account
-
Flag to denote whether or not the account is permitted to short
- getShortMarketValue() - Method in class net.jacobpeterson.domain.alpaca.account.Account
-
Real-time MtM value of all short positions held in the account
- getSide() - Method in class net.jacobpeterson.domain.alpaca.accountactivities.TradeActivity
-
Buy or sell
- getSide() - Method in class net.jacobpeterson.domain.alpaca.order.Order
-
Valid values: buy, sell
- getSide() - Method in class net.jacobpeterson.domain.alpaca.position.Position
-
“long”
- getSize() - Method in class net.jacobpeterson.domain.alpaca.marketdata.realtime.trade.TradeMessage
-
Trade size
- getSma() - Method in class net.jacobpeterson.domain.alpaca.account.Account
-
Value of special memorandum account (will be used at a later date to provide additional buying_power)
- getStatus() - Method in class net.jacobpeterson.domain.alpaca.account.Account
-
See Account Status
- getStatus() - Method in class net.jacobpeterson.domain.alpaca.accountactivities.NonTradeActivity
-
The status.
- getStatus() - Method in class net.jacobpeterson.domain.alpaca.asset.Asset
-
active or inactive
- getStatus() - Method in class net.jacobpeterson.domain.alpaca.order.CancelledOrder
-
The HTTP status code of the cancel status
- getStatus() - Method in class net.jacobpeterson.domain.alpaca.order.Order
-
See Orders page
- getStatus() - Method in class net.jacobpeterson.domain.alpaca.position.ClosePositionOrder
-
The HTTP status code of the position-closing order status
- getStatus() - Method in class net.jacobpeterson.domain.alpaca.streaming.authorization.AuthorizationData
-
The status.
- getStopPrice() - Method in class net.jacobpeterson.domain.alpaca.order.Order
-
Stop price
- getStream() - Method in class net.jacobpeterson.domain.alpaca.streaming.AlpacaStreamMessage
-
The stream type
- getStreamMessageTypes() - Method in interface net.jacobpeterson.alpaca.websocket.broker.listener.AlpacaStreamListener
-
- getStreamMessageTypes() - Method in class net.jacobpeterson.alpaca.websocket.broker.listener.AlpacaStreamListenerAdapter
-
- getStreams() - Method in class net.jacobpeterson.domain.alpaca.streaming.listening.ListeningData
-
- getSubmittedAt() - Method in class net.jacobpeterson.domain.alpaca.order.Order
-
Submitted at
- getSuspendTrade() - Method in class net.jacobpeterson.domain.alpaca.accountconfiguration.AccountConfiguration
-
If true, new orders are blocked.
- getSymbol() - Method in class net.jacobpeterson.domain.alpaca.accountactivities.NonTradeActivity
-
The symbol of the security involved with the activity.
- getSymbol() - Method in class net.jacobpeterson.domain.alpaca.accountactivities.TradeActivity
-
The symbol of the security being traded.
- getSymbol() - Method in class net.jacobpeterson.domain.alpaca.asset.Asset
-
symbol
- getSymbol() - Method in class net.jacobpeterson.domain.alpaca.marketdata.historical.bar.BarsResponse
-
Symbol that was queried.
- getSymbol() - Method in class net.jacobpeterson.domain.alpaca.marketdata.historical.quote.QuotesResponse
-
Symbol that was queried.
- getSymbol() - Method in class net.jacobpeterson.domain.alpaca.marketdata.historical.trade.TradesResponse
-
Symbol that was queried.
- getSymbol() - Method in class net.jacobpeterson.domain.alpaca.marketdata.realtime.SymbolMessage
-
Symbol
- getSymbol() - Method in class net.jacobpeterson.domain.alpaca.order.Order
-
Asset symbol
- getSymbol() - Method in class net.jacobpeterson.domain.alpaca.position.ClosePositionOrder
-
The symbol
- getSymbol() - Method in class net.jacobpeterson.domain.alpaca.position.Position
-
Symbol name of the asset
- getT() - Method in class net.jacobpeterson.domain.alpaca.marketdata.historical.bar.Bar
-
Timestamp with nanosecond precision.
- getT() - Method in class net.jacobpeterson.domain.alpaca.marketdata.historical.quote.Quote
-
Timestamp with nanosecond precision.
- getT() - Method in class net.jacobpeterson.domain.alpaca.marketdata.historical.trade.Trade
-
Timestamp with nanosecond precision.
- getTape() - Method in class net.jacobpeterson.domain.alpaca.marketdata.realtime.quote.QuoteMessage
-
Tape
- getTape() - Method in class net.jacobpeterson.domain.alpaca.marketdata.realtime.trade.TradeMessage
-
Tape
- getTimeframe() - Method in class net.jacobpeterson.domain.alpaca.portfoliohistory.PortfolioHistory
-
Time window size of each data element
- getTimeInForce() - Method in class net.jacobpeterson.domain.alpaca.order.Order
-
See Orders page
- getTimestamp() - Method in class net.jacobpeterson.domain.alpaca.clock.Clock
-
Current timestamp
- getTimestamp() - Method in class net.jacobpeterson.domain.alpaca.marketdata.realtime.bar.BarMessage
-
Timestamp
- getTimestamp() - Method in class net.jacobpeterson.domain.alpaca.marketdata.realtime.quote.QuoteMessage
-
Timestamp with nanosecond precision
- getTimestamp() - Method in class net.jacobpeterson.domain.alpaca.marketdata.realtime.trade.TradeMessage
-
Timestamp with nanosecond precision
- getTimestamp() - Method in class net.jacobpeterson.domain.alpaca.portfoliohistory.PortfolioHistory
-
Time of each data element, left-labeled (the beginning of time window)
- getTimestamp() - Method in class net.jacobpeterson.domain.alpaca.streaming.trade.TradeUpdate
-
The timestamp
- getTradable() - Method in class net.jacobpeterson.domain.alpaca.asset.Asset
-
Asset is tradable on Alpaca or not.
- getTradeConfirmEmail() - Method in class net.jacobpeterson.domain.alpaca.accountconfiguration.AccountConfiguration
-
all or none.
- getTradeID() - Method in class net.jacobpeterson.domain.alpaca.marketdata.realtime.trade.TradeMessage
-
Trade ID
- getTrades(String, ZonedDateTime, ZonedDateTime, Integer, String) - Method in class net.jacobpeterson.alpaca.AlpacaAPI
-
Gets
Trade
historical data for the requested security.
- getTrades() - Method in class net.jacobpeterson.domain.alpaca.marketdata.historical.trade.TradesResponse
-
Array of trades.
- getTrades() - Method in class net.jacobpeterson.domain.alpaca.marketdata.realtime.control.SubscriptionsMessage
-
The list of subscribed trades.
- getTradeSuspendedByUser() - Method in class net.jacobpeterson.domain.alpaca.account.Account
-
User setting.
- getTradingBlocked() - Method in class net.jacobpeterson.domain.alpaca.account.Account
-
If true, the account is not allowed to place orders.
- getTrailPercent() - Method in class net.jacobpeterson.domain.alpaca.order.Order
-
The percent value away from the high water mark for trailing stop orders.
- getTrailPrice() - Method in class net.jacobpeterson.domain.alpaca.order.Order
-
The dollar value away from the high water mark for trailing stop orders.
- getTransactionTime() - Method in class net.jacobpeterson.domain.alpaca.accountactivities.TradeActivity
-
The time at which the execution occurred.
- getTransfersBlocked() - Method in class net.jacobpeterson.domain.alpaca.account.Account
-
If true, the account is not allowed to request money transfers.
- getType() - Method in class net.jacobpeterson.domain.alpaca.accountactivities.TradeActivity
-
fill or partial_fill
- getType() - Method in class net.jacobpeterson.domain.alpaca.order.Order
-
Valid values: market, limit, stop, stop_limit, trailing_stop
- getUnrealizedIntradayPl() - Method in class net.jacobpeterson.domain.alpaca.position.Position
-
Unrealized profit/loss in dollars for the day
- getUnrealizedIntradayPlpc() - Method in class net.jacobpeterson.domain.alpaca.position.Position
-
Unrealized profit/loss percent (by a factor of 1)
- getUnrealizedPl() - Method in class net.jacobpeterson.domain.alpaca.position.Position
-
Unrealized profit/loss in dollars
- getUnrealizedPlpc() - Method in class net.jacobpeterson.domain.alpaca.position.Position
-
Unrealized profit/loss percent (by a factor of 1)
- getUpdatedAt() - Method in class net.jacobpeterson.domain.alpaca.order.Order
-
Updated at
- getUpdatedAt() - Method in class net.jacobpeterson.domain.alpaca.watchlist.Watchlist
-
Updated at
- getURL() - Method in enum net.jacobpeterson.alpaca.enums.api.DataAPIType
-
Gets URL.
- getURL() - Method in enum net.jacobpeterson.alpaca.enums.api.EndpointAPIType
-
Gets URL.
- getUserSession() - Method in class net.jacobpeterson.abstracts.websocket.client.AbstractWebsocketClientEndpoint
-
Gets user Session
.
- getV() - Method in class net.jacobpeterson.domain.alpaca.marketdata.historical.bar.Bar
-
Volume.
- getVolume() - Method in class net.jacobpeterson.domain.alpaca.marketdata.realtime.bar.BarMessage
-
Volume
- getWatchlist(String) - Method in class net.jacobpeterson.alpaca.AlpacaAPI
-
Returns a watchlist identified by the ID.
- getWatchlists() - Method in class net.jacobpeterson.alpaca.AlpacaAPI
-
Returns the list of watchlists registered under the account.
- getX() - Method in class net.jacobpeterson.domain.alpaca.marketdata.historical.trade.Trade
-
Exchange where the trade happened.
- getZ() - Method in class net.jacobpeterson.domain.alpaca.marketdata.historical.trade.Trade
-
Tape.
- GSON - Static variable in class net.jacobpeterson.util.gson.GsonUtil
-
- GsonUtil - Class in net.jacobpeterson.util.gson
-
GsonUtil
contains utility methods relating to
Gson
.
- GsonUtil() - Constructor for class net.jacobpeterson.util.gson.GsonUtil
-
- SECRET_VALUE - Static variable in class net.jacobpeterson.alpaca.properties.AlpacaProperties
-
- sendAuthenticationMessage() - Method in interface net.jacobpeterson.abstracts.websocket.client.WebsocketClient
-
Sends the authentication message.
- sendAuthenticationMessage() - Method in class net.jacobpeterson.alpaca.websocket.broker.client.AlpacaWebsocketClient
-
- sendAuthenticationMessage() - Method in class net.jacobpeterson.alpaca.websocket.marketdata.client.MarketDataWebsocketClient
-
- sendMessage(String) - Method in class net.jacobpeterson.abstracts.websocket.client.AbstractWebsocketClientEndpoint
-
Sends a message through the Websocket.
- sendStreamMessageToListeners(T, M) - Method in interface net.jacobpeterson.abstracts.websocket.client.WebsocketClient
-
- sendStreamMessageToListeners(AlpacaStreamMessageType, AlpacaStreamMessage) - Method in class net.jacobpeterson.alpaca.websocket.broker.client.AlpacaWebsocketClient
-
- sendStreamMessageToListeners(MarketDataMessageType, MarketDataMessage) - Method in class net.jacobpeterson.alpaca.websocket.marketdata.client.MarketDataWebsocketClient
-
- serialize(LocalDate, Type, JsonSerializationContext) - Method in class net.jacobpeterson.util.gson.LocalDateAdapter
-
- serialize(ZonedDateTime, Type, JsonSerializationContext) - Method in class net.jacobpeterson.util.gson.ZonedDateTimeAdapter
-
- setAccountBlocked(Boolean) - Method in class net.jacobpeterson.domain.alpaca.account.Account
-
If true, the account activity by user is prohibited.
- setAccountConfiguration(AccountConfiguration) - Method in class net.jacobpeterson.alpaca.AlpacaAPI
-
- setAccountId(String) - Method in class net.jacobpeterson.domain.alpaca.watchlist.Watchlist
-
Account ID
- setAccountNumber(String) - Method in class net.jacobpeterson.domain.alpaca.account.Account
-
Account number.
- setAction(String) - Method in class net.jacobpeterson.domain.alpaca.streaming.authorization.AuthorizationData
-
The desired action.
- setActivityType(String) - Method in class net.jacobpeterson.domain.alpaca.accountactivities.NonTradeActivity
-
See https://docs.alpaca.markets/api-documentation/api-v2/account-activities/#activity-types for a list of possible values.
- setActivityType(String) - Method in class net.jacobpeterson.domain.alpaca.accountactivities.TradeActivity
-
FILL
- setAp(Double) - Method in class net.jacobpeterson.domain.alpaca.marketdata.historical.quote.Quote
-
Ask price.
- setAs(Integer) - Method in class net.jacobpeterson.domain.alpaca.marketdata.historical.quote.Quote
-
Ask size.
- setAskExchangeCode(String) - Method in class net.jacobpeterson.domain.alpaca.marketdata.realtime.quote.QuoteMessage
-
Ask exchange code
- setAskPrice(Double) - Method in class net.jacobpeterson.domain.alpaca.marketdata.realtime.quote.QuoteMessage
-
Ask price
- setAskSize(Integer) - Method in class net.jacobpeterson.domain.alpaca.marketdata.realtime.quote.QuoteMessage
-
Ask size
- setAssetClass(String) - Method in class net.jacobpeterson.domain.alpaca.order.Order
-
Asset class
- setAssetClass(String) - Method in class net.jacobpeterson.domain.alpaca.position.Position
-
Asset class name
- setAssetId(String) - Method in class net.jacobpeterson.domain.alpaca.order.Order
-
Asset ID
- setAssetId(String) - Method in class net.jacobpeterson.domain.alpaca.position.Position
-
Asset ID
- setAssets(ArrayList<Asset>) - Method in class net.jacobpeterson.domain.alpaca.watchlist.Watchlist
-
The content of this watchlist, in the order as registered by the client
- setAutomaticallyReconnect(boolean) - Method in class net.jacobpeterson.abstracts.websocket.client.AbstractWebsocketClientEndpoint
-
Sets the Websocket to automatically reconnected except when CloseReason
is CloseReason.CloseCodes.NORMAL_CLOSURE
.
- setAvgEntryPrice(String) - Method in class net.jacobpeterson.domain.alpaca.position.Position
-
Average entry price of the position
- setAx(String) - Method in class net.jacobpeterson.domain.alpaca.marketdata.historical.quote.Quote
-
Ask exchange.
- setBars(ArrayList<Bar>) - Method in class net.jacobpeterson.domain.alpaca.marketdata.historical.bar.BarsResponse
-
Array of bars.
- setBars(ArrayList<String>) - Method in class net.jacobpeterson.domain.alpaca.marketdata.realtime.control.SubscriptionsMessage
-
The list of subscribed bars.
- setBaseValue(Double) - Method in class net.jacobpeterson.domain.alpaca.portfoliohistory.PortfolioHistory
-
Basis in dollar of the profit loss calculation
- setBidExchangeCode(String) - Method in class net.jacobpeterson.domain.alpaca.marketdata.realtime.quote.QuoteMessage
-
Bid exchange code
- setBidPrice(Double) - Method in class net.jacobpeterson.domain.alpaca.marketdata.realtime.quote.QuoteMessage
-
Bid price
- setBidSize(Integer) - Method in class net.jacobpeterson.domain.alpaca.marketdata.realtime.quote.QuoteMessage
-
Bid size
- setBody(Order) - Method in class net.jacobpeterson.domain.alpaca.position.ClosePositionOrder
-
The position-closing order
- setBp(Double) - Method in class net.jacobpeterson.domain.alpaca.marketdata.historical.quote.Quote
-
Bid price.
- setBs(Integer) - Method in class net.jacobpeterson.domain.alpaca.marketdata.historical.quote.Quote
-
Bid size.
- setBuyingPower(String) - Method in class net.jacobpeterson.domain.alpaca.account.Account
-
Current available $ buying power; If multiplier = 4, this is your daytrade buying power which is calculated as (last_equity - (last) maintenance_margin) * 4; If multiplier = 2, buying_power = max(equity – initial_margin,0) * 2; If multiplier = 1, buying_power = cash
- setBx(String) - Method in class net.jacobpeterson.domain.alpaca.marketdata.historical.quote.Quote
-
Bid exchange.
- setC(Double) - Method in class net.jacobpeterson.domain.alpaca.marketdata.historical.bar.Bar
-
Close price.
- setC(ArrayList<String>) - Method in class net.jacobpeterson.domain.alpaca.marketdata.historical.quote.Quote
-
Quote conditions.
- setC(ArrayList<String>) - Method in class net.jacobpeterson.domain.alpaca.marketdata.historical.trade.Trade
-
Trade conditions.
- setCanceledAt(ZonedDateTime) - Method in class net.jacobpeterson.domain.alpaca.order.Order
-
Canceled at
- setCash(String) - Method in class net.jacobpeterson.domain.alpaca.account.Account
-
Cash balance
- setChangeToday(String) - Method in class net.jacobpeterson.domain.alpaca.position.Position
-
Percent change from last day price (by a factor of 1)
- setClass_(String) - Method in class net.jacobpeterson.domain.alpaca.asset.Asset
-
“us_equity”
- setClientOrderId(String) - Method in class net.jacobpeterson.domain.alpaca.order.Order
-
Client unique order ID
- setClose(String) - Method in class net.jacobpeterson.domain.alpaca.calendar.Calendar
-
The time the market closes at on this date in “%H:%M” format
- setClose(Double) - Method in class net.jacobpeterson.domain.alpaca.marketdata.realtime.bar.BarMessage
-
Close price
- setCode(Integer) - Method in class net.jacobpeterson.domain.alpaca.marketdata.realtime.control.ErrorMessage
-
The error code.
- setConditions(ArrayList<String>) - Method in class net.jacobpeterson.domain.alpaca.marketdata.realtime.quote.QuoteMessage
-
Quote conditions
- setConditions(ArrayList<String>) - Method in class net.jacobpeterson.domain.alpaca.marketdata.realtime.trade.TradeMessage
-
Trade conditions
- setCostBasis(String) - Method in class net.jacobpeterson.domain.alpaca.position.Position
-
Total cost basis in dollar
- setCreatedAt(ZonedDateTime) - Method in class net.jacobpeterson.domain.alpaca.account.Account
-
Timestamp this account was created at
- setCreatedAt(ZonedDateTime) - Method in class net.jacobpeterson.domain.alpaca.order.Order
-
Created at
- setCreatedAt(String) - Method in class net.jacobpeterson.domain.alpaca.watchlist.Watchlist
-
Created at
- setCumQty(String) - Method in class net.jacobpeterson.domain.alpaca.accountactivities.TradeActivity
-
The cumulative quantity of shares involved in the execution.
- setCurrency(String) - Method in class net.jacobpeterson.domain.alpaca.account.Account
-
“USD”
- setCurrentPrice(String) - Method in class net.jacobpeterson.domain.alpaca.position.Position
-
Current asset price per share
- setCustomBody(String) - Method in class net.jacobpeterson.abstracts.rest.AbstractRequestBuilder
-
- setData(AccountUpdate) - Method in class net.jacobpeterson.domain.alpaca.streaming.account.AccountUpdateMessage
-
- setData(AuthorizationData) - Method in class net.jacobpeterson.domain.alpaca.streaming.authorization.AuthorizationMessage
-
The data
- setData(ListeningData) - Method in class net.jacobpeterson.domain.alpaca.streaming.listening.ListeningMessage
-
The data
- setData(TradeUpdate) - Method in class net.jacobpeterson.domain.alpaca.streaming.trade.TradeUpdateMessage
-
- setDate(String) - Method in class net.jacobpeterson.domain.alpaca.accountactivities.NonTradeActivity
-
The date on which the activity occurred or on which the transaction associated with the activity settled.
- setDate(String) - Method in class net.jacobpeterson.domain.alpaca.calendar.Calendar
-
Date string in “%Y-%m-%d” format
- setDaytradeCount(Integer) - Method in class net.jacobpeterson.domain.alpaca.account.Account
-
The current number of daytrades that have been made in the last 5 trading days (inclusive of today)
- setDaytradingBuyingPower(String) - Method in class net.jacobpeterson.domain.alpaca.account.Account
-
Your buying power for day trades (continuously updated value)
- setDescription(String) - Method in class net.jacobpeterson.domain.alpaca.accountactivities.NonTradeActivity
-
For Transaction records (TRANS,CSR,CSD) a description field is present (even if the docs don't mention it!
- setDtbpCheck(String) - Method in class net.jacobpeterson.domain.alpaca.accountconfiguration.AccountConfiguration
-
Both, entry, or exit.
- setEasyToBorrow(Boolean) - Method in class net.jacobpeterson.domain.alpaca.asset.Asset
-
Asset is easy-to-borrow or not (filtering for easy_to_borrow = True is the best way to check whether the name is currently available to short at Alpaca).
- setEquity(String) - Method in class net.jacobpeterson.domain.alpaca.account.Account
-
Cash + long_market_value + short_market_value
- setEquity(ArrayList<Double>) - Method in class net.jacobpeterson.domain.alpaca.portfoliohistory.PortfolioHistory
-
Equity value of the account in dollar amount as of the end of each time window
- setEvent(String) - Method in class net.jacobpeterson.domain.alpaca.streaming.trade.TradeUpdate
-
The event type
- setExchange(String) - Method in class net.jacobpeterson.domain.alpaca.asset.Asset
-
AMEX, ARCA, BATS, NYSE, NASDAQ or NYSEARCA
- setExchange(String) - Method in class net.jacobpeterson.domain.alpaca.marketdata.realtime.trade.TradeMessage
-
Exchange code where the trade occurred
- setExchange(String) - Method in class net.jacobpeterson.domain.alpaca.position.Position
-
Exchange name of the asset
- setExpiredAt(ZonedDateTime) - Method in class net.jacobpeterson.domain.alpaca.order.Order
-
Expired at
- setExtendedHours(Boolean) - Method in class net.jacobpeterson.domain.alpaca.order.Order
-
If true, eligible for execution outside regular trading hours.
- setFailedAt(ZonedDateTime) - Method in class net.jacobpeterson.domain.alpaca.order.Order
-
Failed at
- setFilledAt(ZonedDateTime) - Method in class net.jacobpeterson.domain.alpaca.order.Order
-
Filled at
- setFilledAvgPrice(String) - Method in class net.jacobpeterson.domain.alpaca.order.Order
-
Filled average price
- setFilledQty(String) - Method in class net.jacobpeterson.domain.alpaca.order.Order
-
Filled quantity
- setFractionable(Boolean) - Method in class net.jacobpeterson.domain.alpaca.asset.Asset
-
Asset is fractionable or not.
- setH(Double) - Method in class net.jacobpeterson.domain.alpaca.marketdata.historical.bar.Bar
-
High price.
- setHigh(Double) - Method in class net.jacobpeterson.domain.alpaca.marketdata.realtime.bar.BarMessage
-
High price
- setHwm(String) - Method in class net.jacobpeterson.domain.alpaca.order.Order
-
High Water Mark - The highest (lowest) market price seen since the trailing stop order was submitted.
- setI(Long) - Method in class net.jacobpeterson.domain.alpaca.marketdata.historical.trade.Trade
-
Trade ID.
- setId(String) - Method in class net.jacobpeterson.domain.alpaca.account.Account
-
Account ID.
- setId(String) - Method in class net.jacobpeterson.domain.alpaca.accountactivities.NonTradeActivity
-
An ID for the activity, always in “::” format.
- setId(String) - Method in class net.jacobpeterson.domain.alpaca.accountactivities.TradeActivity
-
An id for the activity.
- setId(String) - Method in class net.jacobpeterson.domain.alpaca.asset.Asset
-
Asset ID.
- setId(String) - Method in class net.jacobpeterson.domain.alpaca.order.CancelledOrder
-
Order ID
- setId(String) - Method in class net.jacobpeterson.domain.alpaca.order.Order
-
Order ID
- setId(String) - Method in class net.jacobpeterson.domain.alpaca.watchlist.Watchlist
-
Watchlist ID
- setInitialMargin(String) - Method in class net.jacobpeterson.domain.alpaca.account.Account
-
Reg T initial margin requirement (continuously updated value)
- setIsOpen(Boolean) - Method in class net.jacobpeterson.domain.alpaca.clock.Clock
-
Whether or not the market is open
- setL(Double) - Method in class net.jacobpeterson.domain.alpaca.marketdata.historical.bar.Bar
-
Low price.
- setLastdayPrice(String) - Method in class net.jacobpeterson.domain.alpaca.position.Position
-
Last day’s asset price per share based on the closing value of the last trading day
- setLastEquity(String) - Method in class net.jacobpeterson.domain.alpaca.account.Account
-
Equity as of previous trading day at 16:00:00 ET
- setLastMaintenanceMargin(String) - Method in class net.jacobpeterson.domain.alpaca.account.Account
-
Your maintenance margin requirement on the previous trading day
- setLeavesQty(String) - Method in class net.jacobpeterson.domain.alpaca.accountactivities.TradeActivity
-
For partially_filled orders, the quantity of shares that are left to be filled.
- setLegs(ArrayList<Order>) - Method in class net.jacobpeterson.domain.alpaca.order.Order
-
When querying non-simple order_class orders in a nested style, an array of Order entities associated with this order.
- setLimitPrice(String) - Method in class net.jacobpeterson.domain.alpaca.order.Order
-
Limit price
- setLongMarketValue(String) - Method in class net.jacobpeterson.domain.alpaca.account.Account
-
Real-time MtM value of all long positions held in the account
- setLow(Double) - Method in class net.jacobpeterson.domain.alpaca.marketdata.realtime.bar.BarMessage
-
Low price
- setMaintenanceMargin(String) - Method in class net.jacobpeterson.domain.alpaca.account.Account
-
Maintenance margin requirement (continuously updated value)
- setMarginable(Boolean) - Method in class net.jacobpeterson.domain.alpaca.asset.Asset
-
Asset is marginable or not.
- setMarketValue(String) - Method in class net.jacobpeterson.domain.alpaca.position.Position
-
Total dollar amount of the position
- setMessage(String) - Method in class net.jacobpeterson.domain.alpaca.marketdata.realtime.control.ErrorMessage
-
The error message.
- setMessage(String) - Method in class net.jacobpeterson.domain.alpaca.marketdata.realtime.control.SuccessMessage
-
The success message.
- setMessageType(String) - Method in class net.jacobpeterson.domain.alpaca.marketdata.realtime.MarketDataMessage
-
The message type.
- setMultiplier(String) - Method in class net.jacobpeterson.domain.alpaca.account.Account
-
Buying power multiplier that represents account margin classification; valid values 1 (standard limited margin account with 1x buying power), 2 (reg T margin account with 2x intraday and overnight buying power; this is the default for all non-PDT accounts with $2,000 or more equity), 4 (PDT account with 4x intraday buying power and 2x reg T overnight buying power)
- setName(String) - Method in class net.jacobpeterson.domain.alpaca.asset.Asset
-
The official name of the asset
- setName(String) - Method in class net.jacobpeterson.domain.alpaca.watchlist.Watchlist
-
User-defined watchlist name (up to 64 characters)
- setNetAmount(String) - Method in class net.jacobpeterson.domain.alpaca.accountactivities.NonTradeActivity
-
The net amount of money (positive or negative) associated with the activity.
- setNextClose(ZonedDateTime) - Method in class net.jacobpeterson.domain.alpaca.clock.Clock
-
Next market close timestamp
- setNextOpen(ZonedDateTime) - Method in class net.jacobpeterson.domain.alpaca.clock.Clock
-
Next market open timestamp
- setNextPageToken(String) - Method in class net.jacobpeterson.domain.alpaca.marketdata.historical.bar.BarsResponse
-
Token that can be used to query the next page.
- setNextPageToken(String) - Method in class net.jacobpeterson.domain.alpaca.marketdata.historical.quote.QuotesResponse
-
Token that can be used to query the next page.
- setNextPageToken(String) - Method in class net.jacobpeterson.domain.alpaca.marketdata.historical.trade.TradesResponse
-
Token that can be used to query the next page.
- setNoShorting(Boolean) - Method in class net.jacobpeterson.domain.alpaca.accountconfiguration.AccountConfiguration
-
If true, account becomes long-only mode.
- setNotional(String) - Method in class net.jacobpeterson.domain.alpaca.order.Order
-
Ordered notional amount.
- setO(Double) - Method in class net.jacobpeterson.domain.alpaca.marketdata.historical.bar.Bar
-
Open price.
- setOpen(String) - Method in class net.jacobpeterson.domain.alpaca.calendar.Calendar
-
The time the market opens at on this date in “%H:%M” format
- setOpen(Double) - Method in class net.jacobpeterson.domain.alpaca.marketdata.realtime.bar.BarMessage
-
Open price
- setOrder(Order) - Method in class net.jacobpeterson.domain.alpaca.order.CancelledOrder
-
The cancelled order
- setOrder(Order) - Method in class net.jacobpeterson.domain.alpaca.streaming.trade.TradeUpdate
-
The Order
- setOrderClass(String) - Method in class net.jacobpeterson.domain.alpaca.order.Order
-
simple, bracket, oco or oto.
- setOrderId(String) - Method in class net.jacobpeterson.domain.alpaca.accountactivities.TradeActivity
-
The id for the order that filled.
- setOrderType(String) - Method in class net.jacobpeterson.domain.alpaca.order.Order
-
(Deprecated with just type field below.)
- setP(Double) - Method in class net.jacobpeterson.domain.alpaca.marketdata.historical.trade.Trade
-
Trade price.
- setPatternDayTrader(Boolean) - Method in class net.jacobpeterson.domain.alpaca.account.Account
-
Whether or not the account has been flagged as a pattern day trader
- setPerShareAmount(String) - Method in class net.jacobpeterson.domain.alpaca.accountactivities.NonTradeActivity
-
For dividend activities, the average amount paid per share.
- setPortfolioValue(String) - Method in class net.jacobpeterson.domain.alpaca.account.Account
-
Total value of cash + holding positions (This field is deprecated.
- setPositionQty(String) - Method in class net.jacobpeterson.domain.alpaca.streaming.trade.TradeUpdate
-
The position quantity
- setPrice(String) - Method in class net.jacobpeterson.domain.alpaca.accountactivities.TradeActivity
-
The per-share price that the trade was executed at.
- setPrice(Double) - Method in class net.jacobpeterson.domain.alpaca.marketdata.realtime.trade.TradeMessage
-
Trade price
- setPrice(String) - Method in class net.jacobpeterson.domain.alpaca.streaming.trade.TradeUpdate
-
The Price
- setProfitLoss(ArrayList<Double>) - Method in class net.jacobpeterson.domain.alpaca.portfoliohistory.PortfolioHistory
-
Profit/loss in dollar from the base value
- setProfitLossPct(ArrayList<Double>) - Method in class net.jacobpeterson.domain.alpaca.portfoliohistory.PortfolioHistory
-
Profit/loss in percentage from the base value
- setQty(String) - Method in class net.jacobpeterson.domain.alpaca.accountactivities.NonTradeActivity
-
For dividend activities, the number of shares that contributed to the payment.
- setQty(String) - Method in class net.jacobpeterson.domain.alpaca.accountactivities.TradeActivity
-
The number of shares involved in the trade execution.
- setQty(String) - Method in class net.jacobpeterson.domain.alpaca.order.Order
-
Ordered quantity.
- setQty(String) - Method in class net.jacobpeterson.domain.alpaca.position.Position
-
The number of shares
- setQuotes(ArrayList<Quote>) - Method in class net.jacobpeterson.domain.alpaca.marketdata.historical.quote.QuotesResponse
-
Array of quotes.
- setQuotes(ArrayList<String>) - Method in class net.jacobpeterson.domain.alpaca.marketdata.realtime.control.SubscriptionsMessage
-
The list of subscribed quotes.
- setRegtBuyingPower(String) - Method in class net.jacobpeterson.domain.alpaca.account.Account
-
Your buying power under Regulation T (your excess equity - equity minus margin value - times your margin multiplier)
- setReplacedAt(ZonedDateTime) - Method in class net.jacobpeterson.domain.alpaca.order.Order
-
Replaced at
- setReplacedBy(String) - Method in class net.jacobpeterson.domain.alpaca.order.Order
-
The order ID that this order was replaced by
- setReplaces(String) - Method in class net.jacobpeterson.domain.alpaca.order.Order
-
The order ID that this order replaces
- setS(Integer) - Method in class net.jacobpeterson.domain.alpaca.marketdata.historical.trade.Trade
-
Trade size.
- setShortable(Boolean) - Method in class net.jacobpeterson.domain.alpaca.asset.Asset
-
Asset is shortable or not.
- setShortingEnabled(Boolean) - Method in class net.jacobpeterson.domain.alpaca.account.Account
-
Flag to denote whether or not the account is permitted to short
- setShortMarketValue(String) - Method in class net.jacobpeterson.domain.alpaca.account.Account
-
Real-time MtM value of all short positions held in the account
- setSide(String) - Method in class net.jacobpeterson.domain.alpaca.accountactivities.TradeActivity
-
Buy or sell
- setSide(String) - Method in class net.jacobpeterson.domain.alpaca.order.Order
-
Valid values: buy, sell
- setSide(String) - Method in class net.jacobpeterson.domain.alpaca.position.Position
-
“long”
- setSize(Integer) - Method in class net.jacobpeterson.domain.alpaca.marketdata.realtime.trade.TradeMessage
-
Trade size
- setSma(String) - Method in class net.jacobpeterson.domain.alpaca.account.Account
-
Value of special memorandum account (will be used at a later date to provide additional buying_power)
- setStatus(AccountStatus) - Method in class net.jacobpeterson.domain.alpaca.account.Account
-
See Account Status
- setStatus(String) - Method in class net.jacobpeterson.domain.alpaca.accountactivities.NonTradeActivity
-
The status.
- setStatus(String) - Method in class net.jacobpeterson.domain.alpaca.asset.Asset
-
active or inactive
- setStatus(Integer) - Method in class net.jacobpeterson.domain.alpaca.order.CancelledOrder
-
The HTTP status code of the cancel status
- setStatus(String) - Method in class net.jacobpeterson.domain.alpaca.order.Order
-
See Orders page
- setStatus(Integer) - Method in class net.jacobpeterson.domain.alpaca.position.ClosePositionOrder
-
The HTTP status code of the position-closing order status
- setStatus(String) - Method in class net.jacobpeterson.domain.alpaca.streaming.authorization.AuthorizationData
-
The status.
- setStopPrice(String) - Method in class net.jacobpeterson.domain.alpaca.order.Order
-
Stop price
- setStream(AlpacaStreamMessageType) - Method in class net.jacobpeterson.domain.alpaca.streaming.AlpacaStreamMessage
-
The stream type
- setStreams(ArrayList<String>) - Method in class net.jacobpeterson.domain.alpaca.streaming.listening.ListeningData
-
- setSubmittedAt(ZonedDateTime) - Method in class net.jacobpeterson.domain.alpaca.order.Order
-
Submitted at
- setSuspendTrade(Boolean) - Method in class net.jacobpeterson.domain.alpaca.accountconfiguration.AccountConfiguration
-
If true, new orders are blocked.
- setSymbol(String) - Method in class net.jacobpeterson.domain.alpaca.accountactivities.NonTradeActivity
-
The symbol of the security involved with the activity.
- setSymbol(String) - Method in class net.jacobpeterson.domain.alpaca.accountactivities.TradeActivity
-
The symbol of the security being traded.
- setSymbol(String) - Method in class net.jacobpeterson.domain.alpaca.asset.Asset
-
symbol
- setSymbol(String) - Method in class net.jacobpeterson.domain.alpaca.marketdata.historical.bar.BarsResponse
-
Symbol that was queried.
- setSymbol(String) - Method in class net.jacobpeterson.domain.alpaca.marketdata.historical.quote.QuotesResponse
-
Symbol that was queried.
- setSymbol(String) - Method in class net.jacobpeterson.domain.alpaca.marketdata.historical.trade.TradesResponse
-
Symbol that was queried.
- setSymbol(String) - Method in class net.jacobpeterson.domain.alpaca.marketdata.realtime.SymbolMessage
-
Symbol
- setSymbol(String) - Method in class net.jacobpeterson.domain.alpaca.order.Order
-
Asset symbol
- setSymbol(String) - Method in class net.jacobpeterson.domain.alpaca.position.ClosePositionOrder
-
The symbol
- setSymbol(String) - Method in class net.jacobpeterson.domain.alpaca.position.Position
-
Symbol name of the asset
- setT(ZonedDateTime) - Method in class net.jacobpeterson.domain.alpaca.marketdata.historical.bar.Bar
-
Timestamp with nanosecond precision.
- setT(ZonedDateTime) - Method in class net.jacobpeterson.domain.alpaca.marketdata.historical.quote.Quote
-
Timestamp with nanosecond precision.
- setT(ZonedDateTime) - Method in class net.jacobpeterson.domain.alpaca.marketdata.historical.trade.Trade
-
Timestamp with nanosecond precision.
- setTape(String) - Method in class net.jacobpeterson.domain.alpaca.marketdata.realtime.quote.QuoteMessage
-
Tape
- setTape(String) - Method in class net.jacobpeterson.domain.alpaca.marketdata.realtime.trade.TradeMessage
-
Tape
- setTimeframe(PortfolioTimeFrame) - Method in class net.jacobpeterson.domain.alpaca.portfoliohistory.PortfolioHistory
-
Time window size of each data element
- setTimeInForce(String) - Method in class net.jacobpeterson.domain.alpaca.order.Order
-
See Orders page
- setTimestamp(ZonedDateTime) - Method in class net.jacobpeterson.domain.alpaca.clock.Clock
-
Current timestamp
- setTimestamp(ZonedDateTime) - Method in class net.jacobpeterson.domain.alpaca.marketdata.realtime.bar.BarMessage
-
Timestamp
- setTimestamp(ZonedDateTime) - Method in class net.jacobpeterson.domain.alpaca.marketdata.realtime.quote.QuoteMessage
-
Timestamp with nanosecond precision
- setTimestamp(ZonedDateTime) - Method in class net.jacobpeterson.domain.alpaca.marketdata.realtime.trade.TradeMessage
-
Timestamp with nanosecond precision
- setTimestamp(ArrayList<Long>) - Method in class net.jacobpeterson.domain.alpaca.portfoliohistory.PortfolioHistory
-
Time of each data element, left-labeled (the beginning of time window)
- setTimestamp(ZonedDateTime) - Method in class net.jacobpeterson.domain.alpaca.streaming.trade.TradeUpdate
-
The timestamp
- setTradable(Boolean) - Method in class net.jacobpeterson.domain.alpaca.asset.Asset
-
Asset is tradable on Alpaca or not.
- setTradeConfirmEmail(String) - Method in class net.jacobpeterson.domain.alpaca.accountconfiguration.AccountConfiguration
-
all or none.
- setTradeID(Integer) - Method in class net.jacobpeterson.domain.alpaca.marketdata.realtime.trade.TradeMessage
-
Trade ID
- setTrades(ArrayList<Trade>) - Method in class net.jacobpeterson.domain.alpaca.marketdata.historical.trade.TradesResponse
-
Array of trades.
- setTrades(ArrayList<String>) - Method in class net.jacobpeterson.domain.alpaca.marketdata.realtime.control.SubscriptionsMessage
-
The list of subscribed trades.
- setTradeSuspendedByUser(Boolean) - Method in class net.jacobpeterson.domain.alpaca.account.Account
-
User setting.
- setTradingBlocked(Boolean) - Method in class net.jacobpeterson.domain.alpaca.account.Account
-
If true, the account is not allowed to place orders.
- setTrailPercent(String) - Method in class net.jacobpeterson.domain.alpaca.order.Order
-
The percent value away from the high water mark for trailing stop orders.
- setTrailPrice(String) - Method in class net.jacobpeterson.domain.alpaca.order.Order
-
The dollar value away from the high water mark for trailing stop orders.
- setTransactionTime(ZonedDateTime) - Method in class net.jacobpeterson.domain.alpaca.accountactivities.TradeActivity
-
The time at which the execution occurred.
- setTransfersBlocked(Boolean) - Method in class net.jacobpeterson.domain.alpaca.account.Account
-
If true, the account is not allowed to request money transfers.
- setType(String) - Method in class net.jacobpeterson.domain.alpaca.accountactivities.TradeActivity
-
fill or partial_fill
- setType(String) - Method in class net.jacobpeterson.domain.alpaca.order.Order
-
Valid values: market, limit, stop, stop_limit, trailing_stop
- setUnrealizedIntradayPl(String) - Method in class net.jacobpeterson.domain.alpaca.position.Position
-
Unrealized profit/loss in dollars for the day
- setUnrealizedIntradayPlpc(String) - Method in class net.jacobpeterson.domain.alpaca.position.Position
-
Unrealized profit/loss percent (by a factor of 1)
- setUnrealizedPl(String) - Method in class net.jacobpeterson.domain.alpaca.position.Position
-
Unrealized profit/loss in dollars
- setUnrealizedPlpc(String) - Method in class net.jacobpeterson.domain.alpaca.position.Position
-
Unrealized profit/loss percent (by a factor of 1)
- setUpdatedAt(ZonedDateTime) - Method in class net.jacobpeterson.domain.alpaca.order.Order
-
Updated at
- setUpdatedAt(String) - Method in class net.jacobpeterson.domain.alpaca.watchlist.Watchlist
-
Updated at
- setV(Double) - Method in class net.jacobpeterson.domain.alpaca.marketdata.historical.bar.Bar
-
Volume.
- setVolume(Integer) - Method in class net.jacobpeterson.domain.alpaca.marketdata.realtime.bar.BarMessage
-
Volume
- setX(String) - Method in class net.jacobpeterson.domain.alpaca.marketdata.historical.trade.Trade
-
Exchange where the trade happened.
- setZ(String) - Method in class net.jacobpeterson.domain.alpaca.marketdata.historical.trade.Trade
-
Tape.
- SIDE - Static variable in class net.jacobpeterson.alpaca.AlpacaConstants.Parameters
-
- SortDirection - Enum in net.jacobpeterson.abstracts.enums
-
- START - Static variable in class net.jacobpeterson.alpaca.AlpacaConstants.Parameters
-
- staticToString() - Static method in class net.jacobpeterson.alpaca.properties.AlpacaProperties
-
- STATUS - Static variable in class net.jacobpeterson.alpaca.AlpacaConstants.Parameters
-
- STOCKS - Static variable in class net.jacobpeterson.alpaca.AlpacaConstants.Endpoints
-
- STOP_LOSS - Static variable in class net.jacobpeterson.alpaca.AlpacaConstants.Parameters
-
- STOP_PRICE - Static variable in class net.jacobpeterson.alpaca.AlpacaConstants.Parameters
-
- StreamListener<T extends StreamMessageType,M extends StreamMessage> - Interface in net.jacobpeterson.abstracts.websocket.listener
-
- StreamMessage - Interface in net.jacobpeterson.abstracts.websocket.message
-
- StreamMessageType - Interface in net.jacobpeterson.abstracts.websocket.message
-
- SubscriptionsMessage - Class in net.jacobpeterson.domain.alpaca.marketdata.realtime.control
-
- SubscriptionsMessage() - Constructor for class net.jacobpeterson.domain.alpaca.marketdata.realtime.control.SubscriptionsMessage
-
No args constructor for use in serialization
- SubscriptionsMessage(ArrayList<String>, ArrayList<String>, ArrayList<String>) - Constructor for class net.jacobpeterson.domain.alpaca.marketdata.realtime.control.SubscriptionsMessage
-
- SuccessMessage - Class in net.jacobpeterson.domain.alpaca.marketdata.realtime.control
-
- SuccessMessage() - Constructor for class net.jacobpeterson.domain.alpaca.marketdata.realtime.control.SuccessMessage
-
No args constructor for use in serialization
- SuccessMessage(String) - Constructor for class net.jacobpeterson.domain.alpaca.marketdata.realtime.control.SuccessMessage
-
- SYMBOL - Static variable in class net.jacobpeterson.alpaca.AlpacaConstants.Parameters
-
- SymbolMessage - Class in net.jacobpeterson.domain.alpaca.marketdata.realtime
-
- SymbolMessage() - Constructor for class net.jacobpeterson.domain.alpaca.marketdata.realtime.SymbolMessage
-
No args constructor for use in serialization
- SymbolMessage(String) - Constructor for class net.jacobpeterson.domain.alpaca.marketdata.realtime.SymbolMessage
-
- SYMBOLS - Static variable in class net.jacobpeterson.alpaca.AlpacaConstants.Parameters
-
- valueOf(String) - Static method in enum net.jacobpeterson.abstracts.enums.SortDirection
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.jacobpeterson.alpaca.enums.account.AccountStatus
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.jacobpeterson.alpaca.enums.activity.ActivityType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.jacobpeterson.alpaca.enums.api.DataAPIType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.jacobpeterson.alpaca.enums.api.EndpointAPIType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.jacobpeterson.alpaca.enums.asset.AssetStatus
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.jacobpeterson.alpaca.enums.marketdata.BarsTimeFrame
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.jacobpeterson.alpaca.enums.order.OrderClass
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.jacobpeterson.alpaca.enums.order.OrderSide
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.jacobpeterson.alpaca.enums.order.OrderStatus
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.jacobpeterson.alpaca.enums.order.OrderTimeInForce
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.jacobpeterson.alpaca.enums.order.OrderType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.jacobpeterson.alpaca.enums.portfolio.PortfolioPeriodUnit
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.jacobpeterson.alpaca.enums.portfolio.PortfolioTimeFrame
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.jacobpeterson.alpaca.websocket.broker.message.AlpacaStreamMessageType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.jacobpeterson.alpaca.websocket.marketdata.message.MarketDataMessageType
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum net.jacobpeterson.abstracts.enums.SortDirection
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum net.jacobpeterson.alpaca.enums.account.AccountStatus
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum net.jacobpeterson.alpaca.enums.activity.ActivityType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum net.jacobpeterson.alpaca.enums.api.DataAPIType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum net.jacobpeterson.alpaca.enums.api.EndpointAPIType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum net.jacobpeterson.alpaca.enums.asset.AssetStatus
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum net.jacobpeterson.alpaca.enums.marketdata.BarsTimeFrame
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum net.jacobpeterson.alpaca.enums.order.OrderClass
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum net.jacobpeterson.alpaca.enums.order.OrderSide
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum net.jacobpeterson.alpaca.enums.order.OrderStatus
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum net.jacobpeterson.alpaca.enums.order.OrderTimeInForce
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum net.jacobpeterson.alpaca.enums.order.OrderType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum net.jacobpeterson.alpaca.enums.portfolio.PortfolioPeriodUnit
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum net.jacobpeterson.alpaca.enums.portfolio.PortfolioTimeFrame
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum net.jacobpeterson.alpaca.websocket.broker.message.AlpacaStreamMessageType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum net.jacobpeterson.alpaca.websocket.marketdata.message.MarketDataMessageType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- VERSION_2 - Static variable in class net.jacobpeterson.alpaca.AlpacaConstants.Endpoints
-