org.openfeed.BestBidOfferOrBuilder 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 BestBidOfferOrBuilder extends
// @@protoc_insertion_point(interface_extends:org.openfeed.BestBidOffer)
com.google.protobuf.MessageOrBuilder {
/**
*
* UTC Timestamp, nano seconds since Unix epoch
*
*
* sint64 transactionTime = 9;
* @return The transactionTime.
*/
long getTransactionTime();
/**
*
* / Divide by priceDenominator
*
*
* sint64 bidPrice = 10;
* @return The bidPrice.
*/
long getBidPrice();
/**
*
* / Divide by quantityDenominator
*
*
* sint64 bidQuantity = 11;
* @return The bidQuantity.
*/
long getBidQuantity();
/**
* sint32 bidOrderCount = 12;
* @return The bidOrderCount.
*/
int getBidOrderCount();
/**
*
* / Liquidity provider information
* For Forex: BANK:CITY
* For Equities: EXCHANGE_MIC
*
*
* bytes bidOriginator = 13;
* @return The bidOriginator.
*/
com.google.protobuf.ByteString getBidOriginator();
/**
* bytes bidQuoteCondition = 14;
* @return The bidQuoteCondition.
*/
com.google.protobuf.ByteString getBidQuoteCondition();
/**
*
* / Divide by priceDenominator
*
*
* sint64 offerPrice = 20;
* @return The offerPrice.
*/
long getOfferPrice();
/**
*
* / Divide by quantityDenominator
*
*
* sint64 offerQuantity = 21;
* @return The offerQuantity.
*/
long getOfferQuantity();
/**
* sint32 offerOrderCount = 22;
* @return The offerOrderCount.
*/
int getOfferOrderCount();
/**
*
* / Liquidity provider information
* For Forex: BANK:CITY
* For Equities: EXCHANGE_MIC
*
*
* bytes offerOriginator = 23;
* @return The offerOriginator.
*/
com.google.protobuf.ByteString getOfferOriginator();
/**
* bytes offerQuoteCondition = 24;
* @return The offerQuoteCondition.
*/
com.google.protobuf.ByteString getOfferQuoteCondition();
/**
* bytes quoteCondition = 30;
* @return The quoteCondition.
*/
com.google.protobuf.ByteString getQuoteCondition();
/**
*
* / True if regional/participant member quote
*
*
* bool regional = 32;
* @return The regional.
*/
boolean getRegional();
/**
*
* / True if not persisted in the EOD database.
*
*
* bool transient = 33;
* @return The transient.
*/
boolean getTransient();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy