implements
// @@protoc_insertion_point(builder_implements:tinkoff.public.invest.api.contract.v1.HistoricCandle)
ru.tinkoff.piapi.contract.v1.HistoricCandleOrBuilder {
public static final com.google.protobuf.Descriptors.Descriptor
getDescriptor() {
return ru.tinkoff.piapi.contract.v1.Marketdata.internal_static_tinkoff_public_invest_api_contract_v1_HistoricCandle_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_HistoricCandle_fieldAccessorTable
.ensureFieldAccessorsInitialized(
ru.tinkoff.piapi.contract.v1.HistoricCandle.class, ru.tinkoff.piapi.contract.v1.HistoricCandle.Builder.class);
}
// Construct using ru.tinkoff.piapi.contract.v1.HistoricCandle.newBuilder()
private Builder() {
}
private Builder(
com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
super(parent);
}
@java.lang.Override
public Builder clear() {
super.clear();
bitField0_ = 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;
}
isComplete_ = false;
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_HistoricCandle_descriptor;
}
@java.lang.Override
public ru.tinkoff.piapi.contract.v1.HistoricCandle getDefaultInstanceForType() {
return ru.tinkoff.piapi.contract.v1.HistoricCandle.getDefaultInstance();
}
@java.lang.Override
public ru.tinkoff.piapi.contract.v1.HistoricCandle build() {
ru.tinkoff.piapi.contract.v1.HistoricCandle result = buildPartial();
if (!result.isInitialized()) {
throw newUninitializedMessageException(result);
}
return result;
}
@java.lang.Override
public ru.tinkoff.piapi.contract.v1.HistoricCandle buildPartial() {
ru.tinkoff.piapi.contract.v1.HistoricCandle result = new ru.tinkoff.piapi.contract.v1.HistoricCandle(this);
if (bitField0_ != 0) { buildPartial0(result); }
onBuilt();
return result;
}
private void buildPartial0(ru.tinkoff.piapi.contract.v1.HistoricCandle result) {
int from_bitField0_ = bitField0_;
if (((from_bitField0_ & 0x00000001) != 0)) {
result.open_ = openBuilder_ == null
? open_
: openBuilder_.build();
}
if (((from_bitField0_ & 0x00000002) != 0)) {
result.high_ = highBuilder_ == null
? high_
: highBuilder_.build();
}
if (((from_bitField0_ & 0x00000004) != 0)) {
result.low_ = lowBuilder_ == null
? low_
: lowBuilder_.build();
}
if (((from_bitField0_ & 0x00000008) != 0)) {
result.close_ = closeBuilder_ == null
? close_
: closeBuilder_.build();
}
if (((from_bitField0_ & 0x00000010) != 0)) {
result.volume_ = volume_;
}
if (((from_bitField0_ & 0x00000020) != 0)) {
result.time_ = timeBuilder_ == null
? time_
: timeBuilder_.build();
}
if (((from_bitField0_ & 0x00000040) != 0)) {
result.isComplete_ = isComplete_;
}
}
@java.lang.Override
public Builder mergeFrom(com.google.protobuf.Message other) {
if (other instanceof ru.tinkoff.piapi.contract.v1.HistoricCandle) {
return mergeFrom((ru.tinkoff.piapi.contract.v1.HistoricCandle)other);
} else {
super.mergeFrom(other);
return this;
}
}
public Builder mergeFrom(ru.tinkoff.piapi.contract.v1.HistoricCandle other) {
if (other == ru.tinkoff.piapi.contract.v1.HistoricCandle.getDefaultInstance()) return this;
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.getIsComplete() != false) {
setIsComplete(other.getIsComplete());
}
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: {
input.readMessage(
getOpenFieldBuilder().getBuilder(),
extensionRegistry);
bitField0_ |= 0x00000001;
break;
} // case 10
case 18: {
input.readMessage(
getHighFieldBuilder().getBuilder(),
extensionRegistry);
bitField0_ |= 0x00000002;
break;
} // case 18
case 26: {
input.readMessage(
getLowFieldBuilder().getBuilder(),
extensionRegistry);
bitField0_ |= 0x00000004;
break;
} // case 26
case 34: {
input.readMessage(
getCloseFieldBuilder().getBuilder(),
extensionRegistry);
bitField0_ |= 0x00000008;
break;
} // case 34
case 40: {
volume_ = input.readInt64();
bitField0_ |= 0x00000010;
break;
} // case 40
case 50: {
input.readMessage(
getTimeFieldBuilder().getBuilder(),
extensionRegistry);
bitField0_ |= 0x00000020;
break;
} // case 50
case 56: {
isComplete_ = input.readBool();
bitField0_ |= 0x00000040;
break;
} // case 56
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 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 = 1;
* @return Whether the open field is set.
*/
public boolean hasOpen() {
return ((bitField0_ & 0x00000001) != 0);
}
/**
*
*Цена открытия за 1 инструмент. Для получения стоимости лота требуется умножить на лотность инструмента. Для перевод цен в валюту рекомендуем использовать [информацию со страницы](https://russianinvestments.github.io/investAPI/faq_marketdata/)
*
*
* .tinkoff.public.invest.api.contract.v1.Quotation open = 1;
* @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 = 1;
*/
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_ |= 0x00000001;
onChanged();
return this;
}
/**
*
*Цена открытия за 1 инструмент. Для получения стоимости лота требуется умножить на лотность инструмента. Для перевод цен в валюту рекомендуем использовать [информацию со страницы](https://russianinvestments.github.io/investAPI/faq_marketdata/)
*
*
* .tinkoff.public.invest.api.contract.v1.Quotation open = 1;
*/
public Builder setOpen(
ru.tinkoff.piapi.contract.v1.Quotation.Builder builderForValue) {
if (openBuilder_ == null) {
open_ = builderForValue.build();
} else {
openBuilder_.setMessage(builderForValue.build());
}
bitField0_ |= 0x00000001;
onChanged();
return this;
}
/**
*
*Цена открытия за 1 инструмент. Для получения стоимости лота требуется умножить на лотность инструмента. Для перевод цен в валюту рекомендуем использовать [информацию со страницы](https://russianinvestments.github.io/investAPI/faq_marketdata/)
*
*
* .tinkoff.public.invest.api.contract.v1.Quotation open = 1;
*/
public Builder mergeOpen(ru.tinkoff.piapi.contract.v1.Quotation value) {
if (openBuilder_ == null) {
if (((bitField0_ & 0x00000001) != 0) &&
open_ != null &&
open_ != ru.tinkoff.piapi.contract.v1.Quotation.getDefaultInstance()) {
getOpenBuilder().mergeFrom(value);
} else {
open_ = value;
}
} else {
openBuilder_.mergeFrom(value);
}
bitField0_ |= 0x00000001;
onChanged();
return this;
}
/**
*
*Цена открытия за 1 инструмент. Для получения стоимости лота требуется умножить на лотность инструмента. Для перевод цен в валюту рекомендуем использовать [информацию со страницы](https://russianinvestments.github.io/investAPI/faq_marketdata/)
*
*
* .tinkoff.public.invest.api.contract.v1.Quotation open = 1;
*/
public Builder clearOpen() {
bitField0_ = (bitField0_ & ~0x00000001);
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 = 1;
*/
public ru.tinkoff.piapi.contract.v1.Quotation.Builder getOpenBuilder() {
bitField0_ |= 0x00000001;
onChanged();
return getOpenFieldBuilder().getBuilder();
}
/**
*
*Цена открытия за 1 инструмент. Для получения стоимости лота требуется умножить на лотность инструмента. Для перевод цен в валюту рекомендуем использовать [информацию со страницы](https://russianinvestments.github.io/investAPI/faq_marketdata/)
*
*
* .tinkoff.public.invest.api.contract.v1.Quotation open = 1;
*/
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 = 1;
*/
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 = 2;
* @return Whether the high field is set.
*/
public boolean hasHigh() {
return ((bitField0_ & 0x00000002) != 0);
}
/**
*
*Максимальная цена за 1 инструмент. Для получения стоимости лота требуется умножить на лотность инструмента. Для перевод цен в валюту рекомендуем использовать [информацию со страницы](https://russianinvestments.github.io/investAPI/faq_marketdata/)
*
*
* .tinkoff.public.invest.api.contract.v1.Quotation high = 2;
* @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 = 2;
*/
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_ |= 0x00000002;
onChanged();
return this;
}
/**
*
*Максимальная цена за 1 инструмент. Для получения стоимости лота требуется умножить на лотность инструмента. Для перевод цен в валюту рекомендуем использовать [информацию со страницы](https://russianinvestments.github.io/investAPI/faq_marketdata/)
*
*
* .tinkoff.public.invest.api.contract.v1.Quotation high = 2;
*/
public Builder setHigh(
ru.tinkoff.piapi.contract.v1.Quotation.Builder builderForValue) {
if (highBuilder_ == null) {
high_ = builderForValue.build();
} else {
highBuilder_.setMessage(builderForValue.build());
}
bitField0_ |= 0x00000002;
onChanged();
return this;
}
/**
*
*Максимальная цена за 1 инструмент. Для получения стоимости лота требуется умножить на лотность инструмента. Для перевод цен в валюту рекомендуем использовать [информацию со страницы](https://russianinvestments.github.io/investAPI/faq_marketdata/)
*
*
* .tinkoff.public.invest.api.contract.v1.Quotation high = 2;
*/
public Builder mergeHigh(ru.tinkoff.piapi.contract.v1.Quotation value) {
if (highBuilder_ == null) {
if (((bitField0_ & 0x00000002) != 0) &&
high_ != null &&
high_ != ru.tinkoff.piapi.contract.v1.Quotation.getDefaultInstance()) {
getHighBuilder().mergeFrom(value);
} else {
high_ = value;
}
} else {
highBuilder_.mergeFrom(value);
}
bitField0_ |= 0x00000002;
onChanged();
return this;
}
/**
*
*Максимальная цена за 1 инструмент. Для получения стоимости лота требуется умножить на лотность инструмента. Для перевод цен в валюту рекомендуем использовать [информацию со страницы](https://russianinvestments.github.io/investAPI/faq_marketdata/)
*
*
* .tinkoff.public.invest.api.contract.v1.Quotation high = 2;
*/
public Builder clearHigh() {
bitField0_ = (bitField0_ & ~0x00000002);
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 = 2;
*/
public ru.tinkoff.piapi.contract.v1.Quotation.Builder getHighBuilder() {
bitField0_ |= 0x00000002;
onChanged();
return getHighFieldBuilder().getBuilder();
}
/**
*
*Максимальная цена за 1 инструмент. Для получения стоимости лота требуется умножить на лотность инструмента. Для перевод цен в валюту рекомендуем использовать [информацию со страницы](https://russianinvestments.github.io/investAPI/faq_marketdata/)
*
*
* .tinkoff.public.invest.api.contract.v1.Quotation high = 2;
*/
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 = 2;
*/
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 = 3;
* @return Whether the low field is set.
*/
public boolean hasLow() {
return ((bitField0_ & 0x00000004) != 0);
}
/**
*
*Минимальная цена за 1 инструмент. Для получения стоимости лота требуется умножить на лотность инструмента. Для перевод цен в валюту рекомендуем использовать [информацию со страницы](https://russianinvestments.github.io/investAPI/faq_marketdata/)
*
*
* .tinkoff.public.invest.api.contract.v1.Quotation low = 3;
* @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 = 3;
*/
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_ |= 0x00000004;
onChanged();
return this;
}
/**
*
*Минимальная цена за 1 инструмент. Для получения стоимости лота требуется умножить на лотность инструмента. Для перевод цен в валюту рекомендуем использовать [информацию со страницы](https://russianinvestments.github.io/investAPI/faq_marketdata/)
*
*
* .tinkoff.public.invest.api.contract.v1.Quotation low = 3;
*/
public Builder setLow(
ru.tinkoff.piapi.contract.v1.Quotation.Builder builderForValue) {
if (lowBuilder_ == null) {
low_ = builderForValue.build();
} else {
lowBuilder_.setMessage(builderForValue.build());
}
bitField0_ |= 0x00000004;
onChanged();
return this;
}
/**
*
*Минимальная цена за 1 инструмент. Для получения стоимости лота требуется умножить на лотность инструмента. Для перевод цен в валюту рекомендуем использовать [информацию со страницы](https://russianinvestments.github.io/investAPI/faq_marketdata/)
*
*
* .tinkoff.public.invest.api.contract.v1.Quotation low = 3;
*/
public Builder mergeLow(ru.tinkoff.piapi.contract.v1.Quotation value) {
if (lowBuilder_ == null) {
if (((bitField0_ & 0x00000004) != 0) &&
low_ != null &&
low_ != ru.tinkoff.piapi.contract.v1.Quotation.getDefaultInstance()) {
getLowBuilder().mergeFrom(value);
} else {
low_ = value;
}
} else {
lowBuilder_.mergeFrom(value);
}
bitField0_ |= 0x00000004;
onChanged();
return this;
}
/**
*
*Минимальная цена за 1 инструмент. Для получения стоимости лота требуется умножить на лотность инструмента. Для перевод цен в валюту рекомендуем использовать [информацию со страницы](https://russianinvestments.github.io/investAPI/faq_marketdata/)
*
*
* .tinkoff.public.invest.api.contract.v1.Quotation low = 3;
*/
public Builder clearLow() {
bitField0_ = (bitField0_ & ~0x00000004);
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 = 3;
*/
public ru.tinkoff.piapi.contract.v1.Quotation.Builder getLowBuilder() {
bitField0_ |= 0x00000004;
onChanged();
return getLowFieldBuilder().getBuilder();
}
/**
*
*Минимальная цена за 1 инструмент. Для получения стоимости лота требуется умножить на лотность инструмента. Для перевод цен в валюту рекомендуем использовать [информацию со страницы](https://russianinvestments.github.io/investAPI/faq_marketdata/)
*
*
* .tinkoff.public.invest.api.contract.v1.Quotation low = 3;
*/
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 = 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>
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 = 4;
* @return Whether the close field is set.
*/
public boolean hasClose() {
return ((bitField0_ & 0x00000008) != 0);
}
/**
*
*Цена закрытия за 1 инструмент. Для получения стоимости лота требуется умножить на лотность инструмента. Для перевод цен в валюту рекомендуем использовать [информацию со страницы](https://russianinvestments.github.io/investAPI/faq_marketdata/)
*
*
* .tinkoff.public.invest.api.contract.v1.Quotation close = 4;
* @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 = 4;
*/
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_ |= 0x00000008;
onChanged();
return this;
}
/**
*
*Цена закрытия за 1 инструмент. Для получения стоимости лота требуется умножить на лотность инструмента. Для перевод цен в валюту рекомендуем использовать [информацию со страницы](https://russianinvestments.github.io/investAPI/faq_marketdata/)
*
*
* .tinkoff.public.invest.api.contract.v1.Quotation close = 4;
*/
public Builder setClose(
ru.tinkoff.piapi.contract.v1.Quotation.Builder builderForValue) {
if (closeBuilder_ == null) {
close_ = builderForValue.build();
} else {
closeBuilder_.setMessage(builderForValue.build());
}
bitField0_ |= 0x00000008;
onChanged();
return this;
}
/**
*
*Цена закрытия за 1 инструмент. Для получения стоимости лота требуется умножить на лотность инструмента. Для перевод цен в валюту рекомендуем использовать [информацию со страницы](https://russianinvestments.github.io/investAPI/faq_marketdata/)
*
*
* .tinkoff.public.invest.api.contract.v1.Quotation close = 4;
*/
public Builder mergeClose(ru.tinkoff.piapi.contract.v1.Quotation value) {
if (closeBuilder_ == null) {
if (((bitField0_ & 0x00000008) != 0) &&
close_ != null &&
close_ != ru.tinkoff.piapi.contract.v1.Quotation.getDefaultInstance()) {
getCloseBuilder().mergeFrom(value);
} else {
close_ = value;
}
} else {
closeBuilder_.mergeFrom(value);
}
bitField0_ |= 0x00000008;
onChanged();
return this;
}
/**
*
*Цена закрытия за 1 инструмент. Для получения стоимости лота требуется умножить на лотность инструмента. Для перевод цен в валюту рекомендуем использовать [информацию со страницы](https://russianinvestments.github.io/investAPI/faq_marketdata/)
*
*
* .tinkoff.public.invest.api.contract.v1.Quotation close = 4;
*/
public Builder clearClose() {
bitField0_ = (bitField0_ & ~0x00000008);
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 = 4;
*/
public ru.tinkoff.piapi.contract.v1.Quotation.Builder getCloseBuilder() {
bitField0_ |= 0x00000008;
onChanged();
return getCloseFieldBuilder().getBuilder();
}
/**
*
*Цена закрытия за 1 инструмент. Для получения стоимости лота требуется умножить на лотность инструмента. Для перевод цен в валюту рекомендуем использовать [информацию со страницы](https://russianinvestments.github.io/investAPI/faq_marketdata/)
*
*
* .tinkoff.public.invest.api.contract.v1.Quotation close = 4;
*/
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 = 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>
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 = 5;
* @return The volume.
*/
@java.lang.Override
public long getVolume() {
return volume_;
}
/**
*
*Объём торгов в лотах.
*
*
* int64 volume = 5;
* @param value The volume to set.
* @return This builder for chaining.
*/
public Builder setVolume(long value) {
volume_ = value;
bitField0_ |= 0x00000010;
onChanged();
return this;
}
/**
*
*Объём торгов в лотах.
*
*
* int64 volume = 5;
* @return This builder for chaining.
*/
public Builder clearVolume() {
bitField0_ = (bitField0_ & ~0x00000010);
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 = 6;
* @return Whether the time field is set.
*/
public boolean hasTime() {
return ((bitField0_ & 0x00000020) != 0);
}
/**
*
*Время свечи в часовом поясе UTC.
*
*
* .google.protobuf.Timestamp time = 6;
* @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 = 6;
*/
public Builder setTime(com.google.protobuf.Timestamp value) {
if (timeBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
}
time_ = value;
} else {
timeBuilder_.setMessage(value);
}
bitField0_ |= 0x00000020;
onChanged();
return this;
}
/**
*
*Время свечи в часовом поясе UTC.
*
*
* .google.protobuf.Timestamp time = 6;
*/
public Builder setTime(
com.google.protobuf.Timestamp.Builder builderForValue) {
if (timeBuilder_ == null) {
time_ = builderForValue.build();
} else {
timeBuilder_.setMessage(builderForValue.build());
}
bitField0_ |= 0x00000020;
onChanged();
return this;
}
/**
*
*Время свечи в часовом поясе UTC.
*
*
* .google.protobuf.Timestamp time = 6;
*/
public Builder mergeTime(com.google.protobuf.Timestamp value) {
if (timeBuilder_ == null) {
if (((bitField0_ & 0x00000020) != 0) &&
time_ != null &&
time_ != com.google.protobuf.Timestamp.getDefaultInstance()) {
getTimeBuilder().mergeFrom(value);
} else {
time_ = value;
}
} else {
timeBuilder_.mergeFrom(value);
}
bitField0_ |= 0x00000020;
onChanged();
return this;
}
/**
*
*Время свечи в часовом поясе UTC.
*
*
* .google.protobuf.Timestamp time = 6;
*/
public Builder clearTime() {
bitField0_ = (bitField0_ & ~0x00000020);
time_ = null;
if (timeBuilder_ != null) {
timeBuilder_.dispose();
timeBuilder_ = null;
}
onChanged();
return this;
}
/**
*
*Время свечи в часовом поясе UTC.
*
*
* .google.protobuf.Timestamp time = 6;
*/
public com.google.protobuf.Timestamp.Builder getTimeBuilder() {
bitField0_ |= 0x00000020;
onChanged();
return getTimeFieldBuilder().getBuilder();
}
/**
*
*Время свечи в часовом поясе UTC.
*
*
* .google.protobuf.Timestamp time = 6;
*/
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 = 6;
*/
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 boolean isComplete_ ;
/**
*
*Признак завершённости свечи. **false** значит, свеча за текущие интервал ещё сформирована не полностью.
*
*
* bool is_complete = 7;
* @return The isComplete.
*/
@java.lang.Override
public boolean getIsComplete() {
return isComplete_;
}
/**
*
*Признак завершённости свечи. **false** значит, свеча за текущие интервал ещё сформирована не полностью.
*
*
* bool is_complete = 7;
* @param value The isComplete to set.
* @return This builder for chaining.
*/
public Builder setIsComplete(boolean value) {
isComplete_ = value;
bitField0_ |= 0x00000040;
onChanged();
return this;
}
/**
*
*Признак завершённости свечи. **false** значит, свеча за текущие интервал ещё сформирована не полностью.
*
*
* bool is_complete = 7;
* @return This builder for chaining.
*/
public Builder clearIsComplete() {
bitField0_ = (bitField0_ & ~0x00000040);
isComplete_ = false;
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.HistoricCandle)
}
// @@protoc_insertion_point(class_scope:tinkoff.public.invest.api.contract.v1.HistoricCandle)
private static final ru.tinkoff.piapi.contract.v1.HistoricCandle DEFAULT_INSTANCE;
static {
DEFAULT_INSTANCE = new ru.tinkoff.piapi.contract.v1.HistoricCandle();
}
public static ru.tinkoff.piapi.contract.v1.HistoricCandle getDefaultInstance() {
return DEFAULT_INSTANCE;
}
private static final com.google.protobuf.Parser
PARSER = new com.google.protobuf.AbstractParser() {
@java.lang.Override
public HistoricCandle 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.HistoricCandle getDefaultInstanceForType() {
return DEFAULT_INSTANCE;
}
}