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

io.contek.invoker.deribit.api.common._Fee Maven / Gradle / Ivy

package io.contek.invoker.deribit.api.common;

import javax.annotation.concurrent.NotThreadSafe;

@NotThreadSafe
public class _Fee {

  public String currency;
  public String fee_type;
  public String instrument_type;
  public Double maker_fee;
  public Double taker_fee;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy