Package com.dinari.api.services.blocking
Class V2ServiceImpl.WithRawResponseImpl
-
- All Implemented Interfaces:
-
com.dinari.api.services.blocking.V2Service.WithRawResponse
public final class V2ServiceImpl.WithRawResponseImpl implements V2Service.WithRawResponse
-
-
Method Summary
Modifier and Type Method Description V2Service.WithRawResponsewithOptions(Consumer<ClientOptions.Builder> modifier)Returns a view of this service with the given option modifications applied. MarketDataService.WithRawResponsemarketData()EntityService.WithRawResponseentities()AccountService.WithRawResponseaccounts()-
-
Method Detail
-
withOptions
V2Service.WithRawResponse withOptions(Consumer<ClientOptions.Builder> modifier)
Returns a view of this service with the given option modifications applied.
The original service is not modified.
-
marketData
MarketDataService.WithRawResponse marketData()
-
entities
EntityService.WithRawResponse entities()
-
accounts
AccountService.WithRawResponse accounts()
-
-
-
-