public final class StreamIndexMultiAssetsServiceResponsePair extends com.google.protobuf.GeneratedMessageV3 implements StreamIndexMultiAssetsServiceResponsePairOrBuilder
StreamIndexMultiAssetsServiceResponsePair is the pair information for the rates usedProtobuf type
kaikosdk.StreamIndexMultiAssetsServiceResponsePair
Modifier and Type | Class and Description |
---|---|
static class |
StreamIndexMultiAssetsServiceResponsePair.Builder
StreamIndexMultiAssetsServiceResponsePair is the pair information for the rates used
|
Modifier and Type | Field and Description |
---|---|
static int |
CAPPING_FACTOR_FIELD_NUMBER |
static int |
CURRENCY_CONVERSION_FACTOR_FIELD_NUMBER |
static int |
UNDERLYING_INSTRUMENT_FIELD_NUMBER |
static int |
UNDERLYING_PRICE_FIELD_NUMBER |
static int |
WEIGHTING_FACTOR_FIELD_NUMBER |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
double |
getCappingFactor()
Capping factor of the instrument.
|
double |
getCurrencyConversionFactor()
Currency conversion factor of the instrument.
|
static StreamIndexMultiAssetsServiceResponsePair |
getDefaultInstance() |
StreamIndexMultiAssetsServiceResponsePair |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
<any> |
getParserForType() |
int |
getSerializedSize() |
java.lang.String |
getUnderlyingInstrument()
Underlying instrument of the indices.
|
com.google.protobuf.ByteString |
getUnderlyingInstrumentBytes()
Underlying instrument of the indices.
|
com.google.protobuf.DoubleValue |
getUnderlyingPrice()
Underlying price of the instrument.
|
com.google.protobuf.DoubleValueOrBuilder |
getUnderlyingPriceOrBuilder()
Underlying price of the instrument.
|
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
double |
getWeightingFactor()
Weighting factor of the instrument.
|
int |
hashCode() |
boolean |
hasUnderlyingPrice()
Underlying price of the instrument.
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static StreamIndexMultiAssetsServiceResponsePair.Builder |
newBuilder() |
static StreamIndexMultiAssetsServiceResponsePair.Builder |
newBuilder(StreamIndexMultiAssetsServiceResponsePair prototype) |
StreamIndexMultiAssetsServiceResponsePair.Builder |
newBuilderForType() |
protected StreamIndexMultiAssetsServiceResponsePair.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
protected java.lang.Object |
newInstance(UnusedPrivateParameter unused) |
static StreamIndexMultiAssetsServiceResponsePair |
parseDelimitedFrom(java.io.InputStream input) |
static StreamIndexMultiAssetsServiceResponsePair |
parseDelimitedFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static StreamIndexMultiAssetsServiceResponsePair |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static StreamIndexMultiAssetsServiceResponsePair |
parseFrom(java.nio.ByteBuffer data) |
static StreamIndexMultiAssetsServiceResponsePair |
parseFrom(java.nio.ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static StreamIndexMultiAssetsServiceResponsePair |
parseFrom(com.google.protobuf.ByteString data) |
static StreamIndexMultiAssetsServiceResponsePair |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static StreamIndexMultiAssetsServiceResponsePair |
parseFrom(com.google.protobuf.CodedInputStream input) |
static StreamIndexMultiAssetsServiceResponsePair |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static StreamIndexMultiAssetsServiceResponsePair |
parseFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static <any> |
parser() |
StreamIndexMultiAssetsServiceResponsePair.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
public static final int UNDERLYING_INSTRUMENT_FIELD_NUMBER
public static final int UNDERLYING_PRICE_FIELD_NUMBER
public static final int WEIGHTING_FACTOR_FIELD_NUMBER
public static final int CAPPING_FACTOR_FIELD_NUMBER
public static final int CURRENCY_CONVERSION_FACTOR_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 instrument of the indices.
string underlying_instrument = 1;
getUnderlyingInstrument
in interface StreamIndexMultiAssetsServiceResponsePairOrBuilder
public com.google.protobuf.ByteString getUnderlyingInstrumentBytes()
Underlying instrument of the indices.
string underlying_instrument = 1;
getUnderlyingInstrumentBytes
in interface StreamIndexMultiAssetsServiceResponsePairOrBuilder
public boolean hasUnderlyingPrice()
Underlying price of the instrument.
.google.protobuf.DoubleValue underlying_price = 2;
hasUnderlyingPrice
in interface StreamIndexMultiAssetsServiceResponsePairOrBuilder
public com.google.protobuf.DoubleValue getUnderlyingPrice()
Underlying price of the instrument.
.google.protobuf.DoubleValue underlying_price = 2;
getUnderlyingPrice
in interface StreamIndexMultiAssetsServiceResponsePairOrBuilder
public com.google.protobuf.DoubleValueOrBuilder getUnderlyingPriceOrBuilder()
Underlying price of the instrument.
.google.protobuf.DoubleValue underlying_price = 2;
getUnderlyingPriceOrBuilder
in interface StreamIndexMultiAssetsServiceResponsePairOrBuilder
public double getWeightingFactor()
Weighting factor of the instrument.
double weighting_factor = 3;
getWeightingFactor
in interface StreamIndexMultiAssetsServiceResponsePairOrBuilder
public double getCappingFactor()
Capping factor of the instrument.
double capping_factor = 4;
getCappingFactor
in interface StreamIndexMultiAssetsServiceResponsePairOrBuilder
public double getCurrencyConversionFactor()
Currency conversion factor of the instrument.
double currency_conversion_factor = 5;
getCurrencyConversionFactor
in interface StreamIndexMultiAssetsServiceResponsePairOrBuilder
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 StreamIndexMultiAssetsServiceResponsePair parseFrom(java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static StreamIndexMultiAssetsServiceResponsePair parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static StreamIndexMultiAssetsServiceResponsePair parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static StreamIndexMultiAssetsServiceResponsePair parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static StreamIndexMultiAssetsServiceResponsePair parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static StreamIndexMultiAssetsServiceResponsePair parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOException
public static StreamIndexMultiAssetsServiceResponsePair parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOException
public static StreamIndexMultiAssetsServiceResponsePair parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOException
public static StreamIndexMultiAssetsServiceResponsePair parseFrom(com.google.protobuf.CodedInputStream input) throws java.io.IOException
java.io.IOException
public static StreamIndexMultiAssetsServiceResponsePair parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOException
public StreamIndexMultiAssetsServiceResponsePair.Builder newBuilderForType()
public static StreamIndexMultiAssetsServiceResponsePair.Builder newBuilder()
public static StreamIndexMultiAssetsServiceResponsePair.Builder newBuilder(StreamIndexMultiAssetsServiceResponsePair prototype)
public StreamIndexMultiAssetsServiceResponsePair.Builder toBuilder()
protected StreamIndexMultiAssetsServiceResponsePair.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
public static StreamIndexMultiAssetsServiceResponsePair getDefaultInstance()
public static <any> parser()
public <any> getParserForType()
public StreamIndexMultiAssetsServiceResponsePair getDefaultInstanceForType()