public class TickerFundamental extends java.lang.Object implements ApiElement
Constructor and Description |
---|
TickerFundamental() |
Modifier and Type | Method and Description |
---|---|
float |
getAverage_volume() |
java.lang.String |
getDescription() |
float |
getDividend_yield() |
float |
getHigh_52_weeks() |
float |
getHigh() |
java.net.URL |
getInstrument() |
float |
getLow_52_weeks() |
float |
getLow() |
float |
getMarket_cap() |
float |
getOpen() |
float |
getPe_ratio() |
float |
getVolume() |
boolean |
requiresAuth() |
public boolean requiresAuth()
requiresAuth
in interface ApiElement
public float getOpen()
public float getHigh()
public float getLow()
public float getVolume()
public float getAverage_volume()
public float getHigh_52_weeks()
public float getLow_52_weeks()
public float getMarket_cap()
public float getDividend_yield()
public float getPe_ratio()
public java.lang.String getDescription()
public java.net.URL getInstrument()