public final class StreamAggregatesVWAPRequestV1 extends com.google.protobuf.GeneratedMessageV3 implements StreamAggregatesVWAPRequestV1OrBuilder
StreamAggregatesVWAPRequestV1Protobuf type
kaikosdk.StreamAggregatesVWAPRequestV1
Modifier and Type | Class and Description |
---|---|
static class |
StreamAggregatesVWAPRequestV1.Builder
StreamAggregatesVWAPRequestV1
|
Modifier and Type | Field and Description |
---|---|
static int |
AGGREGATE_FIELD_NUMBER |
static int |
INSTRUMENT_CRITERIA_FIELD_NUMBER |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getAggregate()
Aggregate value (1s, 1m, 1h).
|
com.google.protobuf.ByteString |
getAggregateBytes()
Aggregate value (1s, 1m, 1h).
|
static StreamAggregatesVWAPRequestV1 |
getDefaultInstance() |
StreamAggregatesVWAPRequestV1 |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
InstrumentCriteria |
getInstrumentCriteria()
InstrumentCriteria is instrument exchange, class and code, wildcard (*) can be used.
|
InstrumentCriteriaOrBuilder |
getInstrumentCriteriaOrBuilder()
InstrumentCriteria is instrument exchange, class and code, wildcard (*) can be used.
|
<any> |
getParserForType() |
int |
getSerializedSize() |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
int |
hashCode() |
boolean |
hasInstrumentCriteria()
InstrumentCriteria is instrument exchange, class and code, wildcard (*) can be used.
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static StreamAggregatesVWAPRequestV1.Builder |
newBuilder() |
static StreamAggregatesVWAPRequestV1.Builder |
newBuilder(StreamAggregatesVWAPRequestV1 prototype) |
StreamAggregatesVWAPRequestV1.Builder |
newBuilderForType() |
protected StreamAggregatesVWAPRequestV1.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
protected java.lang.Object |
newInstance(UnusedPrivateParameter unused) |
static StreamAggregatesVWAPRequestV1 |
parseDelimitedFrom(java.io.InputStream input) |
static StreamAggregatesVWAPRequestV1 |
parseDelimitedFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static StreamAggregatesVWAPRequestV1 |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static StreamAggregatesVWAPRequestV1 |
parseFrom(java.nio.ByteBuffer data) |
static StreamAggregatesVWAPRequestV1 |
parseFrom(java.nio.ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static StreamAggregatesVWAPRequestV1 |
parseFrom(com.google.protobuf.ByteString data) |
static StreamAggregatesVWAPRequestV1 |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static StreamAggregatesVWAPRequestV1 |
parseFrom(com.google.protobuf.CodedInputStream input) |
static StreamAggregatesVWAPRequestV1 |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static StreamAggregatesVWAPRequestV1 |
parseFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static <any> |
parser() |
StreamAggregatesVWAPRequestV1.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
public static final int INSTRUMENT_CRITERIA_FIELD_NUMBER
public static final int AGGREGATE_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 boolean hasInstrumentCriteria()
InstrumentCriteria is instrument exchange, class and code, wildcard (*) can be used.
.kaikosdk.InstrumentCriteria instrument_criteria = 1;
hasInstrumentCriteria
in interface StreamAggregatesVWAPRequestV1OrBuilder
public InstrumentCriteria getInstrumentCriteria()
InstrumentCriteria is instrument exchange, class and code, wildcard (*) can be used.
.kaikosdk.InstrumentCriteria instrument_criteria = 1;
getInstrumentCriteria
in interface StreamAggregatesVWAPRequestV1OrBuilder
public InstrumentCriteriaOrBuilder getInstrumentCriteriaOrBuilder()
InstrumentCriteria is instrument exchange, class and code, wildcard (*) can be used.
.kaikosdk.InstrumentCriteria instrument_criteria = 1;
getInstrumentCriteriaOrBuilder
in interface StreamAggregatesVWAPRequestV1OrBuilder
public java.lang.String getAggregate()
Aggregate value (1s, 1m, 1h).
string aggregate = 2;
getAggregate
in interface StreamAggregatesVWAPRequestV1OrBuilder
public com.google.protobuf.ByteString getAggregateBytes()
Aggregate value (1s, 1m, 1h).
string aggregate = 2;
getAggregateBytes
in interface StreamAggregatesVWAPRequestV1OrBuilder
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 StreamAggregatesVWAPRequestV1 parseFrom(java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static StreamAggregatesVWAPRequestV1 parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static StreamAggregatesVWAPRequestV1 parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static StreamAggregatesVWAPRequestV1 parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static StreamAggregatesVWAPRequestV1 parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static StreamAggregatesVWAPRequestV1 parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOException
public static StreamAggregatesVWAPRequestV1 parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOException
public static StreamAggregatesVWAPRequestV1 parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOException
public static StreamAggregatesVWAPRequestV1 parseFrom(com.google.protobuf.CodedInputStream input) throws java.io.IOException
java.io.IOException
public static StreamAggregatesVWAPRequestV1 parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOException
public StreamAggregatesVWAPRequestV1.Builder newBuilderForType()
public static StreamAggregatesVWAPRequestV1.Builder newBuilder()
public static StreamAggregatesVWAPRequestV1.Builder newBuilder(StreamAggregatesVWAPRequestV1 prototype)
public StreamAggregatesVWAPRequestV1.Builder toBuilder()
protected StreamAggregatesVWAPRequestV1.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
public static StreamAggregatesVWAPRequestV1 getDefaultInstance()
public static <any> parser()
public <any> getParserForType()
public StreamAggregatesVWAPRequestV1 getDefaultInstanceForType()