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

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

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

import java.util.List;

public class _PlaceOrderResponse {

  public _Order order;
  public List<_UserTrade> trades;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy