All Downloads are FREE. Search and download functionalities are using the official Maven repository.

ru.tinkoff.piapi.contract.v1.HistoricCandle Maven / Gradle / Ivy

There is a newer version: 1.25
Show newest version
// 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.HistoricCandle} */ public final class HistoricCandle extends com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:tinkoff.public.invest.api.contract.v1.HistoricCandle) HistoricCandleOrBuilder { private static final long serialVersionUID = 0L; // Use HistoricCandle.newBuilder() to construct. private HistoricCandle(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } private HistoricCandle() { } @java.lang.Override @SuppressWarnings({"unused"}) protected java.lang.Object newInstance( UnusedPrivateParameter unused) { return new HistoricCandle(); } 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); } public static final int OPEN_FIELD_NUMBER = 1; private ru.tinkoff.piapi.contract.v1.Quotation open_; /** *
   *Цена открытия за 1 инструмент. Для получения стоимости лота требуется умножить на лотность инструмента. Для перевод цен в валюту рекомендуем использовать [информацию со страницы](https://russianinvestments.github.io/investAPI/faq_marketdata/)
   * 
* * .tinkoff.public.invest.api.contract.v1.Quotation open = 1; * @return Whether the open field is set. */ @java.lang.Override public boolean hasOpen() { return open_ != null; } /** *
   *Цена открытия за 1 инструмент. Для получения стоимости лота требуется умножить на лотность инструмента. Для перевод цен в валюту рекомендуем использовать [информацию со страницы](https://russianinvestments.github.io/investAPI/faq_marketdata/)
   * 
* * .tinkoff.public.invest.api.contract.v1.Quotation open = 1; * @return The open. */ @java.lang.Override public ru.tinkoff.piapi.contract.v1.Quotation getOpen() { 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; */ @java.lang.Override public ru.tinkoff.piapi.contract.v1.QuotationOrBuilder getOpenOrBuilder() { return open_ == null ? ru.tinkoff.piapi.contract.v1.Quotation.getDefaultInstance() : open_; } public static final int HIGH_FIELD_NUMBER = 2; private ru.tinkoff.piapi.contract.v1.Quotation high_; /** *
   *Максимальная цена за 1 инструмент. Для получения стоимости лота требуется умножить на лотность инструмента. Для перевод цен в валюту рекомендуем использовать [информацию со страницы](https://russianinvestments.github.io/investAPI/faq_marketdata/)
   * 
* * .tinkoff.public.invest.api.contract.v1.Quotation high = 2; * @return Whether the high field is set. */ @java.lang.Override public boolean hasHigh() { return high_ != null; } /** *
   *Максимальная цена за 1 инструмент. Для получения стоимости лота требуется умножить на лотность инструмента. Для перевод цен в валюту рекомендуем использовать [информацию со страницы](https://russianinvestments.github.io/investAPI/faq_marketdata/)
   * 
* * .tinkoff.public.invest.api.contract.v1.Quotation high = 2; * @return The high. */ @java.lang.Override public ru.tinkoff.piapi.contract.v1.Quotation getHigh() { 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; */ @java.lang.Override public ru.tinkoff.piapi.contract.v1.QuotationOrBuilder getHighOrBuilder() { return high_ == null ? ru.tinkoff.piapi.contract.v1.Quotation.getDefaultInstance() : high_; } public static final int LOW_FIELD_NUMBER = 3; private ru.tinkoff.piapi.contract.v1.Quotation low_; /** *
   *Минимальная цена за 1 инструмент. Для получения стоимости лота требуется умножить на лотность инструмента. Для перевод цен в валюту рекомендуем использовать [информацию со страницы](https://russianinvestments.github.io/investAPI/faq_marketdata/)
   * 
* * .tinkoff.public.invest.api.contract.v1.Quotation low = 3; * @return Whether the low field is set. */ @java.lang.Override public boolean hasLow() { return low_ != null; } /** *
   *Минимальная цена за 1 инструмент. Для получения стоимости лота требуется умножить на лотность инструмента. Для перевод цен в валюту рекомендуем использовать [информацию со страницы](https://russianinvestments.github.io/investAPI/faq_marketdata/)
   * 
* * .tinkoff.public.invest.api.contract.v1.Quotation low = 3; * @return The low. */ @java.lang.Override public ru.tinkoff.piapi.contract.v1.Quotation getLow() { 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; */ @java.lang.Override public ru.tinkoff.piapi.contract.v1.QuotationOrBuilder getLowOrBuilder() { return low_ == null ? ru.tinkoff.piapi.contract.v1.Quotation.getDefaultInstance() : low_; } public static final int CLOSE_FIELD_NUMBER = 4; private ru.tinkoff.piapi.contract.v1.Quotation close_; /** *
   *Цена закрытия за 1 инструмент. Для получения стоимости лота требуется умножить на лотность инструмента. Для перевод цен в валюту рекомендуем использовать [информацию со страницы](https://russianinvestments.github.io/investAPI/faq_marketdata/)
   * 
* * .tinkoff.public.invest.api.contract.v1.Quotation close = 4; * @return Whether the close field is set. */ @java.lang.Override public boolean hasClose() { return close_ != null; } /** *
   *Цена закрытия за 1 инструмент. Для получения стоимости лота требуется умножить на лотность инструмента. Для перевод цен в валюту рекомендуем использовать [информацию со страницы](https://russianinvestments.github.io/investAPI/faq_marketdata/)
   * 
* * .tinkoff.public.invest.api.contract.v1.Quotation close = 4; * @return The close. */ @java.lang.Override public ru.tinkoff.piapi.contract.v1.Quotation getClose() { 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; */ @java.lang.Override public ru.tinkoff.piapi.contract.v1.QuotationOrBuilder getCloseOrBuilder() { return close_ == null ? ru.tinkoff.piapi.contract.v1.Quotation.getDefaultInstance() : close_; } public static final int VOLUME_FIELD_NUMBER = 5; private long volume_ = 0L; /** *
   *Объём торгов в лотах.
   * 
* * int64 volume = 5; * @return The volume. */ @java.lang.Override public long getVolume() { return volume_; } public static final int TIME_FIELD_NUMBER = 6; private com.google.protobuf.Timestamp time_; /** *
   *Время свечи в часовом поясе UTC.
   * 
* * .google.protobuf.Timestamp time = 6; * @return Whether the time field is set. */ @java.lang.Override public boolean hasTime() { return time_ != null; } /** *
   *Время свечи в часовом поясе UTC.
   * 
* * .google.protobuf.Timestamp time = 6; * @return The time. */ @java.lang.Override public com.google.protobuf.Timestamp getTime() { return time_ == null ? com.google.protobuf.Timestamp.getDefaultInstance() : time_; } /** *
   *Время свечи в часовом поясе UTC.
   * 
* * .google.protobuf.Timestamp time = 6; */ @java.lang.Override public com.google.protobuf.TimestampOrBuilder getTimeOrBuilder() { return time_ == null ? com.google.protobuf.Timestamp.getDefaultInstance() : time_; } public static final int IS_COMPLETE_FIELD_NUMBER = 7; private boolean isComplete_ = false; /** *
   *Признак завершённости свечи. **false** значит, свеча за текущие интервал ещё сформирована не полностью.
   * 
* * bool is_complete = 7; * @return The isComplete. */ @java.lang.Override public boolean getIsComplete() { return isComplete_; } 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 { if (open_ != null) { output.writeMessage(1, getOpen()); } if (high_ != null) { output.writeMessage(2, getHigh()); } if (low_ != null) { output.writeMessage(3, getLow()); } if (close_ != null) { output.writeMessage(4, getClose()); } if (volume_ != 0L) { output.writeInt64(5, volume_); } if (time_ != null) { output.writeMessage(6, getTime()); } if (isComplete_ != false) { output.writeBool(7, isComplete_); } getUnknownFields().writeTo(output); } @java.lang.Override public int getSerializedSize() { int size = memoizedSize; if (size != -1) return size; size = 0; if (open_ != null) { size += com.google.protobuf.CodedOutputStream .computeMessageSize(1, getOpen()); } if (high_ != null) { size += com.google.protobuf.CodedOutputStream .computeMessageSize(2, getHigh()); } if (low_ != null) { size += com.google.protobuf.CodedOutputStream .computeMessageSize(3, getLow()); } if (close_ != null) { size += com.google.protobuf.CodedOutputStream .computeMessageSize(4, getClose()); } if (volume_ != 0L) { size += com.google.protobuf.CodedOutputStream .computeInt64Size(5, volume_); } if (time_ != null) { size += com.google.protobuf.CodedOutputStream .computeMessageSize(6, getTime()); } if (isComplete_ != false) { size += com.google.protobuf.CodedOutputStream .computeBoolSize(7, isComplete_); } 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.HistoricCandle)) { return super.equals(obj); } ru.tinkoff.piapi.contract.v1.HistoricCandle other = (ru.tinkoff.piapi.contract.v1.HistoricCandle) obj; if (hasOpen() != other.hasOpen()) return false; if (hasOpen()) { if (!getOpen() .equals(other.getOpen())) return false; } if (hasHigh() != other.hasHigh()) return false; if (hasHigh()) { if (!getHigh() .equals(other.getHigh())) return false; } if (hasLow() != other.hasLow()) return false; if (hasLow()) { if (!getLow() .equals(other.getLow())) return false; } if (hasClose() != other.hasClose()) return false; if (hasClose()) { if (!getClose() .equals(other.getClose())) return false; } if (getVolume() != other.getVolume()) return false; if (hasTime() != other.hasTime()) return false; if (hasTime()) { if (!getTime() .equals(other.getTime())) return false; } if (getIsComplete() != other.getIsComplete()) 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 (hasOpen()) { hash = (37 * hash) + OPEN_FIELD_NUMBER; hash = (53 * hash) + getOpen().hashCode(); } if (hasHigh()) { hash = (37 * hash) + HIGH_FIELD_NUMBER; hash = (53 * hash) + getHigh().hashCode(); } if (hasLow()) { hash = (37 * hash) + LOW_FIELD_NUMBER; hash = (53 * hash) + getLow().hashCode(); } if (hasClose()) { hash = (37 * hash) + CLOSE_FIELD_NUMBER; hash = (53 * hash) + getClose().hashCode(); } hash = (37 * hash) + VOLUME_FIELD_NUMBER; hash = (53 * hash) + com.google.protobuf.Internal.hashLong( getVolume()); if (hasTime()) { hash = (37 * hash) + TIME_FIELD_NUMBER; hash = (53 * hash) + getTime().hashCode(); } hash = (37 * hash) + IS_COMPLETE_FIELD_NUMBER; hash = (53 * hash) + com.google.protobuf.Internal.hashBoolean( getIsComplete()); hash = (29 * hash) + getUnknownFields().hashCode(); memoizedHashCode = hash; return hash; } public static ru.tinkoff.piapi.contract.v1.HistoricCandle parseFrom( java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static ru.tinkoff.piapi.contract.v1.HistoricCandle 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.HistoricCandle parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static ru.tinkoff.piapi.contract.v1.HistoricCandle 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.HistoricCandle parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static ru.tinkoff.piapi.contract.v1.HistoricCandle 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.HistoricCandle parseFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static ru.tinkoff.piapi.contract.v1.HistoricCandle 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.HistoricCandle parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input); } public static ru.tinkoff.piapi.contract.v1.HistoricCandle 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.HistoricCandle 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.HistoricCandle 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.HistoricCandle 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.HistoricCandle} */ public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder 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; } }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy