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

org.openfeed.AddOrderOrBuilder Maven / Gradle / Ivy

The newest version!
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// NO CHECKED-IN PROTOBUF GENCODE
// source: openfeed.proto
// Protobuf Java Version: 4.28.3

package org.openfeed;

public interface AddOrderOrBuilder extends
    // @@protoc_insertion_point(interface_extends:org.openfeed.AddOrder)
    com.google.protobuf.MessageOrBuilder {

  /**
   * sint64 transactionTime = 9;
   * @return The transactionTime.
   */
  long getTransactionTime();

  /**
   * sint64 orderId = 10;
   * @return The orderId.
   */
  long getOrderId();

  /**
   * .org.openfeed.BookSide side = 11;
   * @return The enum numeric value on the wire for side.
   */
  int getSideValue();
  /**
   * .org.openfeed.BookSide side = 11;
   * @return The side.
   */
  org.openfeed.BookSide getSide();

  /**
   * sint64 price = 12;
   * @return The price.
   */
  long getPrice();

  /**
   * sint64 quantity = 13;
   * @return The quantity.
   */
  long getQuantity();

  /**
   * bool isImplied = 14;
   * @return The isImplied.
   */
  boolean getIsImplied();

  /**
   * sint64 priority = 15;
   * @return The priority.
   */
  long getPriority();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy