org.openfeed.InstrumentReferenceRequestOrBuilder 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 InstrumentReferenceRequestOrBuilder extends
// @@protoc_insertion_point(interface_extends:org.openfeed.InstrumentReferenceRequest)
com.google.protobuf.MessageOrBuilder {
/**
* sint64 correlationId = 1;
* @return The correlationId.
*/
long getCorrelationId();
/**
* string token = 2;
* @return The token.
*/
java.lang.String getToken();
/**
* string token = 2;
* @return The bytes for token.
*/
com.google.protobuf.ByteString
getTokenBytes();
/**
* string symbol = 10;
* @return Whether the symbol field is set.
*/
boolean hasSymbol();
/**
* string symbol = 10;
* @return The symbol.
*/
java.lang.String getSymbol();
/**
* string symbol = 10;
* @return The bytes for symbol.
*/
com.google.protobuf.ByteString
getSymbolBytes();
/**
* sint64 marketId = 11;
* @return Whether the marketId field is set.
*/
boolean hasMarketId();
/**
* sint64 marketId = 11;
* @return The marketId.
*/
long getMarketId();
/**
* string exchange = 12;
* @return Whether the exchange field is set.
*/
boolean hasExchange();
/**
* string exchange = 12;
* @return The exchange.
*/
java.lang.String getExchange();
/**
* string exchange = 12;
* @return The bytes for exchange.
*/
com.google.protobuf.ByteString
getExchangeBytes();
/**
* sint32 channelId = 13;
* @return Whether the channelId field is set.
*/
boolean hasChannelId();
/**
* sint32 channelId = 13;
* @return The channelId.
*/
int getChannelId();
org.openfeed.InstrumentReferenceRequest.RequestCase getRequestCase();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy