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

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

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

  /**
   * sint32 tradeDate = 2;
   * @return The tradeDate.
   */
  int getTradeDate();

  /**
   * .org.openfeed.ActionType action = 3;
   * @return The enum numeric value on the wire for action.
   */
  int getActionValue();
  /**
   * .org.openfeed.ActionType action = 3;
   * @return The action.
   */
  org.openfeed.ActionType getAction();

  /**
   * string message = 4;
   * @return The message.
   */
  java.lang.String getMessage();
  /**
   * string message = 4;
   * @return The bytes for message.
   */
  com.google.protobuf.ByteString
      getMessageBytes();

  /**
   * string oldAlias = 5;
   * @return The oldAlias.
   */
  java.lang.String getOldAlias();
  /**
   * string oldAlias = 5;
   * @return The bytes for oldAlias.
   */
  com.google.protobuf.ByteString
      getOldAliasBytes();

  /**
   * .org.openfeed.InstrumentDefinition instrument = 10;
   * @return Whether the instrument field is set.
   */
  boolean hasInstrument();
  /**
   * .org.openfeed.InstrumentDefinition instrument = 10;
   * @return The instrument.
   */
  org.openfeed.InstrumentDefinition getInstrument();
  /**
   * .org.openfeed.InstrumentDefinition instrument = 10;
   */
  org.openfeed.InstrumentDefinitionOrBuilder getInstrumentOrBuilder();

  /**
   * .org.openfeed.InstrumentDefinition newInstrument = 11;
   * @return Whether the newInstrument field is set.
   */
  boolean hasNewInstrument();
  /**
   * .org.openfeed.InstrumentDefinition newInstrument = 11;
   * @return The newInstrument.
   */
  org.openfeed.InstrumentDefinition getNewInstrument();
  /**
   * .org.openfeed.InstrumentDefinition newInstrument = 11;
   */
  org.openfeed.InstrumentDefinitionOrBuilder getNewInstrumentOrBuilder();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy