Uses of Class
org.knowm.xchange.idex.dto.OrderReq
Packages that use OrderReq
Package
Description
-
Uses of OrderReq in org.knowm.xchange.idex
Methods in org.knowm.xchange.idex that return OrderReqModifier and TypeMethodDescriptionfinal OrderReqIdexTradeService.createNormalizedLimitOrderReq(Currency baseCurrency, Currency counterCurrency, Order.OrderType type, BigDecimal limitPrice, BigDecimal originalAmount, String contractAddress, BigInteger nonce, BigInteger expires) -
Uses of OrderReq in org.knowm.xchange.idex.dto
Methods in org.knowm.xchange.idex.dto that return OrderReqModifier and TypeMethodDescription(address string) - The address you are posting the order from(uint256) - The amount of the token you will receive when the order is fully filledOrderReq.amountSell(String amountSell) (uint256) - The amount of the token you will give up when the order is fully filledOrderReq.expires(BigInteger expires) (uint256) - DEPRECATED this property has no effect on your limit order but is still REQUIRED to submit a limit order as it is one of the parameters that is hashed.OrderReq.nonce(BigInteger nonce) (uint256) - One time number associated with the limit order(address string) - The address of the token you will receive as a result of the trade(address string) - The address of the token you will lose as a result of the tradeOrderReq.v(BigInteger v) -
Uses of OrderReq in org.knowm.xchange.idex.service
Methods in org.knowm.xchange.idex.service with parameters of type OrderReq