org.openfeed.MarketStatusOrBuilder 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 MarketStatusOrBuilder extends
// @@protoc_insertion_point(interface_extends:org.openfeed.MarketStatus)
com.google.protobuf.MessageOrBuilder {
/**
*
* / UTC Timestamp of transaction, nano seconds since Unix epoch
*
*
* sint64 transactionTime = 1;
* @return The transactionTime.
*/
long getTransactionTime();
/**
* sint32 channel = 2;
* @return The channel.
*/
int getChannel();
/**
* .org.openfeed.MarketWideStatus marketWideStatus = 3;
* @return The enum numeric value on the wire for marketWideStatus.
*/
int getMarketWideStatusValue();
/**
* .org.openfeed.MarketWideStatus marketWideStatus = 3;
* @return The marketWideStatus.
*/
org.openfeed.MarketWideStatus getMarketWideStatus();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy