Uses of Enum
org.knowm.xchange.bitmex.dto.trade.BitmexTickDirection
-
Uses of BitmexTickDirection in org.knowm.xchange.bitmex.dto.marketdata
ModifierConstructorDescriptionBitmexPublicTrade
(BigDecimal price, BigDecimal size, Date timestamp, BitmexSide side, BitmexTickDirection tickDirection, String symbol, String trdMatchID, BigDecimal grossValue, BigDecimal homeNotional, BigDecimal foreignNotional) -
Uses of BitmexTickDirection in org.knowm.xchange.bitmex.dto.trade
Modifier and TypeMethodDescriptionstatic BitmexTickDirection
BitmexTickDirection.fromString
(String tickDirectionString) BitmexTrade.getTickDirection()
static BitmexTickDirection
Returns the enum constant of this type with the specified name.static BitmexTickDirection[]
BitmexTickDirection.values()
Returns an array containing the constants of this enum type, in the order they are declared.