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

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

  /**
   * 
   * UTC Timestamp, nano seconds since Unix epoch
   * 
* * sint64 transactionTime = 9; * @return The transactionTime. */ long getTransactionTime(); /** *
   * Date only, format 2012-07-04 -> 20120704
   * 
* * sint32 tradeDate = 10; * @return The tradeDate. */ int getTradeDate(); /** * sint64 last = 11; * @return The last. */ long getLast(); /** * sint64 volume = 12; * @return The volume. */ long getVolume(); /** * sint64 open = 13; * @return The open. */ long getOpen(); /** * sint64 settlementOpen = 14; * @return The settlementOpen. */ long getSettlementOpen(); /** * sint64 specialOpen = 15; * @return The specialOpen. */ long getSpecialOpen(); /** * sint64 high = 16; * @return The high. */ long getHigh(); /** * sint64 low = 17; * @return The low. */ long getLow(); /** * sint64 close = 18; * @return The close. */ long getClose(); /** * sint64 bid = 19; * @return The bid. */ long getBid(); /** * sint64 offer = 20; * @return The offer. */ long getOffer(); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy