public final class StreamIndexMultiAssetsServiceResponsePrices extends com.google.protobuf.GeneratedMessageV3 implements StreamIndexMultiAssetsServiceResponsePricesOrBuilder
StreamIndexMultiAssetsServiceResponsePrices is the prices informations on the pair usedProtobuf type
kaikosdk.StreamIndexMultiAssetsServiceResponsePrices
Modifier and Type | Class and Description |
---|---|
static class |
StreamIndexMultiAssetsServiceResponsePrices.Builder
StreamIndexMultiAssetsServiceResponsePrices is the prices informations on the pair used
|
Modifier and Type | Field and Description |
---|---|
static int |
DIVISOR_FIELD_NUMBER |
static int |
INDEX_VALUE_FIELD_NUMBER |
static int |
PAIRS_FIELD_NUMBER |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
static StreamIndexMultiAssetsServiceResponsePrices |
getDefaultInstance() |
StreamIndexMultiAssetsServiceResponsePrices |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
double |
getDivisor()
Divisor.
|
double |
getIndexValue()
Index value.
|
StreamIndexMultiAssetsServiceResponsePair |
getPairs(int index)
StreamIndexMultiAssetsServiceResponsePair is the pair information for the rates used.
|
int |
getPairsCount()
StreamIndexMultiAssetsServiceResponsePair is the pair information for the rates used.
|
java.util.List<StreamIndexMultiAssetsServiceResponsePair> |
getPairsList()
StreamIndexMultiAssetsServiceResponsePair is the pair information for the rates used.
|
StreamIndexMultiAssetsServiceResponsePairOrBuilder |
getPairsOrBuilder(int index)
StreamIndexMultiAssetsServiceResponsePair is the pair information for the rates used.
|
java.util.List<? extends StreamIndexMultiAssetsServiceResponsePairOrBuilder> |
getPairsOrBuilderList()
StreamIndexMultiAssetsServiceResponsePair is the pair information for the rates used.
|
<any> |
getParserForType() |
int |
getSerializedSize() |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
int |
hashCode() |
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static StreamIndexMultiAssetsServiceResponsePrices.Builder |
newBuilder() |
static StreamIndexMultiAssetsServiceResponsePrices.Builder |
newBuilder(StreamIndexMultiAssetsServiceResponsePrices prototype) |
StreamIndexMultiAssetsServiceResponsePrices.Builder |
newBuilderForType() |
protected StreamIndexMultiAssetsServiceResponsePrices.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
protected java.lang.Object |
newInstance(UnusedPrivateParameter unused) |
static StreamIndexMultiAssetsServiceResponsePrices |
parseDelimitedFrom(java.io.InputStream input) |
static StreamIndexMultiAssetsServiceResponsePrices |
parseDelimitedFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static StreamIndexMultiAssetsServiceResponsePrices |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static StreamIndexMultiAssetsServiceResponsePrices |
parseFrom(java.nio.ByteBuffer data) |
static StreamIndexMultiAssetsServiceResponsePrices |
parseFrom(java.nio.ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static StreamIndexMultiAssetsServiceResponsePrices |
parseFrom(com.google.protobuf.ByteString data) |
static StreamIndexMultiAssetsServiceResponsePrices |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static StreamIndexMultiAssetsServiceResponsePrices |
parseFrom(com.google.protobuf.CodedInputStream input) |
static StreamIndexMultiAssetsServiceResponsePrices |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static StreamIndexMultiAssetsServiceResponsePrices |
parseFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static <any> |
parser() |
StreamIndexMultiAssetsServiceResponsePrices.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
public static final int INDEX_VALUE_FIELD_NUMBER
public static final int DIVISOR_FIELD_NUMBER
public static final int PAIRS_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 double getIndexValue()
Index value.
double index_value = 1;
getIndexValue
in interface StreamIndexMultiAssetsServiceResponsePricesOrBuilder
public double getDivisor()
Divisor.
double divisor = 2;
getDivisor
in interface StreamIndexMultiAssetsServiceResponsePricesOrBuilder
public java.util.List<StreamIndexMultiAssetsServiceResponsePair> getPairsList()
StreamIndexMultiAssetsServiceResponsePair is the pair information for the rates used.
repeated .kaikosdk.StreamIndexMultiAssetsServiceResponsePair pairs = 3;
getPairsList
in interface StreamIndexMultiAssetsServiceResponsePricesOrBuilder
public java.util.List<? extends StreamIndexMultiAssetsServiceResponsePairOrBuilder> getPairsOrBuilderList()
StreamIndexMultiAssetsServiceResponsePair is the pair information for the rates used.
repeated .kaikosdk.StreamIndexMultiAssetsServiceResponsePair pairs = 3;
getPairsOrBuilderList
in interface StreamIndexMultiAssetsServiceResponsePricesOrBuilder
public int getPairsCount()
StreamIndexMultiAssetsServiceResponsePair is the pair information for the rates used.
repeated .kaikosdk.StreamIndexMultiAssetsServiceResponsePair pairs = 3;
getPairsCount
in interface StreamIndexMultiAssetsServiceResponsePricesOrBuilder
public StreamIndexMultiAssetsServiceResponsePair getPairs(int index)
StreamIndexMultiAssetsServiceResponsePair is the pair information for the rates used.
repeated .kaikosdk.StreamIndexMultiAssetsServiceResponsePair pairs = 3;
getPairs
in interface StreamIndexMultiAssetsServiceResponsePricesOrBuilder
public StreamIndexMultiAssetsServiceResponsePairOrBuilder getPairsOrBuilder(int index)
StreamIndexMultiAssetsServiceResponsePair is the pair information for the rates used.
repeated .kaikosdk.StreamIndexMultiAssetsServiceResponsePair pairs = 3;
getPairsOrBuilder
in interface StreamIndexMultiAssetsServiceResponsePricesOrBuilder
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 StreamIndexMultiAssetsServiceResponsePrices parseFrom(java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static StreamIndexMultiAssetsServiceResponsePrices parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static StreamIndexMultiAssetsServiceResponsePrices parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static StreamIndexMultiAssetsServiceResponsePrices parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static StreamIndexMultiAssetsServiceResponsePrices parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static StreamIndexMultiAssetsServiceResponsePrices parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOException
public static StreamIndexMultiAssetsServiceResponsePrices parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOException
public static StreamIndexMultiAssetsServiceResponsePrices parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOException
public static StreamIndexMultiAssetsServiceResponsePrices parseFrom(com.google.protobuf.CodedInputStream input) throws java.io.IOException
java.io.IOException
public static StreamIndexMultiAssetsServiceResponsePrices parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOException
public StreamIndexMultiAssetsServiceResponsePrices.Builder newBuilderForType()
public static StreamIndexMultiAssetsServiceResponsePrices.Builder newBuilder()
public static StreamIndexMultiAssetsServiceResponsePrices.Builder newBuilder(StreamIndexMultiAssetsServiceResponsePrices prototype)
public StreamIndexMultiAssetsServiceResponsePrices.Builder toBuilder()
protected StreamIndexMultiAssetsServiceResponsePrices.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
public static StreamIndexMultiAssetsServiceResponsePrices getDefaultInstance()
public static <any> parser()
public <any> getParserForType()
public StreamIndexMultiAssetsServiceResponsePrices getDefaultInstanceForType()