org.knowm.xchange.kucoin.dto.request.OrderCancelAPIRequest Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of xchange-kucoin Show documentation
Show all versions of xchange-kucoin Show documentation
XChange implementation for the Kucoin Exchange
The newest version!
/** Copyright 2019 Mek Global Limited. */
package org.knowm.xchange.kucoin.dto.request;
import lombok.Data;
import lombok.ToString;
/**
* 订单操作Facade Request类
*
* @author 屈亮
* @since 2018-09-17
*/
@Data
@ToString
public class OrderCancelAPIRequest {
private String symbol;
}