org.knowm.xchange.bitmex.dto.trade.BitmexCancelAll Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of xchange-bitmex Show documentation
Show all versions of xchange-bitmex Show documentation
XChange implementations for the BitMex Exchange.
The newest version!
package org.knowm.xchange.bitmex.dto.trade;
import java.util.Date;
import lombok.Data;
import lombok.EqualsAndHashCode;
import org.knowm.xchange.bitmex.AbstractHttpResponseAware;
@Data
@EqualsAndHashCode(callSuper = false)
public class BitmexCancelAll extends AbstractHttpResponseAware {
private Date now;
private Date cancelTime;
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy