Class OrderRequestServiceAsyncImpl
-
- All Implemented Interfaces:
-
com.dinari.api.services.async.v2.accounts.OrderRequestServiceAsync
public final class OrderRequestServiceAsyncImpl implements OrderRequestServiceAsync
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classOrderRequestServiceAsyncImpl.WithRawResponseImpl
-
Method Summary
-
Methods inherited from class com.dinari.api.services.async.v2.accounts.OrderRequestServiceAsync
createLimitBuy, createLimitBuy, createLimitBuy, createLimitSell, createLimitSell, createLimitSell, createMarketBuy, createMarketBuy, createMarketBuy, createMarketSell, createMarketSell, createMarketSell, getFeeQuote, getFeeQuote, getFeeQuote, list, list, list, list, list, retrieve, retrieve, retrieve -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
withRawResponse
OrderRequestServiceAsync.WithRawResponse withRawResponse()
Returns a view of this service that provides access to raw HTTP responses for each method.
-
withOptions
OrderRequestServiceAsync withOptions(Consumer<ClientOptions.Builder> modifier)
Returns a view of this service with the given option modifications applied.
The original service is not modified.
-
stocks
StockServiceAsync stocks()
-
eip155
Eip155ServiceAsync eip155()
-
retrieve
CompletableFuture<OrderRequest> retrieve(OrderRequestRetrieveParams params, RequestOptions requestOptions)
-
list
CompletableFuture<List<OrderRequest>> list(OrderRequestListParams params, RequestOptions requestOptions)
-
createLimitBuy
CompletableFuture<OrderRequest> createLimitBuy(OrderRequestCreateLimitBuyParams params, RequestOptions requestOptions)
-
createLimitSell
CompletableFuture<OrderRequest> createLimitSell(OrderRequestCreateLimitSellParams params, RequestOptions requestOptions)
-
createMarketBuy
CompletableFuture<OrderRequest> createMarketBuy(OrderRequestCreateMarketBuyParams params, RequestOptions requestOptions)
-
createMarketSell
CompletableFuture<OrderRequest> createMarketSell(OrderRequestCreateMarketSellParams params, RequestOptions requestOptions)
-
getFeeQuote
CompletableFuture<OrderRequestGetFeeQuoteResponse> getFeeQuote(OrderRequestGetFeeQuoteParams params, RequestOptions requestOptions)
-
-
-
-