public final class StreamAggregatesSpotExchangeRateV2ResponseV1 extends com.google.protobuf.GeneratedMessageV3 implements StreamAggregatesSpotExchangeRateV2ResponseV1OrBuilder
StreamAggregatesSpotExchangeRateV2ResponseV1Protobuf type
kaikosdk.StreamAggregatesSpotExchangeRateV2ResponseV1| Modifier and Type | Class and Description |
|---|---|
static class |
StreamAggregatesSpotExchangeRateV2ResponseV1.Builder
StreamAggregatesSpotExchangeRateV2ResponseV1
|
| Modifier and Type | Field and Description |
|---|---|
static int |
ASSETS_FIELD_NUMBER |
static int |
NO_TRADE_FIELD_NUMBER |
static int |
PRICE_FIELD_NUMBER |
static int |
TIMESTAMP_FIELD_NUMBER |
static int |
WINDOW_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
Assets |
getAssets()
Sliding Window (duration string, ex: 1m).
|
AssetsOrBuilder |
getAssetsOrBuilder()
Sliding Window (duration string, ex: 1m).
|
static StreamAggregatesSpotExchangeRateV2ResponseV1 |
getDefaultInstance() |
StreamAggregatesSpotExchangeRateV2ResponseV1 |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
boolean |
getNoTrade()
NoTrade: no trade happened during the window.
|
<any> |
getParserForType() |
double |
getPrice()
Price for the trade.
|
int |
getSerializedSize() |
com.google.protobuf.Timestamp |
getTimestamp()
Timestamp of event.
|
com.google.protobuf.TimestampOrBuilder |
getTimestampOrBuilder()
Timestamp of event.
|
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
Window |
getWindow()
Window information.
|
WindowOrBuilder |
getWindowOrBuilder()
Window information.
|
boolean |
hasAssets()
Sliding Window (duration string, ex: 1m).
|
int |
hashCode() |
boolean |
hasTimestamp()
Timestamp of event.
|
boolean |
hasWindow()
Window information.
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static StreamAggregatesSpotExchangeRateV2ResponseV1.Builder |
newBuilder() |
static StreamAggregatesSpotExchangeRateV2ResponseV1.Builder |
newBuilder(StreamAggregatesSpotExchangeRateV2ResponseV1 prototype) |
StreamAggregatesSpotExchangeRateV2ResponseV1.Builder |
newBuilderForType() |
protected StreamAggregatesSpotExchangeRateV2ResponseV1.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
protected java.lang.Object |
newInstance(UnusedPrivateParameter unused) |
static StreamAggregatesSpotExchangeRateV2ResponseV1 |
parseDelimitedFrom(java.io.InputStream input) |
static StreamAggregatesSpotExchangeRateV2ResponseV1 |
parseDelimitedFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static StreamAggregatesSpotExchangeRateV2ResponseV1 |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static StreamAggregatesSpotExchangeRateV2ResponseV1 |
parseFrom(java.nio.ByteBuffer data) |
static StreamAggregatesSpotExchangeRateV2ResponseV1 |
parseFrom(java.nio.ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static StreamAggregatesSpotExchangeRateV2ResponseV1 |
parseFrom(com.google.protobuf.ByteString data) |
static StreamAggregatesSpotExchangeRateV2ResponseV1 |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static StreamAggregatesSpotExchangeRateV2ResponseV1 |
parseFrom(com.google.protobuf.CodedInputStream input) |
static StreamAggregatesSpotExchangeRateV2ResponseV1 |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static StreamAggregatesSpotExchangeRateV2ResponseV1 |
parseFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static <any> |
parser() |
StreamAggregatesSpotExchangeRateV2ResponseV1.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
public static final int ASSETS_FIELD_NUMBER
public static final int PRICE_FIELD_NUMBER
public static final int TIMESTAMP_FIELD_NUMBER
public static final int WINDOW_FIELD_NUMBER
public static final int NO_TRADE_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 hasAssets()
Sliding Window (duration string, ex: 1m).
.kaikosdk.Assets assets = 1;hasAssets in interface StreamAggregatesSpotExchangeRateV2ResponseV1OrBuilderpublic Assets getAssets()
Sliding Window (duration string, ex: 1m).
.kaikosdk.Assets assets = 1;getAssets in interface StreamAggregatesSpotExchangeRateV2ResponseV1OrBuilderpublic AssetsOrBuilder getAssetsOrBuilder()
Sliding Window (duration string, ex: 1m).
.kaikosdk.Assets assets = 1;getAssetsOrBuilder in interface StreamAggregatesSpotExchangeRateV2ResponseV1OrBuilderpublic double getPrice()
Price for the trade.
double price = 2;getPrice in interface StreamAggregatesSpotExchangeRateV2ResponseV1OrBuilderpublic boolean hasTimestamp()
Timestamp of event.
.google.protobuf.Timestamp timestamp = 3;hasTimestamp in interface StreamAggregatesSpotExchangeRateV2ResponseV1OrBuilderpublic com.google.protobuf.Timestamp getTimestamp()
Timestamp of event.
.google.protobuf.Timestamp timestamp = 3;getTimestamp in interface StreamAggregatesSpotExchangeRateV2ResponseV1OrBuilderpublic com.google.protobuf.TimestampOrBuilder getTimestampOrBuilder()
Timestamp of event.
.google.protobuf.Timestamp timestamp = 3;getTimestampOrBuilder in interface StreamAggregatesSpotExchangeRateV2ResponseV1OrBuilderpublic boolean hasWindow()
Window information.
.kaikosdk.Window window = 4;hasWindow in interface StreamAggregatesSpotExchangeRateV2ResponseV1OrBuilderpublic Window getWindow()
Window information.
.kaikosdk.Window window = 4;getWindow in interface StreamAggregatesSpotExchangeRateV2ResponseV1OrBuilderpublic WindowOrBuilder getWindowOrBuilder()
Window information.
.kaikosdk.Window window = 4;getWindowOrBuilder in interface StreamAggregatesSpotExchangeRateV2ResponseV1OrBuilderpublic boolean getNoTrade()
NoTrade: no trade happened during the window.
bool no_trade = 5;getNoTrade in interface StreamAggregatesSpotExchangeRateV2ResponseV1OrBuilderpublic 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 StreamAggregatesSpotExchangeRateV2ResponseV1 parseFrom(java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static StreamAggregatesSpotExchangeRateV2ResponseV1 parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static StreamAggregatesSpotExchangeRateV2ResponseV1 parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static StreamAggregatesSpotExchangeRateV2ResponseV1 parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static StreamAggregatesSpotExchangeRateV2ResponseV1 parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static StreamAggregatesSpotExchangeRateV2ResponseV1 parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static StreamAggregatesSpotExchangeRateV2ResponseV1 parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOExceptionpublic static StreamAggregatesSpotExchangeRateV2ResponseV1 parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static StreamAggregatesSpotExchangeRateV2ResponseV1 parseFrom(com.google.protobuf.CodedInputStream input) throws java.io.IOException
java.io.IOExceptionpublic static StreamAggregatesSpotExchangeRateV2ResponseV1 parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic StreamAggregatesSpotExchangeRateV2ResponseV1.Builder newBuilderForType()
public static StreamAggregatesSpotExchangeRateV2ResponseV1.Builder newBuilder()
public static StreamAggregatesSpotExchangeRateV2ResponseV1.Builder newBuilder(StreamAggregatesSpotExchangeRateV2ResponseV1 prototype)
public StreamAggregatesSpotExchangeRateV2ResponseV1.Builder toBuilder()
protected StreamAggregatesSpotExchangeRateV2ResponseV1.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
public static StreamAggregatesSpotExchangeRateV2ResponseV1 getDefaultInstance()
public static <any> parser()
public <any> getParserForType()
public StreamAggregatesSpotExchangeRateV2ResponseV1 getDefaultInstanceForType()