Request Proxy
public abstract class RequestProxy<Proxy extends FundamentalData.RequestProxy<? extends Object, ProxyResponse>, ProxyResponse>
Base class for the fluent, per-endpoint request proxies returned by FundamentalData's accessor methods (for example incomeStatement), sharing the symbol/callback wiring and fetch logic common to all of them.
Parameters
<Proxy>
the concrete proxy subtype, for fluent method chaining
<Proxy Response>
the response type this proxy's endpoint returns
Inheritors
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.