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