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

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

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

  /**
   * 
   * / Date only, format 2012-07-04 -> 20120704
   * 
* * sint32 tradeDate = 10; * @return The tradeDate. */ int getTradeDate(); /** *
   * / 2 decimals of precision
   * 
* * sint64 value = 11; * @return The value. */ long getValue(); /** * string valueCurrencyCode = 12; * @return The valueCurrencyCode. */ java.lang.String getValueCurrencyCode(); /** * string valueCurrencyCode = 12; * @return The bytes for valueCurrencyCode. */ com.google.protobuf.ByteString getValueCurrencyCodeBytes(); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy