Uses of Class
org.knowm.xchange.latoken.dto.trade.LatokenNewOrder
Package | Description |
---|---|
org.knowm.xchange.latoken | |
org.knowm.xchange.latoken.dto.trade | |
org.knowm.xchange.latoken.service |
-
Uses of LatokenNewOrder in org.knowm.xchange.latoken
Methods in org.knowm.xchange.latoken that return LatokenNewOrder Modifier and Type Method Description LatokenNewOrder
LatokenAuthenticated. newOrder(String symbol, String clientOrderId, LatokenOrderSide side, BigDecimal price, BigDecimal amount, OrderSubclass type, long timestamp, String dummy, String apiKey, si.mazi.rescu.ParamsDigest signature)
-
Uses of LatokenNewOrder in org.knowm.xchange.latoken.dto.trade
Subclasses of LatokenNewOrder in org.knowm.xchange.latoken.dto.trade Modifier and Type Class Description class
LatokenOrder
Response schema: -
Uses of LatokenNewOrder in org.knowm.xchange.latoken.service
Methods in org.knowm.xchange.latoken.service that return LatokenNewOrder Modifier and Type Method Description LatokenNewOrder
LatokenTradeServiceRaw. placeLatokenNewOrder(CurrencyPair pair, String clientOrderId, LatokenOrderSide side, BigDecimal price, BigDecimal amount)
Places a newLimitOrder
.