org.openfeed.InstrumentResponseOrBuilder 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 InstrumentResponseOrBuilder extends
// @@protoc_insertion_point(interface_extends:org.openfeed.InstrumentResponse)
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();
/**
*
*
*
* string symbol = 4;
* @return The symbol.
*/
java.lang.String getSymbol();
/**
*
*
*
* string symbol = 4;
* @return The bytes for symbol.
*/
com.google.protobuf.ByteString
getSymbolBytes();
/**
* sint64 marketId = 5;
* @return The marketId.
*/
long getMarketId();
/**
* string exchange = 6;
* @return The exchange.
*/
java.lang.String getExchange();
/**
* string exchange = 6;
* @return The bytes for exchange.
*/
com.google.protobuf.ByteString
getExchangeBytes();
/**
* sint32 channelId = 7;
* @return The channelId.
*/
int getChannelId();
/**
* sint32 exchangeId = 8;
* @return The exchangeId.
*/
int getExchangeId();
/**
*
* / Will be set if InstrumentRequest.version >= 1
*
*
* .org.openfeed.InstrumentDefinition instrumentDefinition = 15;
* @return Whether the instrumentDefinition field is set.
*/
boolean hasInstrumentDefinition();
/**
*
* / Will be set if InstrumentRequest.version >= 1
*
*
* .org.openfeed.InstrumentDefinition instrumentDefinition = 15;
* @return The instrumentDefinition.
*/
org.openfeed.InstrumentDefinition getInstrumentDefinition();
/**
*
* / Will be set if InstrumentRequest.version >= 1
*
*
* .org.openfeed.InstrumentDefinition instrumentDefinition = 15;
*/
org.openfeed.InstrumentDefinitionOrBuilder getInstrumentDefinitionOrBuilder();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy