Company Over View Request Proxy
public class CompanyOverViewRequestProxy extends FundamentalData.RequestProxy<FundamentalData.CompanyOverViewRequestProxy, CompanyOverviewResponse>
Proxy class for building a CompanyOverviewRequest.
Constructors
Link copied to clipboard
Creates a proxy backed by a new CompanyOverviewRequest.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.