org.openfeed.InstrumentReferenceResponseOrBuilder Maven / Gradle / Ivy
The newest version!
// Generated by the protocol buffer compiler. DO NOT EDIT!
// NO CHECKED-IN PROTOBUF GENCODE
// source: openfeed_api.proto
// Protobuf Java Version: 4.28.3
package org.openfeed;
public interface InstrumentReferenceResponseOrBuilder extends
// @@protoc_insertion_point(interface_extends:org.openfeed.InstrumentReferenceResponse)
com.google.protobuf.MessageOrBuilder {
/**
* sint64 correlationId = 1;
* @return The correlationId.
*/
long getCorrelationId();
/**
* .org.openfeed.Status status = 2;
* @return Whether the status field is set.
*/
boolean hasStatus();
/**
* .org.openfeed.Status status = 2;
* @return The status.
*/
org.openfeed.Status getStatus();
/**
* .org.openfeed.Status status = 2;
*/
org.openfeed.StatusOrBuilder getStatusOrBuilder();
/**
* sint32 numberOfDefinitions = 3;
* @return The numberOfDefinitions.
*/
int getNumberOfDefinitions();
/**
*
*
*
* sint32 channelId = 4;
* @return The channelId.
*/
int getChannelId();
/**
* sint64 marketId = 5;
* @return The marketId.
*/
long getMarketId();
/**
* string symbol = 6;
* @return The symbol.
*/
java.lang.String getSymbol();
/**
* string symbol = 6;
* @return The bytes for symbol.
*/
com.google.protobuf.ByteString
getSymbolBytes();
/**
* string exchange = 7;
* @return The exchange.
*/
java.lang.String getExchange();
/**
* string exchange = 7;
* @return The bytes for exchange.
*/
com.google.protobuf.ByteString
getExchangeBytes();
/**
* string ddfSymbol = 8;
* @return The ddfSymbol.
*/
java.lang.String getDdfSymbol();
/**
* string ddfSymbol = 8;
* @return The bytes for ddfSymbol.
*/
com.google.protobuf.ByteString
getDdfSymbolBytes();
/**
* string ddfExchange = 9;
* @return The ddfExchange.
*/
java.lang.String getDdfExchange();
/**
* string ddfExchange = 9;
* @return The bytes for ddfExchange.
*/
com.google.protobuf.ByteString
getDdfExchangeBytes();
/**
* string ddfBaseCode = 10;
* @return The ddfBaseCode.
*/
java.lang.String getDdfBaseCode();
/**
* string ddfBaseCode = 10;
* @return The bytes for ddfBaseCode.
*/
com.google.protobuf.ByteString
getDdfBaseCodeBytes();
/**
* string exchangeSymbol = 11;
* @return The exchangeSymbol.
*/
java.lang.String getExchangeSymbol();
/**
* string exchangeSymbol = 11;
* @return The bytes for exchangeSymbol.
*/
com.google.protobuf.ByteString
getExchangeSymbolBytes();
/**
* sint32 exchangeId = 12;
* @return The exchangeId.
*/
int getExchangeId();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy