public class MarginBalances extends java.lang.Object implements ApiElement
Constructor and Description |
---|
MarginBalances() |
Modifier and Type | Method and Description |
---|---|
float |
getCash_available_for_withdral() |
float |
getCash_held_for_orders() |
float |
getCash() |
java.time.ZonedDateTime |
getCreatedAt() |
float |
getDay_trade_buying_power_held_for_orders() |
float |
getDay_trade_buying_power() |
float |
getDay_trade_ratio() |
float |
getMargin_limit() |
java.time.ZonedDateTime |
getMarkedPatternDayTraderDate() |
float |
getOvernight_buying_power_held_for_orders() |
float |
getOvernight_buying_power() |
float |
getOvernight_ratio() |
float |
getUnallocated_margin_cash() |
float |
getUncleared_deposits() |
float |
getUnsettled_funds() |
java.time.ZonedDateTime |
getUpdatedAt() |
boolean |
requiresAuth() |
public boolean requiresAuth()
requiresAuth
in interface ApiElement
public java.time.ZonedDateTime getUpdatedAt()
public java.time.ZonedDateTime getCreatedAt()
public java.time.ZonedDateTime getMarkedPatternDayTraderDate()
public float getDay_trade_buying_power()
public float getOvernight_buying_power_held_for_orders()
public float getCash_held_for_orders()
public float getDay_trade_buying_power_held_for_orders()
public float getCash()
public float getUnallocated_margin_cash()
public float getCash_available_for_withdral()
public float getMargin_limit()
public float getOvernight_buying_power()
public float getUncleared_deposits()
public float getUnsettled_funds()
public float getDay_trade_ratio()
public float getOvernight_ratio()