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

org.openfeed.AddPriceLevelOrBuilder 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 AddPriceLevelOrBuilder extends
    // @@protoc_insertion_point(interface_extends:org.openfeed.AddPriceLevel)
    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(); /** *
   * / Divide by priceDenominator
   * 
* * sint64 price = 12; * @return The price. */ long getPrice(); /** *
   * / Divide by quantityDenominator
   * 
* * sint64 quantity = 13; * @return The quantity. */ long getQuantity(); /** * sint32 orderCount = 14; * @return The orderCount. */ int getOrderCount(); /** * sint64 impliedQuantity = 15; * @return The impliedQuantity. */ long getImpliedQuantity(); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy