Class StockServiceAsyncImpl
-
- All Implemented Interfaces:
-
com.dinari.api.services.async.v2.accounts.orders.StockServiceAsync
public final class StockServiceAsyncImpl implements StockServiceAsync
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classStockServiceAsyncImpl.WithRawResponseImpl
-
Method Summary
Modifier and Type Method Description StockServiceAsync.WithRawResponsewithRawResponse()Returns a view of this service that provides access to raw HTTP responses for each method. StockServiceAsyncwithOptions(Consumer<ClientOptions.Builder> modifier)Returns a view of this service with the given option modifications applied. Eip155ServiceAsynceip155()-
-
Method Detail
-
withRawResponse
StockServiceAsync.WithRawResponse withRawResponse()
Returns a view of this service that provides access to raw HTTP responses for each method.
-
withOptions
StockServiceAsync withOptions(Consumer<ClientOptions.Builder> modifier)
Returns a view of this service with the given option modifications applied.
The original service is not modified.
-
eip155
Eip155ServiceAsync eip155()
-
-
-
-