public final class StreamAggregatesDirectExchangeRateV2ResponseV1 extends com.google.protobuf.GeneratedMessageV3 implements StreamAggregatesDirectExchangeRateV2ResponseV1OrBuilder
StreamAggregatesDirectExchangeRateV2ResponseV1Protobuf type
kaikosdk.StreamAggregatesDirectExchangeRateV2ResponseV1
Modifier and Type | Class and Description |
---|---|
static class |
StreamAggregatesDirectExchangeRateV2ResponseV1.Builder
StreamAggregatesDirectExchangeRateV2ResponseV1
|
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 StreamAggregatesDirectExchangeRateV2ResponseV1 |
getDefaultInstance() |
StreamAggregatesDirectExchangeRateV2ResponseV1 |
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 StreamAggregatesDirectExchangeRateV2ResponseV1.Builder |
newBuilder() |
static StreamAggregatesDirectExchangeRateV2ResponseV1.Builder |
newBuilder(StreamAggregatesDirectExchangeRateV2ResponseV1 prototype) |
StreamAggregatesDirectExchangeRateV2ResponseV1.Builder |
newBuilderForType() |
protected StreamAggregatesDirectExchangeRateV2ResponseV1.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
protected java.lang.Object |
newInstance(UnusedPrivateParameter unused) |
static StreamAggregatesDirectExchangeRateV2ResponseV1 |
parseDelimitedFrom(java.io.InputStream input) |
static StreamAggregatesDirectExchangeRateV2ResponseV1 |
parseDelimitedFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static StreamAggregatesDirectExchangeRateV2ResponseV1 |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static StreamAggregatesDirectExchangeRateV2ResponseV1 |
parseFrom(java.nio.ByteBuffer data) |
static StreamAggregatesDirectExchangeRateV2ResponseV1 |
parseFrom(java.nio.ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static StreamAggregatesDirectExchangeRateV2ResponseV1 |
parseFrom(com.google.protobuf.ByteString data) |
static StreamAggregatesDirectExchangeRateV2ResponseV1 |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static StreamAggregatesDirectExchangeRateV2ResponseV1 |
parseFrom(com.google.protobuf.CodedInputStream input) |
static StreamAggregatesDirectExchangeRateV2ResponseV1 |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static StreamAggregatesDirectExchangeRateV2ResponseV1 |
parseFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static <any> |
parser() |
StreamAggregatesDirectExchangeRateV2ResponseV1.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 StreamAggregatesDirectExchangeRateV2ResponseV1OrBuilder
public Assets getAssets()
Sliding Window (duration string, ex: 1m).
.kaikosdk.Assets assets = 1;
getAssets
in interface StreamAggregatesDirectExchangeRateV2ResponseV1OrBuilder
public AssetsOrBuilder getAssetsOrBuilder()
Sliding Window (duration string, ex: 1m).
.kaikosdk.Assets assets = 1;
getAssetsOrBuilder
in interface StreamAggregatesDirectExchangeRateV2ResponseV1OrBuilder
public double getPrice()
Price for the trade.
double price = 2;
getPrice
in interface StreamAggregatesDirectExchangeRateV2ResponseV1OrBuilder
public boolean hasTimestamp()
Timestamp of event.
.google.protobuf.Timestamp timestamp = 3;
hasTimestamp
in interface StreamAggregatesDirectExchangeRateV2ResponseV1OrBuilder
public com.google.protobuf.Timestamp getTimestamp()
Timestamp of event.
.google.protobuf.Timestamp timestamp = 3;
getTimestamp
in interface StreamAggregatesDirectExchangeRateV2ResponseV1OrBuilder
public com.google.protobuf.TimestampOrBuilder getTimestampOrBuilder()
Timestamp of event.
.google.protobuf.Timestamp timestamp = 3;
getTimestampOrBuilder
in interface StreamAggregatesDirectExchangeRateV2ResponseV1OrBuilder
public boolean hasWindow()
Window information.
.kaikosdk.Window window = 4;
hasWindow
in interface StreamAggregatesDirectExchangeRateV2ResponseV1OrBuilder
public Window getWindow()
Window information.
.kaikosdk.Window window = 4;
getWindow
in interface StreamAggregatesDirectExchangeRateV2ResponseV1OrBuilder
public WindowOrBuilder getWindowOrBuilder()
Window information.
.kaikosdk.Window window = 4;
getWindowOrBuilder
in interface StreamAggregatesDirectExchangeRateV2ResponseV1OrBuilder
public boolean getNoTrade()
NoTrade: no trade happened during the window.
bool no_trade = 5;
getNoTrade
in interface StreamAggregatesDirectExchangeRateV2ResponseV1OrBuilder
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 StreamAggregatesDirectExchangeRateV2ResponseV1 parseFrom(java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static StreamAggregatesDirectExchangeRateV2ResponseV1 parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static StreamAggregatesDirectExchangeRateV2ResponseV1 parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static StreamAggregatesDirectExchangeRateV2ResponseV1 parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static StreamAggregatesDirectExchangeRateV2ResponseV1 parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static StreamAggregatesDirectExchangeRateV2ResponseV1 parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOException
public static StreamAggregatesDirectExchangeRateV2ResponseV1 parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOException
public static StreamAggregatesDirectExchangeRateV2ResponseV1 parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOException
public static StreamAggregatesDirectExchangeRateV2ResponseV1 parseFrom(com.google.protobuf.CodedInputStream input) throws java.io.IOException
java.io.IOException
public static StreamAggregatesDirectExchangeRateV2ResponseV1 parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOException
public StreamAggregatesDirectExchangeRateV2ResponseV1.Builder newBuilderForType()
public static StreamAggregatesDirectExchangeRateV2ResponseV1.Builder newBuilder()
public static StreamAggregatesDirectExchangeRateV2ResponseV1.Builder newBuilder(StreamAggregatesDirectExchangeRateV2ResponseV1 prototype)
public StreamAggregatesDirectExchangeRateV2ResponseV1.Builder toBuilder()
protected StreamAggregatesDirectExchangeRateV2ResponseV1.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
public static StreamAggregatesDirectExchangeRateV2ResponseV1 getDefaultInstance()
public static <any> parser()
public <any> getParserForType()
public StreamAggregatesDirectExchangeRateV2ResponseV1 getDefaultInstanceForType()