org.openfeed.HighOrBuilder 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 HighOrBuilder extends
// @@protoc_insertion_point(interface_extends:org.openfeed.High)
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();
/**
*
* / Divide by priceDenominator
*
*
* sint64 price = 11;
* @return The price.
*/
long getPrice();
/**
* string currency = 12;
* @return The currency.
*/
java.lang.String getCurrency();
/**
* string currency = 12;
* @return The bytes for currency.
*/
com.google.protobuf.ByteString
getCurrencyBytes();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy