public class Account extends java.lang.Object implements ApiElement
ApiElement
containing information (or the URL location of
information) about a user account. To get this element, the
RobinhoodApi
instance must be logged in.Constructor and Description |
---|
Account() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getAccountNumber() |
float |
getBuyingPower() |
float |
getCash() |
float |
getCashAvailableForWithdrawl() |
CashBalances |
getCashBalances() |
float |
getCashHeldForOrders() |
java.time.ZonedDateTime |
getCreatedAt() |
MarginBalances |
getMarginBalances() |
float |
getMaxAchEarlyAccessAmount() |
java.net.URL |
getPortfolio() |
java.net.URL |
getPositions() |
float |
getSma() |
float |
getSmaHeldForOrders() |
java.lang.String |
getType() |
float |
getUnclearedDeposits() |
float |
getUnsettledFunds() |
java.time.ZonedDateTime |
getUpdatedAt() |
java.net.URL |
getUrl() |
java.net.URL |
getUser() |
boolean |
isDeactivated() |
boolean |
isDepositHalted() |
boolean |
isOnlyPositionClosingTrades() |
boolean |
isSweepEnabled() |
boolean |
isWithdrawlHalted() |
boolean |
requiresAuth() |
public boolean requiresAuth()
requiresAuth
in interface ApiElement
public boolean isDeactivated()
public java.time.ZonedDateTime getCreatedAt()
public java.time.ZonedDateTime getUpdatedAt()
public MarginBalances getMarginBalances()
public java.net.URL getPortfolio()
public CashBalances getCashBalances()
public boolean isWithdrawlHalted()
public float getCashAvailableForWithdrawl()
public java.lang.String getType()
public float getSma()
public boolean isSweepEnabled()
public boolean isDepositHalted()
public float getBuyingPower()
public java.net.URL getUser()
public float getMaxAchEarlyAccessAmount()
public float getCashHeldForOrders()
public boolean isOnlyPositionClosingTrades()
public java.net.URL getUrl()
public java.net.URL getPositions()
public float getCash()
public float getSmaHeldForOrders()
public java.lang.String getAccountNumber()
public float getUnclearedDeposits()
public float getUnsettledFunds()