Uses of Class
org.knowm.xchange.dsx.dto.DsxSide
-
Packages that use DsxSide Package Description org.knowm.xchange.dsx org.knowm.xchange.dsx.dto -
-
Uses of DsxSide in org.knowm.xchange.dsx
Methods in org.knowm.xchange.dsx that return DsxSide Modifier and Type Method Description static DsxSide
DsxAdapters. getSide(Order.OrderType type)
Methods in org.knowm.xchange.dsx with parameters of type DsxSide Modifier and Type Method Description static Order.OrderType
DsxAdapters. adaptSide(DsxSide side)
-
Uses of DsxSide in org.knowm.xchange.dsx.dto
Methods in org.knowm.xchange.dsx.dto that return DsxSide Modifier and Type Method Description DsxSide
DsxOwnTrade. getSide()
DsxSide
DsxTrade. getSide()
static DsxSide
DsxSide. valueOf(String name)
Returns the enum constant of this type with the specified name.static DsxSide[]
DsxSide. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.knowm.xchange.dsx.dto with parameters of type DsxSide Constructor Description DsxOwnTrade(Long id, String clientOrderId, Long orderId, String symbol, DsxSide side, BigDecimal quantity, BigDecimal fee, BigDecimal price, Date timestamp)
DsxTrade(String id, BigDecimal price, BigDecimal quantity, DsxSide side, Date timestamp)
-