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

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

There is a newer version: 1.25
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: operations.proto

package ru.tinkoff.piapi.contract.v1;

/**
 * 
 *Баланс опциона.
 * 
* * Protobuf type {@code tinkoff.public.invest.api.contract.v1.PositionsOptions} */ public final class PositionsOptions extends com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:tinkoff.public.invest.api.contract.v1.PositionsOptions) PositionsOptionsOrBuilder { private static final long serialVersionUID = 0L; // Use PositionsOptions.newBuilder() to construct. private PositionsOptions(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } private PositionsOptions() { positionUid_ = ""; instrumentUid_ = ""; } @java.lang.Override @SuppressWarnings({"unused"}) protected java.lang.Object newInstance( UnusedPrivateParameter unused) { return new PositionsOptions(); } public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return ru.tinkoff.piapi.contract.v1.Operations.internal_static_tinkoff_public_invest_api_contract_v1_PositionsOptions_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return ru.tinkoff.piapi.contract.v1.Operations.internal_static_tinkoff_public_invest_api_contract_v1_PositionsOptions_fieldAccessorTable .ensureFieldAccessorsInitialized( ru.tinkoff.piapi.contract.v1.PositionsOptions.class, ru.tinkoff.piapi.contract.v1.PositionsOptions.Builder.class); } public static final int POSITION_UID_FIELD_NUMBER = 1; @SuppressWarnings("serial") private volatile java.lang.Object positionUid_ = ""; /** *
   *Уникальный идентификатор позиции опциона.
   * 
* * string position_uid = 1; * @return The positionUid. */ @java.lang.Override public java.lang.String getPositionUid() { java.lang.Object ref = positionUid_; 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(); positionUid_ = s; return s; } } /** *
   *Уникальный идентификатор позиции опциона.
   * 
* * string position_uid = 1; * @return The bytes for positionUid. */ @java.lang.Override public com.google.protobuf.ByteString getPositionUidBytes() { java.lang.Object ref = positionUid_; if (ref instanceof java.lang.String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); positionUid_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } public static final int INSTRUMENT_UID_FIELD_NUMBER = 2; @SuppressWarnings("serial") private volatile java.lang.Object instrumentUid_ = ""; /** *
   *Уникальный идентификатор  инструмента.
   * 
* * string instrument_uid = 2; * @return The instrumentUid. */ @java.lang.Override public java.lang.String getInstrumentUid() { java.lang.Object ref = instrumentUid_; 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(); instrumentUid_ = s; return s; } } /** *
   *Уникальный идентификатор  инструмента.
   * 
* * string instrument_uid = 2; * @return The bytes for instrumentUid. */ @java.lang.Override public com.google.protobuf.ByteString getInstrumentUidBytes() { java.lang.Object ref = instrumentUid_; if (ref instanceof java.lang.String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); instrumentUid_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } public static final int BLOCKED_FIELD_NUMBER = 11; private long blocked_ = 0L; /** *
   *Количество бумаг заблокированных выставленными заявками.
   * 
* * int64 blocked = 11; * @return The blocked. */ @java.lang.Override public long getBlocked() { return blocked_; } public static final int BALANCE_FIELD_NUMBER = 21; private long balance_ = 0L; /** *
   *Текущий незаблокированный баланс.
   * 
* * int64 balance = 21; * @return The balance. */ @java.lang.Override public long getBalance() { return balance_; } 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(positionUid_)) { com.google.protobuf.GeneratedMessageV3.writeString(output, 1, positionUid_); } if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(instrumentUid_)) { com.google.protobuf.GeneratedMessageV3.writeString(output, 2, instrumentUid_); } if (blocked_ != 0L) { output.writeInt64(11, blocked_); } if (balance_ != 0L) { output.writeInt64(21, balance_); } 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(positionUid_)) { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(1, positionUid_); } if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(instrumentUid_)) { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(2, instrumentUid_); } if (blocked_ != 0L) { size += com.google.protobuf.CodedOutputStream .computeInt64Size(11, blocked_); } if (balance_ != 0L) { size += com.google.protobuf.CodedOutputStream .computeInt64Size(21, balance_); } 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.PositionsOptions)) { return super.equals(obj); } ru.tinkoff.piapi.contract.v1.PositionsOptions other = (ru.tinkoff.piapi.contract.v1.PositionsOptions) obj; if (!getPositionUid() .equals(other.getPositionUid())) return false; if (!getInstrumentUid() .equals(other.getInstrumentUid())) return false; if (getBlocked() != other.getBlocked()) return false; if (getBalance() != other.getBalance()) 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) + POSITION_UID_FIELD_NUMBER; hash = (53 * hash) + getPositionUid().hashCode(); hash = (37 * hash) + INSTRUMENT_UID_FIELD_NUMBER; hash = (53 * hash) + getInstrumentUid().hashCode(); hash = (37 * hash) + BLOCKED_FIELD_NUMBER; hash = (53 * hash) + com.google.protobuf.Internal.hashLong( getBlocked()); hash = (37 * hash) + BALANCE_FIELD_NUMBER; hash = (53 * hash) + com.google.protobuf.Internal.hashLong( getBalance()); hash = (29 * hash) + getUnknownFields().hashCode(); memoizedHashCode = hash; return hash; } public static ru.tinkoff.piapi.contract.v1.PositionsOptions parseFrom( java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static ru.tinkoff.piapi.contract.v1.PositionsOptions 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.PositionsOptions parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static ru.tinkoff.piapi.contract.v1.PositionsOptions 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.PositionsOptions parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static ru.tinkoff.piapi.contract.v1.PositionsOptions 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.PositionsOptions parseFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static ru.tinkoff.piapi.contract.v1.PositionsOptions 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.PositionsOptions parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input); } public static ru.tinkoff.piapi.contract.v1.PositionsOptions 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.PositionsOptions 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.PositionsOptions 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.PositionsOptions 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.PositionsOptions} */ public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder implements // @@protoc_insertion_point(builder_implements:tinkoff.public.invest.api.contract.v1.PositionsOptions) ru.tinkoff.piapi.contract.v1.PositionsOptionsOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return ru.tinkoff.piapi.contract.v1.Operations.internal_static_tinkoff_public_invest_api_contract_v1_PositionsOptions_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return ru.tinkoff.piapi.contract.v1.Operations.internal_static_tinkoff_public_invest_api_contract_v1_PositionsOptions_fieldAccessorTable .ensureFieldAccessorsInitialized( ru.tinkoff.piapi.contract.v1.PositionsOptions.class, ru.tinkoff.piapi.contract.v1.PositionsOptions.Builder.class); } // Construct using ru.tinkoff.piapi.contract.v1.PositionsOptions.newBuilder() private Builder() { } private Builder( com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); } @java.lang.Override public Builder clear() { super.clear(); bitField0_ = 0; positionUid_ = ""; instrumentUid_ = ""; blocked_ = 0L; balance_ = 0L; return this; } @java.lang.Override public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return ru.tinkoff.piapi.contract.v1.Operations.internal_static_tinkoff_public_invest_api_contract_v1_PositionsOptions_descriptor; } @java.lang.Override public ru.tinkoff.piapi.contract.v1.PositionsOptions getDefaultInstanceForType() { return ru.tinkoff.piapi.contract.v1.PositionsOptions.getDefaultInstance(); } @java.lang.Override public ru.tinkoff.piapi.contract.v1.PositionsOptions build() { ru.tinkoff.piapi.contract.v1.PositionsOptions result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } @java.lang.Override public ru.tinkoff.piapi.contract.v1.PositionsOptions buildPartial() { ru.tinkoff.piapi.contract.v1.PositionsOptions result = new ru.tinkoff.piapi.contract.v1.PositionsOptions(this); if (bitField0_ != 0) { buildPartial0(result); } onBuilt(); return result; } private void buildPartial0(ru.tinkoff.piapi.contract.v1.PositionsOptions result) { int from_bitField0_ = bitField0_; if (((from_bitField0_ & 0x00000001) != 0)) { result.positionUid_ = positionUid_; } if (((from_bitField0_ & 0x00000002) != 0)) { result.instrumentUid_ = instrumentUid_; } if (((from_bitField0_ & 0x00000004) != 0)) { result.blocked_ = blocked_; } if (((from_bitField0_ & 0x00000008) != 0)) { result.balance_ = balance_; } } @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof ru.tinkoff.piapi.contract.v1.PositionsOptions) { return mergeFrom((ru.tinkoff.piapi.contract.v1.PositionsOptions)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(ru.tinkoff.piapi.contract.v1.PositionsOptions other) { if (other == ru.tinkoff.piapi.contract.v1.PositionsOptions.getDefaultInstance()) return this; if (!other.getPositionUid().isEmpty()) { positionUid_ = other.positionUid_; bitField0_ |= 0x00000001; onChanged(); } if (!other.getInstrumentUid().isEmpty()) { instrumentUid_ = other.instrumentUid_; bitField0_ |= 0x00000002; onChanged(); } if (other.getBlocked() != 0L) { setBlocked(other.getBlocked()); } if (other.getBalance() != 0L) { setBalance(other.getBalance()); } 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: { positionUid_ = input.readStringRequireUtf8(); bitField0_ |= 0x00000001; break; } // case 10 case 18: { instrumentUid_ = input.readStringRequireUtf8(); bitField0_ |= 0x00000002; break; } // case 18 case 88: { blocked_ = input.readInt64(); bitField0_ |= 0x00000004; break; } // case 88 case 168: { balance_ = input.readInt64(); bitField0_ |= 0x00000008; break; } // case 168 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 positionUid_ = ""; /** *
     *Уникальный идентификатор позиции опциона.
     * 
* * string position_uid = 1; * @return The positionUid. */ public java.lang.String getPositionUid() { java.lang.Object ref = positionUid_; if (!(ref instanceof java.lang.String)) { com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); positionUid_ = s; return s; } else { return (java.lang.String) ref; } } /** *
     *Уникальный идентификатор позиции опциона.
     * 
* * string position_uid = 1; * @return The bytes for positionUid. */ public com.google.protobuf.ByteString getPositionUidBytes() { java.lang.Object ref = positionUid_; if (ref instanceof String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); positionUid_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } /** *
     *Уникальный идентификатор позиции опциона.
     * 
* * string position_uid = 1; * @param value The positionUid to set. * @return This builder for chaining. */ public Builder setPositionUid( java.lang.String value) { if (value == null) { throw new NullPointerException(); } positionUid_ = value; bitField0_ |= 0x00000001; onChanged(); return this; } /** *
     *Уникальный идентификатор позиции опциона.
     * 
* * string position_uid = 1; * @return This builder for chaining. */ public Builder clearPositionUid() { positionUid_ = getDefaultInstance().getPositionUid(); bitField0_ = (bitField0_ & ~0x00000001); onChanged(); return this; } /** *
     *Уникальный идентификатор позиции опциона.
     * 
* * string position_uid = 1; * @param value The bytes for positionUid to set. * @return This builder for chaining. */ public Builder setPositionUidBytes( com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); positionUid_ = value; bitField0_ |= 0x00000001; onChanged(); return this; } private java.lang.Object instrumentUid_ = ""; /** *
     *Уникальный идентификатор  инструмента.
     * 
* * string instrument_uid = 2; * @return The instrumentUid. */ public java.lang.String getInstrumentUid() { java.lang.Object ref = instrumentUid_; if (!(ref instanceof java.lang.String)) { com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); instrumentUid_ = s; return s; } else { return (java.lang.String) ref; } } /** *
     *Уникальный идентификатор  инструмента.
     * 
* * string instrument_uid = 2; * @return The bytes for instrumentUid. */ public com.google.protobuf.ByteString getInstrumentUidBytes() { java.lang.Object ref = instrumentUid_; if (ref instanceof String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); instrumentUid_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } /** *
     *Уникальный идентификатор  инструмента.
     * 
* * string instrument_uid = 2; * @param value The instrumentUid to set. * @return This builder for chaining. */ public Builder setInstrumentUid( java.lang.String value) { if (value == null) { throw new NullPointerException(); } instrumentUid_ = value; bitField0_ |= 0x00000002; onChanged(); return this; } /** *
     *Уникальный идентификатор  инструмента.
     * 
* * string instrument_uid = 2; * @return This builder for chaining. */ public Builder clearInstrumentUid() { instrumentUid_ = getDefaultInstance().getInstrumentUid(); bitField0_ = (bitField0_ & ~0x00000002); onChanged(); return this; } /** *
     *Уникальный идентификатор  инструмента.
     * 
* * string instrument_uid = 2; * @param value The bytes for instrumentUid to set. * @return This builder for chaining. */ public Builder setInstrumentUidBytes( com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); instrumentUid_ = value; bitField0_ |= 0x00000002; onChanged(); return this; } private long blocked_ ; /** *
     *Количество бумаг заблокированных выставленными заявками.
     * 
* * int64 blocked = 11; * @return The blocked. */ @java.lang.Override public long getBlocked() { return blocked_; } /** *
     *Количество бумаг заблокированных выставленными заявками.
     * 
* * int64 blocked = 11; * @param value The blocked to set. * @return This builder for chaining. */ public Builder setBlocked(long value) { blocked_ = value; bitField0_ |= 0x00000004; onChanged(); return this; } /** *
     *Количество бумаг заблокированных выставленными заявками.
     * 
* * int64 blocked = 11; * @return This builder for chaining. */ public Builder clearBlocked() { bitField0_ = (bitField0_ & ~0x00000004); blocked_ = 0L; onChanged(); return this; } private long balance_ ; /** *
     *Текущий незаблокированный баланс.
     * 
* * int64 balance = 21; * @return The balance. */ @java.lang.Override public long getBalance() { return balance_; } /** *
     *Текущий незаблокированный баланс.
     * 
* * int64 balance = 21; * @param value The balance to set. * @return This builder for chaining. */ public Builder setBalance(long value) { balance_ = value; bitField0_ |= 0x00000008; onChanged(); return this; } /** *
     *Текущий незаблокированный баланс.
     * 
* * int64 balance = 21; * @return This builder for chaining. */ public Builder clearBalance() { bitField0_ = (bitField0_ & ~0x00000008); balance_ = 0L; 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.PositionsOptions) } // @@protoc_insertion_point(class_scope:tinkoff.public.invest.api.contract.v1.PositionsOptions) private static final ru.tinkoff.piapi.contract.v1.PositionsOptions DEFAULT_INSTANCE; static { DEFAULT_INSTANCE = new ru.tinkoff.piapi.contract.v1.PositionsOptions(); } public static ru.tinkoff.piapi.contract.v1.PositionsOptions getDefaultInstance() { return DEFAULT_INSTANCE; } private static final com.google.protobuf.Parser PARSER = new com.google.protobuf.AbstractParser() { @java.lang.Override public PositionsOptions 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.PositionsOptions getDefaultInstanceForType() { return DEFAULT_INSTANCE; } }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy