Skip navigation links
A B C D E F G H I L M N O P Q R S T U V 

A

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
Convert this Option to a SimpleOption
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
 

B

BasicAccountHolderInfo - Class in com.ampro.robinhood.endpoint.account.data
 
BasicAccountHolderInfo() - Constructor for class com.ampro.robinhood.endpoint.account.data.BasicAccountHolderInfo
 
BasicUserInfo - Class in com.ampro.robinhood.endpoint.account.data
 
BasicUserInfo() - Constructor for class com.ampro.robinhood.endpoint.account.data.BasicUserInfo
 
buildIterable(ApiElementList<E>) - Method in class com.ampro.robinhood.RobinhoodApi
Build an Iterable based off a PaginatedIterator.

C

cancelOrder(SecurityOrder) - Method in class com.ampro.robinhood.RobinhoodApi
Deprecated.
CancelOrderMethod - Class in com.ampro.robinhood.endpoint.orders.methods
An API method to cancel an open order.
CancelOrderMethod(SecurityOrder, Configuration) - Constructor for class com.ampro.robinhood.endpoint.orders.methods.CancelOrderMethod
Build a cancel order method.
CashBalances - Class in com.ampro.robinhood.endpoint.account.data
 
CashBalances() - Constructor for class com.ampro.robinhood.endpoint.account.data.CashBalances
 
ChronoFormatter - Class in com.ampro.robinhood.util
A Class containing the format of ISO 8601 date returned by Robinhood
clear() - Method in class com.ampro.robinhood.Configuration
Clears all user data from the Configuration.
close() - Method in class com.ampro.robinhood.LogHandler
 
com.ampro.robinhood - package com.ampro.robinhood
 
com.ampro.robinhood.endpoint - package com.ampro.robinhood.endpoint
 
com.ampro.robinhood.endpoint.account.data - package com.ampro.robinhood.endpoint.account.data
 
com.ampro.robinhood.endpoint.account.enums - package com.ampro.robinhood.endpoint.account.enums
 
com.ampro.robinhood.endpoint.account.methods - package com.ampro.robinhood.endpoint.account.methods
 
com.ampro.robinhood.endpoint.authorize - package com.ampro.robinhood.endpoint.authorize
 
com.ampro.robinhood.endpoint.authorize.methods - package com.ampro.robinhood.endpoint.authorize.methods
 
com.ampro.robinhood.endpoint.collection.data - package com.ampro.robinhood.endpoint.collection.data
 
com.ampro.robinhood.endpoint.collection.methods - package com.ampro.robinhood.endpoint.collection.methods
 
com.ampro.robinhood.endpoint.fundamentals.data - package com.ampro.robinhood.endpoint.fundamentals.data
 
com.ampro.robinhood.endpoint.fundamentals.methods - package com.ampro.robinhood.endpoint.fundamentals.methods
 
com.ampro.robinhood.endpoint.instrument.data - package com.ampro.robinhood.endpoint.instrument.data
 
com.ampro.robinhood.endpoint.instrument.methods - package com.ampro.robinhood.endpoint.instrument.methods
 
com.ampro.robinhood.endpoint.option.data - package com.ampro.robinhood.endpoint.option.data
 
com.ampro.robinhood.endpoint.option.methods - package com.ampro.robinhood.endpoint.option.methods
 
com.ampro.robinhood.endpoint.orders.data - package com.ampro.robinhood.endpoint.orders.data
 
com.ampro.robinhood.endpoint.orders.enums - package com.ampro.robinhood.endpoint.orders.enums
 
com.ampro.robinhood.endpoint.orders.methods - package com.ampro.robinhood.endpoint.orders.methods
 
com.ampro.robinhood.endpoint.quote.data - package com.ampro.robinhood.endpoint.quote.data
 
com.ampro.robinhood.endpoint.quote.methods - package com.ampro.robinhood.endpoint.quote.methods
 
com.ampro.robinhood.endpoint.ratings.data - package com.ampro.robinhood.endpoint.ratings.data
 
com.ampro.robinhood.endpoint.ratings.method - package com.ampro.robinhood.endpoint.ratings.method
 
com.ampro.robinhood.net - package com.ampro.robinhood.net
 
com.ampro.robinhood.net.annotations - package com.ampro.robinhood.net.annotations
 
com.ampro.robinhood.net.pagination - package com.ampro.robinhood.net.pagination
 
com.ampro.robinhood.net.request - package com.ampro.robinhood.net.request
 
com.ampro.robinhood.net.request.ratelimiting - package com.ampro.robinhood.net.request.ratelimiting
 
com.ampro.robinhood.throwables - package com.ampro.robinhood.throwables
 
com.ampro.robinhood.util - package com.ampro.robinhood.util
 
config - Variable in class com.ampro.robinhood.net.ApiMethod
 
Configuration - Class in com.ampro.robinhood
The Configuration stores authorization information about an instance of the RobinhoodApi.
Configuration() - Constructor for class com.ampro.robinhood.Configuration
Construct a Configuration with no data
createdAt - Variable in class com.ampro.robinhood.endpoint.account.data.Position
 

D

doesOverrideDayTradeChecks() - Method in class com.ampro.robinhood.endpoint.orders.data.SecurityOrder
 
doesOverrideDtbpChecks() - Method in class com.ampro.robinhood.endpoint.orders.data.SecurityOrder
 

E

execute() - Method in class com.ampro.robinhood.net.ApiMethod
Execute the method request.
Execution - Class in com.ampro.robinhood.endpoint.orders.data
 
Execution() - Constructor for class com.ampro.robinhood.endpoint.orders.data.Execution
 

F

flush() - Method in class com.ampro.robinhood.LogHandler
 

G

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
Method returning a AccountHolderAffiliation for the currently logged in user
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
Method returning a AccountHolderEmployment for the currently logged in user
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
Method returning a BasicAccountHolderInfo for the currently logged in user
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
Method returning a AccountHolderInvestmentProfile for the currently logged in user
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
Get's every Instrument tracked by Robinhood.
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
An ApiMethod to log the user in.
GetAuthorizationData(String, String) - Constructor for class com.ampro.robinhood.endpoint.authorize.methods.GetAuthorizationData
An ApiMethod to log the user in.
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
Method returning a TickerFundamental for the supplied ticker name
getFundamentalList(Collection<String>) - Method in class com.ampro.robinhood.RobinhoodApi
Get a List of TickerFundamental.
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
This returns a InstrumentList ...
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
Get an Instrument by a predefined URL
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
Construct a GetNextPage with a Configuration.
GetNextPage(ApiElementList<E>) - Constructor for class com.ampro.robinhood.net.pagination.GetNextPage
Construct a GetNextPage without a Configuration.
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
Set api URL to GET from and return type (SecurityOrderList).
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
Construct a GetPreviousPage with a Configuration Use this constructor for ApiElements that require an authorization token.
GetPreviousPage(ApiElementList<E>) - Constructor for class com.ampro.robinhood.net.pagination.GetPreviousPage
Construct a GetPreviousPage without a Configuration.
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
(from Unofficial Robinhood API )
"Gather quote data for a list of symbols at once...Returned data is semi-paginated (in that there are no next or previous keys)."
Returns a TickerQuoteList.
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
 

H

hasNext() - Method in class com.ampro.robinhood.net.pagination.PaginatedIterator
 
hasToken() - Method in class com.ampro.robinhood.Configuration
Whether or not an authToken exists.

I

Instrument - Class in com.ampro.robinhood.endpoint.instrument.data
An Instrument contains data on any of the 10,000+ instruments tracked by Robinhood's partners (~8,000 are trade-able)
Instrument() - Constructor for class com.ampro.robinhood.endpoint.instrument.data.Instrument
 
InstrumentCollectionList - Class in com.ampro.robinhood.endpoint.collection.data
The Class InstrumentCollectionList.
InstrumentCollectionList() - Constructor for class com.ampro.robinhood.endpoint.collection.data.InstrumentCollectionList
 
InstrumentList - Class in com.ampro.robinhood.endpoint.instrument.data
A Paginated List of Instrument
InstrumentList() - Constructor for class com.ampro.robinhood.endpoint.instrument.data.InstrumentList
 
instrumentUrl - Variable in class com.ampro.robinhood.endpoint.account.data.Position
 
intradayAverageBuyPrice - Variable in class com.ampro.robinhood.endpoint.account.data.Position
 
intradayQuantity - Variable in class com.ampro.robinhood.endpoint.account.data.Position
 
InvestmentExperience - Enum in com.ampro.robinhood.endpoint.account.enums
Enum wrapper for RH "investor experience" levels
InvestmentObjective - Enum in com.ampro.robinhood.endpoint.account.enums
 
isControlPerson() - Method in class com.ampro.robinhood.endpoint.account.data.AccountHolderAffiliation
 
isDeactivated() - Method in class com.ampro.robinhood.endpoint.account.data.Account
 
isDepositHalted() - Method in class com.ampro.robinhood.endpoint.account.data.Account
 
isEmpty() - Method in class com.ampro.robinhood.endpoint.ApiElementList
 
isExtendedHours() - Method in class com.ampro.robinhood.endpoint.orders.data.SecurityOrder
 
isLimitExceeded() - Method in class com.ampro.robinhood.net.request.ratelimiting.RateLimit
 
isLoggedIn() - Method in class com.ampro.robinhood.RobinhoodApi
 
isObjectsToDisclosure() - Method in class com.ampro.robinhood.endpoint.account.data.AccountHolderAffiliation
 
isOnlyPositionClosingTrades() - Method in class com.ampro.robinhood.endpoint.account.data.Account
 
isSecurityAffiliatedEmployee() - Method in class com.ampro.robinhood.endpoint.account.data.AccountHolderAffiliation
 
isSimpleOption() - Method in class com.ampro.robinhood.endpoint.option.data.Option
 
isSuitabilityVerified() - Method in class com.ampro.robinhood.endpoint.account.data.AccountHolderInvestmentProfile
 
isSweepConsent() - Method in class com.ampro.robinhood.endpoint.account.data.AccountHolderAffiliation
 
isSweepEnabled() - Method in class com.ampro.robinhood.endpoint.account.data.Account
 
isTradingHalted() - Method in class com.ampro.robinhood.endpoint.quote.data.TickerQuote
Checks if is trading halted.
isWithdrawlHalted() - Method in class com.ampro.robinhood.endpoint.account.data.Account
 
iterator() - Method in class com.ampro.robinhood.endpoint.quote.data.TickerQuoteList
 

L

Leg - Class in com.ampro.robinhood.endpoint.option.data
Abstraction representing a leg for single Robinhood investment derivative.
Leg() - Constructor for class com.ampro.robinhood.endpoint.option.data.Leg
 
LiquidityNeeds - Enum in com.ampro.robinhood.endpoint.account.enums
An enum wrapper for a Robinhood account's "LiquidityNeeds" defined by the API.
loadAuthData(String, String) - Method in class com.ampro.robinhood.RobinhoodApi
Request AuthorizationData from Robinhood and adds it to the Configuration.
log - Static variable in class com.ampro.robinhood.RobinhoodApi
The Logger object used for the custom error handling
LogHandler - Class in com.ampro.robinhood
 
LogHandler() - Constructor for class com.ampro.robinhood.LogHandler
 
LogHandler(boolean) - Constructor for class com.ampro.robinhood.LogHandler
 
login(String, String) - Method in class com.ampro.robinhood.RobinhoodApi
Method which logs a user in given a email and password.
login(String, String, boolean) - Method in class com.ampro.robinhood.RobinhoodApi
Method which logs a user in given a email and password.
loginMfa(String, String, String) - Method in class com.ampro.robinhood.RobinhoodApi
Login with a Multifactor/Two-factor authorization code.
LoginStatus - Enum in com.ampro.robinhood.endpoint.authorize
 
LogoutFromRobinhood - Class in com.ampro.robinhood.endpoint.authorize.methods
ApiMethod to log a RobinhoodApi instance out.
LogoutFromRobinhood(Configuration) - Constructor for class com.ampro.robinhood.endpoint.authorize.methods.LogoutFromRobinhood
ApiMethod to log a RobinhoodApi instance out.
logUserOut() - Method in class com.ampro.robinhood.RobinhoodApi
Method which forces the authorization token to expire, logging the user out if the user is currently logged in.

M

makeApiRequest(ApiMethod) - Method in class com.ampro.robinhood.net.request.RequestManager
Make an API request to the Robinhood servers
MakeLimitOrder - Class in com.ampro.robinhood.endpoint.orders.methods
 
