All Downloads are FREE. Search and download functionalities are using the official Maven repository.

net.sealake.binance.api.client.domain.OrderStatus Maven / Gradle / Ivy

The newest version!
package net.sealake.binance.api.client.domain;

/**
 * Status of a submitted order.
 */
public enum OrderStatus {
  NEW,
  PARTIALLY_FILLED,
  FILLED,
  CANCELED,
  PENDING_CANCEL,
  REJECTED,
  EXPIRED
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy