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

org.openfeed.DeletePriceLevelOrBuilder 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 DeletePriceLevelOrBuilder extends
    // @@protoc_insertion_point(interface_extends:org.openfeed.DeletePriceLevel)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * UTC Timestamp, nano seconds since Unix epoch
   * 
* * sint64 transactionTime = 9; * @return The transactionTime. */ long getTransactionTime(); /** *
   * / price level index, starting at 1
   * 
* * sint32 level = 10; * @return The level. */ int getLevel(); /** * .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(); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy