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

com.kucoin.sdk.rest.response.HFMarginOrderCancelByOrderIdResponse Maven / Gradle / Ivy

The newest version!
package com.kucoin.sdk.rest.response;

import lombok.Data;

/**
 * @author Colt Han
 * @since 2024/7/25
 */
@Data
public class HFMarginOrderCancelByOrderIdResponse {
    /**
     * Order id of the cancelled order
     */
    private String orderId;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy