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

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

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

  /**
   * 
   * / Divide by priceDenominator
   * 
* * sint64 price = 10; * @return The price. */ long getPrice(); /** * string currency = 11; * @return The currency. */ java.lang.String getCurrency(); /** * string currency = 11; * @return The bytes for currency. */ com.google.protobuf.ByteString getCurrencyBytes(); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy