public final class StreamAggregatedQuoteRequestV2 extends com.google.protobuf.GeneratedMessageV3 implements StreamAggregatedQuoteRequestV2OrBuilder
StreamAggregatedQuoteRequestV2Protobuf type
kaikosdk.StreamAggregatedQuoteRequestV2
Modifier and Type | Class and Description |
---|---|
static class |
StreamAggregatedQuoteRequestV2.Builder
StreamAggregatedQuoteRequestV2
|
Modifier and Type | Field and Description |
---|---|
static int |
CODE_FIELD_NUMBER |
static int |
INCLUDE_UNVETTED_PRICE_FIELD_NUMBER |
static int |
INSTRUMENT_CLASS_FIELD_NUMBER |
static int |
INTERVAL_FIELD_NUMBER |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getCode()
Instrument code.
|
com.google.protobuf.ByteString |
getCodeBytes()
Instrument code.
|
static StreamAggregatedQuoteRequestV2 |
getDefaultInstance() |
StreamAggregatedQuoteRequestV2 |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
boolean |
getIncludeUnvettedPrice()
Whether to add an additionnal data point including all exchanges covered by Kaiko Top Of Book Stream for computation.
|
java.lang.String |
getInstrumentClass()
Instrument class.
|
com.google.protobuf.ByteString |
getInstrumentClassBytes()
Instrument class.
|
DataInterval |
getInterval()
Data interval.
|
DataIntervalOrBuilder |
getIntervalOrBuilder()
Data interval.
|
<any> |
getParserForType() |
int |
getSerializedSize() |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
int |
hashCode() |
boolean |
hasInterval()
Data interval.
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static StreamAggregatedQuoteRequestV2.Builder |
newBuilder() |
static StreamAggregatedQuoteRequestV2.Builder |
newBuilder(StreamAggregatedQuoteRequestV2 prototype) |
StreamAggregatedQuoteRequestV2.Builder |
newBuilderForType() |
protected StreamAggregatedQuoteRequestV2.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
protected java.lang.Object |
newInstance(UnusedPrivateParameter unused) |
static StreamAggregatedQuoteRequestV2 |
parseDelimitedFrom(java.io.InputStream input) |
static StreamAggregatedQuoteRequestV2 |
parseDelimitedFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static StreamAggregatedQuoteRequestV2 |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static StreamAggregatedQuoteRequestV2 |
parseFrom(java.nio.ByteBuffer data) |
static StreamAggregatedQuoteRequestV2 |
parseFrom(java.nio.ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static StreamAggregatedQuoteRequestV2 |
parseFrom(com.google.protobuf.ByteString data) |
static StreamAggregatedQuoteRequestV2 |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static StreamAggregatedQuoteRequestV2 |
parseFrom(com.google.protobuf.CodedInputStream input) |
static StreamAggregatedQuoteRequestV2 |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static StreamAggregatedQuoteRequestV2 |
parseFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static <any> |
parser() |
StreamAggregatedQuoteRequestV2.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
public static final int INSTRUMENT_CLASS_FIELD_NUMBER
public static final int CODE_FIELD_NUMBER
public static final int INTERVAL_FIELD_NUMBER
public static final int INCLUDE_UNVETTED_PRICE_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 getInstrumentClass()
Instrument class. See https://docs.kaiko.com/?python#instruments.
string instrument_class = 1;
getInstrumentClass
in interface StreamAggregatedQuoteRequestV2OrBuilder
public com.google.protobuf.ByteString getInstrumentClassBytes()
Instrument class. See https://docs.kaiko.com/?python#instruments.
string instrument_class = 1;
getInstrumentClassBytes
in interface StreamAggregatedQuoteRequestV2OrBuilder
public java.lang.String getCode()
Instrument code. See https://docs.kaiko.com/?python#instruments.
string code = 2;
getCode
in interface StreamAggregatedQuoteRequestV2OrBuilder
public com.google.protobuf.ByteString getCodeBytes()
Instrument code. See https://docs.kaiko.com/?python#instruments.
string code = 2;
getCodeBytes
in interface StreamAggregatedQuoteRequestV2OrBuilder
public boolean hasInterval()
Data interval. For historical data only.
.kaikosdk.DataInterval interval = 3;
hasInterval
in interface StreamAggregatedQuoteRequestV2OrBuilder
public DataInterval getInterval()
Data interval. For historical data only.
.kaikosdk.DataInterval interval = 3;
getInterval
in interface StreamAggregatedQuoteRequestV2OrBuilder
public DataIntervalOrBuilder getIntervalOrBuilder()
Data interval. For historical data only.
.kaikosdk.DataInterval interval = 3;
getIntervalOrBuilder
in interface StreamAggregatedQuoteRequestV2OrBuilder
public boolean getIncludeUnvettedPrice()
Whether to add an additionnal data point including all exchanges covered by Kaiko Top Of Book Stream for computation. This should be used whenever an asset is not part of the vetted list. Beware that exchange vetted list changes every quarter, so if there is only 1 exchange covering this asset, you should use `unvetted` as backup to `vetted` to always have a price.
bool include_unvetted_price = 4;
getIncludeUnvettedPrice
in interface StreamAggregatedQuoteRequestV2OrBuilder
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 StreamAggregatedQuoteRequestV2 parseFrom(java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static StreamAggregatedQuoteRequestV2 parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static StreamAggregatedQuoteRequestV2 parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static StreamAggregatedQuoteRequestV2 parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static StreamAggregatedQuoteRequestV2 parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static StreamAggregatedQuoteRequestV2 parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOException
public static StreamAggregatedQuoteRequestV2 parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOException
public static StreamAggregatedQuoteRequestV2 parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOException
public static StreamAggregatedQuoteRequestV2 parseFrom(com.google.protobuf.CodedInputStream input) throws java.io.IOException
java.io.IOException
public static StreamAggregatedQuoteRequestV2 parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOException
public StreamAggregatedQuoteRequestV2.Builder newBuilderForType()
public static StreamAggregatedQuoteRequestV2.Builder newBuilder()
public static StreamAggregatedQuoteRequestV2.Builder newBuilder(StreamAggregatedQuoteRequestV2 prototype)
public StreamAggregatedQuoteRequestV2.Builder toBuilder()
protected StreamAggregatedQuoteRequestV2.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
public static StreamAggregatedQuoteRequestV2 getDefaultInstance()
public static <any> parser()
public <any> getParserForType()
public StreamAggregatedQuoteRequestV2 getDefaultInstanceForType()