org.openfeed.InstrumentStatusOrBuilder 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 InstrumentStatusOrBuilder extends
// @@protoc_insertion_point(interface_extends:org.openfeed.InstrumentStatus)
com.google.protobuf.MessageOrBuilder {
/**
*
* UTC Timestamp, nano seconds since Unix epoch
*
*
* sint64 transactionTime = 9;
* @return The transactionTime.
*/
long getTransactionTime();
/**
* .org.openfeed.InstrumentTradingStatus tradingStatus = 10;
* @return The enum numeric value on the wire for tradingStatus.
*/
int getTradingStatusValue();
/**
* .org.openfeed.InstrumentTradingStatus tradingStatus = 10;
* @return The tradingStatus.
*/
org.openfeed.InstrumentTradingStatus getTradingStatus();
/**
*
* UTC Timestamp, nano seconds since Unix epoch
*
*
* sint64 openingTime = 11;
* @return The openingTime.
*/
long getOpeningTime();
/**
* string note = 12;
* @return The note.
*/
java.lang.String getNote();
/**
* string note = 12;
* @return The bytes for note.
*/
com.google.protobuf.ByteString
getNoteBytes();
/**
*
* / Date only, format 2012-07-04 -> 20120704
*
*
* sint32 tradeDate = 13;
* @return The tradeDate.
*/
int getTradeDate();
/**
* .org.openfeed.RegulationSHOShortSalePriceTest regulationSHOShortSalePriceTest = 14;
* @return The enum numeric value on the wire for regulationSHOShortSalePriceTest.
*/
int getRegulationSHOShortSalePriceTestValue();
/**
* .org.openfeed.RegulationSHOShortSalePriceTest regulationSHOShortSalePriceTest = 14;
* @return The regulationSHOShortSalePriceTest.
*/
org.openfeed.RegulationSHOShortSalePriceTest getRegulationSHOShortSalePriceTest();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy