public final class StreamAggregatesOHLCVResponseV1 extends com.google.protobuf.GeneratedMessageV3 implements StreamAggregatesOHLCVResponseV1OrBuilder
StreamAggregatesOHLCVResponseV1Protobuf type
kaikosdk.StreamAggregatesOHLCVResponseV1
Modifier and Type | Class and Description |
---|---|
static class |
StreamAggregatesOHLCVResponseV1.Builder
StreamAggregatesOHLCVResponseV1
|
Modifier and Type | Field and Description |
---|---|
static int |
AGGREGATE_FIELD_NUMBER |
static int |
CLASS_FIELD_NUMBER |
static int |
CLOSE_FIELD_NUMBER |
static int |
CODE_FIELD_NUMBER |
static int |
EXCHANGE_FIELD_NUMBER |
static int |
HIGH_FIELD_NUMBER |
static int |
LOW_FIELD_NUMBER |
static int |
OPEN_FIELD_NUMBER |
static int |
SEQUENCE_ID_FIELD_NUMBER |
static int |
TIMESTAMP_FIELD_NUMBER |
static int |
UID_FIELD_NUMBER |
static int |
VOLUME_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.
|
com.google.protobuf.ByteString |
getClass_Bytes()
Instrument class.
|
java.lang.String |
getClose()
Close value of OHLCV.
|
com.google.protobuf.ByteString |
getCloseBytes()
Close value of OHLCV.
|
java.lang.String |
getCode()
Instrument code.
|
com.google.protobuf.ByteString |
getCodeBytes()
Instrument code.
|
static StreamAggregatesOHLCVResponseV1 |
getDefaultInstance() |
StreamAggregatesOHLCVResponseV1 |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
java.lang.String |
getExchange()
Instrument exchange.
|
com.google.protobuf.ByteString |
getExchangeBytes()
Instrument exchange.
|
java.lang.String |
getHigh()
High value of OHLCV.
|
com.google.protobuf.ByteString |
getHighBytes()
High value of OHLCV.
|
java.lang.String |
getLow()
Low value of OHLCV.
|
com.google.protobuf.ByteString |
getLowBytes()
Low value of OHLCV.
|
java.lang.String |
getOpen()
Open value of OHLCV.
|
com.google.protobuf.ByteString |
getOpenBytes()
Open value of OHLCV.
|
<any> |
getParserForType() |
java.lang.String |
getSequenceId()
Sequence ID for event.
|
com.google.protobuf.ByteString |
getSequenceIdBytes()
Sequence ID for event.
|
int |
getSerializedSize() |
com.google.protobuf.Timestamp |
getTimestamp()
Timestamp of event.
|
com.google.protobuf.TimestampOrBuilder |
getTimestampOrBuilder()
Timestamp of event.
|
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() |
java.lang.String |
getVolume()
Volume of OHLCV.
|
com.google.protobuf.ByteString |
getVolumeBytes()
Volume of OHLCV.
|
int |
hashCode() |
boolean |
hasTimestamp()
Timestamp of event.
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static StreamAggregatesOHLCVResponseV1.Builder |
newBuilder() |
static StreamAggregatesOHLCVResponseV1.Builder |
newBuilder(StreamAggregatesOHLCVResponseV1 prototype) |
StreamAggregatesOHLCVResponseV1.Builder |
newBuilderForType() |
protected StreamAggregatesOHLCVResponseV1.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
protected java.lang.Object |
newInstance(UnusedPrivateParameter unused) |
static StreamAggregatesOHLCVResponseV1 |
parseDelimitedFrom(java.io.InputStream input) |
static StreamAggregatesOHLCVResponseV1 |
parseDelimitedFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static StreamAggregatesOHLCVResponseV1 |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static StreamAggregatesOHLCVResponseV1 |
parseFrom(java.nio.ByteBuffer data) |
static StreamAggregatesOHLCVResponseV1 |
parseFrom(java.nio.ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static StreamAggregatesOHLCVResponseV1 |
parseFrom(com.google.protobuf.ByteString data) |
static StreamAggregatesOHLCVResponseV1 |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static StreamAggregatesOHLCVResponseV1 |
parseFrom(com.google.protobuf.CodedInputStream input) |
static StreamAggregatesOHLCVResponseV1 |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static StreamAggregatesOHLCVResponseV1 |
parseFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static <any> |
parser() |
StreamAggregatesOHLCVResponseV1.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 CLOSE_FIELD_NUMBER
public static final int EXCHANGE_FIELD_NUMBER
public static final int HIGH_FIELD_NUMBER
public static final int LOW_FIELD_NUMBER
public static final int OPEN_FIELD_NUMBER
public static final int SEQUENCE_ID_FIELD_NUMBER
public static final int CODE_FIELD_NUMBER
public static final int TIMESTAMP_FIELD_NUMBER
public static final int UID_FIELD_NUMBER
public static final int VOLUME_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 StreamAggregatesOHLCVResponseV1OrBuilder
public com.google.protobuf.ByteString getAggregateBytes()
Aggregate (interval).
string aggregate = 1;
getAggregateBytes
in interface StreamAggregatesOHLCVResponseV1OrBuilder
public java.lang.String getClass_()
Instrument class.
string class = 2;
getClass_
in interface StreamAggregatesOHLCVResponseV1OrBuilder
public com.google.protobuf.ByteString getClass_Bytes()
Instrument class.
string class = 2;
getClass_Bytes
in interface StreamAggregatesOHLCVResponseV1OrBuilder
public java.lang.String getClose()
Close value of OHLCV.
string close = 3;
getClose
in interface StreamAggregatesOHLCVResponseV1OrBuilder
public com.google.protobuf.ByteString getCloseBytes()
Close value of OHLCV.
string close = 3;
getCloseBytes
in interface StreamAggregatesOHLCVResponseV1OrBuilder
public java.lang.String getExchange()
Instrument exchange.
string exchange = 4;
getExchange
in interface StreamAggregatesOHLCVResponseV1OrBuilder
public com.google.protobuf.ByteString getExchangeBytes()
Instrument exchange.
string exchange = 4;
getExchangeBytes
in interface StreamAggregatesOHLCVResponseV1OrBuilder
public java.lang.String getHigh()
High value of OHLCV.
string high = 5;
getHigh
in interface StreamAggregatesOHLCVResponseV1OrBuilder
public com.google.protobuf.ByteString getHighBytes()
High value of OHLCV.
string high = 5;
getHighBytes
in interface StreamAggregatesOHLCVResponseV1OrBuilder
public java.lang.String getLow()
Low value of OHLCV.
string low = 6;
getLow
in interface StreamAggregatesOHLCVResponseV1OrBuilder
public com.google.protobuf.ByteString getLowBytes()
Low value of OHLCV.
string low = 6;
getLowBytes
in interface StreamAggregatesOHLCVResponseV1OrBuilder
public java.lang.String getOpen()
Open value of OHLCV.
string open = 7;
getOpen
in interface StreamAggregatesOHLCVResponseV1OrBuilder
public com.google.protobuf.ByteString getOpenBytes()
Open value of OHLCV.
string open = 7;
getOpenBytes
in interface StreamAggregatesOHLCVResponseV1OrBuilder
public java.lang.String getSequenceId()
Sequence ID for event. Sortable in lexicographic order.
string sequence_id = 8;
getSequenceId
in interface StreamAggregatesOHLCVResponseV1OrBuilder
public com.google.protobuf.ByteString getSequenceIdBytes()
Sequence ID for event. Sortable in lexicographic order.
string sequence_id = 8;
getSequenceIdBytes
in interface StreamAggregatesOHLCVResponseV1OrBuilder
public java.lang.String getCode()
Instrument code.
string code = 9;
getCode
in interface StreamAggregatesOHLCVResponseV1OrBuilder
public com.google.protobuf.ByteString getCodeBytes()
Instrument code.
string code = 9;
getCodeBytes
in interface StreamAggregatesOHLCVResponseV1OrBuilder
public boolean hasTimestamp()
Timestamp of event.
.google.protobuf.Timestamp timestamp = 10;
hasTimestamp
in interface StreamAggregatesOHLCVResponseV1OrBuilder
public com.google.protobuf.Timestamp getTimestamp()
Timestamp of event.
.google.protobuf.Timestamp timestamp = 10;
getTimestamp
in interface StreamAggregatesOHLCVResponseV1OrBuilder
public com.google.protobuf.TimestampOrBuilder getTimestampOrBuilder()
Timestamp of event.
.google.protobuf.Timestamp timestamp = 10;
getTimestampOrBuilder
in interface StreamAggregatesOHLCVResponseV1OrBuilder
public java.lang.String getUid()
UID is timestamp truncated to interval of OHLCV.
string uid = 11;
getUid
in interface StreamAggregatesOHLCVResponseV1OrBuilder
public com.google.protobuf.ByteString getUidBytes()
UID is timestamp truncated to interval of OHLCV.
string uid = 11;
getUidBytes
in interface StreamAggregatesOHLCVResponseV1OrBuilder
public java.lang.String getVolume()
Volume of OHLCV.
string volume = 12;
getVolume
in interface StreamAggregatesOHLCVResponseV1OrBuilder
public com.google.protobuf.ByteString getVolumeBytes()
Volume of OHLCV.
string volume = 12;
getVolumeBytes
in interface StreamAggregatesOHLCVResponseV1OrBuilder
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 StreamAggregatesOHLCVResponseV1 parseFrom(java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static StreamAggregatesOHLCVResponseV1 parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static StreamAggregatesOHLCVResponseV1 parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static StreamAggregatesOHLCVResponseV1 parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static StreamAggregatesOHLCVResponseV1 parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static StreamAggregatesOHLCVResponseV1 parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOException
public static StreamAggregatesOHLCVResponseV1 parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOException
public static StreamAggregatesOHLCVResponseV1 parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOException
public static StreamAggregatesOHLCVResponseV1 parseFrom(com.google.protobuf.CodedInputStream input) throws java.io.IOException
java.io.IOException
public static StreamAggregatesOHLCVResponseV1 parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOException
public StreamAggregatesOHLCVResponseV1.Builder newBuilderForType()
public static StreamAggregatesOHLCVResponseV1.Builder newBuilder()
public static StreamAggregatesOHLCVResponseV1.Builder newBuilder(StreamAggregatesOHLCVResponseV1 prototype)
public StreamAggregatesOHLCVResponseV1.Builder toBuilder()
protected StreamAggregatesOHLCVResponseV1.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
public static StreamAggregatesOHLCVResponseV1 getDefaultInstance()
public static <any> parser()
public <any> getParserForType()
public StreamAggregatesOHLCVResponseV1 getDefaultInstanceForType()