Uses of Class
org.knowm.xchange.ftx.dto.trade.FtxOrderRequestPayload
Packages that use FtxOrderRequestPayload
-
Uses of FtxOrderRequestPayload in org.knowm.xchange.ftx
Methods in org.knowm.xchange.ftx that return FtxOrderRequestPayloadModifier and TypeMethodDescriptionstatic FtxOrderRequestPayload
FtxAdapters.adaptLimitOrderToFtxOrderPayload
(LimitOrder limitOrder) static FtxOrderRequestPayload
FtxAdapters.adaptMarketOrderToFtxOrderPayload
(MarketOrder marketOrder) Methods in org.knowm.xchange.ftx with parameters of type FtxOrderRequestPayloadModifier and TypeMethodDescriptionFtxAuthenticated.placeOrder
(String apiKey, Long nonce, si.mazi.rescu.ParamsDigest signature, String subaccount, FtxOrderRequestPayload payload) -
Uses of FtxOrderRequestPayload in org.knowm.xchange.ftx.service
Methods in org.knowm.xchange.ftx.service with parameters of type FtxOrderRequestPayloadModifier and TypeMethodDescriptionFtxTradeServiceRaw.placeNewFtxOrder
(String subaccount, FtxOrderRequestPayload payload)