Class OrderFulfillmentServiceImpl
-
- All Implemented Interfaces:
-
com.dinari.api.services.blocking.v2.accounts.OrderFulfillmentService
public final class OrderFulfillmentServiceImpl implements OrderFulfillmentService
Ordersrepresent the buying and selling of assets under anAccount.For
Accountsusing self-custodiedWallets,Ordersare created and fulfilled by making calls to Dinari's smart contracts, or using the Proxied Orders methods.For
Accountsusing managedWallets,Ordersare created and fulfilled by using theManaged Ordersmethods, which then create the corresponding transactions on the blockchain.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classOrderFulfillmentServiceImpl.WithRawResponseImpl
-
Method Summary
Modifier and Type Method Description OrderFulfillmentService.WithRawResponsewithRawResponse()Returns a view of this service that provides access to raw HTTP responses for each method. OrderFulfillmentServicewithOptions(Consumer<ClientOptions.Builder> modifier)Returns a view of this service with the given option modifications applied. Fulfillmentretrieve(OrderFulfillmentRetrieveParams params, RequestOptions requestOptions)List<Fulfillment>query(OrderFulfillmentQueryParams params, RequestOptions requestOptions)-
-
Method Detail
-
withRawResponse
OrderFulfillmentService.WithRawResponse withRawResponse()
Returns a view of this service that provides access to raw HTTP responses for each method.
-
withOptions
OrderFulfillmentService withOptions(Consumer<ClientOptions.Builder> modifier)
Returns a view of this service with the given option modifications applied.
The original service is not modified.
-
retrieve
Fulfillment retrieve(OrderFulfillmentRetrieveParams params, RequestOptions requestOptions)
-
query
List<Fulfillment> query(OrderFulfillmentQueryParams params, RequestOptions requestOptions)
-
-
-
-