Earnings Request Proxy
public class EarningsRequestProxy extends FundamentalData.RequestProxy<FundamentalData.EarningsRequestProxy, EarningsResponse>
Proxy class for building an EarningsRequest.
Constructors
Link copied to clipboard
Creates a proxy backed by a new EarningsRequest.Builder.
Functions
Link copied to clipboard
Sets the right builder and makes a synchronous request using fetch.
Link copied to clipboard
Registers the callback invoked when an asynchronous fetch fails.
Link copied to clipboard
Stores the response received by fetchSync's internal callback, so it can be returned to the caller.