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

io.contek.invoker.bybitlinear.api.common.constants.RejectReasonKeys Maven / Gradle / Ivy

There is a newer version: 3.6.19
Show newest version
package io.contek.invoker.bybitlinear.api.common.constants;

import javax.annotation.concurrent.Immutable;

@Immutable
public final class RejectReasonKeys {

  public static final String _EC_PostOnlyWillTakeLiquidity = "EC_PostOnlyWillTakeLiquidity";

  public static final String _EC_NoImmediateQtyToFill = "EC_NoImmediateQtyToFill";

  public static final String _EC_NoError = "EC_NoError";

  private RejectReasonKeys() {}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy