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

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

  /**
   * sint64 marketId = 1;
   * @return The marketId.
   */
  long getMarketId();

  /**
   * string symbol = 2;
   * @return The symbol.
   */
  java.lang.String getSymbol();
  /**
   * string symbol = 2;
   * @return The bytes for symbol.
   */
  com.google.protobuf.ByteString
      getSymbolBytes();

  /**
   * 
   * / UTC Timestamp of transaction, nano seconds since Unix epoch
   * 
* * sint64 transactionTime = 3; * @return The transactionTime. */ long getTransactionTime(); /** * sint64 lastPrice = 4; * @return The lastPrice. */ long getLastPrice(); /** * sint64 lastQuantity = 5; * @return The lastQuantity. */ long getLastQuantity(); /** * sint64 lastCumulativeVolume = 6; * @return The lastCumulativeVolume. */ long getLastCumulativeVolume(); /** *
   * / Date only, format 2012-07-04 -> 20120704
   * 
* * sint32 tradeDate = 7; * @return The tradeDate. */ int getTradeDate(); /** * repeated .org.openfeed.VolumeAtPrice.PriceLevelVolume priceVolumes = 8; */ java.util.List getPriceVolumesList(); /** * repeated .org.openfeed.VolumeAtPrice.PriceLevelVolume priceVolumes = 8; */ org.openfeed.VolumeAtPrice.PriceLevelVolume getPriceVolumes(int index); /** * repeated .org.openfeed.VolumeAtPrice.PriceLevelVolume priceVolumes = 8; */ int getPriceVolumesCount(); /** * repeated .org.openfeed.VolumeAtPrice.PriceLevelVolume priceVolumes = 8; */ java.util.List getPriceVolumesOrBuilderList(); /** * repeated .org.openfeed.VolumeAtPrice.PriceLevelVolume priceVolumes = 8; */ org.openfeed.VolumeAtPrice.PriceLevelVolumeOrBuilder getPriceVolumesOrBuilder( int index); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy