Package org.knowm.xchange.bybit.service
Class BybitTradeServiceRaw
java.lang.Object
org.knowm.xchange.bybit.service.BybitBaseService
org.knowm.xchange.bybit.service.BybitTradeServiceRaw
- All Implemented Interfaces:
BaseService
- Direct Known Subclasses:
BybitTradeService
public class BybitTradeServiceRaw extends BybitBaseService
-
Field Summary
Fields inherited from class org.knowm.xchange.bybit.service.BybitBaseService
apiKey, bybit, bybitAuthenticated, nonceFactory, signatureCreator
-
Constructor Summary
Constructors Constructor Description BybitTradeServiceRaw(Exchange exchange)
-
Method Summary
Modifier and Type Method Description BybitResult<BybitOrderDetails>
getBybitOrder(String orderId)
BybitResult<BybitOrderRequest>
placeOrder(String symbol, long qty, String side, String type)
-
Constructor Details
-
BybitTradeServiceRaw
-
-
Method Details
-
getBybitOrder
- Throws:
IOException
-
placeOrder
public BybitResult<BybitOrderRequest> placeOrder(String symbol, long qty, String side, String type) throws IOException- Throws:
IOException
-