- Account - Class in com.ampro.robinhood.endpoint.account.data
-
An
ApiElement
containing information (or the URL location of
information) about a user account.
- Account() - Constructor for class com.ampro.robinhood.endpoint.account.data.Account
-
- Account - Class in com.ampro.robinhood.endpoint.account.methods
-
A base ApiMethod for requests regarding a user Account.
- Account(Configuration) - Constructor for class com.ampro.robinhood.endpoint.account.methods.Account
-
- AccountArrayWrapper - Class in com.ampro.robinhood.endpoint.account.data
-
This element should not exist for very long hopefully as Robinhood updates
their API.
- AccountArrayWrapper() - Constructor for class com.ampro.robinhood.endpoint.account.data.AccountArrayWrapper
-
- AccountHolderAffiliation - Class in com.ampro.robinhood.endpoint.account.data
-
This method returns SEC Rule 405 related information.
- AccountHolderAffiliation() - Constructor for class com.ampro.robinhood.endpoint.account.data.AccountHolderAffiliation
-
- AccountHolderEmployment - Class in com.ampro.robinhood.endpoint.account.data
-
- AccountHolderEmployment() - Constructor for class com.ampro.robinhood.endpoint.account.data.AccountHolderEmployment
-
- AccountHolderInvestmentProfile - Class in com.ampro.robinhood.endpoint.account.data
-
- AccountHolderInvestmentProfile() - Constructor for class com.ampro.robinhood.endpoint.account.data.AccountHolderInvestmentProfile
-
- accountUrl - Variable in class com.ampro.robinhood.endpoint.account.data.Position
-
- addAuthTokenParameter() - Method in class com.ampro.robinhood.net.ApiMethod
-
Method which adds the Authorization Token to the HTTP request header
- addFieldParameter(String, Object) - Method in class com.ampro.robinhood.net.ApiMethod
-
Add a field key-val pair
- addFieldParameters(Map<String, Object>) - Method in class com.ampro.robinhood.net.ApiMethod
-
Add predefined field key-val pairs
- addHeaderParameter(String, String) - Method in class com.ampro.robinhood.net.ApiMethod
-
A methodType which adds a HttpHeaderParameter to the API request header
- addHeaderParameters(Map<String, String>) - Method in class com.ampro.robinhood.net.ApiMethod
-
A methodType which adds HttpHeaderParameters to the API request header
- addQueryParameter(String, Object) - Method in class com.ampro.robinhood.net.ApiMethod
-
Add a Query key-value pair
- addQueryParameters(Map<String, Object>) - Method in class com.ampro.robinhood.net.ApiMethod
-
Add predefined query key-val pairs
- addRouteParameter(String, String) - Method in class com.ampro.robinhood.net.ApiMethod
-
Add a route parameter.
- addRoutParameters(Map<String, String>) - Method in class com.ampro.robinhood.net.ApiMethod
-
Add multiple Route parameters from a
Map
(written in the
ApiMethod.urlBase
as http://url.com/{routeKey}
- ApiCall - Annotation Type in com.ampro.robinhood.net.annotations
-
- ApiElement - Interface in com.ampro.robinhood.endpoint
-
A basis class for elements received from the Robinhood API
- ApiElementList<E extends ApiElement> - Class in com.ampro.robinhood.endpoint
-
- ApiElementList() - Constructor for class com.ampro.robinhood.endpoint.ApiElementList
-
- ApiMethod - Class in com.ampro.robinhood.net
-
A Wrapper object for making REST requests through
Unirest
- ApiMethod(Configuration) - Constructor for class com.ampro.robinhood.net.ApiMethod
-
Constructor which stores the service which is being used
- asSimpleOption() - Method in class com.ampro.robinhood.endpoint.option.data.Option
-
- AuthorizationData - Class in com.ampro.robinhood.endpoint.authorize
-
A wrapper for both possible API login responses.
- AuthorizationData() - Constructor for class com.ampro.robinhood.endpoint.authorize.AuthorizationData
-
- AuthorizationData.MultifactorType - Enum in com.ampro.robinhood.endpoint.authorize
-
A wrapper for the types of multifactor authorizations.
- AuthorizationData.Token - Class in com.ampro.robinhood.endpoint.authorize
-
A wrapper for deserializing token strings from Robinhood
- Authorize - Class in com.ampro.robinhood.endpoint.authorize.methods
-
A base class for Authorization (log in/out) ApiMethods.
- Authorize(Configuration) - Constructor for class com.ampro.robinhood.endpoint.authorize.methods.Authorize
-
- AuthorizeWithMultifactor - Class in com.ampro.robinhood.endpoint.authorize.methods
-
Get an authorization token from an account with multifactor authorization login.
- AuthorizeWithMultifactor(String, String, AuthorizationData) - Constructor for class com.ampro.robinhood.endpoint.authorize.methods.AuthorizeWithMultifactor
-
Get an authorization token from an account with multifactor authorization login.
- AuthorizeWithMultifactor(String, String, String) - Constructor for class com.ampro.robinhood.endpoint.authorize.methods.AuthorizeWithMultifactor
-
Get an authorization token from an account with multifactor authorization login.
- averageBuyPrice - Variable in class com.ampro.robinhood.endpoint.account.data.Position
-
- get() - Static method in class com.ampro.robinhood.endpoint.instrument.methods.GetAllInstruments
-
- getAccount() - Method in class com.ampro.robinhood.endpoint.account.data.Position
-
- getAccountData() - Method in class com.ampro.robinhood.RobinhoodApi
-
Method returning a
Account
using the currently logged in
user
- getAccountHolderAffiliation() - Method in class com.ampro.robinhood.RobinhoodApi
-
- GetAccountHolderAffiliationInfo - Class in com.ampro.robinhood.endpoint.account.methods
-
- GetAccountHolderAffiliationInfo(Configuration) - Constructor for class com.ampro.robinhood.endpoint.account.methods.GetAccountHolderAffiliationInfo
-
- getAccountHolderEmployment() - Method in class com.ampro.robinhood.RobinhoodApi
-
- GetAccountHolderEmploymentInfo - Class in com.ampro.robinhood.endpoint.account.methods
-
- GetAccountHolderEmploymentInfo(Configuration) - Constructor for class com.ampro.robinhood.endpoint.account.methods.GetAccountHolderEmploymentInfo
-
- getAccountHolderInfo() - Method in class com.ampro.robinhood.RobinhoodApi
-
- GetAccountHolderInvestmentProfile - Class in com.ampro.robinhood.endpoint.account.methods
-
- GetAccountHolderInvestmentProfile(Configuration) - Constructor for class com.ampro.robinhood.endpoint.account.methods.GetAccountHolderInvestmentProfile
-
- GetAccountInvestmentInformation - Class in com.ampro.robinhood.endpoint.account.methods
-
Created by SirensBell on 5/23/2017.
- GetAccountInvestmentInformation(Configuration) - Constructor for class com.ampro.robinhood.endpoint.account.methods.GetAccountInvestmentInformation
-
- getAccountInvestmentProfile() - Method in class com.ampro.robinhood.RobinhoodApi
-
- getAccountNumber() - Method in class com.ampro.robinhood.Configuration
-
- getAccountNumber() - Method in class com.ampro.robinhood.endpoint.account.data.Account
-
- GetAccountPositions - Class in com.ampro.robinhood.endpoint.account.methods
-
- GetAccountPositions(Configuration) - Constructor for class com.ampro.robinhood.endpoint.account.methods.GetAccountPositions
-
- getAccountPositions() - Method in class com.ampro.robinhood.RobinhoodApi
-
Method which gets all of the account positions a user actually has shares in.
- GetAccounts - Class in com.ampro.robinhood.endpoint.account.methods
-
An
ApiMethod
used to get a list of a user's
accounts.
- GetAccounts(Configuration) - Constructor for class com.ampro.robinhood.endpoint.account.methods.GetAccounts
-
Get a list of a user's accounts.
- getAccountUrl() - Method in class com.ampro.robinhood.Configuration
-
Method returning the Account URL for the logged in user.
- getAccountWatchlist() - Method in class com.ampro.robinhood.RobinhoodApi
-
Returns a list of
Position
for each entry on the account's
watchlist.
- getAdditionalInfo() - Method in class com.ampro.robinhood.endpoint.account.data.BasicUserInfo
-
- getAddress() - Method in class com.ampro.robinhood.endpoint.account.data.BasicAccountHolderInfo
-
- getAdjustedPreviousClose() - Method in class com.ampro.robinhood.endpoint.quote.data.TickerQuote
-
Gets the adjusted previous close.
- GetAllInstruments - Class in com.ampro.robinhood.endpoint.instrument.methods
-
Get all instruments listed by the Robinhood API
The result is Paginated
- getAllInstruments() - Method in class com.ampro.robinhood.RobinhoodApi
-
- getAnnualIncome() - Method in class com.ampro.robinhood.endpoint.account.data.AccountHolderInvestmentProfile
-
- getAskPrice() - Method in class com.ampro.robinhood.endpoint.quote.data.TickerQuote
-
Gets the ask price.
- getAskSize() - Method in class com.ampro.robinhood.endpoint.quote.data.TickerQuote
-
Gets the ask size.
- getAuthData() - Method in class com.ampro.robinhood.Configuration
-
- GetAuthorizationData - Class in com.ampro.robinhood.endpoint.authorize.methods
-
- GetAuthorizationData(String, String) - Constructor for class com.ampro.robinhood.endpoint.authorize.methods.GetAuthorizationData
-
- getAverage_volume() - Method in class com.ampro.robinhood.endpoint.fundamentals.data.TickerFundamental
-
- getAverageBuyPrice() - Method in class com.ampro.robinhood.endpoint.account.data.Position
-
- getAverageOpenPrice() - Method in class com.ampro.robinhood.endpoint.option.data.Option
-
- getAverageOpenPrice() - Method in class com.ampro.robinhood.endpoint.option.data.SimpleOption
-
- getAveragePrice() - Method in class com.ampro.robinhood.endpoint.orders.data.SecurityOrder
-
- getBaseUrl() - Method in class com.ampro.robinhood.net.ApiMethod
-
- GetBasicAccountHolderInfo - Class in com.ampro.robinhood.endpoint.account.methods
-
- GetBasicAccountHolderInfo(Configuration) - Constructor for class com.ampro.robinhood.endpoint.account.methods.GetBasicAccountHolderInfo
-
- getBasicInfo() - Method in class com.ampro.robinhood.endpoint.account.data.BasicUserInfo
-
- GetBasicUserInfo - Class in com.ampro.robinhood.endpoint.account.methods
-
- GetBasicUserInfo(Configuration) - Constructor for class com.ampro.robinhood.endpoint.account.methods.GetBasicUserInfo
-
- getBasicUserInfo() - Method in class com.ampro.robinhood.RobinhoodApi
-
Method returning a
BasicUserInfo
for the currently logged in user
- getBidPrice() - Method in class com.ampro.robinhood.endpoint.quote.data.TickerQuote
-
Gets the bid price.
- getBigSize() - Method in class com.ampro.robinhood.endpoint.quote.data.TickerQuote
-
Gets the big size.
- getBloombergUnique() - Method in class com.ampro.robinhood.endpoint.instrument.data.Instrument
-
- getBuying_power() - Method in class com.ampro.robinhood.endpoint.account.data.CashBalances
-
- getBuyingPower() - Method in class com.ampro.robinhood.endpoint.account.data.Account
-
- getCancel() - Method in class com.ampro.robinhood.endpoint.orders.data.SecurityOrder
-
- getCanonical_examples() - Method in class com.ampro.robinhood.endpoint.collection.data.InstrumentCollectionList
-
- getCash() - Method in class com.ampro.robinhood.endpoint.account.data.Account
-
- getCash() - Method in class com.ampro.robinhood.endpoint.account.data.CashBalances
-
- getCash() - Method in class com.ampro.robinhood.endpoint.account.data.MarginBalances
-
- getCash_available_for_withdral() - Method in class com.ampro.robinhood.endpoint.account.data.MarginBalances
-
- getCash_available_for_withdrawl() - Method in class com.ampro.robinhood.endpoint.account.data.CashBalances
-
- getCash_held_for_orders() - Method in class com.ampro.robinhood.endpoint.account.data.CashBalances
-
- getCash_held_for_orders() - Method in class com.ampro.robinhood.endpoint.account.data.MarginBalances
-
- getCashAvailableForWithdrawl() - Method in class com.ampro.robinhood.endpoint.account.data.Account
-
- getCashBalances() - Method in class com.ampro.robinhood.endpoint.account.data.Account
-
- getCashHeldForOrders() - Method in class com.ampro.robinhood.endpoint.account.data.Account
-
- getChainUrl() - Method in class com.ampro.robinhood.endpoint.option.data.Option
-
- getCitizenship() - Method in class com.ampro.robinhood.endpoint.account.data.BasicAccountHolderInfo
-
- getCity() - Method in class com.ampro.robinhood.endpoint.account.data.BasicAccountHolderInfo
-
- getClientId() - Method in class com.ampro.robinhood.endpoint.orders.data.SecurityOrder
-
- GetCollectionData - Class in com.ampro.robinhood.endpoint.collection.methods
-
The Class GetCollectionData that allows querying for stocks based on
collection name.
- GetCollectionData(String) - Constructor for class com.ampro.robinhood.endpoint.collection.methods.GetCollectionData
-
Instantiates the GetCollectionData class.
- getCollectionData(String) - Method in class com.ampro.robinhood.RobinhoodApi
-
Gets the collection data from Robinhood based on the given Collection
Name.
- getConfig() - Method in class com.ampro.robinhood.RobinhoodApi
-
- getControlPersonSecuritySymbol() - Method in class com.ampro.robinhood.endpoint.account.data.AccountHolderAffiliation
-
- getCountry() - Method in class com.ampro.robinhood.endpoint.instrument.data.Instrument
-
- getCountryOfResidence() - Method in class com.ampro.robinhood.endpoint.account.data.BasicAccountHolderInfo
-
- getCreatedAt() - Method in class com.ampro.robinhood.endpoint.account.data.Account
-
- getCreatedAt() - Method in class com.ampro.robinhood.endpoint.account.data.CashBalances
-
- getCreatedAt() - Method in class com.ampro.robinhood.endpoint.account.data.MarginBalances
-
- getCreatedAt() - Method in class com.ampro.robinhood.endpoint.account.data.Position
-
- getCreatedAt() - Method in class com.ampro.robinhood.endpoint.option.data.Option
-
- getCreatedAt() - Method in class com.ampro.robinhood.endpoint.orders.data.SecurityOrder
-
- getCumulativeQuantity() - Method in class com.ampro.robinhood.endpoint.orders.data.SecurityOrder
-
- getDateOfBirth() - Method in class com.ampro.robinhood.endpoint.account.data.BasicAccountHolderInfo
-
- getDay_trade_buying_power() - Method in class com.ampro.robinhood.endpoint.account.data.MarginBalances
-
- getDay_trade_buying_power_held_for_orders() - Method in class com.ampro.robinhood.endpoint.account.data.MarginBalances
-
- getDay_trade_ratio() - Method in class com.ampro.robinhood.endpoint.account.data.MarginBalances
-
- getDayTradeRatio() - Method in class com.ampro.robinhood.endpoint.instrument.data.Instrument
-
- getDefault() - Static method in class com.ampro.robinhood.Configuration
-
- getDefault() - Static method in class com.ampro.robinhood.endpoint.instrument.methods.GetAllInstruments
-
Since this API method cannot be modified, just return a static one
- getDescription() - Method in class com.ampro.robinhood.endpoint.collection.data.InstrumentCollectionList
-
- getDescription() - Method in class com.ampro.robinhood.endpoint.fundamentals.data.TickerFundamental
-
- getDirection() - Method in class com.ampro.robinhood.endpoint.option.data.Option
-
- getDividend_yield() - Method in class com.ampro.robinhood.endpoint.fundamentals.data.TickerFundamental
-
- getEmail() - Method in class com.ampro.robinhood.endpoint.account.data.BasicUserInfo
-
- getEmployerAddress() - Method in class com.ampro.robinhood.endpoint.account.data.AccountHolderEmployment
-
- getEmployerCity() - Method in class com.ampro.robinhood.endpoint.account.data.AccountHolderEmployment
-
- getEmployerName() - Method in class com.ampro.robinhood.endpoint.account.data.AccountHolderEmployment
-
- getEmployerState() - Method in class com.ampro.robinhood.endpoint.account.data.AccountHolderEmployment
-
- getEmployerZipcode() - Method in class com.ampro.robinhood.endpoint.account.data.AccountHolderEmployment
-
- getEmployment() - Method in class com.ampro.robinhood.endpoint.account.data.BasicUserInfo
-
- getEmploymentStatus() - Method in class com.ampro.robinhood.endpoint.account.data.AccountHolderEmployment
-
- getExecutions() - Method in class com.ampro.robinhood.endpoint.orders.data.SecurityOrder
-
- getExpirationDate() - Method in class com.ampro.robinhood.endpoint.option.data.Leg
-
- getExpirationDate() - Method in class com.ampro.robinhood.endpoint.option.data.SimpleOption
-
- getFees() - Method in class com.ampro.robinhood.endpoint.orders.data.SecurityOrder
-
- getFieldParameters() - Method in class com.ampro.robinhood.net.ApiMethod
-
- getFirstName() - Method in class com.ampro.robinhood.endpoint.account.data.BasicUserInfo
-
- getFormat() - Static method in class com.ampro.robinhood.util.ChronoFormatter
-
- GetFundamental - Class in com.ampro.robinhood.endpoint.fundamentals.methods
-
- GetFundamental() - Constructor for class com.ampro.robinhood.endpoint.fundamentals.methods.GetFundamental
-
- getFundamental(String) - Method in class com.ampro.robinhood.RobinhoodApi
-
- getFundamentalList(Collection<String>) - Method in class com.ampro.robinhood.RobinhoodApi
-
- getFundamentals() - Method in class com.ampro.robinhood.endpoint.instrument.data.Instrument
-
- getHeaderParameters() - Method in class com.ampro.robinhood.net.ApiMethod
-
- getHigh() - Method in class com.ampro.robinhood.endpoint.fundamentals.data.TickerFundamental
-
- getHigh_52_weeks() - Method in class com.ampro.robinhood.endpoint.fundamentals.data.TickerFundamental
-
- getId() - Method in class com.ampro.robinhood.endpoint.account.data.BasicUserInfo
-
- getId() - Method in class com.ampro.robinhood.endpoint.instrument.data.Instrument
-
- getId() - Method in class com.ampro.robinhood.endpoint.option.data.Leg
-
- getId() - Method in class com.ampro.robinhood.endpoint.option.data.Option
-
- getId() - Method in class com.ampro.robinhood.endpoint.orders.data.Execution
-
- getId() - Method in class com.ampro.robinhood.endpoint.orders.data.SecurityOrder
-
- getIdInfo() - Method in class com.ampro.robinhood.endpoint.account.data.BasicUserInfo
-
- getInstance() - Static method in class com.ampro.robinhood.net.request.RequestManager
-
The active instance of the RequestManager.
- getInstrument() - Method in class com.ampro.robinhood.endpoint.fundamentals.data.TickerFundamental
-
- GetInstrument - Class in com.ampro.robinhood.endpoint.instrument.methods
-
An HTTPS wrapper object for making Instrument Get requests to the Robinhood api.
- GetInstrument() - Constructor for class com.ampro.robinhood.endpoint.instrument.methods.GetInstrument
-
- GetInstrumentByTicker - Class in com.ampro.robinhood.endpoint.instrument.methods
-
- GetInstrumentByTicker(String) - Constructor for class com.ampro.robinhood.endpoint.instrument.methods.GetInstrumentByTicker
-
- getInstrumentByTicker(String) - Method in class com.ampro.robinhood.RobinhoodApi
-
- GetInstrumentByUrl - Class in com.ampro.robinhood.endpoint.instrument.methods
-
- GetInstrumentByUrl(String) - Constructor for class com.ampro.robinhood.endpoint.instrument.methods.GetInstrumentByUrl
-
- getInstrumentElement() - Method in class com.ampro.robinhood.endpoint.account.data.Position
-
- getInstrumentId() - Method in class com.ampro.robinhood.endpoint.quote.data.TickerQuote
-
Gets the instrument id.
- getInstrumentId() - Method in class com.ampro.robinhood.endpoint.ratings.data.Rating
-
Gets the instrument id.
- getInstruments() - Method in class com.ampro.robinhood.endpoint.collection.data.InstrumentCollectionList
-
Gets the instrument list.
- getInstrumentsByKeyword(String) - Method in class com.ampro.robinhood.RobinhoodApi
-
Gets a list of instruments by searching with the given keyword.
- getInstrumentUrl() - Method in class com.ampro.robinhood.endpoint.account.data.Position
-
- getInternationalInfo() - Method in class com.ampro.robinhood.endpoint.account.data.BasicUserInfo
-
- getIntradayAverageBuyPrice() - Method in class com.ampro.robinhood.endpoint.account.data.Position
-
- getIntradayAverageOpenPrice() - Method in class com.ampro.robinhood.endpoint.option.data.Option
-
- getIntradayDirection() - Method in class com.ampro.robinhood.endpoint.option.data.Option
-
- getIntradayQuantity() - Method in class com.ampro.robinhood.endpoint.account.data.Position
-
- getIntradayQuantity() - Method in class com.ampro.robinhood.endpoint.option.data.Option
-
- getInvestmentExperience() - Method in class com.ampro.robinhood.endpoint.account.data.AccountHolderInvestmentProfile
-
- getInvestmentObjective() - Method in class com.ampro.robinhood.endpoint.account.data.AccountHolderInvestmentProfile
-
- getInvestmentProfile() - Method in class com.ampro.robinhood.endpoint.account.data.BasicUserInfo
-
- getLastExtendedHoursTradePrice() - Method in class com.ampro.robinhood.endpoint.quote.data.TickerQuote
-
Gets the last extended hours trade price.
- getLastName() - Method in class com.ampro.robinhood.endpoint.account.data.BasicUserInfo
-
- getLastTradePrice() - Method in class com.ampro.robinhood.endpoint.quote.data.TickerQuote
-
Gets the last trade price.
- getLastTransactionAt() - Method in class com.ampro.robinhood.endpoint.orders.data.SecurityOrder
-
- getLegs() - Method in class com.ampro.robinhood.endpoint.option.data.Option
-
- getLiquidityNeeds() - Method in class com.ampro.robinhood.endpoint.account.data.AccountHolderInvestmentProfile
-
- getLiquidNetWorth() - Method in class com.ampro.robinhood.endpoint.account.data.AccountHolderInvestmentProfile
-
- getListDate() - Method in class com.ampro.robinhood.endpoint.instrument.data.Instrument
-
- getLow() - Method in class com.ampro.robinhood.endpoint.fundamentals.data.TickerFundamental
-
- getLow_52_weeks() - Method in class com.ampro.robinhood.endpoint.fundamentals.data.TickerFundamental
-
- getMaintenanceRatio() - Method in class com.ampro.robinhood.endpoint.instrument.data.Instrument
-
- getMargin_limit() - Method in class com.ampro.robinhood.endpoint.account.data.MarginBalances
-
- getMarginBalances() - Method in class com.ampro.robinhood.endpoint.account.data.Account
-
- getMarginInitialRatio() - Method in class com.ampro.robinhood.endpoint.instrument.data.Instrument
-
- getMaritalStatus() - Method in class com.ampro.robinhood.endpoint.account.data.BasicAccountHolderInfo
-
- getMarkedPatternDayTraderDate() - Method in class com.ampro.robinhood.endpoint.account.data.MarginBalances
-
- getMarket() - Method in class com.ampro.robinhood.endpoint.instrument.data.Instrument
-
- getMarket_cap() - Method in class com.ampro.robinhood.endpoint.fundamentals.data.TickerFundamental
-
- getMaxAchEarlyAccessAmount() - Method in class com.ampro.robinhood.endpoint.account.data.Account
-
- getMessage() - Method in exception com.ampro.robinhood.throwables.NotLoggedInException
-
Override the default method to get more information about why the error
is thrown
- getMessage() - Method in exception com.ampro.robinhood.throwables.TickerNotFoundException
-
- getMethodType() - Method in class com.ampro.robinhood.net.ApiMethod
-
- getMfaCode() - Method in class com.ampro.robinhood.endpoint.authorize.AuthorizationData
-
- getMfaType() - Method in class com.ampro.robinhood.endpoint.authorize.AuthorizationData
-
- getMinTickSize() - Method in class com.ampro.robinhood.endpoint.instrument.data.Instrument
-
- getName() - Method in class com.ampro.robinhood.endpoint.collection.data.InstrumentCollectionList
-
- getName() - Method in class com.ampro.robinhood.endpoint.instrument.data.Instrument
-
- getNext() - Method in class com.ampro.robinhood.endpoint.account.data.AccountArrayWrapper
-
Deprecated.
- getNext() - Method in class com.ampro.robinhood.endpoint.ApiElementList
-
- GetNextPage - Class in com.ampro.robinhood.net.pagination
-
API REST call to get the next "page" of a paginated list.
- GetNextPage(ApiElementList<E>, Configuration) - Constructor for class com.ampro.robinhood.net.pagination.GetNextPage
-
- GetNextPage(ApiElementList<E>) - Constructor for class com.ampro.robinhood.net.pagination.GetNextPage
-
- getNumberDependents() - Method in class com.ampro.robinhood.endpoint.account.data.BasicAccountHolderInfo
-
- getNumBuyRatings() - Method in class com.ampro.robinhood.endpoint.ratings.data.RatingSummary
-
Gets the num buy ratings.
- getNumHoldRatings() - Method in class com.ampro.robinhood.endpoint.ratings.data.RatingSummary
-
Gets the num hold ratings.
- getNumSellRatings() - Method in class com.ampro.robinhood.endpoint.ratings.data.RatingSummary
-
Gets the num sell ratings.
- getOccupation() - Method in class com.ampro.robinhood.endpoint.account.data.AccountHolderEmployment
-
- getOpen() - Method in class com.ampro.robinhood.endpoint.fundamentals.data.TickerFundamental
-
- getOptions() - Method in class com.ampro.robinhood.RobinhoodApi
-
TODO DOCS
- GetOptionsMethod - Class in com.ampro.robinhood.endpoint.option.methods
-
API method that represents a request to obtain the
Option
objects
associated with a Robinhood account.
- GetOptionsMethod(Configuration) - Constructor for class com.ampro.robinhood.endpoint.option.methods.GetOptionsMethod
-
Create an API method using the Robinhood API as a default host.
- GetOptionsMethod(Configuration, String) - Constructor for class com.ampro.robinhood.endpoint.option.methods.GetOptionsMethod
-
Deprecated.
- getOptionType() - Method in class com.ampro.robinhood.endpoint.option.data.Leg
-
- getOptionUrl() - Method in class com.ampro.robinhood.endpoint.option.data.Leg
-
- getOrders() - Method in class com.ampro.robinhood.RobinhoodApi
-
- GetOrdersMethod - Class in com.ampro.robinhood.endpoint.orders.methods
-
REST GET method to retrieve a user's orders.
- GetOrdersMethod(Configuration) - Constructor for class com.ampro.robinhood.endpoint.orders.methods.GetOrdersMethod
-
- getOvernight_buying_power() - Method in class com.ampro.robinhood.endpoint.account.data.MarginBalances
-
- getOvernight_buying_power_held_for_orders() - Method in class com.ampro.robinhood.endpoint.account.data.MarginBalances
-
- getOvernight_ratio() - Method in class com.ampro.robinhood.endpoint.account.data.MarginBalances
-
- getPe_ratio() - Method in class com.ampro.robinhood.endpoint.fundamentals.data.TickerFundamental
-
- getPhoneNumber() - Method in class com.ampro.robinhood.endpoint.account.data.BasicAccountHolderInfo
-
- getPortfolio() - Method in class com.ampro.robinhood.endpoint.account.data.Account
-
- getPosition() - Method in class com.ampro.robinhood.endpoint.orders.data.SecurityOrder
-
- getPositions() - Method in class com.ampro.robinhood.endpoint.account.data.Account
-
- getPositionType() - Method in class com.ampro.robinhood.endpoint.option.data.Leg
-
- getPositionUrl() - Method in class com.ampro.robinhood.endpoint.option.data.Leg
-
- getPrevious() - Method in class com.ampro.robinhood.endpoint.account.data.AccountArrayWrapper
-
Deprecated.
- getPrevious() - Method in class com.ampro.robinhood.endpoint.ApiElementList
-
- getPreviousClose() - Method in class com.ampro.robinhood.endpoint.quote.data.TickerQuote
-
Gets the previous close.
- getPreviousCloseDate() - Method in class com.ampro.robinhood.endpoint.quote.data.TickerQuote
-
Gets the previous close date.
- GetPreviousPage - Class in com.ampro.robinhood.net.pagination
-
API REST call to get the previous "page" of a paginated list.
- GetPreviousPage(ApiElementList<E>, Configuration) - Constructor for class com.ampro.robinhood.net.pagination.GetPreviousPage
-
- GetPreviousPage(ApiElementList<E>) - Constructor for class com.ampro.robinhood.net.pagination.GetPreviousPage
-
- getPrice() - Method in class com.ampro.robinhood.endpoint.orders.data.Execution
-
- getQuantity() - Method in class com.ampro.robinhood.endpoint.account.data.Position
-
- getQuantity() - Method in class com.ampro.robinhood.endpoint.option.data.Option
-
- getQuantity() - Method in class com.ampro.robinhood.endpoint.option.data.SimpleOption
-
- getQuantity() - Method in class com.ampro.robinhood.endpoint.orders.data.Execution
-
- getQueryParameters() - Method in class com.ampro.robinhood.net.ApiMethod
-
- getQuote() - Method in class com.ampro.robinhood.endpoint.instrument.data.Instrument
-
- GetQuote - Class in com.ampro.robinhood.endpoint.quote.methods
-
Wrapper for HTTP(S) wrapper for making get requests to get security quotes
- GetQuote() - Constructor for class com.ampro.robinhood.endpoint.quote.methods.GetQuote
-
- getQuoteByTicker(String) - Method in class com.ampro.robinhood.RobinhoodApi
-
Method returning a
TickerQuote
for the supplied ticker.
- getQuoteListByTickers(Collection<String>) - Method in class com.ampro.robinhood.RobinhoodApi
-
Get a list of security quotes by their tickers.
- getQuotes() - Method in class com.ampro.robinhood.endpoint.quote.data.TickerQuoteList
-
- getRatelimit() - Static method in class com.ampro.robinhood.Configuration
-
- getRatingsByInstrumentIds(String...) - Method in class com.ampro.robinhood.RobinhoodApi
-
Gets the ratings by instrument ids.
- getRatingsByTickers(String...) - Method in class com.ampro.robinhood.RobinhoodApi
-
Gets the ratings by tickers.
- GetRatingsData - Class in com.ampro.robinhood.endpoint.ratings.method
-
The Class GetRatingsData that allows querying for ratings data of an instrument.
- GetRatingsData(String...) - Constructor for class com.ampro.robinhood.endpoint.ratings.method.GetRatingsData
-
Instantiates GetRatingsData.
- GetRatingsData(Collection<String>) - Constructor for class com.ampro.robinhood.endpoint.ratings.method.GetRatingsData
-
Instantiates GetRatingsData.
- getRatioQuantity() - Method in class com.ampro.robinhood.endpoint.option.data.Leg
-
- getRejectReason() - Method in class com.ampro.robinhood.endpoint.orders.data.SecurityOrder
-
- getResult() - Method in class com.ampro.robinhood.endpoint.account.data.AccountArrayWrapper
-
Currently, there will NEVER be more than just one of these.
- getResults() - Method in class com.ampro.robinhood.endpoint.ApiElementList
-
- getRetryAfter() - Method in class com.ampro.robinhood.net.request.ratelimiting.RateLimit
-
- getRetryTime() - Method in class com.ampro.robinhood.net.request.ratelimiting.RateLimit
-
- getReturnType() - Method in class com.ampro.robinhood.net.ApiMethod
-
- getRiskTolerance() - Method in class com.ampro.robinhood.endpoint.account.data.AccountHolderInvestmentProfile
-
- getRouteParameters() - Method in class com.ampro.robinhood.net.ApiMethod
-
- getSecurityAffiliatedAddress() - Method in class com.ampro.robinhood.endpoint.account.data.AccountHolderAffiliation
-
- getSecurityAffiliatedFirm_Relationship() - Method in class com.ampro.robinhood.endpoint.account.data.AccountHolderAffiliation
-
- getSecurityAffiliatedFirmName() - Method in class com.ampro.robinhood.endpoint.account.data.AccountHolderAffiliation
-
- getSecurityAffiliatedPersonName() - Method in class com.ampro.robinhood.endpoint.account.data.AccountHolderAffiliation
-
- getSettlementDate() - Method in class com.ampro.robinhood.endpoint.orders.data.Execution
-
- getSharesHeldForBuys() - Method in class com.ampro.robinhood.endpoint.account.data.Position
-
- getSharesHeldForSells() - Method in class com.ampro.robinhood.endpoint.account.data.Position
-
- getSharesHeldForStockGrants() - Method in class com.ampro.robinhood.endpoint.account.data.Position
-
- getSimpleName() - Method in class com.ampro.robinhood.endpoint.instrument.data.Instrument
-
- getSlug() - Method in class com.ampro.robinhood.endpoint.collection.data.InstrumentCollectionList
-
- getSma() - Method in class com.ampro.robinhood.endpoint.account.data.Account
-
- getSmaHeldForOrders() - Method in class com.ampro.robinhood.endpoint.account.data.Account
-
- getSourceOfFunds() - Method in class com.ampro.robinhood.endpoint.account.data.AccountHolderInvestmentProfile
-
- getSplits() - Method in class com.ampro.robinhood.endpoint.instrument.data.Instrument
-
- getState() - Method in class com.ampro.robinhood.endpoint.account.data.BasicAccountHolderInfo
-
- getState() - Method in class com.ampro.robinhood.endpoint.instrument.data.Instrument
-
- getStrategy() - Method in class com.ampro.robinhood.endpoint.option.data.Option
-
- getStrikePrice() - Method in class com.ampro.robinhood.endpoint.option.data.Leg
-
- getStrikePrice() - Method in class com.ampro.robinhood.endpoint.option.data.SimpleOption
-
- getSummary() - Method in class com.ampro.robinhood.endpoint.ratings.data.Rating
-
Gets the summary.
- getSymbol() - Method in class com.ampro.robinhood.endpoint.instrument.data.Instrument
-
- getSymbol() - Method in class com.ampro.robinhood.endpoint.option.data.Option
-
- getSymbol() - Method in class com.ampro.robinhood.endpoint.option.data.SimpleOption
-
- getSymbol() - Method in class com.ampro.robinhood.endpoint.quote.data.TickerQuote
-
Gets the symbol.
- getTaxBracket() - Method in class com.ampro.robinhood.endpoint.account.data.AccountHolderInvestmentProfile
-
- getTaxIdSsn() - Method in class com.ampro.robinhood.endpoint.account.data.BasicAccountHolderInfo
-
- getTicker() - Method in exception com.ampro.robinhood.throwables.TickerNotFoundException
-
- GetTickerFundamental - Class in com.ampro.robinhood.endpoint.fundamentals.methods
-
- GetTickerFundamental(String) - Constructor for class com.ampro.robinhood.endpoint.fundamentals.methods.GetTickerFundamental
-
- GetTickerFundamentalList - Class in com.ampro.robinhood.endpoint.fundamentals.methods
-
- GetTickerFundamentalList(Collection<String>) - Constructor for class com.ampro.robinhood.endpoint.fundamentals.methods.GetTickerFundamentalList
-
- GetTickerQuote - Class in com.ampro.robinhood.endpoint.quote.methods
-
Created by SirensBell on 6/19/2017.
- GetTickerQuote(String) - Constructor for class com.ampro.robinhood.endpoint.quote.methods.GetTickerQuote
-
- GetTickerQuoteList - Class in com.ampro.robinhood.endpoint.quote.methods
-
- GetTickerQuoteList(Collection<String>) - Constructor for class com.ampro.robinhood.endpoint.quote.methods.GetTickerQuoteList
-
Construct a method to get multiple security quotes by tickers
(e.g.
- getTimeHorizon() - Method in class com.ampro.robinhood.endpoint.account.data.AccountHolderInvestmentProfile
-
- getTimestamp() - Method in class com.ampro.robinhood.endpoint.orders.data.Execution
-
- getToken() - Method in class com.ampro.robinhood.Configuration
-
Method which gets the saved authorization token if the user is logged in.
- getToken() - Method in class com.ampro.robinhood.endpoint.authorize.AuthorizationData
-
- getToken() - Method in class com.ampro.robinhood.endpoint.authorize.AuthorizationData.Token
-
- getTotalNetWorth() - Method in class com.ampro.robinhood.endpoint.account.data.AccountHolderInvestmentProfile
-
- getTradability() - Method in class com.ampro.robinhood.endpoint.instrument.data.Instrument
-
- getTradableChainId() - Method in class com.ampro.robinhood.endpoint.instrument.data.Instrument
-
- getTradeable() - Method in class com.ampro.robinhood.endpoint.instrument.data.Instrument
-
- getTradeMultiplier() - Method in class com.ampro.robinhood.endpoint.option.data.SimpleOption
-
- getTradeValueMultiplier() - Method in class com.ampro.robinhood.endpoint.option.data.Option
-
- getTransactionState() - Method in class com.ampro.robinhood.endpoint.orders.data.SecurityOrder
-
- getTransactionStateAsString() - Method in class com.ampro.robinhood.endpoint.orders.data.SecurityOrder
-
- getType() - Method in class com.ampro.robinhood.endpoint.account.data.Account
-
- getType() - Method in class com.ampro.robinhood.endpoint.instrument.data.Instrument
-
- getType() - Method in class com.ampro.robinhood.endpoint.option.data.SimpleOption
-
- getType() - Method in class com.ampro.robinhood.net.request.ratelimiting.RateLimit
-
- getUnallocated_margin_cash() - Method in class com.ampro.robinhood.endpoint.account.data.MarginBalances
-
- getUncleared_deposits() - Method in class com.ampro.robinhood.endpoint.account.data.CashBalances
-
- getUncleared_deposits() - Method in class com.ampro.robinhood.endpoint.account.data.MarginBalances
-
- getUnclearedDeposits() - Method in class com.ampro.robinhood.endpoint.account.data.Account
-
- getUnsettled_funds() - Method in class com.ampro.robinhood.endpoint.account.data.CashBalances
-
- getUnsettled_funds() - Method in class com.ampro.robinhood.endpoint.account.data.MarginBalances
-
- getUnsettledFunds() - Method in class com.ampro.robinhood.endpoint.account.data.Account
-
- getUpdatedAt() - Method in class com.ampro.robinhood.endpoint.account.data.Account
-
- getUpdatedAt() - Method in class com.ampro.robinhood.endpoint.account.data.AccountHolderAffiliation
-
- getUpdatedAt() - Method in class com.ampro.robinhood.endpoint.account.data.AccountHolderEmployment
-
- getUpdatedAt() - Method in class com.ampro.robinhood.endpoint.account.data.AccountHolderInvestmentProfile
-
- getUpdatedAt() - Method in class com.ampro.robinhood.endpoint.account.data.BasicAccountHolderInfo
-
- getUpdatedAt() - Method in class com.ampro.robinhood.endpoint.account.data.CashBalances
-
- getUpdatedAt() - Method in class com.ampro.robinhood.endpoint.account.data.MarginBalances
-
- getUpdatedAt() - Method in class com.ampro.robinhood.endpoint.account.data.Position
-
- getUpdatedAt() - Method in class com.ampro.robinhood.endpoint.option.data.Option
-
- getUpdatedAt() - Method in class com.ampro.robinhood.endpoint.orders.data.SecurityOrder
-
- getUpdatedAt() - Method in class com.ampro.robinhood.endpoint.quote.data.TickerQuote
-
Gets the updated at.
- getUrl() - Method in class com.ampro.robinhood.endpoint.account.data.Account
-
- getUrl() - Method in class com.ampro.robinhood.endpoint.account.data.BasicUserInfo
-
- getUrl() - Method in class com.ampro.robinhood.endpoint.account.data.Position
-
- getUrl() - Method in class com.ampro.robinhood.endpoint.instrument.data.Instrument
-
- getUrl() - Method in class com.ampro.robinhood.endpoint.orders.data.SecurityOrder
-
- getUser() - Method in class com.ampro.robinhood.endpoint.account.data.Account
-
- getUser() - Method in class com.ampro.robinhood.endpoint.account.data.AccountHolderAffiliation
-
- getUser() - Method in class com.ampro.robinhood.endpoint.account.data.AccountHolderEmployment
-
- getUser() - Method in class com.ampro.robinhood.endpoint.account.data.AccountHolderInvestmentProfile
-
- getUsername() - Method in class com.ampro.robinhood.endpoint.account.data.BasicUserInfo
-
- getValue() - Method in enum com.ampro.robinhood.endpoint.account.enums.InvestmentExperience
-
- getValue() - Method in enum com.ampro.robinhood.endpoint.account.enums.InvestmentObjective
-
- getValue() - Method in enum com.ampro.robinhood.endpoint.account.enums.LiquidityNeeds
-
- getValue() - Method in enum com.ampro.robinhood.endpoint.account.enums.RiskTolerance
-
- getValue() - Method in enum com.ampro.robinhood.endpoint.account.enums.SourceOfFunds
-
- getValue() - Method in enum com.ampro.robinhood.endpoint.account.enums.TimeHorizon
-
- getValue() - Method in enum com.ampro.robinhood.endpoint.authorize.AuthorizationData.MultifactorType
-
- getValue() - Method in enum com.ampro.robinhood.endpoint.authorize.LoginStatus
-
- getValue() - Method in enum com.ampro.robinhood.endpoint.orders.enums.OrderState
-
Get the Robinhood API's string that corresponds to this enum
- getValue() - Method in enum com.ampro.robinhood.endpoint.orders.enums.OrderTransactionType
-
- getValue() - Method in enum com.ampro.robinhood.endpoint.orders.enums.OrderTrigger
-
- getValue() - Method in enum com.ampro.robinhood.endpoint.orders.enums.TimeInForce
-
- getValue() - Method in interface com.ampro.robinhood.endpoint.RobinhoodEnum
-
Get the Robinhood API's string that corresponds to this enum
- getVolume() - Method in class com.ampro.robinhood.endpoint.fundamentals.data.TickerFundamental
-
- getYearsEmployed() - Method in class com.ampro.robinhood.endpoint.account.data.AccountHolderEmployment
-
- getZipcode() - Method in class com.ampro.robinhood.endpoint.account.data.BasicAccountHolderInfo
-
- SearchInstrumentsByKeyword - Class in com.ampro.robinhood.endpoint.instrument.methods
-
- SearchInstrumentsByKeyword(String) - Constructor for class com.ampro.robinhood.endpoint.instrument.methods.SearchInstrumentsByKeyword
-
- SecurityOrder - Class in com.ampro.robinhood.endpoint.orders.data
-
- SecurityOrder() - Constructor for class com.ampro.robinhood.endpoint.orders.data.SecurityOrder
-
- SecurityOrderList - Class in com.ampro.robinhood.endpoint.orders.data
-
- SecurityOrderList() - Constructor for class com.ampro.robinhood.endpoint.orders.data.SecurityOrderList
-
- setAccountNumber(String) - Method in class com.ampro.robinhood.Configuration
-
- setAuthData(AuthorizationData) - Method in class com.ampro.robinhood.Configuration
-
- setAuthToken(String) - Method in class com.ampro.robinhood.Configuration
-
Method which registers the authToken for the user into the Configuration Manager
- setAuthToken(String) - Method in class com.ampro.robinhood.RobinhoodApi
-
Deprecated.
- setEndpointParameters() - Method in class com.ampro.robinhood.endpoint.orders.methods.OrderMethod
-
Method which sets up the basic parameters for the endpoint.
- setExpirationDate(String) - Method in class com.ampro.robinhood.endpoint.option.data.Leg
-
! Should only be used for test purposes !
- setId(String) - Method in class com.ampro.robinhood.endpoint.orders.data.Execution
-
- setMethodType(RequestMethod) - Method in class com.ampro.robinhood.net.ApiMethod
-
Set the request method type
- setMfaCode(String) - Method in class com.ampro.robinhood.endpoint.authorize.AuthorizationData
-
- setOption(String) - Method in class com.ampro.robinhood.endpoint.option.data.Leg
-
! Should only be used for test purposes !
- setOptionType(String) - Method in class com.ampro.robinhood.endpoint.option.data.Leg
-
! Should only be used for test purposes !
- setOrderParameters() - Method in class com.ampro.robinhood.endpoint.orders.methods.CancelOrderMethod
-
Does nothing
- setOrderParameters() - Method in class com.ampro.robinhood.endpoint.orders.methods.GetOrdersMethod
-
Does nothing
- setOrderParameters() - Method in class com.ampro.robinhood.endpoint.orders.methods.MakeLimitOrder
-
- setOrderParameters() - Method in class com.ampro.robinhood.endpoint.orders.methods.MakeLimitStopOrder
-
- setOrderParameters() - Method in class com.ampro.robinhood.endpoint.orders.methods.MakeMarketOrder
-
- setOrderParameters() - Method in class com.ampro.robinhood.endpoint.orders.methods.MakeMarketStopOrder
-
- setOrderParameters() - Method in class com.ampro.robinhood.endpoint.orders.methods.OrderMethod
-
Method which sets the URLParameters for the order.
- setPosition(String) - Method in class com.ampro.robinhood.endpoint.option.data.Leg
-
! Should only be used for test purposes !
- setPositionType(String) - Method in class com.ampro.robinhood.endpoint.option.data.Leg
-
! Should only be used for test purposes !
- setPrice(Integer) - Method in class com.ampro.robinhood.endpoint.orders.data.Execution
-
- setQuantity(Integer) - Method in class com.ampro.robinhood.endpoint.orders.data.Execution
-
- setRatelimit(int) - Static method in class com.ampro.robinhood.Configuration
-
Set a new ratelimit (in milliseconds)
- setRatioQuantity(String) - Method in class com.ampro.robinhood.endpoint.option.data.Leg
-
! Should only be used for test purposes !
- setReturnType(Type) - Method in class com.ampro.robinhood.net.ApiMethod
-
- setSettlementDate(String) - Method in class com.ampro.robinhood.endpoint.orders.data.Execution
-
- setStrikePrice(String) - Method in class com.ampro.robinhood.endpoint.option.data.Leg
-
! Should only be used for test purposes !
- setTimestamp(String) - Method in class com.ampro.robinhood.endpoint.orders.data.Execution
-
- setToken(String) - Method in class com.ampro.robinhood.endpoint.authorize.AuthorizationData
-
Set the token used to authorize private ApiMethods.
- setToken(AuthorizationData.Token) - Method in class com.ampro.robinhood.endpoint.authorize.AuthorizationData
-
Set the token used to authorize private ApiMethods.
- setUrlBase(String) - Method in class com.ampro.robinhood.net.ApiMethod
-
Method which sets the URL base.
- setValue(String) - Method in enum com.ampro.robinhood.endpoint.authorize.LoginStatus
-
Set the value (and toString) of this enum.
- sharesHeldForBuys - Variable in class com.ampro.robinhood.endpoint.account.data.Position
-
- sharesHeldForSells - Variable in class com.ampro.robinhood.endpoint.account.data.Position
-
- sharesHeldForStockGrants - Variable in class com.ampro.robinhood.endpoint.account.data.Position
-
- SimpleOption - Class in com.ampro.robinhood.endpoint.option.data
-
TODO DOCS
- SimpleOption(String, String, BigDecimal, BigDecimal, BigDecimal, LocalDate, BigDecimal) - Constructor for class com.ampro.robinhood.endpoint.option.data.SimpleOption
-
- SourceOfFunds - Enum in com.ampro.robinhood.endpoint.account.enums
-
- valueOf(String) - Static method in enum com.ampro.robinhood.endpoint.account.enums.InvestmentExperience
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.ampro.robinhood.endpoint.account.enums.InvestmentObjective
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.ampro.robinhood.endpoint.account.enums.LiquidityNeeds
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.ampro.robinhood.endpoint.account.enums.RiskTolerance
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.ampro.robinhood.endpoint.account.enums.SourceOfFunds
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.ampro.robinhood.endpoint.account.enums.TimeHorizon
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.ampro.robinhood.endpoint.authorize.AuthorizationData.MultifactorType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.ampro.robinhood.endpoint.authorize.LoginStatus
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.ampro.robinhood.endpoint.orders.enums.OrderState
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.ampro.robinhood.endpoint.orders.enums.OrderTransactionType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.ampro.robinhood.endpoint.orders.enums.OrderTrigger
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.ampro.robinhood.endpoint.orders.enums.TimeInForce
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.ampro.robinhood.net.request.RequestMethod
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum com.ampro.robinhood.endpoint.account.enums.InvestmentExperience
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.ampro.robinhood.endpoint.account.enums.InvestmentObjective
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.ampro.robinhood.endpoint.account.enums.LiquidityNeeds
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.ampro.robinhood.endpoint.account.enums.RiskTolerance
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.ampro.robinhood.endpoint.account.enums.SourceOfFunds
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.ampro.robinhood.endpoint.account.enums.TimeHorizon
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.ampro.robinhood.endpoint.authorize.AuthorizationData.MultifactorType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.ampro.robinhood.endpoint.authorize.LoginStatus
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.ampro.robinhood.endpoint.orders.enums.OrderState
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.ampro.robinhood.endpoint.orders.enums.OrderTransactionType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.ampro.robinhood.endpoint.orders.enums.OrderTrigger
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.ampro.robinhood.endpoint.orders.enums.TimeInForce
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.ampro.robinhood.net.request.RequestMethod
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- verifyTickerData(String) - Method in class com.ampro.robinhood.endpoint.orders.methods.OrderMethod
-
Verifies that the ticker is a valid one.