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

com.binance.api.client.domain.account.NewOrderResponseType Maven / Gradle / Ivy

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

import com.fasterxml.jackson.annotation.JsonIgnoreProperties;

/**
 * Desired response type of NewOrder requests.
 * @see NewOrderResponse
 */
@JsonIgnoreProperties(ignoreUnknown = true)
public enum NewOrderResponseType {
    ACK,
    RESULT,
    FULL
}





© 2015 - 2024 Weber Informatics LLC | Privacy Policy