MakeLimitOrder(String, TimeInForce, float, int, OrderTransactionType, Configuration) - Constructor for class com.ampro.robinhood.endpoint.orders.methods.MakeLimitOrder
Method which returns a SecurityOrder after running a LIMIT order given the supplied parameters.
makeLimitOrder(String, TimeInForce, float, int, OrderTransactionType) - Method in class com.ampro.robinhood.RobinhoodApi
Method which returns a SecurityOrder after running a LIMIT order given the supplied parameters.
MakeLimitStopOrder - Class in com.ampro.robinhood.endpoint.orders.methods
Make a Stop-trigger Limit Order.
MakeLimitStopOrder(String, TimeInForce, float, int, OrderTransactionType, float, Configuration) - Constructor for class com.ampro.robinhood.endpoint.orders.methods.MakeLimitStopOrder
 
makeLimitStopOrder(String, TimeInForce, float, int, OrderTransactionType, float) - Method in class com.ampro.robinhood.RobinhoodApi
 
MakeMarketOrder - Class in com.ampro.robinhood.endpoint.orders.methods
Created by SirensBell on 6/15/2017.
MakeMarketOrder(String, int, OrderTransactionType, TimeInForce, Configuration) - Constructor for class com.ampro.robinhood.endpoint.orders.methods.MakeMarketOrder
 
makeMarketOrder(String, int, OrderTransactionType, TimeInForce) - Method in class com.ampro.robinhood.RobinhoodApi
 
MakeMarketStopOrder - Class in com.ampro.robinhood.endpoint.orders.methods
Created by SirensBell on 6/18/2017.
MakeMarketStopOrder(String, int, OrderTransactionType, TimeInForce, float, Configuration) - Constructor for class com.ampro.robinhood.endpoint.orders.methods.MakeMarketStopOrder
 
makeMarketStopOrder(String, int, OrderTransactionType, TimeInForce, float) - Method in class com.ampro.robinhood.RobinhoodApi
 
MarginBalances - Class in com.ampro.robinhood.endpoint.account.data
 
MarginBalances() - Constructor for class com.ampro.robinhood.endpoint.account.data.MarginBalances
 
MAX_TICKERS - Static variable in class com.ampro.robinhood.net.ApiMethod
 
mfaRequired() - Method in class com.ampro.robinhood.endpoint.authorize.AuthorizationData
 

N

next - Variable in class com.ampro.robinhood.endpoint.ApiElementList
 
next() - Method in class com.ampro.robinhood.net.pagination.PaginatedIterator
 
NonSimpleOptionException - Exception in com.ampro.robinhood.throwables
 
NonSimpleOptionException() - Constructor for exception com.ampro.robinhood.throwables.NonSimpleOptionException
 
NotLoggedInException - Exception in com.ampro.robinhood.throwables
Thrown when an unauthorized instance tries to get account data
NotLoggedInException() - Constructor for exception com.ampro.robinhood.throwables.NotLoggedInException
 
NotLoggedInException(String) - Constructor for exception com.ampro.robinhood.throwables.NotLoggedInException
 

O

Option - Class in com.ampro.robinhood.endpoint.option.data
Abstraction representing a single Robinhood investment option.
Option() - Constructor for class com.ampro.robinhood.endpoint.option.data.Option
 
OptionList - Class in com.ampro.robinhood.endpoint.option.data
Abstraction representing a set of options returned from the /options/... Robinhood Representational State Transfer (REST) endpoints.
OptionList() - Constructor for class com.ampro.robinhood.endpoint.option.data.OptionList
 
OrderMethod - Class in com.ampro.robinhood.endpoint.orders.methods
Base method to send an order to the RH API.
OrderMethod(Configuration) - Constructor for class com.ampro.robinhood.endpoint.orders.methods.OrderMethod
 
OrderState - Enum in com.ampro.robinhood.endpoint.orders.enums
 
OrderTransactionType - Enum in com.ampro.robinhood.endpoint.orders.enums
 
OrderTrigger - Enum in com.ampro.robinhood.endpoint.orders.enums
 

P

Paginate - Class in com.ampro.robinhood.net.pagination
An API method for pagination
Paginate(Class<?>, boolean, Configuration) - Constructor for class com.ampro.robinhood.net.pagination.Paginate
Build a Paginate method instance.
PaginatedIterator<T extends ApiElement> - Class in com.ampro.robinhood.net.pagination
 
PaginatedIterator(ApiElementList<T>) - Constructor for class com.ampro.robinhood.net.pagination.PaginatedIterator
 
PaginatedIterator(ApiElementList<T>, Configuration) - Constructor for class com.ampro.robinhood.net.pagination.PaginatedIterator
 
parse(String) - Static method in enum com.ampro.robinhood.endpoint.account.enums.InvestmentExperience
Parse an InvestmentExperience from a string
parse(String) - Static method in enum com.ampro.robinhood.endpoint.account.enums.InvestmentObjective
Parse an InvestmentObjective from a String
parse(String) - Static method in enum com.ampro.robinhood.endpoint.account.enums.LiquidityNeeds
Parse a LiquidityNeeds from a String.
parse(String) - Static method in enum com.ampro.robinhood.endpoint.account.enums.RiskTolerance
Parse a RiskTolerance from a String.
parse(String) - Static method in enum com.ampro.robinhood.endpoint.account.enums.SourceOfFunds
Parse a SourceOfFunds from a String
parse(String) - Static method in enum com.ampro.robinhood.endpoint.account.enums.TimeHorizon
Parse a TimeHorizon from a String
parse(String) - Static method in enum com.ampro.robinhood.endpoint.authorize.AuthorizationData.MultifactorType
Parse a AuthorizationData.MultifactorType from a string from the Robinhood Api.
parse(String) - Static method in enum com.ampro.robinhood.endpoint.orders.enums.OrderState
Parse an OrderState from a string.
parse(String) - Static method in enum com.ampro.robinhood.endpoint.orders.enums.OrderTransactionType
Parse an OrderTransactionType from a string
parse(String) - Static method in enum com.ampro.robinhood.endpoint.orders.enums.OrderTrigger
Parse a String for an OrderTrigger
parse(String) - Static method in enum com.ampro.robinhood.endpoint.orders.enums.TimeInForce
Parse a TimeInForce enum from a Robinhood API formatted string
parseDefault(String) - Static method in class com.ampro.robinhood.util.ChronoFormatter
Parse a ZonedDateTime from a Robinhood ISO 8601 date format.
Position - Class in com.ampro.robinhood.endpoint.account.data
Element containing information of a given position which exists on a users watchlist.
Position() - Constructor for class com.ampro.robinhood.endpoint.account.data.Position
 
PositionList - Class in com.ampro.robinhood.endpoint.account.data
A paginated list of a user's positions
PositionList() - Constructor for class com.ampro.robinhood.endpoint.account.data.PositionList
 
previous - Variable in class com.ampro.robinhood.endpoint.ApiElementList
 
println() - Method in interface com.ampro.robinhood.endpoint.RobinhoodEnum
 
publish(LogRecord) - Method in class com.ampro.robinhood.LogHandler
 

Q

quantity - Variable in class com.ampro.robinhood.endpoint.account.data.Position
 

R

RateLimit - Class in com.ampro.robinhood.net.request.ratelimiting
 
RateLimit(String, int) - Constructor for class com.ampro.robinhood.net.request.ratelimiting.RateLimit
 
Rating - Class in com.ampro.robinhood.endpoint.ratings.data
The Class RatingResult.
Rating() - Constructor for class com.ampro.robinhood.endpoint.ratings.data.Rating
 
RatingList - Class in com.ampro.robinhood.endpoint.ratings.data
The Class RatingList.
RatingList() - Constructor for class com.ampro.robinhood.endpoint.ratings.data.RatingList
 
RatingSummary - Class in com.ampro.robinhood.endpoint.ratings.data
The Class RatingSummary.
RatingSummary() - Constructor for class com.ampro.robinhood.endpoint.ratings.data.RatingSummary
 
reqMan - Static variable in class com.ampro.robinhood.net.ApiMethod
 
RequestManager - Class in com.ampro.robinhood.net.request
Singleton for making HTTP(S) requests with ApiMethod
RequestManager() - Constructor for class com.ampro.robinhood.net.request.RequestManager
 
RequestMethod - Enum in com.ampro.robinhood.net.request
An enum for which HTTP method that the library is requesting
RequestTooLargeException - Exception in com.ampro.robinhood.throwables
An exception for API requests that are too large (ala get w/ 10000 items).
RequestTooLargeException() - Constructor for exception com.ampro.robinhood.throwables.RequestTooLargeException
 
RequestTooLargeException(String) - Constructor for exception com.ampro.robinhood.throwables.RequestTooLargeException
 
requiresAuth() - Method in class com.ampro.robinhood.endpoint.account.data.Account
 
requiresAuth() - Method in class com.ampro.robinhood.endpoint.account.data.AccountArrayWrapper
 
requiresAuth() - Method in class com.ampro.robinhood.endpoint.account.data.AccountHolderAffiliation
 
requiresAuth() - Method in class com.ampro.robinhood.endpoint.account.data.AccountHolderEmployment
 
requiresAuth() - Method in class com.ampro.robinhood.endpoint.account.data.AccountHolderInvestmentProfile
 
requiresAuth() - Method in class com.ampro.robinhood.endpoint.account.data.BasicAccountHolderInfo
 
requiresAuth() - Method in class com.ampro.robinhood.endpoint.account.data.BasicUserInfo
 
requiresAuth() - Method in class com.ampro.robinhood.endpoint.account.data.CashBalances
 
requiresAuth() - Method in class com.ampro.robinhood.endpoint.account.data.MarginBalances
 
requiresAuth() - Method in class com.ampro.robinhood.endpoint.account.data.Position
 
requiresAuth() - Method in class com.ampro.robinhood.endpoint.account.data.PositionList
 
requiresAuth() - Method in interface com.ampro.robinhood.endpoint.ApiElement
 
requiresAuth() - Method in class com.ampro.robinhood.endpoint.collection.data.InstrumentCollectionList
 
requiresAuth() - Method in class com.ampro.robinhood.endpoint.fundamentals.data.TickerFundamental
 
requiresAuth() - Method in class com.ampro.robinhood.endpoint.fundamentals.data.TickerFundamentalList
 
requiresAuth() - Method in class com.ampro.robinhood.endpoint.instrument.data.Instrument
 
requiresAuth() - Method in class com.ampro.robinhood.endpoint.instrument.data.InstrumentList
 
requiresAuth() - Method in class com.ampro.robinhood.endpoint.option.data.Leg
 
requiresAuth() - Method in class com.ampro.robinhood.endpoint.option.data.Option
 
requiresAuth() - Method in class com.ampro.robinhood.endpoint.option.data.OptionList
 
requiresAuth() - Method in class com.ampro.robinhood.endpoint.option.data.SimpleOption
 
requiresAuth() - Method in class com.ampro.robinhood.endpoint.orders.data.SecurityOrder
 
requiresAuth() - Method in class com.ampro.robinhood.endpoint.orders.data.SecurityOrderList
 
requiresAuth() - Method in class com.ampro.robinhood.endpoint.quote.data.TickerQuote
 
requiresAuth() - Method in class com.ampro.robinhood.endpoint.quote.data.TickerQuoteList
 
requiresAuth() - Method in class com.ampro.robinhood.endpoint.ratings.data.Rating
 
requiresAuth() - Method in class com.ampro.robinhood.endpoint.ratings.data.RatingList
 
requiresAuth() - Method in class com.ampro.robinhood.endpoint.ratings.data.RatingSummary
 
requiresToken() - Method in class com.ampro.robinhood.net.ApiMethod
 
requireToken() - Method in class com.ampro.robinhood.net.ApiMethod
Method to set the request to require an AuthToken
results - Variable in class com.ampro.robinhood.endpoint.ApiElementList
 
RH_ISO_8601 - Static variable in class com.ampro.robinhood.util.ChronoFormatter
 
RH_URL - Static variable in class com.ampro.robinhood.net.ApiMethod
 
RiskTolerance - Enum in com.ampro.robinhood.endpoint.account.enums
An account's risk tolerance.
RobinhoodApi - Class in com.ampro.robinhood
A RobinhoodApi instance is used as an intermediary between the Robinhood servers and your java/kotlin/whatever application.
RobinhoodApi() - Constructor for class com.ampro.robinhood.RobinhoodApi
Constructor which creates all of the access points to use the API.
RobinhoodApi(String, String) - Constructor for class com.ampro.robinhood.RobinhoodApi
Constructor which creates all of the access points to use the API.
RobinhoodApiException - Exception in com.ampro.robinhood.throwables
 
RobinhoodApiException() - Constructor for exception com.ampro.robinhood.throwables.RobinhoodApiException
 
RobinhoodApiException(String) - Constructor for exception com.ampro.robinhood.throwables.RobinhoodApiException
 
RobinhoodApiException(Throwable) - Constructor for exception com.ampro.robinhood.throwables.RobinhoodApiException
 
RobinhoodEnum - Interface in com.ampro.robinhood.endpoint
A basis for all set values returned by the Robinhood API.

S

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
A paginated list of Order elements.
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
 

T

TickerFundamental - Class in com.ampro.robinhood.endpoint.fundamentals.data
 
TickerFundamental() - Constructor for class com.ampro.robinhood.endpoint.fundamentals.data.TickerFundamental
 
TickerFundamentalList - Class in com.ampro.robinhood.endpoint.fundamentals.data
 
TickerFundamentalList() - Constructor for class com.ampro.robinhood.endpoint.fundamentals.data.TickerFundamentalList
 
TickerNotFoundException - Exception in com.ampro.robinhood.throwables
An exception to be thrown when a ticker is not found after polling Robinhood
TickerNotFoundException() - Constructor for exception com.ampro.robinhood.throwables.TickerNotFoundException
 
TickerNotFoundException(String) - Constructor for exception com.ampro.robinhood.throwables.TickerNotFoundException
 
TickerQuote - Class in com.ampro.robinhood.endpoint.quote.data
Created by SirensBell on 6/19/2017.
TickerQuote() - Constructor for class com.ampro.robinhood.endpoint.quote.data.TickerQuote
 
TickerQuoteList - Class in com.ampro.robinhood.endpoint.quote.data
A list of TickerQuoteElements that Robinhood returns from GetTickerQuoteList.
TickerQuoteList() - Constructor for class com.ampro.robinhood.endpoint.quote.data.TickerQuoteList
 
TimeHorizon - Enum in com.ampro.robinhood.endpoint.account.enums
 
TimeInForce - Enum in com.ampro.robinhood.endpoint.orders.enums
The time and/or duration an order will be active.
Token() - Constructor for class com.ampro.robinhood.endpoint.authorize.AuthorizationData.Token
 
toString() - Method in enum com.ampro.robinhood.endpoint.account.enums.InvestmentExperience
 
toString() - Method in enum com.ampro.robinhood.endpoint.account.enums.InvestmentObjective
 
toString() - Method in enum com.ampro.robinhood.endpoint.account.enums.LiquidityNeeds
 
toString() - Method in enum com.ampro.robinhood.endpoint.account.enums.RiskTolerance
 
toString() - Method in enum com.ampro.robinhood.endpoint.account.enums.SourceOfFunds
 
toString() - Method in enum com.ampro.robinhood.endpoint.account.enums.TimeHorizon
 
toString() - Method in enum com.ampro.robinhood.endpoint.authorize.AuthorizationData.MultifactorType
 
toString() - Method in class com.ampro.robinhood.endpoint.authorize.AuthorizationData.Token
 
toString() - Method in class com.ampro.robinhood.endpoint.authorize.AuthorizationData
 
toString() - Method in enum com.ampro.robinhood.endpoint.authorize.LoginStatus
 
toString() - Method in class com.ampro.robinhood.endpoint.option.data.SimpleOption
 
toString() - Method in enum com.ampro.robinhood.endpoint.orders.enums.OrderState
 
toString() - Method in enum com.ampro.robinhood.endpoint.orders.enums.OrderTransactionType
 
toString() - Method in enum com.ampro.robinhood.endpoint.orders.enums.OrderTrigger
 
toString() - Method in enum com.ampro.robinhood.endpoint.orders.enums.TimeInForce
 
toString() - Method in class com.ampro.robinhood.endpoint.ratings.data.Rating
 
toString() - Method in class com.ampro.robinhood.endpoint.ratings.data.RatingList
 
toString() - Method in class com.ampro.robinhood.endpoint.ratings.data.RatingSummary
 
toString() - Method in class com.ampro.robinhood.net.ApiMethod
As this is an abstract methodType, this override gets the name of the implementing class

U

updated_at - Variable in class com.ampro.robinhood.endpoint.account.data.BasicAccountHolderInfo
 
updatedAt - Variable in class com.ampro.robinhood.endpoint.account.data.Position
 
url - Variable in class com.ampro.robinhood.endpoint.account.data.Position
 

V

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.
A B C D E F G H I L M N O P Q R S T U V 
Skip navigation links