org.openfeed.InstrumentGroupStatusOrBuilder 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 InstrumentGroupStatusOrBuilder extends
// @@protoc_insertion_point(interface_extends:org.openfeed.InstrumentGroupStatus)
com.google.protobuf.MessageOrBuilder {
/**
*
* / UTC Timestamp of transaction, nano seconds since Unix epoch
*
*
* sint64 transactionTime = 1;
* @return The transactionTime.
*/
long getTransactionTime();
/**
* string instrumentGroupId = 2;
* @return The instrumentGroupId.
*/
java.lang.String getInstrumentGroupId();
/**
* string instrumentGroupId = 2;
* @return The bytes for instrumentGroupId.
*/
com.google.protobuf.ByteString
getInstrumentGroupIdBytes();
/**
* .org.openfeed.InstrumentTradingStatus tradingStatus = 3;
* @return The enum numeric value on the wire for tradingStatus.
*/
int getTradingStatusValue();
/**
* .org.openfeed.InstrumentTradingStatus tradingStatus = 3;
* @return The tradingStatus.
*/
org.openfeed.InstrumentTradingStatus getTradingStatus();
/**
* sint32 tradeDate = 4;
* @return The tradeDate.
*/
int getTradeDate();
/**
* sint32 channel = 5;
* @return The channel.
*/
int getChannel();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy