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

ru.tinkoff.piapi.contract.v1.OrderBookInstrument 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.OrderBookInstrument} */ public final class OrderBookInstrument extends com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:tinkoff.public.invest.api.contract.v1.OrderBookInstrument) OrderBookInstrumentOrBuilder { private static final long serialVersionUID = 0L; // Use OrderBookInstrument.newBuilder() to construct. private OrderBookInstrument(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } private OrderBookInstrument() { figi_ = ""; instrumentId_ = ""; } @java.lang.Override @SuppressWarnings({"unused"}) protected java.lang.Object newInstance( UnusedPrivateParameter unused) { return new OrderBookInstrument(); } public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return ru.tinkoff.piapi.contract.v1.Marketdata.internal_static_tinkoff_public_invest_api_contract_v1_OrderBookInstrument_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_OrderBookInstrument_fieldAccessorTable .ensureFieldAccessorsInitialized( ru.tinkoff.piapi.contract.v1.OrderBookInstrument.class, ru.tinkoff.piapi.contract.v1.OrderBookInstrument.Builder.class); } public static final int FIGI_FIELD_NUMBER = 1; @SuppressWarnings("serial") private volatile java.lang.Object figi_ = ""; /** *
   *Deprecated Figi-идентификатор инструмента. Необходимо использовать instrument_id.
   * 
* * string figi = 1 [deprecated = true]; * @deprecated tinkoff.public.invest.api.contract.v1.OrderBookInstrument.figi is deprecated. * See marketdata.proto;l=159 * @return The figi. */ @java.lang.Override @java.lang.Deprecated public java.lang.String getFigi() { java.lang.Object ref = figi_; if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); figi_ = s; return s; } } /** *
   *Deprecated Figi-идентификатор инструмента. Необходимо использовать instrument_id.
   * 
* * string figi = 1 [deprecated = true]; * @deprecated tinkoff.public.invest.api.contract.v1.OrderBookInstrument.figi is deprecated. * See marketdata.proto;l=159 * @return The bytes for figi. */ @java.lang.Override @java.lang.Deprecated public com.google.protobuf.ByteString getFigiBytes() { java.lang.Object ref = figi_; if (ref instanceof java.lang.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; } } public static final int DEPTH_FIELD_NUMBER = 2; private int depth_ = 0; /** *
   *Глубина стакана.
   * 
* * int32 depth = 2; * @return The depth. */ @java.lang.Override public int getDepth() { return depth_; } public static final int INSTRUMENT_ID_FIELD_NUMBER = 3; @SuppressWarnings("serial") private volatile java.lang.Object instrumentId_ = ""; /** *
   *Идентификатор инструмента, принимает значение figi или instrument_uid
   * 
* * string instrument_id = 3; * @return The instrumentId. */ @java.lang.Override public java.lang.String getInstrumentId() { java.lang.Object ref = instrumentId_; if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); instrumentId_ = s; return s; } } /** *
   *Идентификатор инструмента, принимает значение figi или instrument_uid
   * 
* * string instrument_id = 3; * @return The bytes for instrumentId. */ @java.lang.Override public com.google.protobuf.ByteString getInstrumentIdBytes() { java.lang.Object ref = instrumentId_; if (ref instanceof java.lang.String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); instrumentId_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } 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 (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(figi_)) { com.google.protobuf.GeneratedMessageV3.writeString(output, 1, figi_); } if (depth_ != 0) { output.writeInt32(2, depth_); } if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(instrumentId_)) { com.google.protobuf.GeneratedMessageV3.writeString(output, 3, instrumentId_); } getUnknownFields().writeTo(output); } @java.lang.Override public int getSerializedSize() { int size = memoizedSize; if (size != -1) return size; size = 0; if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(figi_)) { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(1, figi_); } if (depth_ != 0) { size += com.google.protobuf.CodedOutputStream .computeInt32Size(2, depth_); } if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(instrumentId_)) { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(3, instrumentId_); } 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.OrderBookInstrument)) { return super.equals(obj); } ru.tinkoff.piapi.contract.v1.OrderBookInstrument other = (ru.tinkoff.piapi.contract.v1.OrderBookInstrument) obj; if (!getFigi() .equals(other.getFigi())) return false; if (getDepth() != other.getDepth()) return false; if (!getInstrumentId() .equals(other.getInstrumentId())) 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(); hash = (37 * hash) + FIGI_FIELD_NUMBER; hash = (53 * hash) + getFigi().hashCode(); hash = (37 * hash) + DEPTH_FIELD_NUMBER; hash = (53 * hash) + getDepth(); hash = (37 * hash) + INSTRUMENT_ID_FIELD_NUMBER; hash = (53 * hash) + getInstrumentId().hashCode(); hash = (29 * hash) + getUnknownFields().hashCode(); memoizedHashCode = hash; return hash; } public static ru.tinkoff.piapi.contract.v1.OrderBookInstrument parseFrom( java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static ru.tinkoff.piapi.contract.v1.OrderBookInstrument 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.OrderBookInstrument parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static ru.tinkoff.piapi.contract.v1.OrderBookInstrument 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.OrderBookInstrument parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static ru.tinkoff.piapi.contract.v1.OrderBookInstrument 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.OrderBookInstrument parseFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static ru.tinkoff.piapi.contract.v1.OrderBookInstrument 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.OrderBookInstrument parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input); } public static ru.tinkoff.piapi.contract.v1.OrderBookInstrument 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.OrderBookInstrument 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.OrderBookInstrument 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.OrderBookInstrument 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.OrderBookInstrument} */ public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder implements // @@protoc_insertion_point(builder_implements:tinkoff.public.invest.api.contract.v1.OrderBookInstrument) ru.tinkoff.piapi.contract.v1.OrderBookInstrumentOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return ru.tinkoff.piapi.contract.v1.Marketdata.internal_static_tinkoff_public_invest_api_contract_v1_OrderBookInstrument_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_OrderBookInstrument_fieldAccessorTable .ensureFieldAccessorsInitialized( ru.tinkoff.piapi.contract.v1.OrderBookInstrument.class, ru.tinkoff.piapi.contract.v1.OrderBookInstrument.Builder.class); } // Construct using ru.tinkoff.piapi.contract.v1.OrderBookInstrument.newBuilder() private Builder() { } private Builder( com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); } @java.lang.Override public Builder clear() { super.clear(); bitField0_ = 0; figi_ = ""; depth_ = 0; instrumentId_ = ""; 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_OrderBookInstrument_descriptor; } @java.lang.Override public ru.tinkoff.piapi.contract.v1.OrderBookInstrument getDefaultInstanceForType() { return ru.tinkoff.piapi.contract.v1.OrderBookInstrument.getDefaultInstance(); } @java.lang.Override public ru.tinkoff.piapi.contract.v1.OrderBookInstrument build() { ru.tinkoff.piapi.contract.v1.OrderBookInstrument result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } @java.lang.Override public ru.tinkoff.piapi.contract.v1.OrderBookInstrument buildPartial() { ru.tinkoff.piapi.contract.v1.OrderBookInstrument result = new ru.tinkoff.piapi.contract.v1.OrderBookInstrument(this); if (bitField0_ != 0) { buildPartial0(result); } onBuilt(); return result; } private void buildPartial0(ru.tinkoff.piapi.contract.v1.OrderBookInstrument result) { int from_bitField0_ = bitField0_; if (((from_bitField0_ & 0x00000001) != 0)) { result.figi_ = figi_; } if (((from_bitField0_ & 0x00000002) != 0)) { result.depth_ = depth_; } if (((from_bitField0_ & 0x00000004) != 0)) { result.instrumentId_ = instrumentId_; } } @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof ru.tinkoff.piapi.contract.v1.OrderBookInstrument) { return mergeFrom((ru.tinkoff.piapi.contract.v1.OrderBookInstrument)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(ru.tinkoff.piapi.contract.v1.OrderBookInstrument other) { if (other == ru.tinkoff.piapi.contract.v1.OrderBookInstrument.getDefaultInstance()) return this; if (!other.getFigi().isEmpty()) { figi_ = other.figi_; bitField0_ |= 0x00000001; onChanged(); } if (other.getDepth() != 0) { setDepth(other.getDepth()); } if (!other.getInstrumentId().isEmpty()) { instrumentId_ = other.instrumentId_; bitField0_ |= 0x00000004; 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: { depth_ = input.readInt32(); bitField0_ |= 0x00000002; break; } // case 16 case 26: { instrumentId_ = input.readStringRequireUtf8(); bitField0_ |= 0x00000004; break; } // case 26 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_ = ""; /** *
     *Deprecated Figi-идентификатор инструмента. Необходимо использовать instrument_id.
     * 
* * string figi = 1 [deprecated = true]; * @deprecated tinkoff.public.invest.api.contract.v1.OrderBookInstrument.figi is deprecated. * See marketdata.proto;l=159 * @return The figi. */ @java.lang.Deprecated 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; } } /** *
     *Deprecated Figi-идентификатор инструмента. Необходимо использовать instrument_id.
     * 
* * string figi = 1 [deprecated = true]; * @deprecated tinkoff.public.invest.api.contract.v1.OrderBookInstrument.figi is deprecated. * See marketdata.proto;l=159 * @return The bytes for figi. */ @java.lang.Deprecated 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; } } /** *
     *Deprecated Figi-идентификатор инструмента. Необходимо использовать instrument_id.
     * 
* * string figi = 1 [deprecated = true]; * @deprecated tinkoff.public.invest.api.contract.v1.OrderBookInstrument.figi is deprecated. * See marketdata.proto;l=159 * @param value The figi to set. * @return This builder for chaining. */ @java.lang.Deprecated public Builder setFigi( java.lang.String value) { if (value == null) { throw new NullPointerException(); } figi_ = value; bitField0_ |= 0x00000001; onChanged(); return this; } /** *
     *Deprecated Figi-идентификатор инструмента. Необходимо использовать instrument_id.
     * 
* * string figi = 1 [deprecated = true]; * @deprecated tinkoff.public.invest.api.contract.v1.OrderBookInstrument.figi is deprecated. * See marketdata.proto;l=159 * @return This builder for chaining. */ @java.lang.Deprecated public Builder clearFigi() { figi_ = getDefaultInstance().getFigi(); bitField0_ = (bitField0_ & ~0x00000001); onChanged(); return this; } /** *
     *Deprecated Figi-идентификатор инструмента. Необходимо использовать instrument_id.
     * 
* * string figi = 1 [deprecated = true]; * @deprecated tinkoff.public.invest.api.contract.v1.OrderBookInstrument.figi is deprecated. * See marketdata.proto;l=159 * @param value The bytes for figi to set. * @return This builder for chaining. */ @java.lang.Deprecated 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 depth_ ; /** *
     *Глубина стакана.
     * 
* * int32 depth = 2; * @return The depth. */ @java.lang.Override public int getDepth() { return depth_; } /** *
     *Глубина стакана.
     * 
* * int32 depth = 2; * @param value The depth to set. * @return This builder for chaining. */ public Builder setDepth(int value) { depth_ = value; bitField0_ |= 0x00000002; onChanged(); return this; } /** *
     *Глубина стакана.
     * 
* * int32 depth = 2; * @return This builder for chaining. */ public Builder clearDepth() { bitField0_ = (bitField0_ & ~0x00000002); depth_ = 0; onChanged(); return this; } private java.lang.Object instrumentId_ = ""; /** *
     *Идентификатор инструмента, принимает значение figi или instrument_uid
     * 
* * string instrument_id = 3; * @return The instrumentId. */ public java.lang.String getInstrumentId() { java.lang.Object ref = instrumentId_; if (!(ref instanceof java.lang.String)) { com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); instrumentId_ = s; return s; } else { return (java.lang.String) ref; } } /** *
     *Идентификатор инструмента, принимает значение figi или instrument_uid
     * 
* * string instrument_id = 3; * @return The bytes for instrumentId. */ public com.google.protobuf.ByteString getInstrumentIdBytes() { java.lang.Object ref = instrumentId_; if (ref instanceof String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); instrumentId_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } /** *
     *Идентификатор инструмента, принимает значение figi или instrument_uid
     * 
* * string instrument_id = 3; * @param value The instrumentId to set. * @return This builder for chaining. */ public Builder setInstrumentId( java.lang.String value) { if (value == null) { throw new NullPointerException(); } instrumentId_ = value; bitField0_ |= 0x00000004; onChanged(); return this; } /** *
     *Идентификатор инструмента, принимает значение figi или instrument_uid
     * 
* * string instrument_id = 3; * @return This builder for chaining. */ public Builder clearInstrumentId() { instrumentId_ = getDefaultInstance().getInstrumentId(); bitField0_ = (bitField0_ & ~0x00000004); onChanged(); return this; } /** *
     *Идентификатор инструмента, принимает значение figi или instrument_uid
     * 
* * string instrument_id = 3; * @param value The bytes for instrumentId to set. * @return This builder for chaining. */ public Builder setInstrumentIdBytes( com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); instrumentId_ = value; bitField0_ |= 0x00000004; 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.OrderBookInstrument) } // @@protoc_insertion_point(class_scope:tinkoff.public.invest.api.contract.v1.OrderBookInstrument) private static final ru.tinkoff.piapi.contract.v1.OrderBookInstrument DEFAULT_INSTANCE; static { DEFAULT_INSTANCE = new ru.tinkoff.piapi.contract.v1.OrderBookInstrument(); } public static ru.tinkoff.piapi.contract.v1.OrderBookInstrument getDefaultInstance() { return DEFAULT_INSTANCE; } private static final com.google.protobuf.Parser PARSER = new com.google.protobuf.AbstractParser() { @java.lang.Override public OrderBookInstrument 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.OrderBookInstrument getDefaultInstanceForType() { return DEFAULT_INSTANCE; } }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy