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