public final class StreamAggregatesVWAPResponseV1 extends com.google.protobuf.GeneratedMessageV3 implements StreamAggregatesVWAPResponseV1OrBuilder
StreamAggregatesVWAPResponseV1Protobuf type
kaikosdk.StreamAggregatesVWAPResponseV1| Modifier and Type | Class and Description |
|---|---|
static class |
StreamAggregatesVWAPResponseV1.Builder
StreamAggregatesVWAPResponseV1
|
| Modifier and Type | Field and Description |
|---|---|
static int |
AGGREGATE_FIELD_NUMBER |
static int |
CLASS_FIELD_NUMBER |
static int |
CODE_FIELD_NUMBER |
static int |
EXCHANGE_FIELD_NUMBER |
static int |
PRICE_FIELD_NUMBER |
static int |
SEQUENCE_ID_FIELD_NUMBER |
static int |
TS_EVENT_FIELD_NUMBER |
static int |
UID_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getAggregate()
Aggregate (interval).
|
com.google.protobuf.ByteString |
getAggregateBytes()
Aggregate (interval).
|
java.lang.String |
getClass_()
Instrument class, empty when instrument not mapped.
|
com.google.protobuf.ByteString |
getClass_Bytes()
Instrument class, empty when instrument not mapped.
|
java.lang.String |
getCode()
Instrument code, empty when instrument not mapped.
|
com.google.protobuf.ByteString |
getCodeBytes()
Instrument code, empty when instrument not mapped.
|
static StreamAggregatesVWAPResponseV1 |
getDefaultInstance() |
StreamAggregatesVWAPResponseV1 |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
java.lang.String |
getExchange()
Instrument exchange.
|
com.google.protobuf.ByteString |
getExchangeBytes()
Instrument exchange.
|
<any> |
getParserForType() |
double |
getPrice()
Price for the trade.
|
java.lang.String |
getSequenceId()
Sequence ID for event.
|
com.google.protobuf.ByteString |
getSequenceIdBytes()
Sequence ID for event.
|
int |
getSerializedSize() |
com.google.protobuf.Timestamp |
getTsEvent()
Event generation timestamp (event created by Kaiko), after normalization.
|
com.google.protobuf.TimestampOrBuilder |
getTsEventOrBuilder()
Event generation timestamp (event created by Kaiko), after normalization.
|
java.lang.String |
getUid()
UID is timestamp truncated to interval of OHLCV.
|
com.google.protobuf.ByteString |
getUidBytes()
UID is timestamp truncated to interval of OHLCV.
|
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
int |
hashCode() |
boolean |
hasTsEvent()
Event generation timestamp (event created by Kaiko), after normalization.
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static StreamAggregatesVWAPResponseV1.Builder |
newBuilder() |
static StreamAggregatesVWAPResponseV1.Builder |
newBuilder(StreamAggregatesVWAPResponseV1 prototype) |
StreamAggregatesVWAPResponseV1.Builder |
newBuilderForType() |
protected StreamAggregatesVWAPResponseV1.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
protected java.lang.Object |
newInstance(UnusedPrivateParameter unused) |
static StreamAggregatesVWAPResponseV1 |
parseDelimitedFrom(java.io.InputStream input) |
static StreamAggregatesVWAPResponseV1 |
parseDelimitedFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static StreamAggregatesVWAPResponseV1 |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static StreamAggregatesVWAPResponseV1 |
parseFrom(java.nio.ByteBuffer data) |
static StreamAggregatesVWAPResponseV1 |
parseFrom(java.nio.ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static StreamAggregatesVWAPResponseV1 |
parseFrom(com.google.protobuf.ByteString data) |
static StreamAggregatesVWAPResponseV1 |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static StreamAggregatesVWAPResponseV1 |
parseFrom(com.google.protobuf.CodedInputStream input) |
static StreamAggregatesVWAPResponseV1 |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static StreamAggregatesVWAPResponseV1 |
parseFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static <any> |
parser() |
StreamAggregatesVWAPResponseV1.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
public static final int AGGREGATE_FIELD_NUMBER
public static final int CLASS_FIELD_NUMBER
public static final int CODE_FIELD_NUMBER
public static final int EXCHANGE_FIELD_NUMBER
public static final int SEQUENCE_ID_FIELD_NUMBER
public static final int PRICE_FIELD_NUMBER
public static final int TS_EVENT_FIELD_NUMBER
public static final int UID_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 getAggregate()
Aggregate (interval).
string aggregate = 1;getAggregate in interface StreamAggregatesVWAPResponseV1OrBuilderpublic com.google.protobuf.ByteString getAggregateBytes()
Aggregate (interval).
string aggregate = 1;getAggregateBytes in interface StreamAggregatesVWAPResponseV1OrBuilderpublic java.lang.String getClass_()
Instrument class, empty when instrument not mapped.
string class = 2;getClass_ in interface StreamAggregatesVWAPResponseV1OrBuilderpublic com.google.protobuf.ByteString getClass_Bytes()
Instrument class, empty when instrument not mapped.
string class = 2;getClass_Bytes in interface StreamAggregatesVWAPResponseV1OrBuilderpublic java.lang.String getCode()
Instrument code, empty when instrument not mapped.
string code = 3;getCode in interface StreamAggregatesVWAPResponseV1OrBuilderpublic com.google.protobuf.ByteString getCodeBytes()
Instrument code, empty when instrument not mapped.
string code = 3;getCodeBytes in interface StreamAggregatesVWAPResponseV1OrBuilderpublic java.lang.String getExchange()
Instrument exchange.
string exchange = 4;getExchange in interface StreamAggregatesVWAPResponseV1OrBuilderpublic com.google.protobuf.ByteString getExchangeBytes()
Instrument exchange.
string exchange = 4;getExchangeBytes in interface StreamAggregatesVWAPResponseV1OrBuilderpublic java.lang.String getSequenceId()
Sequence ID for event. Sortable in lexicographic order.
string sequence_id = 5;getSequenceId in interface StreamAggregatesVWAPResponseV1OrBuilderpublic com.google.protobuf.ByteString getSequenceIdBytes()
Sequence ID for event. Sortable in lexicographic order.
string sequence_id = 5;getSequenceIdBytes in interface StreamAggregatesVWAPResponseV1OrBuilderpublic double getPrice()
Price for the trade.
double price = 6;getPrice in interface StreamAggregatesVWAPResponseV1OrBuilderpublic boolean hasTsEvent()
Event generation timestamp (event created by Kaiko), after normalization.
.google.protobuf.Timestamp ts_event = 7;hasTsEvent in interface StreamAggregatesVWAPResponseV1OrBuilderpublic com.google.protobuf.Timestamp getTsEvent()
Event generation timestamp (event created by Kaiko), after normalization.
.google.protobuf.Timestamp ts_event = 7;getTsEvent in interface StreamAggregatesVWAPResponseV1OrBuilderpublic com.google.protobuf.TimestampOrBuilder getTsEventOrBuilder()
Event generation timestamp (event created by Kaiko), after normalization.
.google.protobuf.Timestamp ts_event = 7;getTsEventOrBuilder in interface StreamAggregatesVWAPResponseV1OrBuilderpublic java.lang.String getUid()
UID is timestamp truncated to interval of OHLCV.
string uid = 8;getUid in interface StreamAggregatesVWAPResponseV1OrBuilderpublic com.google.protobuf.ByteString getUidBytes()
UID is timestamp truncated to interval of OHLCV.
string uid = 8;getUidBytes in interface StreamAggregatesVWAPResponseV1OrBuilderpublic 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 StreamAggregatesVWAPResponseV1 parseFrom(java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static StreamAggregatesVWAPResponseV1 parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static StreamAggregatesVWAPResponseV1 parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static StreamAggregatesVWAPResponseV1 parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static StreamAggregatesVWAPResponseV1 parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static StreamAggregatesVWAPResponseV1 parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static StreamAggregatesVWAPResponseV1 parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOExceptionpublic static StreamAggregatesVWAPResponseV1 parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static StreamAggregatesVWAPResponseV1 parseFrom(com.google.protobuf.CodedInputStream input) throws java.io.IOException
java.io.IOExceptionpublic static StreamAggregatesVWAPResponseV1 parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic StreamAggregatesVWAPResponseV1.Builder newBuilderForType()
public static StreamAggregatesVWAPResponseV1.Builder newBuilder()
public static StreamAggregatesVWAPResponseV1.Builder newBuilder(StreamAggregatesVWAPResponseV1 prototype)
public StreamAggregatesVWAPResponseV1.Builder toBuilder()
protected StreamAggregatesVWAPResponseV1.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
public static StreamAggregatesVWAPResponseV1 getDefaultInstance()
public static <any> parser()
public <any> getParserForType()
public StreamAggregatesVWAPResponseV1 getDefaultInstanceForType()