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

io.scalecube.examples.orderbook.service.engine.events.Side Maven / Gradle / Ivy

package io.scalecube.examples.orderbook.service.engine.events;

/**
 * The order side.
 */
public enum Side {
  BUY, SELL
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy