public final class StreamExoticIndicesServiceResponseComposition extends com.google.protobuf.GeneratedMessageV3 implements StreamExoticIndicesServiceResponseCompositionOrBuilder
StreamExoticIndicesServiceResponseComposition is the composition used to compute the index.Protobuf type
kaikosdk.StreamExoticIndicesServiceResponseComposition
Modifier and Type | Class and Description |
---|---|
static class |
StreamExoticIndicesServiceResponseComposition.Builder
StreamExoticIndicesServiceResponseComposition 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 |
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 StreamExoticIndicesServiceResponseComposition |
getDefaultInstance() |
StreamExoticIndicesServiceResponseComposition |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
<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 |
hasTsEvent()
Timestamp (tick) of underlying rate ts.
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static StreamExoticIndicesServiceResponseComposition.Builder |
newBuilder() |
static StreamExoticIndicesServiceResponseComposition.Builder |
newBuilder(StreamExoticIndicesServiceResponseComposition prototype) |
StreamExoticIndicesServiceResponseComposition.Builder |
newBuilderForType() |
protected StreamExoticIndicesServiceResponseComposition.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
protected java.lang.Object |
newInstance(UnusedPrivateParameter unused) |
static StreamExoticIndicesServiceResponseComposition |
parseDelimitedFrom(java.io.InputStream input) |
static StreamExoticIndicesServiceResponseComposition |
parseDelimitedFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static StreamExoticIndicesServiceResponseComposition |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static StreamExoticIndicesServiceResponseComposition |
parseFrom(java.nio.ByteBuffer data) |
static StreamExoticIndicesServiceResponseComposition |
parseFrom(java.nio.ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static StreamExoticIndicesServiceResponseComposition |
parseFrom(com.google.protobuf.ByteString data) |
static StreamExoticIndicesServiceResponseComposition |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static StreamExoticIndicesServiceResponseComposition |
parseFrom(com.google.protobuf.CodedInputStream input) |
static StreamExoticIndicesServiceResponseComposition |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static StreamExoticIndicesServiceResponseComposition |
parseFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static <any> |
parser() |
StreamExoticIndicesServiceResponseComposition.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 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 StreamExoticIndicesServiceResponseCompositionOrBuilder
public com.google.protobuf.ByteString getUnderlyingInstrumentBytes()
Underlying rate of the indices.
string underlying_instrument = 1;
getUnderlyingInstrumentBytes
in interface StreamExoticIndicesServiceResponseCompositionOrBuilder
public java.lang.String getBase()
Base.
string base = 2;
getBase
in interface StreamExoticIndicesServiceResponseCompositionOrBuilder
public com.google.protobuf.ByteString getBaseBytes()
Base.
string base = 2;
getBaseBytes
in interface StreamExoticIndicesServiceResponseCompositionOrBuilder
public java.lang.String getQuote()
Quote.
string quote = 3;
getQuote
in interface StreamExoticIndicesServiceResponseCompositionOrBuilder
public com.google.protobuf.ByteString getQuoteBytes()
Quote.
string quote = 3;
getQuoteBytes
in interface StreamExoticIndicesServiceResponseCompositionOrBuilder
public java.lang.String getCurrencyConversion()
Currency conversion.
string currency_conversion = 6;
getCurrencyConversion
in interface StreamExoticIndicesServiceResponseCompositionOrBuilder
public com.google.protobuf.ByteString getCurrencyConversionBytes()
Currency conversion.
string currency_conversion = 6;
getCurrencyConversionBytes
in interface StreamExoticIndicesServiceResponseCompositionOrBuilder
public boolean hasTsEvent()
Timestamp (tick) of underlying rate ts.
.google.protobuf.Timestamp ts_event = 7;
hasTsEvent
in interface StreamExoticIndicesServiceResponseCompositionOrBuilder
public com.google.protobuf.Timestamp getTsEvent()
Timestamp (tick) of underlying rate ts.
.google.protobuf.Timestamp ts_event = 7;
getTsEvent
in interface StreamExoticIndicesServiceResponseCompositionOrBuilder
public com.google.protobuf.TimestampOrBuilder getTsEventOrBuilder()
Timestamp (tick) of underlying rate ts.
.google.protobuf.Timestamp ts_event = 7;
getTsEventOrBuilder
in interface StreamExoticIndicesServiceResponseCompositionOrBuilder
public final boolean isInitialized()
public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException
java.io.IOException
public int getSerializedSize()
public boolean equals(java.lang.Object obj)
public int hashCode()
public static StreamExoticIndicesServiceResponseComposition parseFrom(java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static StreamExoticIndicesServiceResponseComposition parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static StreamExoticIndicesServiceResponseComposition parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static StreamExoticIndicesServiceResponseComposition parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static StreamExoticIndicesServiceResponseComposition parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static StreamExoticIndicesServiceResponseComposition parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOException
public static StreamExoticIndicesServiceResponseComposition parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOException
public static StreamExoticIndicesServiceResponseComposition parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOException
public static StreamExoticIndicesServiceResponseComposition parseFrom(com.google.protobuf.CodedInputStream input) throws java.io.IOException
java.io.IOException
public static StreamExoticIndicesServiceResponseComposition parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOException
public StreamExoticIndicesServiceResponseComposition.Builder newBuilderForType()
public static StreamExoticIndicesServiceResponseComposition.Builder newBuilder()
public static StreamExoticIndicesServiceResponseComposition.Builder newBuilder(StreamExoticIndicesServiceResponseComposition prototype)
public StreamExoticIndicesServiceResponseComposition.Builder toBuilder()
protected StreamExoticIndicesServiceResponseComposition.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
public static StreamExoticIndicesServiceResponseComposition getDefaultInstance()
public static <any> parser()
public <any> getParserForType()
public StreamExoticIndicesServiceResponseComposition getDefaultInstanceForType()