All Downloads are FREE. Search and download functionalities are using the official Maven repository.
Please wait. This can take some minutes ...
Many resources are needed to download a project. Please understand that we have to compensate our server costs. Thank you in advance.
Project price only 1 $
You can buy this project and download/modify it how often you want.
ru.tinkoff.piapi.contract.v1.GetLastTradesResponse Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: marketdata.proto
package ru.tinkoff.piapi.contract.v1;
/**
*
*Обезличенных сделок за последний час.
*
*
* Protobuf type {@code tinkoff.public.invest.api.contract.v1.GetLastTradesResponse}
*/
public final class GetLastTradesResponse extends
com.google.protobuf.GeneratedMessageV3 implements
// @@protoc_insertion_point(message_implements:tinkoff.public.invest.api.contract.v1.GetLastTradesResponse)
GetLastTradesResponseOrBuilder {
private static final long serialVersionUID = 0L;
// Use GetLastTradesResponse.newBuilder() to construct.
private GetLastTradesResponse(com.google.protobuf.GeneratedMessageV3.Builder> builder) {
super(builder);
}
private GetLastTradesResponse() {
trades_ = java.util.Collections.emptyList();
}
@java.lang.Override
@SuppressWarnings({"unused"})
protected java.lang.Object newInstance(
UnusedPrivateParameter unused) {
return new GetLastTradesResponse();
}
public static final com.google.protobuf.Descriptors.Descriptor
getDescriptor() {
return ru.tinkoff.piapi.contract.v1.Marketdata.internal_static_tinkoff_public_invest_api_contract_v1_GetLastTradesResponse_descriptor;
}
@java.lang.Override
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable() {
return ru.tinkoff.piapi.contract.v1.Marketdata.internal_static_tinkoff_public_invest_api_contract_v1_GetLastTradesResponse_fieldAccessorTable
.ensureFieldAccessorsInitialized(
ru.tinkoff.piapi.contract.v1.GetLastTradesResponse.class, ru.tinkoff.piapi.contract.v1.GetLastTradesResponse.Builder.class);
}
public static final int TRADES_FIELD_NUMBER = 1;
@SuppressWarnings("serial")
private java.util.List trades_;
/**
*
*Массив сделок.
*
*
* repeated .tinkoff.public.invest.api.contract.v1.Trade trades = 1;
*/
@java.lang.Override
public java.util.List getTradesList() {
return trades_;
}
/**
*
*Массив сделок.
*
*
* repeated .tinkoff.public.invest.api.contract.v1.Trade trades = 1;
*/
@java.lang.Override
public java.util.List extends ru.tinkoff.piapi.contract.v1.TradeOrBuilder>
getTradesOrBuilderList() {
return trades_;
}
/**
*
*Массив сделок.
*
*
* repeated .tinkoff.public.invest.api.contract.v1.Trade trades = 1;
*/
@java.lang.Override
public int getTradesCount() {
return trades_.size();
}
/**
*
*Массив сделок.
*
*
* repeated .tinkoff.public.invest.api.contract.v1.Trade trades = 1;
*/
@java.lang.Override
public ru.tinkoff.piapi.contract.v1.Trade getTrades(int index) {
return trades_.get(index);
}
/**
*
*Массив сделок.
*
*
* repeated .tinkoff.public.invest.api.contract.v1.Trade trades = 1;
*/
@java.lang.Override
public ru.tinkoff.piapi.contract.v1.TradeOrBuilder getTradesOrBuilder(
int index) {
return trades_.get(index);
}
private byte memoizedIsInitialized = -1;
@java.lang.Override
public final boolean isInitialized() {
byte isInitialized = memoizedIsInitialized;
if (isInitialized == 1) return true;
if (isInitialized == 0) return false;
memoizedIsInitialized = 1;
return true;
}
@java.lang.Override
public void writeTo(com.google.protobuf.CodedOutputStream output)
throws java.io.IOException {
for (int i = 0; i < trades_.size(); i++) {
output.writeMessage(1, trades_.get(i));
}
getUnknownFields().writeTo(output);
}
@java.lang.Override
public int getSerializedSize() {
int size = memoizedSize;
if (size != -1) return size;
size = 0;
for (int i = 0; i < trades_.size(); i++) {
size += com.google.protobuf.CodedOutputStream
.computeMessageSize(1, trades_.get(i));
}
size += getUnknownFields().getSerializedSize();
memoizedSize = size;
return size;
}
@java.lang.Override
public boolean equals(final java.lang.Object obj) {
if (obj == this) {
return true;
}
if (!(obj instanceof ru.tinkoff.piapi.contract.v1.GetLastTradesResponse)) {
return super.equals(obj);
}
ru.tinkoff.piapi.contract.v1.GetLastTradesResponse other = (ru.tinkoff.piapi.contract.v1.GetLastTradesResponse) obj;
if (!getTradesList()
.equals(other.getTradesList())) return false;
if (!getUnknownFields().equals(other.getUnknownFields())) return false;
return true;
}
@java.lang.Override
public int hashCode() {
if (memoizedHashCode != 0) {
return memoizedHashCode;
}
int hash = 41;
hash = (19 * hash) + getDescriptor().hashCode();
if (getTradesCount() > 0) {
hash = (37 * hash) + TRADES_FIELD_NUMBER;
hash = (53 * hash) + getTradesList().hashCode();
}
hash = (29 * hash) + getUnknownFields().hashCode();
memoizedHashCode = hash;
return hash;
}
public static ru.tinkoff.piapi.contract.v1.GetLastTradesResponse parseFrom(
java.nio.ByteBuffer data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static ru.tinkoff.piapi.contract.v1.GetLastTradesResponse parseFrom(
java.nio.ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
public static ru.tinkoff.piapi.contract.v1.GetLastTradesResponse parseFrom(
com.google.protobuf.ByteString data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static ru.tinkoff.piapi.contract.v1.GetLastTradesResponse parseFrom(
com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
public static ru.tinkoff.piapi.contract.v1.GetLastTradesResponse parseFrom(byte[] data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static ru.tinkoff.piapi.contract.v1.GetLastTradesResponse parseFrom(
byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
public static ru.tinkoff.piapi.contract.v1.GetLastTradesResponse parseFrom(java.io.InputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseWithIOException(PARSER, input);
}
public static ru.tinkoff.piapi.contract.v1.GetLastTradesResponse parseFrom(
java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseWithIOException(PARSER, input, extensionRegistry);
}
public static ru.tinkoff.piapi.contract.v1.GetLastTradesResponse parseDelimitedFrom(java.io.InputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseDelimitedWithIOException(PARSER, input);
}
public static ru.tinkoff.piapi.contract.v1.GetLastTradesResponse parseDelimitedFrom(
java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseDelimitedWithIOException(PARSER, input, extensionRegistry);
}
public static ru.tinkoff.piapi.contract.v1.GetLastTradesResponse parseFrom(
com.google.protobuf.CodedInputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseWithIOException(PARSER, input);
}
public static ru.tinkoff.piapi.contract.v1.GetLastTradesResponse parseFrom(
com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseWithIOException(PARSER, input, extensionRegistry);
}
@java.lang.Override
public Builder newBuilderForType() { return newBuilder(); }
public static Builder newBuilder() {
return DEFAULT_INSTANCE.toBuilder();
}
public static Builder newBuilder(ru.tinkoff.piapi.contract.v1.GetLastTradesResponse prototype) {
return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype);
}
@java.lang.Override
public Builder toBuilder() {
return this == DEFAULT_INSTANCE
? new Builder() : new Builder().mergeFrom(this);
}
@java.lang.Override
protected Builder newBuilderForType(
com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
Builder builder = new Builder(parent);
return builder;
}
/**
*
*Обезличенных сделок за последний час.
*
*
* Protobuf type {@code tinkoff.public.invest.api.contract.v1.GetLastTradesResponse}
*/
public static final class Builder extends
com.google.protobuf.GeneratedMessageV3.Builder implements
// @@protoc_insertion_point(builder_implements:tinkoff.public.invest.api.contract.v1.GetLastTradesResponse)
ru.tinkoff.piapi.contract.v1.GetLastTradesResponseOrBuilder {
public static final com.google.protobuf.Descriptors.Descriptor
getDescriptor() {
return ru.tinkoff.piapi.contract.v1.Marketdata.internal_static_tinkoff_public_invest_api_contract_v1_GetLastTradesResponse_descriptor;
}
@java.lang.Override
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable() {
return ru.tinkoff.piapi.contract.v1.Marketdata.internal_static_tinkoff_public_invest_api_contract_v1_GetLastTradesResponse_fieldAccessorTable
.ensureFieldAccessorsInitialized(
ru.tinkoff.piapi.contract.v1.GetLastTradesResponse.class, ru.tinkoff.piapi.contract.v1.GetLastTradesResponse.Builder.class);
}
// Construct using ru.tinkoff.piapi.contract.v1.GetLastTradesResponse.newBuilder()
private Builder() {
}
private Builder(
com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
super(parent);
}
@java.lang.Override
public Builder clear() {
super.clear();
bitField0_ = 0;
if (tradesBuilder_ == null) {
trades_ = java.util.Collections.emptyList();
} else {
trades_ = null;
tradesBuilder_.clear();
}
bitField0_ = (bitField0_ & ~0x00000001);
return this;
}
@java.lang.Override
public com.google.protobuf.Descriptors.Descriptor
getDescriptorForType() {
return ru.tinkoff.piapi.contract.v1.Marketdata.internal_static_tinkoff_public_invest_api_contract_v1_GetLastTradesResponse_descriptor;
}
@java.lang.Override
public ru.tinkoff.piapi.contract.v1.GetLastTradesResponse getDefaultInstanceForType() {
return ru.tinkoff.piapi.contract.v1.GetLastTradesResponse.getDefaultInstance();
}
@java.lang.Override
public ru.tinkoff.piapi.contract.v1.GetLastTradesResponse build() {
ru.tinkoff.piapi.contract.v1.GetLastTradesResponse result = buildPartial();
if (!result.isInitialized()) {
throw newUninitializedMessageException(result);
}
return result;
}
@java.lang.Override
public ru.tinkoff.piapi.contract.v1.GetLastTradesResponse buildPartial() {
ru.tinkoff.piapi.contract.v1.GetLastTradesResponse result = new ru.tinkoff.piapi.contract.v1.GetLastTradesResponse(this);
buildPartialRepeatedFields(result);
if (bitField0_ != 0) { buildPartial0(result); }
onBuilt();
return result;
}
private void buildPartialRepeatedFields(ru.tinkoff.piapi.contract.v1.GetLastTradesResponse result) {
if (tradesBuilder_ == null) {
if (((bitField0_ & 0x00000001) != 0)) {
trades_ = java.util.Collections.unmodifiableList(trades_);
bitField0_ = (bitField0_ & ~0x00000001);
}
result.trades_ = trades_;
} else {
result.trades_ = tradesBuilder_.build();
}
}
private void buildPartial0(ru.tinkoff.piapi.contract.v1.GetLastTradesResponse result) {
int from_bitField0_ = bitField0_;
}
@java.lang.Override
public Builder mergeFrom(com.google.protobuf.Message other) {
if (other instanceof ru.tinkoff.piapi.contract.v1.GetLastTradesResponse) {
return mergeFrom((ru.tinkoff.piapi.contract.v1.GetLastTradesResponse)other);
} else {
super.mergeFrom(other);
return this;
}
}
public Builder mergeFrom(ru.tinkoff.piapi.contract.v1.GetLastTradesResponse other) {
if (other == ru.tinkoff.piapi.contract.v1.GetLastTradesResponse.getDefaultInstance()) return this;
if (tradesBuilder_ == null) {
if (!other.trades_.isEmpty()) {
if (trades_.isEmpty()) {
trades_ = other.trades_;
bitField0_ = (bitField0_ & ~0x00000001);
} else {
ensureTradesIsMutable();
trades_.addAll(other.trades_);
}
onChanged();
}
} else {
if (!other.trades_.isEmpty()) {
if (tradesBuilder_.isEmpty()) {
tradesBuilder_.dispose();
tradesBuilder_ = null;
trades_ = other.trades_;
bitField0_ = (bitField0_ & ~0x00000001);
tradesBuilder_ =
com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders ?
getTradesFieldBuilder() : null;
} else {
tradesBuilder_.addAllMessages(other.trades_);
}
}
}
this.mergeUnknownFields(other.getUnknownFields());
onChanged();
return this;
}
@java.lang.Override
public final boolean isInitialized() {
return true;
}
@java.lang.Override
public Builder mergeFrom(
com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
if (extensionRegistry == null) {
throw new java.lang.NullPointerException();
}
try {
boolean done = false;
while (!done) {
int tag = input.readTag();
switch (tag) {
case 0:
done = true;
break;
case 10: {
ru.tinkoff.piapi.contract.v1.Trade m =
input.readMessage(
ru.tinkoff.piapi.contract.v1.Trade.parser(),
extensionRegistry);
if (tradesBuilder_ == null) {
ensureTradesIsMutable();
trades_.add(m);
} else {
tradesBuilder_.addMessage(m);
}
break;
} // case 10
default: {
if (!super.parseUnknownField(input, extensionRegistry, tag)) {
done = true; // was an endgroup tag
}
break;
} // default:
} // switch (tag)
} // while (!done)
} catch (com.google.protobuf.InvalidProtocolBufferException e) {
throw e.unwrapIOException();
} finally {
onChanged();
} // finally
return this;
}
private int bitField0_;
private java.util.List trades_ =
java.util.Collections.emptyList();
private void ensureTradesIsMutable() {
if (!((bitField0_ & 0x00000001) != 0)) {
trades_ = new java.util.ArrayList(trades_);
bitField0_ |= 0x00000001;
}
}
private com.google.protobuf.RepeatedFieldBuilderV3<
ru.tinkoff.piapi.contract.v1.Trade, ru.tinkoff.piapi.contract.v1.Trade.Builder, ru.tinkoff.piapi.contract.v1.TradeOrBuilder> tradesBuilder_;
/**
*
*Массив сделок.
*
*
* repeated .tinkoff.public.invest.api.contract.v1.Trade trades = 1;
*/
public java.util.List getTradesList() {
if (tradesBuilder_ == null) {
return java.util.Collections.unmodifiableList(trades_);
} else {
return tradesBuilder_.getMessageList();
}
}
/**
*
*Массив сделок.
*
*
* repeated .tinkoff.public.invest.api.contract.v1.Trade trades = 1;
*/
public int getTradesCount() {
if (tradesBuilder_ == null) {
return trades_.size();
} else {
return tradesBuilder_.getCount();
}
}
/**
*
*Массив сделок.
*
*
* repeated .tinkoff.public.invest.api.contract.v1.Trade trades = 1;
*/
public ru.tinkoff.piapi.contract.v1.Trade getTrades(int index) {
if (tradesBuilder_ == null) {
return trades_.get(index);
} else {
return tradesBuilder_.getMessage(index);
}
}
/**
*
*Массив сделок.
*
*
* repeated .tinkoff.public.invest.api.contract.v1.Trade trades = 1;
*/
public Builder setTrades(
int index, ru.tinkoff.piapi.contract.v1.Trade value) {
if (tradesBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
}
ensureTradesIsMutable();
trades_.set(index, value);
onChanged();
} else {
tradesBuilder_.setMessage(index, value);
}
return this;
}
/**
*
*Массив сделок.
*
*
* repeated .tinkoff.public.invest.api.contract.v1.Trade trades = 1;
*/
public Builder setTrades(
int index, ru.tinkoff.piapi.contract.v1.Trade.Builder builderForValue) {
if (tradesBuilder_ == null) {
ensureTradesIsMutable();
trades_.set(index, builderForValue.build());
onChanged();
} else {
tradesBuilder_.setMessage(index, builderForValue.build());
}
return this;
}
/**
*
*Массив сделок.
*
*
* repeated .tinkoff.public.invest.api.contract.v1.Trade trades = 1;
*/
public Builder addTrades(ru.tinkoff.piapi.contract.v1.Trade value) {
if (tradesBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
}
ensureTradesIsMutable();
trades_.add(value);
onChanged();
} else {
tradesBuilder_.addMessage(value);
}
return this;
}
/**
*
*Массив сделок.
*
*
* repeated .tinkoff.public.invest.api.contract.v1.Trade trades = 1;
*/
public Builder addTrades(
int index, ru.tinkoff.piapi.contract.v1.Trade value) {
if (tradesBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
}
ensureTradesIsMutable();
trades_.add(index, value);
onChanged();
} else {
tradesBuilder_.addMessage(index, value);
}
return this;
}
/**
*
*Массив сделок.
*
*
* repeated .tinkoff.public.invest.api.contract.v1.Trade trades = 1;
*/
public Builder addTrades(
ru.tinkoff.piapi.contract.v1.Trade.Builder builderForValue) {
if (tradesBuilder_ == null) {
ensureTradesIsMutable();
trades_.add(builderForValue.build());
onChanged();
} else {
tradesBuilder_.addMessage(builderForValue.build());
}
return this;
}
/**
*
*Массив сделок.
*
*
* repeated .tinkoff.public.invest.api.contract.v1.Trade trades = 1;
*/
public Builder addTrades(
int index, ru.tinkoff.piapi.contract.v1.Trade.Builder builderForValue) {
if (tradesBuilder_ == null) {
ensureTradesIsMutable();
trades_.add(index, builderForValue.build());
onChanged();
} else {
tradesBuilder_.addMessage(index, builderForValue.build());
}
return this;
}
/**
*
*Массив сделок.
*
*
* repeated .tinkoff.public.invest.api.contract.v1.Trade trades = 1;
*/
public Builder addAllTrades(
java.lang.Iterable extends ru.tinkoff.piapi.contract.v1.Trade> values) {
if (tradesBuilder_ == null) {
ensureTradesIsMutable();
com.google.protobuf.AbstractMessageLite.Builder.addAll(
values, trades_);
onChanged();
} else {
tradesBuilder_.addAllMessages(values);
}
return this;
}
/**
*
*Массив сделок.
*
*
* repeated .tinkoff.public.invest.api.contract.v1.Trade trades = 1;
*/
public Builder clearTrades() {
if (tradesBuilder_ == null) {
trades_ = java.util.Collections.emptyList();
bitField0_ = (bitField0_ & ~0x00000001);
onChanged();
} else {
tradesBuilder_.clear();
}
return this;
}
/**
*
*Массив сделок.
*
*
* repeated .tinkoff.public.invest.api.contract.v1.Trade trades = 1;
*/
public Builder removeTrades(int index) {
if (tradesBuilder_ == null) {
ensureTradesIsMutable();
trades_.remove(index);
onChanged();
} else {
tradesBuilder_.remove(index);
}
return this;
}
/**
*
*Массив сделок.
*
*
* repeated .tinkoff.public.invest.api.contract.v1.Trade trades = 1;
*/
public ru.tinkoff.piapi.contract.v1.Trade.Builder getTradesBuilder(
int index) {
return getTradesFieldBuilder().getBuilder(index);
}
/**
*
*Массив сделок.
*
*
* repeated .tinkoff.public.invest.api.contract.v1.Trade trades = 1;
*/
public ru.tinkoff.piapi.contract.v1.TradeOrBuilder getTradesOrBuilder(
int index) {
if (tradesBuilder_ == null) {
return trades_.get(index); } else {
return tradesBuilder_.getMessageOrBuilder(index);
}
}
/**
*
*Массив сделок.
*
*
* repeated .tinkoff.public.invest.api.contract.v1.Trade trades = 1;
*/
public java.util.List extends ru.tinkoff.piapi.contract.v1.TradeOrBuilder>
getTradesOrBuilderList() {
if (tradesBuilder_ != null) {
return tradesBuilder_.getMessageOrBuilderList();
} else {
return java.util.Collections.unmodifiableList(trades_);
}
}
/**
*
*Массив сделок.
*
*
* repeated .tinkoff.public.invest.api.contract.v1.Trade trades = 1;
*/
public ru.tinkoff.piapi.contract.v1.Trade.Builder addTradesBuilder() {
return getTradesFieldBuilder().addBuilder(
ru.tinkoff.piapi.contract.v1.Trade.getDefaultInstance());
}
/**
*
*Массив сделок.
*
*
* repeated .tinkoff.public.invest.api.contract.v1.Trade trades = 1;
*/
public ru.tinkoff.piapi.contract.v1.Trade.Builder addTradesBuilder(
int index) {
return getTradesFieldBuilder().addBuilder(
index, ru.tinkoff.piapi.contract.v1.Trade.getDefaultInstance());
}
/**
*
*Массив сделок.
*
*
* repeated .tinkoff.public.invest.api.contract.v1.Trade trades = 1;
*/
public java.util.List
getTradesBuilderList() {
return getTradesFieldBuilder().getBuilderList();
}
private com.google.protobuf.RepeatedFieldBuilderV3<
ru.tinkoff.piapi.contract.v1.Trade, ru.tinkoff.piapi.contract.v1.Trade.Builder, ru.tinkoff.piapi.contract.v1.TradeOrBuilder>
getTradesFieldBuilder() {
if (tradesBuilder_ == null) {
tradesBuilder_ = new com.google.protobuf.RepeatedFieldBuilderV3<
ru.tinkoff.piapi.contract.v1.Trade, ru.tinkoff.piapi.contract.v1.Trade.Builder, ru.tinkoff.piapi.contract.v1.TradeOrBuilder>(
trades_,
((bitField0_ & 0x00000001) != 0),
getParentForChildren(),
isClean());
trades_ = null;
}
return tradesBuilder_;
}
@java.lang.Override
public final Builder setUnknownFields(
final com.google.protobuf.UnknownFieldSet unknownFields) {
return super.setUnknownFields(unknownFields);
}
@java.lang.Override
public final Builder mergeUnknownFields(
final com.google.protobuf.UnknownFieldSet unknownFields) {
return super.mergeUnknownFields(unknownFields);
}
// @@protoc_insertion_point(builder_scope:tinkoff.public.invest.api.contract.v1.GetLastTradesResponse)
}
// @@protoc_insertion_point(class_scope:tinkoff.public.invest.api.contract.v1.GetLastTradesResponse)
private static final ru.tinkoff.piapi.contract.v1.GetLastTradesResponse DEFAULT_INSTANCE;
static {
DEFAULT_INSTANCE = new ru.tinkoff.piapi.contract.v1.GetLastTradesResponse();
}
public static ru.tinkoff.piapi.contract.v1.GetLastTradesResponse getDefaultInstance() {
return DEFAULT_INSTANCE;
}
private static final com.google.protobuf.Parser
PARSER = new com.google.protobuf.AbstractParser() {
@java.lang.Override
public GetLastTradesResponse parsePartialFrom(
com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
Builder builder = newBuilder();
try {
builder.mergeFrom(input, extensionRegistry);
} catch (com.google.protobuf.InvalidProtocolBufferException e) {
throw e.setUnfinishedMessage(builder.buildPartial());
} catch (com.google.protobuf.UninitializedMessageException e) {
throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial());
} catch (java.io.IOException e) {
throw new com.google.protobuf.InvalidProtocolBufferException(e)
.setUnfinishedMessage(builder.buildPartial());
}
return builder.buildPartial();
}
};
public static com.google.protobuf.Parser parser() {
return PARSER;
}
@java.lang.Override
public com.google.protobuf.Parser getParserForType() {
return PARSER;
}
@java.lang.Override
public ru.tinkoff.piapi.contract.v1.GetLastTradesResponse getDefaultInstanceForType() {
return DEFAULT_INSTANCE;
}
}