implements
// @@protoc_insertion_point(builder_implements:tinkoff.public.invest.api.contract.v1.Candle)
ru.tinkoff.piapi.contract.v1.CandleOrBuilder {
public static final com.google.protobuf.Descriptors.Descriptor
getDescriptor() {
return ru.tinkoff.piapi.contract.v1.Marketdata.internal_static_tinkoff_public_invest_api_contract_v1_Candle_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_Candle_fieldAccessorTable
.ensureFieldAccessorsInitialized(
ru.tinkoff.piapi.contract.v1.Candle.class, ru.tinkoff.piapi.contract.v1.Candle.Builder.class);
}
// Construct using ru.tinkoff.piapi.contract.v1.Candle.newBuilder()
private Builder() {
}
private Builder(
com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
super(parent);
}
@java.lang.Override
public Builder clear() {
super.clear();
bitField0_ = 0;
figi_ = "";
interval_ = 0;
open_ = null;
if (openBuilder_ != null) {
openBuilder_.dispose();
openBuilder_ = null;
}
high_ = null;
if (highBuilder_ != null) {
highBuilder_.dispose();
highBuilder_ = null;
}
low_ = null;
if (lowBuilder_ != null) {
lowBuilder_.dispose();
lowBuilder_ = null;
}
close_ = null;
if (closeBuilder_ != null) {
closeBuilder_.dispose();
closeBuilder_ = null;
}
volume_ = 0L;
time_ = null;
if (timeBuilder_ != null) {
timeBuilder_.dispose();
timeBuilder_ = null;
}
lastTradeTs_ = null;
if (lastTradeTsBuilder_ != null) {
lastTradeTsBuilder_.dispose();
lastTradeTsBuilder_ = null;
}
instrumentUid_ = "";
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_Candle_descriptor;
}
@java.lang.Override
public ru.tinkoff.piapi.contract.v1.Candle getDefaultInstanceForType() {
return ru.tinkoff.piapi.contract.v1.Candle.getDefaultInstance();
}
@java.lang.Override
public ru.tinkoff.piapi.contract.v1.Candle build() {
ru.tinkoff.piapi.contract.v1.Candle result = buildPartial();
if (!result.isInitialized()) {
throw newUninitializedMessageException(result);
}
return result;
}
@java.lang.Override
public ru.tinkoff.piapi.contract.v1.Candle buildPartial() {
ru.tinkoff.piapi.contract.v1.Candle result = new ru.tinkoff.piapi.contract.v1.Candle(this);
if (bitField0_ != 0) { buildPartial0(result); }
onBuilt();
return result;
}
private void buildPartial0(ru.tinkoff.piapi.contract.v1.Candle result) {
int from_bitField0_ = bitField0_;
if (((from_bitField0_ & 0x00000001) != 0)) {
result.figi_ = figi_;
}
if (((from_bitField0_ & 0x00000002) != 0)) {
result.interval_ = interval_;
}
if (((from_bitField0_ & 0x00000004) != 0)) {
result.open_ = openBuilder_ == null
? open_
: openBuilder_.build();
}
if (((from_bitField0_ & 0x00000008) != 0)) {
result.high_ = highBuilder_ == null
? high_
: highBuilder_.build();
}
if (((from_bitField0_ & 0x00000010) != 0)) {
result.low_ = lowBuilder_ == null
? low_
: lowBuilder_.build();
}
if (((from_bitField0_ & 0x00000020) != 0)) {
result.close_ = closeBuilder_ == null
? close_
: closeBuilder_.build();
}
if (((from_bitField0_ & 0x00000040) != 0)) {
result.volume_ = volume_;
}
if (((from_bitField0_ & 0x00000080) != 0)) {
result.time_ = timeBuilder_ == null
? time_
: timeBuilder_.build();
}
if (((from_bitField0_ & 0x00000100) != 0)) {
result.lastTradeTs_ = lastTradeTsBuilder_ == null
? lastTradeTs_
: lastTradeTsBuilder_.build();
}
if (((from_bitField0_ & 0x00000200) != 0)) {
result.instrumentUid_ = instrumentUid_;
}
}
@java.lang.Override
public Builder mergeFrom(com.google.protobuf.Message other) {
if (other instanceof ru.tinkoff.piapi.contract.v1.Candle) {
return mergeFrom((ru.tinkoff.piapi.contract.v1.Candle)other);
} else {
super.mergeFrom(other);
return this;
}
}
public Builder mergeFrom(ru.tinkoff.piapi.contract.v1.Candle other) {
if (other == ru.tinkoff.piapi.contract.v1.Candle.getDefaultInstance()) return this;
if (!other.getFigi().isEmpty()) {
figi_ = other.figi_;
bitField0_ |= 0x00000001;
onChanged();
}
if (other.interval_ != 0) {
setIntervalValue(other.getIntervalValue());
}
if (other.hasOpen()) {
mergeOpen(other.getOpen());
}
if (other.hasHigh()) {
mergeHigh(other.getHigh());
}
if (other.hasLow()) {
mergeLow(other.getLow());
}
if (other.hasClose()) {
mergeClose(other.getClose());
}
if (other.getVolume() != 0L) {
setVolume(other.getVolume());
}
if (other.hasTime()) {
mergeTime(other.getTime());
}
if (other.hasLastTradeTs()) {
mergeLastTradeTs(other.getLastTradeTs());
}
if (!other.getInstrumentUid().isEmpty()) {
instrumentUid_ = other.instrumentUid_;
bitField0_ |= 0x00000200;
onChanged();
}
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: {
figi_ = input.readStringRequireUtf8();
bitField0_ |= 0x00000001;
break;
} // case 10
case 16: {
interval_ = input.readEnum();
bitField0_ |= 0x00000002;
break;
} // case 16
case 26: {
input.readMessage(
getOpenFieldBuilder().getBuilder(),
extensionRegistry);
bitField0_ |= 0x00000004;
break;
} // case 26
case 34: {
input.readMessage(
getHighFieldBuilder().getBuilder(),
extensionRegistry);
bitField0_ |= 0x00000008;
break;
} // case 34
case 42: {
input.readMessage(
getLowFieldBuilder().getBuilder(),
extensionRegistry);
bitField0_ |= 0x00000010;
break;
} // case 42
case 50: {
input.readMessage(
getCloseFieldBuilder().getBuilder(),
extensionRegistry);
bitField0_ |= 0x00000020;
break;
} // case 50
case 56: {
volume_ = input.readInt64();
bitField0_ |= 0x00000040;
break;
} // case 56
case 66: {
input.readMessage(
getTimeFieldBuilder().getBuilder(),
extensionRegistry);
bitField0_ |= 0x00000080;
break;
} // case 66
case 74: {
input.readMessage(
getLastTradeTsFieldBuilder().getBuilder(),
extensionRegistry);
bitField0_ |= 0x00000100;
break;
} // case 74
case 82: {
instrumentUid_ = input.readStringRequireUtf8();
bitField0_ |= 0x00000200;
break;
} // case 82
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.lang.Object figi_ = "";
/**
*
*Figi-идентификатор инструмента.
*
*
* string figi = 1;
* @return The figi.
*/
public java.lang.String getFigi() {
java.lang.Object ref = figi_;
if (!(ref instanceof java.lang.String)) {
com.google.protobuf.ByteString bs =
(com.google.protobuf.ByteString) ref;
java.lang.String s = bs.toStringUtf8();
figi_ = s;
return s;
} else {
return (java.lang.String) ref;
}
}
/**
*
*Figi-идентификатор инструмента.
*
*
* string figi = 1;
* @return The bytes for figi.
*/
public com.google.protobuf.ByteString
getFigiBytes() {
java.lang.Object ref = figi_;
if (ref instanceof String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
figi_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
/**
*
*Figi-идентификатор инструмента.
*
*
* string figi = 1;
* @param value The figi to set.
* @return This builder for chaining.
*/
public Builder setFigi(
java.lang.String value) {
if (value == null) { throw new NullPointerException(); }
figi_ = value;
bitField0_ |= 0x00000001;
onChanged();
return this;
}
/**
*
*Figi-идентификатор инструмента.
*
*
* string figi = 1;
* @return This builder for chaining.
*/
public Builder clearFigi() {
figi_ = getDefaultInstance().getFigi();
bitField0_ = (bitField0_ & ~0x00000001);
onChanged();
return this;
}
/**
*
*Figi-идентификатор инструмента.
*
*
* string figi = 1;
* @param value The bytes for figi to set.
* @return This builder for chaining.
*/
public Builder setFigiBytes(
com.google.protobuf.ByteString value) {
if (value == null) { throw new NullPointerException(); }
checkByteStringIsUtf8(value);
figi_ = value;
bitField0_ |= 0x00000001;
onChanged();
return this;
}
private int interval_ = 0;
/**
*
*Интервал свечи.
*
*
* .tinkoff.public.invest.api.contract.v1.SubscriptionInterval interval = 2;
* @return The enum numeric value on the wire for interval.
*/
@java.lang.Override public int getIntervalValue() {
return interval_;
}
/**
*
*Интервал свечи.
*
*
* .tinkoff.public.invest.api.contract.v1.SubscriptionInterval interval = 2;
* @param value The enum numeric value on the wire for interval to set.
* @return This builder for chaining.
*/
public Builder setIntervalValue(int value) {
interval_ = value;
bitField0_ |= 0x00000002;
onChanged();
return this;
}
/**
*
*Интервал свечи.
*
*
* .tinkoff.public.invest.api.contract.v1.SubscriptionInterval interval = 2;
* @return The interval.
*/
@java.lang.Override
public ru.tinkoff.piapi.contract.v1.SubscriptionInterval getInterval() {
ru.tinkoff.piapi.contract.v1.SubscriptionInterval result = ru.tinkoff.piapi.contract.v1.SubscriptionInterval.forNumber(interval_);
return result == null ? ru.tinkoff.piapi.contract.v1.SubscriptionInterval.UNRECOGNIZED : result;
}
/**
*
*Интервал свечи.
*
*
* .tinkoff.public.invest.api.contract.v1.SubscriptionInterval interval = 2;
* @param value The interval to set.
* @return This builder for chaining.
*/
public Builder setInterval(ru.tinkoff.piapi.contract.v1.SubscriptionInterval value) {
if (value == null) {
throw new NullPointerException();
}
bitField0_ |= 0x00000002;
interval_ = value.getNumber();
onChanged();
return this;
}
/**
*
*Интервал свечи.
*
*
* .tinkoff.public.invest.api.contract.v1.SubscriptionInterval interval = 2;
* @return This builder for chaining.
*/
public Builder clearInterval() {
bitField0_ = (bitField0_ & ~0x00000002);
interval_ = 0;
onChanged();
return this;
}
private ru.tinkoff.piapi.contract.v1.Quotation open_;
private com.google.protobuf.SingleFieldBuilderV3<
ru.tinkoff.piapi.contract.v1.Quotation, ru.tinkoff.piapi.contract.v1.Quotation.Builder, ru.tinkoff.piapi.contract.v1.QuotationOrBuilder> openBuilder_;
/**
*
*Цена открытия за 1 инструмент. Для получения стоимости лота требуется умножить на лотность инструмента. Для перевод цен в валюту рекомендуем использовать [информацию со страницы](https://russianinvestments.github.io/investAPI/faq_marketdata/)
*
*
* .tinkoff.public.invest.api.contract.v1.Quotation open = 3;
* @return Whether the open field is set.
*/
public boolean hasOpen() {
return ((bitField0_ & 0x00000004) != 0);
}
/**
*
*Цена открытия за 1 инструмент. Для получения стоимости лота требуется умножить на лотность инструмента. Для перевод цен в валюту рекомендуем использовать [информацию со страницы](https://russianinvestments.github.io/investAPI/faq_marketdata/)
*
*
* .tinkoff.public.invest.api.contract.v1.Quotation open = 3;
* @return The open.
*/
public ru.tinkoff.piapi.contract.v1.Quotation getOpen() {
if (openBuilder_ == null) {
return open_ == null ? ru.tinkoff.piapi.contract.v1.Quotation.getDefaultInstance() : open_;
} else {
return openBuilder_.getMessage();
}
}
/**
*
*Цена открытия за 1 инструмент. Для получения стоимости лота требуется умножить на лотность инструмента. Для перевод цен в валюту рекомендуем использовать [информацию со страницы](https://russianinvestments.github.io/investAPI/faq_marketdata/)
*
*
* .tinkoff.public.invest.api.contract.v1.Quotation open = 3;
*/
public Builder setOpen(ru.tinkoff.piapi.contract.v1.Quotation value) {
if (openBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
}
open_ = value;
} else {
openBuilder_.setMessage(value);
}
bitField0_ |= 0x00000004;
onChanged();
return this;
}
/**
*
*Цена открытия за 1 инструмент. Для получения стоимости лота требуется умножить на лотность инструмента. Для перевод цен в валюту рекомендуем использовать [информацию со страницы](https://russianinvestments.github.io/investAPI/faq_marketdata/)
*
*
* .tinkoff.public.invest.api.contract.v1.Quotation open = 3;
*/
public Builder setOpen(
ru.tinkoff.piapi.contract.v1.Quotation.Builder builderForValue) {
if (openBuilder_ == null) {
open_ = builderForValue.build();
} else {
openBuilder_.setMessage(builderForValue.build());
}
bitField0_ |= 0x00000004;
onChanged();
return this;
}
/**
*
*Цена открытия за 1 инструмент. Для получения стоимости лота требуется умножить на лотность инструмента. Для перевод цен в валюту рекомендуем использовать [информацию со страницы](https://russianinvestments.github.io/investAPI/faq_marketdata/)
*
*
* .tinkoff.public.invest.api.contract.v1.Quotation open = 3;
*/
public Builder mergeOpen(ru.tinkoff.piapi.contract.v1.Quotation value) {
if (openBuilder_ == null) {
if (((bitField0_ & 0x00000004) != 0) &&
open_ != null &&
open_ != ru.tinkoff.piapi.contract.v1.Quotation.getDefaultInstance()) {
getOpenBuilder().mergeFrom(value);
} else {
open_ = value;
}
} else {
openBuilder_.mergeFrom(value);
}
bitField0_ |= 0x00000004;
onChanged();
return this;
}
/**
*
*Цена открытия за 1 инструмент. Для получения стоимости лота требуется умножить на лотность инструмента. Для перевод цен в валюту рекомендуем использовать [информацию со страницы](https://russianinvestments.github.io/investAPI/faq_marketdata/)
*
*
* .tinkoff.public.invest.api.contract.v1.Quotation open = 3;
*/
public Builder clearOpen() {
bitField0_ = (bitField0_ & ~0x00000004);
open_ = null;
if (openBuilder_ != null) {
openBuilder_.dispose();
openBuilder_ = null;
}
onChanged();
return this;
}
/**
*
*Цена открытия за 1 инструмент. Для получения стоимости лота требуется умножить на лотность инструмента. Для перевод цен в валюту рекомендуем использовать [информацию со страницы](https://russianinvestments.github.io/investAPI/faq_marketdata/)
*
*
* .tinkoff.public.invest.api.contract.v1.Quotation open = 3;
*/
public ru.tinkoff.piapi.contract.v1.Quotation.Builder getOpenBuilder() {
bitField0_ |= 0x00000004;
onChanged();
return getOpenFieldBuilder().getBuilder();
}
/**
*
*Цена открытия за 1 инструмент. Для получения стоимости лота требуется умножить на лотность инструмента. Для перевод цен в валюту рекомендуем использовать [информацию со страницы](https://russianinvestments.github.io/investAPI/faq_marketdata/)
*
*
* .tinkoff.public.invest.api.contract.v1.Quotation open = 3;
*/
public ru.tinkoff.piapi.contract.v1.QuotationOrBuilder getOpenOrBuilder() {
if (openBuilder_ != null) {
return openBuilder_.getMessageOrBuilder();
} else {
return open_ == null ?
ru.tinkoff.piapi.contract.v1.Quotation.getDefaultInstance() : open_;
}
}
/**
*
*Цена открытия за 1 инструмент. Для получения стоимости лота требуется умножить на лотность инструмента. Для перевод цен в валюту рекомендуем использовать [информацию со страницы](https://russianinvestments.github.io/investAPI/faq_marketdata/)
*
*
* .tinkoff.public.invest.api.contract.v1.Quotation open = 3;
*/
private com.google.protobuf.SingleFieldBuilderV3<
ru.tinkoff.piapi.contract.v1.Quotation, ru.tinkoff.piapi.contract.v1.Quotation.Builder, ru.tinkoff.piapi.contract.v1.QuotationOrBuilder>
getOpenFieldBuilder() {
if (openBuilder_ == null) {
openBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
ru.tinkoff.piapi.contract.v1.Quotation, ru.tinkoff.piapi.contract.v1.Quotation.Builder, ru.tinkoff.piapi.contract.v1.QuotationOrBuilder>(
getOpen(),
getParentForChildren(),
isClean());
open_ = null;
}
return openBuilder_;
}
private ru.tinkoff.piapi.contract.v1.Quotation high_;
private com.google.protobuf.SingleFieldBuilderV3<
ru.tinkoff.piapi.contract.v1.Quotation, ru.tinkoff.piapi.contract.v1.Quotation.Builder, ru.tinkoff.piapi.contract.v1.QuotationOrBuilder> highBuilder_;
/**
*
*Максимальная цена за 1 инструмент. Для получения стоимости лота требуется умножить на лотность инструмента. Для перевод цен в валюту рекомендуем использовать [информацию со страницы](https://russianinvestments.github.io/investAPI/faq_marketdata/)
*
*
* .tinkoff.public.invest.api.contract.v1.Quotation high = 4;
* @return Whether the high field is set.
*/
public boolean hasHigh() {
return ((bitField0_ & 0x00000008) != 0);
}
/**
*
*Максимальная цена за 1 инструмент. Для получения стоимости лота требуется умножить на лотность инструмента. Для перевод цен в валюту рекомендуем использовать [информацию со страницы](https://russianinvestments.github.io/investAPI/faq_marketdata/)
*
*
* .tinkoff.public.invest.api.contract.v1.Quotation high = 4;
* @return The high.
*/
public ru.tinkoff.piapi.contract.v1.Quotation getHigh() {
if (highBuilder_ == null) {
return high_ == null ? ru.tinkoff.piapi.contract.v1.Quotation.getDefaultInstance() : high_;
} else {
return highBuilder_.getMessage();
}
}
/**
*
*Максимальная цена за 1 инструмент. Для получения стоимости лота требуется умножить на лотность инструмента. Для перевод цен в валюту рекомендуем использовать [информацию со страницы](https://russianinvestments.github.io/investAPI/faq_marketdata/)
*
*
* .tinkoff.public.invest.api.contract.v1.Quotation high = 4;
*/
public Builder setHigh(ru.tinkoff.piapi.contract.v1.Quotation value) {
if (highBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
}
high_ = value;
} else {
highBuilder_.setMessage(value);
}
bitField0_ |= 0x00000008;
onChanged();
return this;
}
/**
*
*Максимальная цена за 1 инструмент. Для получения стоимости лота требуется умножить на лотность инструмента. Для перевод цен в валюту рекомендуем использовать [информацию со страницы](https://russianinvestments.github.io/investAPI/faq_marketdata/)
*
*
* .tinkoff.public.invest.api.contract.v1.Quotation high = 4;
*/
public Builder setHigh(
ru.tinkoff.piapi.contract.v1.Quotation.Builder builderForValue) {
if (highBuilder_ == null) {
high_ = builderForValue.build();
} else {
highBuilder_.setMessage(builderForValue.build());
}
bitField0_ |= 0x00000008;
onChanged();
return this;
}
/**
*
*Максимальная цена за 1 инструмент. Для получения стоимости лота требуется умножить на лотность инструмента. Для перевод цен в валюту рекомендуем использовать [информацию со страницы](https://russianinvestments.github.io/investAPI/faq_marketdata/)
*
*
* .tinkoff.public.invest.api.contract.v1.Quotation high = 4;
*/
public Builder mergeHigh(ru.tinkoff.piapi.contract.v1.Quotation value) {
if (highBuilder_ == null) {
if (((bitField0_ & 0x00000008) != 0) &&
high_ != null &&
high_ != ru.tinkoff.piapi.contract.v1.Quotation.getDefaultInstance()) {
getHighBuilder().mergeFrom(value);
} else {
high_ = value;
}
} else {
highBuilder_.mergeFrom(value);
}
bitField0_ |= 0x00000008;
onChanged();
return this;
}
/**
*
*Максимальная цена за 1 инструмент. Для получения стоимости лота требуется умножить на лотность инструмента. Для перевод цен в валюту рекомендуем использовать [информацию со страницы](https://russianinvestments.github.io/investAPI/faq_marketdata/)
*
*
* .tinkoff.public.invest.api.contract.v1.Quotation high = 4;
*/
public Builder clearHigh() {
bitField0_ = (bitField0_ & ~0x00000008);
high_ = null;
if (highBuilder_ != null) {
highBuilder_.dispose();
highBuilder_ = null;
}
onChanged();
return this;
}
/**
*
*Максимальная цена за 1 инструмент. Для получения стоимости лота требуется умножить на лотность инструмента. Для перевод цен в валюту рекомендуем использовать [информацию со страницы](https://russianinvestments.github.io/investAPI/faq_marketdata/)
*
*
* .tinkoff.public.invest.api.contract.v1.Quotation high = 4;
*/
public ru.tinkoff.piapi.contract.v1.Quotation.Builder getHighBuilder() {
bitField0_ |= 0x00000008;
onChanged();
return getHighFieldBuilder().getBuilder();
}
/**
*
*Максимальная цена за 1 инструмент. Для получения стоимости лота требуется умножить на лотность инструмента. Для перевод цен в валюту рекомендуем использовать [информацию со страницы](https://russianinvestments.github.io/investAPI/faq_marketdata/)
*
*
* .tinkoff.public.invest.api.contract.v1.Quotation high = 4;
*/
public ru.tinkoff.piapi.contract.v1.QuotationOrBuilder getHighOrBuilder() {
if (highBuilder_ != null) {
return highBuilder_.getMessageOrBuilder();
} else {
return high_ == null ?
ru.tinkoff.piapi.contract.v1.Quotation.getDefaultInstance() : high_;
}
}
/**
*
*Максимальная цена за 1 инструмент. Для получения стоимости лота требуется умножить на лотность инструмента. Для перевод цен в валюту рекомендуем использовать [информацию со страницы](https://russianinvestments.github.io/investAPI/faq_marketdata/)
*
*
* .tinkoff.public.invest.api.contract.v1.Quotation high = 4;
*/
private com.google.protobuf.SingleFieldBuilderV3<
ru.tinkoff.piapi.contract.v1.Quotation, ru.tinkoff.piapi.contract.v1.Quotation.Builder, ru.tinkoff.piapi.contract.v1.QuotationOrBuilder>
getHighFieldBuilder() {
if (highBuilder_ == null) {
highBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
ru.tinkoff.piapi.contract.v1.Quotation, ru.tinkoff.piapi.contract.v1.Quotation.Builder, ru.tinkoff.piapi.contract.v1.QuotationOrBuilder>(
getHigh(),
getParentForChildren(),
isClean());
high_ = null;
}
return highBuilder_;
}
private ru.tinkoff.piapi.contract.v1.Quotation low_;
private com.google.protobuf.SingleFieldBuilderV3<
ru.tinkoff.piapi.contract.v1.Quotation, ru.tinkoff.piapi.contract.v1.Quotation.Builder, ru.tinkoff.piapi.contract.v1.QuotationOrBuilder> lowBuilder_;
/**
*
*Минимальная цена за 1 инструмент. Для получения стоимости лота требуется умножить на лотность инструмента. Для перевод цен в валюту рекомендуем использовать [информацию со страницы](https://russianinvestments.github.io/investAPI/faq_marketdata/)
*
*
* .tinkoff.public.invest.api.contract.v1.Quotation low = 5;
* @return Whether the low field is set.
*/
public boolean hasLow() {
return ((bitField0_ & 0x00000010) != 0);
}
/**
*
*Минимальная цена за 1 инструмент. Для получения стоимости лота требуется умножить на лотность инструмента. Для перевод цен в валюту рекомендуем использовать [информацию со страницы](https://russianinvestments.github.io/investAPI/faq_marketdata/)
*
*
* .tinkoff.public.invest.api.contract.v1.Quotation low = 5;
* @return The low.
*/
public ru.tinkoff.piapi.contract.v1.Quotation getLow() {
if (lowBuilder_ == null) {
return low_ == null ? ru.tinkoff.piapi.contract.v1.Quotation.getDefaultInstance() : low_;
} else {
return lowBuilder_.getMessage();
}
}
/**
*
*Минимальная цена за 1 инструмент. Для получения стоимости лота требуется умножить на лотность инструмента. Для перевод цен в валюту рекомендуем использовать [информацию со страницы](https://russianinvestments.github.io/investAPI/faq_marketdata/)
*
*
* .tinkoff.public.invest.api.contract.v1.Quotation low = 5;
*/
public Builder setLow(ru.tinkoff.piapi.contract.v1.Quotation value) {
if (lowBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
}
low_ = value;
} else {
lowBuilder_.setMessage(value);
}
bitField0_ |= 0x00000010;
onChanged();
return this;
}
/**
*
*Минимальная цена за 1 инструмент. Для получения стоимости лота требуется умножить на лотность инструмента. Для перевод цен в валюту рекомендуем использовать [информацию со страницы](https://russianinvestments.github.io/investAPI/faq_marketdata/)
*
*
* .tinkoff.public.invest.api.contract.v1.Quotation low = 5;
*/
public Builder setLow(
ru.tinkoff.piapi.contract.v1.Quotation.Builder builderForValue) {
if (lowBuilder_ == null) {
low_ = builderForValue.build();
} else {
lowBuilder_.setMessage(builderForValue.build());
}
bitField0_ |= 0x00000010;
onChanged();
return this;
}
/**
*
*Минимальная цена за 1 инструмент. Для получения стоимости лота требуется умножить на лотность инструмента. Для перевод цен в валюту рекомендуем использовать [информацию со страницы](https://russianinvestments.github.io/investAPI/faq_marketdata/)
*
*
* .tinkoff.public.invest.api.contract.v1.Quotation low = 5;
*/
public Builder mergeLow(ru.tinkoff.piapi.contract.v1.Quotation value) {
if (lowBuilder_ == null) {
if (((bitField0_ & 0x00000010) != 0) &&
low_ != null &&
low_ != ru.tinkoff.piapi.contract.v1.Quotation.getDefaultInstance()) {
getLowBuilder().mergeFrom(value);
} else {
low_ = value;
}
} else {
lowBuilder_.mergeFrom(value);
}
bitField0_ |= 0x00000010;
onChanged();
return this;
}
/**
*
*Минимальная цена за 1 инструмент. Для получения стоимости лота требуется умножить на лотность инструмента. Для перевод цен в валюту рекомендуем использовать [информацию со страницы](https://russianinvestments.github.io/investAPI/faq_marketdata/)
*
*
* .tinkoff.public.invest.api.contract.v1.Quotation low = 5;
*/
public Builder clearLow() {
bitField0_ = (bitField0_ & ~0x00000010);
low_ = null;
if (lowBuilder_ != null) {
lowBuilder_.dispose();
lowBuilder_ = null;
}
onChanged();
return this;
}
/**
*
*Минимальная цена за 1 инструмент. Для получения стоимости лота требуется умножить на лотность инструмента. Для перевод цен в валюту рекомендуем использовать [информацию со страницы](https://russianinvestments.github.io/investAPI/faq_marketdata/)
*
*
* .tinkoff.public.invest.api.contract.v1.Quotation low = 5;
*/
public ru.tinkoff.piapi.contract.v1.Quotation.Builder getLowBuilder() {
bitField0_ |= 0x00000010;
onChanged();
return getLowFieldBuilder().getBuilder();
}
/**
*
*Минимальная цена за 1 инструмент. Для получения стоимости лота требуется умножить на лотность инструмента. Для перевод цен в валюту рекомендуем использовать [информацию со страницы](https://russianinvestments.github.io/investAPI/faq_marketdata/)
*
*
* .tinkoff.public.invest.api.contract.v1.Quotation low = 5;
*/
public ru.tinkoff.piapi.contract.v1.QuotationOrBuilder getLowOrBuilder() {
if (lowBuilder_ != null) {
return lowBuilder_.getMessageOrBuilder();
} else {
return low_ == null ?
ru.tinkoff.piapi.contract.v1.Quotation.getDefaultInstance() : low_;
}
}
/**
*
*Минимальная цена за 1 инструмент. Для получения стоимости лота требуется умножить на лотность инструмента. Для перевод цен в валюту рекомендуем использовать [информацию со страницы](https://russianinvestments.github.io/investAPI/faq_marketdata/)
*
*
* .tinkoff.public.invest.api.contract.v1.Quotation low = 5;
*/
private com.google.protobuf.SingleFieldBuilderV3<
ru.tinkoff.piapi.contract.v1.Quotation, ru.tinkoff.piapi.contract.v1.Quotation.Builder, ru.tinkoff.piapi.contract.v1.QuotationOrBuilder>
getLowFieldBuilder() {
if (lowBuilder_ == null) {
lowBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
ru.tinkoff.piapi.contract.v1.Quotation, ru.tinkoff.piapi.contract.v1.Quotation.Builder, ru.tinkoff.piapi.contract.v1.QuotationOrBuilder>(
getLow(),
getParentForChildren(),
isClean());
low_ = null;
}
return lowBuilder_;
}
private ru.tinkoff.piapi.contract.v1.Quotation close_;
private com.google.protobuf.SingleFieldBuilderV3<
ru.tinkoff.piapi.contract.v1.Quotation, ru.tinkoff.piapi.contract.v1.Quotation.Builder, ru.tinkoff.piapi.contract.v1.QuotationOrBuilder> closeBuilder_;
/**
*
*Цена закрытия за 1 инструмент. Для получения стоимости лота требуется умножить на лотность инструмента. Для перевод цен в валюту рекомендуем использовать [информацию со страницы](https://russianinvestments.github.io/investAPI/faq_marketdata/)
*
*
* .tinkoff.public.invest.api.contract.v1.Quotation close = 6;
* @return Whether the close field is set.
*/
public boolean hasClose() {
return ((bitField0_ & 0x00000020) != 0);
}
/**
*
*Цена закрытия за 1 инструмент. Для получения стоимости лота требуется умножить на лотность инструмента. Для перевод цен в валюту рекомендуем использовать [информацию со страницы](https://russianinvestments.github.io/investAPI/faq_marketdata/)
*
*
* .tinkoff.public.invest.api.contract.v1.Quotation close = 6;
* @return The close.
*/
public ru.tinkoff.piapi.contract.v1.Quotation getClose() {
if (closeBuilder_ == null) {
return close_ == null ? ru.tinkoff.piapi.contract.v1.Quotation.getDefaultInstance() : close_;
} else {
return closeBuilder_.getMessage();
}
}
/**
*
*Цена закрытия за 1 инструмент. Для получения стоимости лота требуется умножить на лотность инструмента. Для перевод цен в валюту рекомендуем использовать [информацию со страницы](https://russianinvestments.github.io/investAPI/faq_marketdata/)
*
*
* .tinkoff.public.invest.api.contract.v1.Quotation close = 6;
*/
public Builder setClose(ru.tinkoff.piapi.contract.v1.Quotation value) {
if (closeBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
}
close_ = value;
} else {
closeBuilder_.setMessage(value);
}
bitField0_ |= 0x00000020;
onChanged();
return this;
}
/**
*
*Цена закрытия за 1 инструмент. Для получения стоимости лота требуется умножить на лотность инструмента. Для перевод цен в валюту рекомендуем использовать [информацию со страницы](https://russianinvestments.github.io/investAPI/faq_marketdata/)
*
*
* .tinkoff.public.invest.api.contract.v1.Quotation close = 6;
*/
public Builder setClose(
ru.tinkoff.piapi.contract.v1.Quotation.Builder builderForValue) {
if (closeBuilder_ == null) {
close_ = builderForValue.build();
} else {
closeBuilder_.setMessage(builderForValue.build());
}
bitField0_ |= 0x00000020;
onChanged();
return this;
}
/**
*
*Цена закрытия за 1 инструмент. Для получения стоимости лота требуется умножить на лотность инструмента. Для перевод цен в валюту рекомендуем использовать [информацию со страницы](https://russianinvestments.github.io/investAPI/faq_marketdata/)
*
*
* .tinkoff.public.invest.api.contract.v1.Quotation close = 6;
*/
public Builder mergeClose(ru.tinkoff.piapi.contract.v1.Quotation value) {
if (closeBuilder_ == null) {
if (((bitField0_ & 0x00000020) != 0) &&
close_ != null &&
close_ != ru.tinkoff.piapi.contract.v1.Quotation.getDefaultInstance()) {
getCloseBuilder().mergeFrom(value);
} else {
close_ = value;
}
} else {
closeBuilder_.mergeFrom(value);
}
bitField0_ |= 0x00000020;
onChanged();
return this;
}
/**
*
*Цена закрытия за 1 инструмент. Для получения стоимости лота требуется умножить на лотность инструмента. Для перевод цен в валюту рекомендуем использовать [информацию со страницы](https://russianinvestments.github.io/investAPI/faq_marketdata/)
*
*
* .tinkoff.public.invest.api.contract.v1.Quotation close = 6;
*/
public Builder clearClose() {
bitField0_ = (bitField0_ & ~0x00000020);
close_ = null;
if (closeBuilder_ != null) {
closeBuilder_.dispose();
closeBuilder_ = null;
}
onChanged();
return this;
}
/**
*
*Цена закрытия за 1 инструмент. Для получения стоимости лота требуется умножить на лотность инструмента. Для перевод цен в валюту рекомендуем использовать [информацию со страницы](https://russianinvestments.github.io/investAPI/faq_marketdata/)
*
*
* .tinkoff.public.invest.api.contract.v1.Quotation close = 6;
*/
public ru.tinkoff.piapi.contract.v1.Quotation.Builder getCloseBuilder() {
bitField0_ |= 0x00000020;
onChanged();
return getCloseFieldBuilder().getBuilder();
}
/**
*
*Цена закрытия за 1 инструмент. Для получения стоимости лота требуется умножить на лотность инструмента. Для перевод цен в валюту рекомендуем использовать [информацию со страницы](https://russianinvestments.github.io/investAPI/faq_marketdata/)
*
*
* .tinkoff.public.invest.api.contract.v1.Quotation close = 6;
*/
public ru.tinkoff.piapi.contract.v1.QuotationOrBuilder getCloseOrBuilder() {
if (closeBuilder_ != null) {
return closeBuilder_.getMessageOrBuilder();
} else {
return close_ == null ?
ru.tinkoff.piapi.contract.v1.Quotation.getDefaultInstance() : close_;
}
}
/**
*
*Цена закрытия за 1 инструмент. Для получения стоимости лота требуется умножить на лотность инструмента. Для перевод цен в валюту рекомендуем использовать [информацию со страницы](https://russianinvestments.github.io/investAPI/faq_marketdata/)
*
*
* .tinkoff.public.invest.api.contract.v1.Quotation close = 6;
*/
private com.google.protobuf.SingleFieldBuilderV3<
ru.tinkoff.piapi.contract.v1.Quotation, ru.tinkoff.piapi.contract.v1.Quotation.Builder, ru.tinkoff.piapi.contract.v1.QuotationOrBuilder>
getCloseFieldBuilder() {
if (closeBuilder_ == null) {
closeBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
ru.tinkoff.piapi.contract.v1.Quotation, ru.tinkoff.piapi.contract.v1.Quotation.Builder, ru.tinkoff.piapi.contract.v1.QuotationOrBuilder>(
getClose(),
getParentForChildren(),
isClean());
close_ = null;
}
return closeBuilder_;
}
private long volume_ ;
/**
*
*Объём сделок в лотах.
*
*
* int64 volume = 7;
* @return The volume.
*/
@java.lang.Override
public long getVolume() {
return volume_;
}
/**
*
*Объём сделок в лотах.
*
*
* int64 volume = 7;
* @param value The volume to set.
* @return This builder for chaining.
*/
public Builder setVolume(long value) {
volume_ = value;
bitField0_ |= 0x00000040;
onChanged();
return this;
}
/**
*
*Объём сделок в лотах.
*
*
* int64 volume = 7;
* @return This builder for chaining.
*/
public Builder clearVolume() {
bitField0_ = (bitField0_ & ~0x00000040);
volume_ = 0L;
onChanged();
return this;
}
private com.google.protobuf.Timestamp time_;
private com.google.protobuf.SingleFieldBuilderV3<
com.google.protobuf.Timestamp, com.google.protobuf.Timestamp.Builder, com.google.protobuf.TimestampOrBuilder> timeBuilder_;
/**
*
*Время начала интервала свечи в часовом поясе UTC.
*
*
* .google.protobuf.Timestamp time = 8;
* @return Whether the time field is set.
*/
public boolean hasTime() {
return ((bitField0_ & 0x00000080) != 0);
}
/**
*
*Время начала интервала свечи в часовом поясе UTC.
*
*
* .google.protobuf.Timestamp time = 8;
* @return The time.
*/
public com.google.protobuf.Timestamp getTime() {
if (timeBuilder_ == null) {
return time_ == null ? com.google.protobuf.Timestamp.getDefaultInstance() : time_;
} else {
return timeBuilder_.getMessage();
}
}
/**
*
*Время начала интервала свечи в часовом поясе UTC.
*
*
* .google.protobuf.Timestamp time = 8;
*/
public Builder setTime(com.google.protobuf.Timestamp value) {
if (timeBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
}
time_ = value;
} else {
timeBuilder_.setMessage(value);
}
bitField0_ |= 0x00000080;
onChanged();
return this;
}
/**
*
*Время начала интервала свечи в часовом поясе UTC.
*
*
* .google.protobuf.Timestamp time = 8;
*/
public Builder setTime(
com.google.protobuf.Timestamp.Builder builderForValue) {
if (timeBuilder_ == null) {
time_ = builderForValue.build();
} else {
timeBuilder_.setMessage(builderForValue.build());
}
bitField0_ |= 0x00000080;
onChanged();
return this;
}
/**
*
*Время начала интервала свечи в часовом поясе UTC.
*
*
* .google.protobuf.Timestamp time = 8;
*/
public Builder mergeTime(com.google.protobuf.Timestamp value) {
if (timeBuilder_ == null) {
if (((bitField0_ & 0x00000080) != 0) &&
time_ != null &&
time_ != com.google.protobuf.Timestamp.getDefaultInstance()) {
getTimeBuilder().mergeFrom(value);
} else {
time_ = value;
}
} else {
timeBuilder_.mergeFrom(value);
}
bitField0_ |= 0x00000080;
onChanged();
return this;
}
/**
*
*Время начала интервала свечи в часовом поясе UTC.
*
*
* .google.protobuf.Timestamp time = 8;
*/
public Builder clearTime() {
bitField0_ = (bitField0_ & ~0x00000080);
time_ = null;
if (timeBuilder_ != null) {
timeBuilder_.dispose();
timeBuilder_ = null;
}
onChanged();
return this;
}
/**
*
*Время начала интервала свечи в часовом поясе UTC.
*
*
* .google.protobuf.Timestamp time = 8;
*/
public com.google.protobuf.Timestamp.Builder getTimeBuilder() {
bitField0_ |= 0x00000080;
onChanged();
return getTimeFieldBuilder().getBuilder();
}
/**
*
*Время начала интервала свечи в часовом поясе UTC.
*
*
* .google.protobuf.Timestamp time = 8;
*/
public com.google.protobuf.TimestampOrBuilder getTimeOrBuilder() {
if (timeBuilder_ != null) {
return timeBuilder_.getMessageOrBuilder();
} else {
return time_ == null ?
com.google.protobuf.Timestamp.getDefaultInstance() : time_;
}
}
/**
*
*Время начала интервала свечи в часовом поясе UTC.
*
*
* .google.protobuf.Timestamp time = 8;
*/
private com.google.protobuf.SingleFieldBuilderV3<
com.google.protobuf.Timestamp, com.google.protobuf.Timestamp.Builder, com.google.protobuf.TimestampOrBuilder>
getTimeFieldBuilder() {
if (timeBuilder_ == null) {
timeBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
com.google.protobuf.Timestamp, com.google.protobuf.Timestamp.Builder, com.google.protobuf.TimestampOrBuilder>(
getTime(),
getParentForChildren(),
isClean());
time_ = null;
}
return timeBuilder_;
}
private com.google.protobuf.Timestamp lastTradeTs_;
private com.google.protobuf.SingleFieldBuilderV3<
com.google.protobuf.Timestamp, com.google.protobuf.Timestamp.Builder, com.google.protobuf.TimestampOrBuilder> lastTradeTsBuilder_;
/**
*
*Время последней сделки, вошедшей в свечу в часовом поясе UTC.
*
*
* .google.protobuf.Timestamp last_trade_ts = 9;
* @return Whether the lastTradeTs field is set.
*/
public boolean hasLastTradeTs() {
return ((bitField0_ & 0x00000100) != 0);
}
/**
*
*Время последней сделки, вошедшей в свечу в часовом поясе UTC.
*
*
* .google.protobuf.Timestamp last_trade_ts = 9;
* @return The lastTradeTs.
*/
public com.google.protobuf.Timestamp getLastTradeTs() {
if (lastTradeTsBuilder_ == null) {
return lastTradeTs_ == null ? com.google.protobuf.Timestamp.getDefaultInstance() : lastTradeTs_;
} else {
return lastTradeTsBuilder_.getMessage();
}
}
/**
*
*Время последней сделки, вошедшей в свечу в часовом поясе UTC.
*
*
* .google.protobuf.Timestamp last_trade_ts = 9;
*/
public Builder setLastTradeTs(com.google.protobuf.Timestamp value) {
if (lastTradeTsBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
}
lastTradeTs_ = value;
} else {
lastTradeTsBuilder_.setMessage(value);
}
bitField0_ |= 0x00000100;
onChanged();
return this;
}
/**
*
*Время последней сделки, вошедшей в свечу в часовом поясе UTC.
*
*
* .google.protobuf.Timestamp last_trade_ts = 9;
*/
public Builder setLastTradeTs(
com.google.protobuf.Timestamp.Builder builderForValue) {
if (lastTradeTsBuilder_ == null) {
lastTradeTs_ = builderForValue.build();
} else {
lastTradeTsBuilder_.setMessage(builderForValue.build());
}
bitField0_ |= 0x00000100;
onChanged();
return this;
}
/**
*
*Время последней сделки, вошедшей в свечу в часовом поясе UTC.
*
*
* .google.protobuf.Timestamp last_trade_ts = 9;
*/
public Builder mergeLastTradeTs(com.google.protobuf.Timestamp value) {
if (lastTradeTsBuilder_ == null) {
if (((bitField0_ & 0x00000100) != 0) &&
lastTradeTs_ != null &&
lastTradeTs_ != com.google.protobuf.Timestamp.getDefaultInstance()) {
getLastTradeTsBuilder().mergeFrom(value);
} else {
lastTradeTs_ = value;
}
} else {
lastTradeTsBuilder_.mergeFrom(value);
}
bitField0_ |= 0x00000100;
onChanged();
return this;
}
/**
*
*Время последней сделки, вошедшей в свечу в часовом поясе UTC.
*
*
* .google.protobuf.Timestamp last_trade_ts = 9;
*/
public Builder clearLastTradeTs() {
bitField0_ = (bitField0_ & ~0x00000100);
lastTradeTs_ = null;
if (lastTradeTsBuilder_ != null) {
lastTradeTsBuilder_.dispose();
lastTradeTsBuilder_ = null;
}
onChanged();
return this;
}
/**
*
*Время последней сделки, вошедшей в свечу в часовом поясе UTC.
*
*
* .google.protobuf.Timestamp last_trade_ts = 9;
*/
public com.google.protobuf.Timestamp.Builder getLastTradeTsBuilder() {
bitField0_ |= 0x00000100;
onChanged();
return getLastTradeTsFieldBuilder().getBuilder();
}
/**
*
*Время последней сделки, вошедшей в свечу в часовом поясе UTC.
*
*
* .google.protobuf.Timestamp last_trade_ts = 9;
*/
public com.google.protobuf.TimestampOrBuilder getLastTradeTsOrBuilder() {
if (lastTradeTsBuilder_ != null) {
return lastTradeTsBuilder_.getMessageOrBuilder();
} else {
return lastTradeTs_ == null ?
com.google.protobuf.Timestamp.getDefaultInstance() : lastTradeTs_;
}
}
/**
*
*Время последней сделки, вошедшей в свечу в часовом поясе UTC.
*
*
* .google.protobuf.Timestamp last_trade_ts = 9;
*/
private com.google.protobuf.SingleFieldBuilderV3<
com.google.protobuf.Timestamp, com.google.protobuf.Timestamp.Builder, com.google.protobuf.TimestampOrBuilder>
getLastTradeTsFieldBuilder() {
if (lastTradeTsBuilder_ == null) {
lastTradeTsBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
com.google.protobuf.Timestamp, com.google.protobuf.Timestamp.Builder, com.google.protobuf.TimestampOrBuilder>(
getLastTradeTs(),
getParentForChildren(),
isClean());
lastTradeTs_ = null;
}
return lastTradeTsBuilder_;
}
private java.lang.Object instrumentUid_ = "";
/**
*
*Uid инструмента
*
*
* string instrument_uid = 10;
* @return The instrumentUid.
*/
public java.lang.String getInstrumentUid() {
java.lang.Object ref = instrumentUid_;
if (!(ref instanceof java.lang.String)) {
com.google.protobuf.ByteString bs =
(com.google.protobuf.ByteString) ref;
java.lang.String s = bs.toStringUtf8();
instrumentUid_ = s;
return s;
} else {
return (java.lang.String) ref;
}
}
/**
*
*Uid инструмента
*
*
* string instrument_uid = 10;
* @return The bytes for instrumentUid.
*/
public com.google.protobuf.ByteString
getInstrumentUidBytes() {
java.lang.Object ref = instrumentUid_;
if (ref instanceof String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
instrumentUid_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
/**
*
*Uid инструмента
*
*
* string instrument_uid = 10;
* @param value The instrumentUid to set.
* @return This builder for chaining.
*/
public Builder setInstrumentUid(
java.lang.String value) {
if (value == null) { throw new NullPointerException(); }
instrumentUid_ = value;
bitField0_ |= 0x00000200;
onChanged();
return this;
}
/**
*
*Uid инструмента
*
*
* string instrument_uid = 10;
* @return This builder for chaining.
*/
public Builder clearInstrumentUid() {
instrumentUid_ = getDefaultInstance().getInstrumentUid();
bitField0_ = (bitField0_ & ~0x00000200);
onChanged();
return this;
}
/**
*
*Uid инструмента
*
*
* string instrument_uid = 10;
* @param value The bytes for instrumentUid to set.
* @return This builder for chaining.
*/
public Builder setInstrumentUidBytes(
com.google.protobuf.ByteString value) {
if (value == null) { throw new NullPointerException(); }
checkByteStringIsUtf8(value);
instrumentUid_ = value;
bitField0_ |= 0x00000200;
onChanged();
return this;
}
@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.Candle)
}
// @@protoc_insertion_point(class_scope:tinkoff.public.invest.api.contract.v1.Candle)
private static final ru.tinkoff.piapi.contract.v1.Candle DEFAULT_INSTANCE;
static {
DEFAULT_INSTANCE = new ru.tinkoff.piapi.contract.v1.Candle();
}
public static ru.tinkoff.piapi.contract.v1.Candle getDefaultInstance() {
return DEFAULT_INSTANCE;
}
private static final com.google.protobuf.Parser
PARSER = new com.google.protobuf.AbstractParser() {
@java.lang.Override
public Candle 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.Candle getDefaultInstanceForType() {
return DEFAULT_INSTANCE;
}
}