Uses of Enum Class
org.knowm.xchange.krakenfutures.dto.trade.BatchStatus.OrderStatus
Packages that use BatchStatus.OrderStatus
-
Uses of BatchStatus.OrderStatus in org.knowm.xchange.krakenfutures.dto.trade
Fields in org.knowm.xchange.krakenfutures.dto.trade declared as BatchStatus.OrderStatusMethods in org.knowm.xchange.krakenfutures.dto.trade that return BatchStatus.OrderStatusModifier and TypeMethodDescriptionstatic BatchStatus.OrderStatusReturns the enum constant of this class with the specified name.static BatchStatus.OrderStatus[]BatchStatus.OrderStatus.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.knowm.xchange.krakenfutures.dto.trade with parameters of type BatchStatus.OrderStatusModifierConstructorDescriptionBatchStatus(Date receivedTime, BatchStatus.OrderStatus status, String orderId, String orderTag, String cliOrdId)