public final class StreamExoticIndicesServiceResponsePair extends com.google.protobuf.GeneratedMessageV3 implements StreamExoticIndicesServiceResponsePairOrBuilder
StreamExoticIndicesServiceResponsePair is the pair information for the rates usedProtobuf type
kaikosdk.StreamExoticIndicesServiceResponsePair| Modifier and Type | Class and Description |
|---|---|
static class |
StreamExoticIndicesServiceResponsePair.Builder
StreamExoticIndicesServiceResponsePair 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 |
POSITION_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 StreamExoticIndicesServiceResponsePair |
getDefaultInstance() |
StreamExoticIndicesServiceResponsePair |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
<any> |
getParserForType() |
StreamExoticIndicesPosition |
getPosition()
Position of the instrument.
|
int |
getPositionValue()
Position of the instrument.
|
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 StreamExoticIndicesServiceResponsePair.Builder |
newBuilder() |
static StreamExoticIndicesServiceResponsePair.Builder |
newBuilder(StreamExoticIndicesServiceResponsePair prototype) |
StreamExoticIndicesServiceResponsePair.Builder |
newBuilderForType() |
protected StreamExoticIndicesServiceResponsePair.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
protected java.lang.Object |
newInstance(UnusedPrivateParameter unused) |
static StreamExoticIndicesServiceResponsePair |
parseDelimitedFrom(java.io.InputStream input) |
static StreamExoticIndicesServiceResponsePair |
parseDelimitedFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static StreamExoticIndicesServiceResponsePair |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static StreamExoticIndicesServiceResponsePair |
parseFrom(java.nio.ByteBuffer data) |
static StreamExoticIndicesServiceResponsePair |
parseFrom(java.nio.ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static StreamExoticIndicesServiceResponsePair |
parseFrom(com.google.protobuf.ByteString data) |
static StreamExoticIndicesServiceResponsePair |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static StreamExoticIndicesServiceResponsePair |
parseFrom(com.google.protobuf.CodedInputStream input) |
static StreamExoticIndicesServiceResponsePair |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static StreamExoticIndicesServiceResponsePair |
parseFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static <any> |
parser() |
StreamExoticIndicesServiceResponsePair.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
public static final int POSITION_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 StreamExoticIndicesServiceResponsePairOrBuilderpublic com.google.protobuf.ByteString getUnderlyingInstrumentBytes()
Underlying instrument of the indices.
string underlying_instrument = 1;getUnderlyingInstrumentBytes in interface StreamExoticIndicesServiceResponsePairOrBuilderpublic boolean hasUnderlyingPrice()
Underlying price of the instrument.
.google.protobuf.DoubleValue underlying_price = 2;hasUnderlyingPrice in interface StreamExoticIndicesServiceResponsePairOrBuilderpublic com.google.protobuf.DoubleValue getUnderlyingPrice()
Underlying price of the instrument.
.google.protobuf.DoubleValue underlying_price = 2;getUnderlyingPrice in interface StreamExoticIndicesServiceResponsePairOrBuilderpublic com.google.protobuf.DoubleValueOrBuilder getUnderlyingPriceOrBuilder()
Underlying price of the instrument.
.google.protobuf.DoubleValue underlying_price = 2;getUnderlyingPriceOrBuilder in interface StreamExoticIndicesServiceResponsePairOrBuilderpublic double getWeightingFactor()
Weighting factor of the instrument.
double weighting_factor = 3;getWeightingFactor in interface StreamExoticIndicesServiceResponsePairOrBuilderpublic double getCappingFactor()
Capping factor of the instrument.
double capping_factor = 4;getCappingFactor in interface StreamExoticIndicesServiceResponsePairOrBuilderpublic double getCurrencyConversionFactor()
Currency conversion factor of the instrument.
double currency_conversion_factor = 5;getCurrencyConversionFactor in interface StreamExoticIndicesServiceResponsePairOrBuilderpublic int getPositionValue()
Position of the instrument.
.kaikosdk.StreamExoticIndicesPosition position = 6;getPositionValue in interface StreamExoticIndicesServiceResponsePairOrBuilderpublic StreamExoticIndicesPosition getPosition()
Position of the instrument.
.kaikosdk.StreamExoticIndicesPosition position = 6;getPosition in interface StreamExoticIndicesServiceResponsePairOrBuilderpublic 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 StreamExoticIndicesServiceResponsePair parseFrom(java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static StreamExoticIndicesServiceResponsePair parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static StreamExoticIndicesServiceResponsePair parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static StreamExoticIndicesServiceResponsePair parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static StreamExoticIndicesServiceResponsePair parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static StreamExoticIndicesServiceResponsePair parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static StreamExoticIndicesServiceResponsePair parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOExceptionpublic static StreamExoticIndicesServiceResponsePair parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static StreamExoticIndicesServiceResponsePair parseFrom(com.google.protobuf.CodedInputStream input) throws java.io.IOException
java.io.IOExceptionpublic static StreamExoticIndicesServiceResponsePair parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic StreamExoticIndicesServiceResponsePair.Builder newBuilderForType()
public static StreamExoticIndicesServiceResponsePair.Builder newBuilder()
public static StreamExoticIndicesServiceResponsePair.Builder newBuilder(StreamExoticIndicesServiceResponsePair prototype)
public StreamExoticIndicesServiceResponsePair.Builder toBuilder()
protected StreamExoticIndicesServiceResponsePair.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
public static StreamExoticIndicesServiceResponsePair getDefaultInstance()
public static <any> parser()
public <any> getParserForType()
public StreamExoticIndicesServiceResponsePair getDefaultInstanceForType()