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

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

There is a newer version: 1.0.6
Show newest version
package com.binance.api.client.domain;

import com.fasterxml.jackson.annotation.JsonIgnoreProperties;

@JsonIgnoreProperties(ignoreUnknown = true)
public enum OCOOrderStatus {
    EXECUTING,
    ALL_DONE,
    REJECT
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy