Balance Sheet Request Proxy
public class BalanceSheetRequestProxy extends FundamentalData.RequestProxy<FundamentalData.BalanceSheetRequestProxy, BalanceSheetResponse>
Proxy class for building a BalanceSheetRequest.
Constructors
Link copied to clipboard
Creates a proxy backed by a new BalanceSheetRequest.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.