Uses of Class
org.knowm.xchange.okcoin.v3.dto.trade.SpotOrderPlacementRequest
Packages that use SpotOrderPlacementRequest
-
Uses of SpotOrderPlacementRequest in org.knowm.xchange.okcoin
Methods in org.knowm.xchange.okcoin with parameters of type SpotOrderPlacementRequestModifier and TypeMethodDescriptionOkexV3.marginPlaceOrder
(String apiKey, si.mazi.rescu.ParamsDigest signature, String timestamp, String passphrase, SpotOrderPlacementRequest req) OkexV3.spotPlaceOrder
(String apiKey, si.mazi.rescu.ParamsDigest signature, String timestamp, String passphrase, SpotOrderPlacementRequest req) Method parameters in org.knowm.xchange.okcoin with type arguments of type SpotOrderPlacementRequestModifier and TypeMethodDescriptionOkexV3.spotPlaceMultipleOrders
(String apiKey, si.mazi.rescu.ParamsDigest signature, String timestamp, String passphrase, List<SpotOrderPlacementRequest> req) -
Uses of SpotOrderPlacementRequest in org.knowm.xchange.okcoin.v3.service
Methods in org.knowm.xchange.okcoin.v3.service with parameters of type SpotOrderPlacementRequestModifier and TypeMethodDescriptionOkexTradeServiceRaw.marginPlaceOrder
(SpotOrderPlacementRequest req) MARGIN Trading API *********************************OkexTradeServiceRaw.spotPlaceOrder
(SpotOrderPlacementRequest req) Spot Token Trading API *********************************Method parameters in org.knowm.xchange.okcoin.v3.service with type arguments of type SpotOrderPlacementRequestModifier and TypeMethodDescriptionOkexTradeServiceRaw.spotPlaceMultipleOrders
(List<SpotOrderPlacementRequest> req)