org.openfeed.RequestForQuoteOrBuilder 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 RequestForQuoteOrBuilder extends
// @@protoc_insertion_point(interface_extends:org.openfeed.RequestForQuote)
com.google.protobuf.MessageOrBuilder {
/**
* string quoteRequestId = 1;
* @return The quoteRequestId.
*/
java.lang.String getQuoteRequestId();
/**
* string quoteRequestId = 1;
* @return The bytes for quoteRequestId.
*/
com.google.protobuf.ByteString
getQuoteRequestIdBytes();
/**
* string symbol = 2;
* @return The symbol.
*/
java.lang.String getSymbol();
/**
* string symbol = 2;
* @return The bytes for symbol.
*/
com.google.protobuf.ByteString
getSymbolBytes();
/**
* sint64 securityId = 3;
* @return The securityId.
*/
long getSecurityId();
/**
* sint32 orderQuantity = 4;
* @return The orderQuantity.
*/
int getOrderQuantity();
/**
* sint32 quoteType = 5;
* @return The quoteType.
*/
int getQuoteType();
/**
* sint32 side = 6;
* @return The side.
*/
int getSide();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy