Interface ActivityServiceAsync
-
- All Implemented Interfaces:
public interface ActivityServiceAsyncAccountsrepresent the financial accounts of anEntity.Orders, dividends, and other transactions are associated with anAccount.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public interfaceActivityServiceAsync.WithRawResponseA view of ActivityServiceAsync that provides access to raw HTTP responses for each method.
-
Method Summary
-
-
Method Detail
-
withRawResponse
abstract ActivityServiceAsync.WithRawResponse withRawResponse()
Returns a view of this service that provides access to raw HTTP responses for each method.
-
withOptions
abstract ActivityServiceAsync withOptions(Consumer<ClientOptions.Builder> modifier)
Returns a view of this service with the given option modifications applied.
The original service is not modified.
-
retrieveBrokerage
CompletableFuture<Void> retrieveBrokerage(String accountId)
Get a list of brokerage activities tied to the specified
Account.⚠️ ALPHA: This endpoint is in early development and subject to breaking changes.
-
retrieveBrokerage
CompletableFuture<Void> retrieveBrokerage(String accountId, ActivityRetrieveBrokerageParams params, RequestOptions requestOptions)
-
retrieveBrokerage
CompletableFuture<Void> retrieveBrokerage(String accountId, ActivityRetrieveBrokerageParams params)
-
retrieveBrokerage
abstract CompletableFuture<Void> retrieveBrokerage(ActivityRetrieveBrokerageParams params, RequestOptions requestOptions)
-
retrieveBrokerage
CompletableFuture<Void> retrieveBrokerage(ActivityRetrieveBrokerageParams params)
-
retrieveBrokerage
CompletableFuture<Void> retrieveBrokerage(String accountId, RequestOptions requestOptions)
-
-
-
-