Uses of Class
org.knowm.xchange.cryptonit2.dto.trade.CryptonitOrderStatus
-
Packages that use CryptonitOrderStatus Package Description org.knowm.xchange.cryptonit2 org.knowm.xchange.cryptonit2.dto.trade -
-
Uses of CryptonitOrderStatus in org.knowm.xchange.cryptonit2
Methods in org.knowm.xchange.cryptonit2 with parameters of type CryptonitOrderStatus Modifier and Type Method Description static org.knowm.xchange.dto.Order.OrderStatusCryptonitAdapters. adaptOrderStatus(CryptonitOrderStatus cryptonitOrderStatus, int length) -
Uses of CryptonitOrderStatus in org.knowm.xchange.cryptonit2.dto.trade
Methods in org.knowm.xchange.cryptonit2.dto.trade that return CryptonitOrderStatus Modifier and Type Method Description static CryptonitOrderStatusCryptonitOrderStatus. fromString(String orderStatusString)CryptonitOrderStatusCryptonitOrderStatusResponse. getStatus()static CryptonitOrderStatusCryptonitOrderStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static CryptonitOrderStatus[]CryptonitOrderStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.knowm.xchange.cryptonit2.dto.trade with parameters of type CryptonitOrderStatus Constructor Description CryptonitOrderStatusResponse(CryptonitOrderStatus status, CryptonitOrderTransaction[] transactions, String error)
-