public final class StreamIndexMultiAssetsServiceResponseComposition extends com.google.protobuf.GeneratedMessageV3 implements StreamIndexMultiAssetsServiceResponseCompositionOrBuilder
StreamIndexMultiAssetsServiceResponseComposition is the composition used to compute the index.Protobuf type
kaikosdk.StreamIndexMultiAssetsServiceResponseComposition| Modifier and Type | Class and Description |
|---|---|
static class |
StreamIndexMultiAssetsServiceResponseComposition.Builder
StreamIndexMultiAssetsServiceResponseComposition is the composition used to compute the index.
|
| Modifier and Type | Field and Description |
|---|---|
static int |
BASE_FIELD_NUMBER |
static int |
CURRENCY_CONVERSION_FIELD_NUMBER |
static int |
EXCHANGES_FIELD_NUMBER |
static int |
INSTRUMENT_INTERVAL_FIELD_NUMBER |
static int |
QUOTE_FIELD_NUMBER |
static int |
TS_EVENT_FIELD_NUMBER |
static int |
UNDERLYING_INSTRUMENT_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getBase()
Base.
|
com.google.protobuf.ByteString |
getBaseBytes()
Base.
|
java.lang.String |
getCurrencyConversion()
Currency conversion.
|
com.google.protobuf.ByteString |
getCurrencyConversionBytes()
Currency conversion.
|
static StreamIndexMultiAssetsServiceResponseComposition |
getDefaultInstance() |
StreamIndexMultiAssetsServiceResponseComposition |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
java.lang.String |
getExchanges(int index)
Exchanges.
|
com.google.protobuf.ByteString |
getExchangesBytes(int index)
Exchanges.
|
int |
getExchangesCount()
Exchanges.
|
com.google.protobuf.ProtocolStringList |
getExchangesList()
Exchanges.
|
DataInterval |
getInstrumentInterval()
Data interval.
|
DataIntervalOrBuilder |
getInstrumentIntervalOrBuilder()
Data interval.
|
<any> |
getParserForType() |
java.lang.String |
getQuote()
Quote.
|
com.google.protobuf.ByteString |
getQuoteBytes()
Quote.
|
int |
getSerializedSize() |
com.google.protobuf.Timestamp |
getTsEvent()
Timestamp (tick) of underlying rate ts.
|
com.google.protobuf.TimestampOrBuilder |
getTsEventOrBuilder()
Timestamp (tick) of underlying rate ts.
|
java.lang.String |
getUnderlyingInstrument()
Underlying rate of the indices.
|
com.google.protobuf.ByteString |
getUnderlyingInstrumentBytes()
Underlying rate of the indices.
|
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
int |
hashCode() |
boolean |
hasInstrumentInterval()
Data interval.
|
boolean |
hasTsEvent()
Timestamp (tick) of underlying rate ts.
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static StreamIndexMultiAssetsServiceResponseComposition.Builder |
newBuilder() |
static StreamIndexMultiAssetsServiceResponseComposition.Builder |
newBuilder(StreamIndexMultiAssetsServiceResponseComposition prototype) |
StreamIndexMultiAssetsServiceResponseComposition.Builder |
newBuilderForType() |
protected StreamIndexMultiAssetsServiceResponseComposition.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
protected java.lang.Object |
newInstance(UnusedPrivateParameter unused) |
static StreamIndexMultiAssetsServiceResponseComposition |
parseDelimitedFrom(java.io.InputStream input) |
static StreamIndexMultiAssetsServiceResponseComposition |
parseDelimitedFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static StreamIndexMultiAssetsServiceResponseComposition |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static StreamIndexMultiAssetsServiceResponseComposition |
parseFrom(java.nio.ByteBuffer data) |
static StreamIndexMultiAssetsServiceResponseComposition |
parseFrom(java.nio.ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static StreamIndexMultiAssetsServiceResponseComposition |
parseFrom(com.google.protobuf.ByteString data) |
static StreamIndexMultiAssetsServiceResponseComposition |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static StreamIndexMultiAssetsServiceResponseComposition |
parseFrom(com.google.protobuf.CodedInputStream input) |
static StreamIndexMultiAssetsServiceResponseComposition |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static StreamIndexMultiAssetsServiceResponseComposition |
parseFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static <any> |
parser() |
StreamIndexMultiAssetsServiceResponseComposition.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
public static final int UNDERLYING_INSTRUMENT_FIELD_NUMBER
public static final int BASE_FIELD_NUMBER
public static final int QUOTE_FIELD_NUMBER
public static final int EXCHANGES_FIELD_NUMBER
public static final int INSTRUMENT_INTERVAL_FIELD_NUMBER
public static final int CURRENCY_CONVERSION_FIELD_NUMBER
public static final int TS_EVENT_FIELD_NUMBER
protected java.lang.Object newInstance(UnusedPrivateParameter unused)
public final com.google.protobuf.UnknownFieldSet getUnknownFields()
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
public java.lang.String getUnderlyingInstrument()
Underlying rate of the indices.
string underlying_instrument = 1;getUnderlyingInstrument in interface StreamIndexMultiAssetsServiceResponseCompositionOrBuilderpublic com.google.protobuf.ByteString getUnderlyingInstrumentBytes()
Underlying rate of the indices.
string underlying_instrument = 1;getUnderlyingInstrumentBytes in interface StreamIndexMultiAssetsServiceResponseCompositionOrBuilderpublic java.lang.String getBase()
Base.
string base = 2;getBase in interface StreamIndexMultiAssetsServiceResponseCompositionOrBuilderpublic com.google.protobuf.ByteString getBaseBytes()
Base.
string base = 2;getBaseBytes in interface StreamIndexMultiAssetsServiceResponseCompositionOrBuilderpublic java.lang.String getQuote()
Quote.
string quote = 3;getQuote in interface StreamIndexMultiAssetsServiceResponseCompositionOrBuilderpublic com.google.protobuf.ByteString getQuoteBytes()
Quote.
string quote = 3;getQuoteBytes in interface StreamIndexMultiAssetsServiceResponseCompositionOrBuilderpublic com.google.protobuf.ProtocolStringList getExchangesList()
Exchanges.
repeated string exchanges = 4;getExchangesList in interface StreamIndexMultiAssetsServiceResponseCompositionOrBuilderpublic int getExchangesCount()
Exchanges.
repeated string exchanges = 4;getExchangesCount in interface StreamIndexMultiAssetsServiceResponseCompositionOrBuilderpublic java.lang.String getExchanges(int index)
Exchanges.
repeated string exchanges = 4;getExchanges in interface StreamIndexMultiAssetsServiceResponseCompositionOrBuilderindex - The index of the element to return.public com.google.protobuf.ByteString getExchangesBytes(int index)
Exchanges.
repeated string exchanges = 4;getExchangesBytes in interface StreamIndexMultiAssetsServiceResponseCompositionOrBuilderindex - The index of the value to return.public boolean hasInstrumentInterval()
Data interval.
.kaikosdk.DataInterval instrument_interval = 5;hasInstrumentInterval in interface StreamIndexMultiAssetsServiceResponseCompositionOrBuilderpublic DataInterval getInstrumentInterval()
Data interval.
.kaikosdk.DataInterval instrument_interval = 5;getInstrumentInterval in interface StreamIndexMultiAssetsServiceResponseCompositionOrBuilderpublic DataIntervalOrBuilder getInstrumentIntervalOrBuilder()
Data interval.
.kaikosdk.DataInterval instrument_interval = 5;getInstrumentIntervalOrBuilder in interface StreamIndexMultiAssetsServiceResponseCompositionOrBuilderpublic java.lang.String getCurrencyConversion()
Currency conversion.
string currency_conversion = 6;getCurrencyConversion in interface StreamIndexMultiAssetsServiceResponseCompositionOrBuilderpublic com.google.protobuf.ByteString getCurrencyConversionBytes()
Currency conversion.
string currency_conversion = 6;getCurrencyConversionBytes in interface StreamIndexMultiAssetsServiceResponseCompositionOrBuilderpublic boolean hasTsEvent()
Timestamp (tick) of underlying rate ts.
.google.protobuf.Timestamp ts_event = 7;hasTsEvent in interface StreamIndexMultiAssetsServiceResponseCompositionOrBuilderpublic com.google.protobuf.Timestamp getTsEvent()
Timestamp (tick) of underlying rate ts.
.google.protobuf.Timestamp ts_event = 7;getTsEvent in interface StreamIndexMultiAssetsServiceResponseCompositionOrBuilderpublic com.google.protobuf.TimestampOrBuilder getTsEventOrBuilder()
Timestamp (tick) of underlying rate ts.
.google.protobuf.Timestamp ts_event = 7;getTsEventOrBuilder in interface StreamIndexMultiAssetsServiceResponseCompositionOrBuilderpublic final boolean isInitialized()
public void writeTo(com.google.protobuf.CodedOutputStream output)
throws java.io.IOException
java.io.IOExceptionpublic int getSerializedSize()
public boolean equals(java.lang.Object obj)
public int hashCode()
public static StreamIndexMultiAssetsServiceResponseComposition parseFrom(java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static StreamIndexMultiAssetsServiceResponseComposition parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static StreamIndexMultiAssetsServiceResponseComposition parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static StreamIndexMultiAssetsServiceResponseComposition parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static StreamIndexMultiAssetsServiceResponseComposition parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static StreamIndexMultiAssetsServiceResponseComposition parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static StreamIndexMultiAssetsServiceResponseComposition parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOExceptionpublic static StreamIndexMultiAssetsServiceResponseComposition parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static StreamIndexMultiAssetsServiceResponseComposition parseFrom(com.google.protobuf.CodedInputStream input) throws java.io.IOException
java.io.IOExceptionpublic static StreamIndexMultiAssetsServiceResponseComposition parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic StreamIndexMultiAssetsServiceResponseComposition.Builder newBuilderForType()
public static StreamIndexMultiAssetsServiceResponseComposition.Builder newBuilder()
public static StreamIndexMultiAssetsServiceResponseComposition.Builder newBuilder(StreamIndexMultiAssetsServiceResponseComposition prototype)
public StreamIndexMultiAssetsServiceResponseComposition.Builder toBuilder()
protected StreamIndexMultiAssetsServiceResponseComposition.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
public static StreamIndexMultiAssetsServiceResponseComposition getDefaultInstance()
public static <any> parser()
public <any> getParserForType()
public StreamIndexMultiAssetsServiceResponseComposition getDefaultInstanceForType()