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

com.binance.api.client.domain.ExecutionType Maven / Gradle / Ivy

The newest version!
package com.binance.api.client.domain;

import com.fasterxml.jackson.annotation.JsonIgnoreProperties;

/**
 * Order execution type.
 */
@JsonIgnoreProperties(ignoreUnknown = true)
public enum ExecutionType {
  NEW,
  CANCELED,
  REPLACED,
  REJECTED,
  TRADE,
  EXPIRED
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy