ru.tinkoff.piapi.contract.v1.PositionsSecurities Maven / Gradle / Ivy
// 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.PositionsSecurities}
*/
public final class PositionsSecurities extends
com.google.protobuf.GeneratedMessageV3 implements
// @@protoc_insertion_point(message_implements:tinkoff.public.invest.api.contract.v1.PositionsSecurities)
PositionsSecuritiesOrBuilder {
private static final long serialVersionUID = 0L;
// Use PositionsSecurities.newBuilder() to construct.
private PositionsSecurities(com.google.protobuf.GeneratedMessageV3.Builder> builder) {
super(builder);
}
private PositionsSecurities() {
figi_ = "";
positionUid_ = "";
instrumentUid_ = "";
instrumentType_ = "";
}
@java.lang.Override
@SuppressWarnings({"unused"})
protected java.lang.Object newInstance(
UnusedPrivateParameter unused) {
return new PositionsSecurities();
}
public static final com.google.protobuf.Descriptors.Descriptor
getDescriptor() {
return ru.tinkoff.piapi.contract.v1.Operations.internal_static_tinkoff_public_invest_api_contract_v1_PositionsSecurities_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_PositionsSecurities_fieldAccessorTable
.ensureFieldAccessorsInitialized(
ru.tinkoff.piapi.contract.v1.PositionsSecurities.class, ru.tinkoff.piapi.contract.v1.PositionsSecurities.Builder.class);
}
public static final int FIGI_FIELD_NUMBER = 1;
@SuppressWarnings("serial")
private volatile java.lang.Object figi_ = "";
/**
*
*Figi-идентификатор бумаги.
*
*
* string figi = 1;
* @return The figi.
*/
@java.lang.Override
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;
}
}
/**
*
*Figi-идентификатор бумаги.
*
*
* string figi = 1;
* @return The bytes for figi.
*/
@java.lang.Override
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 BLOCKED_FIELD_NUMBER = 2;
private long blocked_ = 0L;
/**
*
*Количество бумаг заблокированных выставленными заявками.
*
*
* int64 blocked = 2;
* @return The blocked.
*/
@java.lang.Override
public long getBlocked() {
return blocked_;
}
public static final int BALANCE_FIELD_NUMBER = 3;
private long balance_ = 0L;
/**
*
*Текущий незаблокированный баланс.
*
*
* int64 balance = 3;
* @return The balance.
*/
@java.lang.Override
public long getBalance() {
return balance_;
}
public static final int POSITION_UID_FIELD_NUMBER = 4;
@SuppressWarnings("serial")
private volatile java.lang.Object positionUid_ = "";
/**
*
*Уникальный идентификатор позиции.
*
*
* string position_uid = 4;
* @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 = 4;
* @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 = 5;
@SuppressWarnings("serial")
private volatile java.lang.Object instrumentUid_ = "";
/**
*
*Уникальный идентификатор инструмента.
*
*
* string instrument_uid = 5;
* @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 = 5;
* @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 EXCHANGE_BLOCKED_FIELD_NUMBER = 11;
private boolean exchangeBlocked_ = false;
/**
*
*Заблокировано на бирже.
*
*
* bool exchange_blocked = 11;
* @return The exchangeBlocked.
*/
@java.lang.Override
public boolean getExchangeBlocked() {
return exchangeBlocked_;
}
public static final int INSTRUMENT_TYPE_FIELD_NUMBER = 16;
@SuppressWarnings("serial")
private volatile java.lang.Object instrumentType_ = "";
/**
*
*Тип инструмента.
*
*
* string instrument_type = 16;
* @return The instrumentType.
*/
@java.lang.Override
public java.lang.String getInstrumentType() {
java.lang.Object ref = instrumentType_;
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();
instrumentType_ = s;
return s;
}
}
/**
*
*Тип инструмента.
*
*
* string instrument_type = 16;
* @return The bytes for instrumentType.
*/
@java.lang.Override
public com.google.protobuf.ByteString
getInstrumentTypeBytes() {
java.lang.Object ref = instrumentType_;
if (ref instanceof java.lang.String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
instrumentType_ = 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 (blocked_ != 0L) {
output.writeInt64(2, blocked_);
}
if (balance_ != 0L) {
output.writeInt64(3, balance_);
}
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(positionUid_)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 4, positionUid_);
}
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(instrumentUid_)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 5, instrumentUid_);
}
if (exchangeBlocked_ != false) {
output.writeBool(11, exchangeBlocked_);
}
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(instrumentType_)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 16, instrumentType_);
}
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 (blocked_ != 0L) {
size += com.google.protobuf.CodedOutputStream
.computeInt64Size(2, blocked_);
}
if (balance_ != 0L) {
size += com.google.protobuf.CodedOutputStream
.computeInt64Size(3, balance_);
}
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(positionUid_)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(4, positionUid_);
}
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(instrumentUid_)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(5, instrumentUid_);
}
if (exchangeBlocked_ != false) {
size += com.google.protobuf.CodedOutputStream
.computeBoolSize(11, exchangeBlocked_);
}
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(instrumentType_)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(16, instrumentType_);
}
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.PositionsSecurities)) {
return super.equals(obj);
}
ru.tinkoff.piapi.contract.v1.PositionsSecurities other = (ru.tinkoff.piapi.contract.v1.PositionsSecurities) obj;
if (!getFigi()
.equals(other.getFigi())) return false;
if (getBlocked()
!= other.getBlocked()) return false;
if (getBalance()
!= other.getBalance()) return false;
if (!getPositionUid()
.equals(other.getPositionUid())) return false;
if (!getInstrumentUid()
.equals(other.getInstrumentUid())) return false;
if (getExchangeBlocked()
!= other.getExchangeBlocked()) return false;
if (!getInstrumentType()
.equals(other.getInstrumentType())) 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) + 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 = (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) + EXCHANGE_BLOCKED_FIELD_NUMBER;
hash = (53 * hash) + com.google.protobuf.Internal.hashBoolean(
getExchangeBlocked());
hash = (37 * hash) + INSTRUMENT_TYPE_FIELD_NUMBER;
hash = (53 * hash) + getInstrumentType().hashCode();
hash = (29 * hash) + getUnknownFields().hashCode();
memoizedHashCode = hash;
return hash;
}
public static ru.tinkoff.piapi.contract.v1.PositionsSecurities parseFrom(
java.nio.ByteBuffer data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static ru.tinkoff.piapi.contract.v1.PositionsSecurities 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.PositionsSecurities parseFrom(
com.google.protobuf.ByteString data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static ru.tinkoff.piapi.contract.v1.PositionsSecurities 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.PositionsSecurities parseFrom(byte[] data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static ru.tinkoff.piapi.contract.v1.PositionsSecurities 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.PositionsSecurities parseFrom(java.io.InputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseWithIOException(PARSER, input);
}
public static ru.tinkoff.piapi.contract.v1.PositionsSecurities 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.PositionsSecurities parseDelimitedFrom(java.io.InputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseDelimitedWithIOException(PARSER, input);
}
public static ru.tinkoff.piapi.contract.v1.PositionsSecurities 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.PositionsSecurities 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.PositionsSecurities 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.PositionsSecurities 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.PositionsSecurities}
*/
public static final class Builder extends
com.google.protobuf.GeneratedMessageV3.Builder implements
// @@protoc_insertion_point(builder_implements:tinkoff.public.invest.api.contract.v1.PositionsSecurities)
ru.tinkoff.piapi.contract.v1.PositionsSecuritiesOrBuilder {
public static final com.google.protobuf.Descriptors.Descriptor
getDescriptor() {
return ru.tinkoff.piapi.contract.v1.Operations.internal_static_tinkoff_public_invest_api_contract_v1_PositionsSecurities_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_PositionsSecurities_fieldAccessorTable
.ensureFieldAccessorsInitialized(
ru.tinkoff.piapi.contract.v1.PositionsSecurities.class, ru.tinkoff.piapi.contract.v1.PositionsSecurities.Builder.class);
}
// Construct using ru.tinkoff.piapi.contract.v1.PositionsSecurities.newBuilder()
private Builder() {
}
private Builder(
com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
super(parent);
}
@java.lang.Override
public Builder clear() {
super.clear();
bitField0_ = 0;
figi_ = "";
blocked_ = 0L;
balance_ = 0L;
positionUid_ = "";
instrumentUid_ = "";
exchangeBlocked_ = false;
instrumentType_ = "";
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_PositionsSecurities_descriptor;
}
@java.lang.Override
public ru.tinkoff.piapi.contract.v1.PositionsSecurities getDefaultInstanceForType() {
return ru.tinkoff.piapi.contract.v1.PositionsSecurities.getDefaultInstance();
}
@java.lang.Override
public ru.tinkoff.piapi.contract.v1.PositionsSecurities build() {
ru.tinkoff.piapi.contract.v1.PositionsSecurities result = buildPartial();
if (!result.isInitialized()) {
throw newUninitializedMessageException(result);
}
return result;
}
@java.lang.Override
public ru.tinkoff.piapi.contract.v1.PositionsSecurities buildPartial() {
ru.tinkoff.piapi.contract.v1.PositionsSecurities result = new ru.tinkoff.piapi.contract.v1.PositionsSecurities(this);
if (bitField0_ != 0) { buildPartial0(result); }
onBuilt();
return result;
}
private void buildPartial0(ru.tinkoff.piapi.contract.v1.PositionsSecurities result) {
int from_bitField0_ = bitField0_;
if (((from_bitField0_ & 0x00000001) != 0)) {
result.figi_ = figi_;
}
if (((from_bitField0_ & 0x00000002) != 0)) {
result.blocked_ = blocked_;
}
if (((from_bitField0_ & 0x00000004) != 0)) {
result.balance_ = balance_;
}
if (((from_bitField0_ & 0x00000008) != 0)) {
result.positionUid_ = positionUid_;
}
if (((from_bitField0_ & 0x00000010) != 0)) {
result.instrumentUid_ = instrumentUid_;
}
if (((from_bitField0_ & 0x00000020) != 0)) {
result.exchangeBlocked_ = exchangeBlocked_;
}
if (((from_bitField0_ & 0x00000040) != 0)) {
result.instrumentType_ = instrumentType_;
}
}
@java.lang.Override
public Builder mergeFrom(com.google.protobuf.Message other) {
if (other instanceof ru.tinkoff.piapi.contract.v1.PositionsSecurities) {
return mergeFrom((ru.tinkoff.piapi.contract.v1.PositionsSecurities)other);
} else {
super.mergeFrom(other);
return this;
}
}
public Builder mergeFrom(ru.tinkoff.piapi.contract.v1.PositionsSecurities other) {
if (other == ru.tinkoff.piapi.contract.v1.PositionsSecurities.getDefaultInstance()) return this;
if (!other.getFigi().isEmpty()) {
figi_ = other.figi_;
bitField0_ |= 0x00000001;
onChanged();
}
if (other.getBlocked() != 0L) {
setBlocked(other.getBlocked());
}
if (other.getBalance() != 0L) {
setBalance(other.getBalance());
}
if (!other.getPositionUid().isEmpty()) {
positionUid_ = other.positionUid_;
bitField0_ |= 0x00000008;
onChanged();
}
if (!other.getInstrumentUid().isEmpty()) {
instrumentUid_ = other.instrumentUid_;
bitField0_ |= 0x00000010;
onChanged();
}
if (other.getExchangeBlocked() != false) {
setExchangeBlocked(other.getExchangeBlocked());
}
if (!other.getInstrumentType().isEmpty()) {
instrumentType_ = other.instrumentType_;
bitField0_ |= 0x00000040;
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: {
blocked_ = input.readInt64();
bitField0_ |= 0x00000002;
break;
} // case 16
case 24: {
balance_ = input.readInt64();
bitField0_ |= 0x00000004;
break;
} // case 24
case 34: {
positionUid_ = input.readStringRequireUtf8();
bitField0_ |= 0x00000008;
break;
} // case 34
case 42: {
instrumentUid_ = input.readStringRequireUtf8();
bitField0_ |= 0x00000010;
break;
} // case 42
case 88: {
exchangeBlocked_ = input.readBool();
bitField0_ |= 0x00000020;
break;
} // case 88
case 130: {
instrumentType_ = input.readStringRequireUtf8();
bitField0_ |= 0x00000040;
break;
} // case 130
default: {
if (!super.parseUnknownField(input, extensionRegistry, tag)) {
done = true; // was an endgroup tag
}
break;
} // default:
} // switch (tag)
} // while (!done)
} catch (com.google.protobuf.InvalidProtocolBufferException e) {
throw e.unwrapIOException();
} finally {
onChanged();
} // finally
return this;
}
private int bitField0_;
private java.lang.Object figi_ = "";
/**
*
*Figi-идентификатор бумаги.
*
*
* string figi = 1;
* @return The figi.
*/
public java.lang.String getFigi() {
java.lang.Object ref = figi_;
if (!(ref instanceof java.lang.String)) {
com.google.protobuf.ByteString bs =
(com.google.protobuf.ByteString) ref;
java.lang.String s = bs.toStringUtf8();
figi_ = s;
return s;
} else {
return (java.lang.String) ref;
}
}
/**
*
*Figi-идентификатор бумаги.
*
*
* string figi = 1;
* @return The bytes for figi.
*/
public com.google.protobuf.ByteString
getFigiBytes() {
java.lang.Object ref = figi_;
if (ref instanceof String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
figi_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
/**
*
*Figi-идентификатор бумаги.
*
*
* string figi = 1;
* @param value The figi to set.
* @return This builder for chaining.
*/
public Builder setFigi(
java.lang.String value) {
if (value == null) { throw new NullPointerException(); }
figi_ = value;
bitField0_ |= 0x00000001;
onChanged();
return this;
}
/**
*
*Figi-идентификатор бумаги.
*
*
* string figi = 1;
* @return This builder for chaining.
*/
public Builder clearFigi() {
figi_ = getDefaultInstance().getFigi();
bitField0_ = (bitField0_ & ~0x00000001);
onChanged();
return this;
}
/**
*
*Figi-идентификатор бумаги.
*
*
* string figi = 1;
* @param value The bytes for figi to set.
* @return This builder for chaining.
*/
public Builder setFigiBytes(
com.google.protobuf.ByteString value) {
if (value == null) { throw new NullPointerException(); }
checkByteStringIsUtf8(value);
figi_ = value;
bitField0_ |= 0x00000001;
onChanged();
return this;
}
private long blocked_ ;
/**
*
*Количество бумаг заблокированных выставленными заявками.
*
*
* int64 blocked = 2;
* @return The blocked.
*/
@java.lang.Override
public long getBlocked() {
return blocked_;
}
/**
*
*Количество бумаг заблокированных выставленными заявками.
*
*
* int64 blocked = 2;
* @param value The blocked to set.
* @return This builder for chaining.
*/
public Builder setBlocked(long value) {
blocked_ = value;
bitField0_ |= 0x00000002;
onChanged();
return this;
}
/**
*
*Количество бумаг заблокированных выставленными заявками.
*
*
* int64 blocked = 2;
* @return This builder for chaining.
*/
public Builder clearBlocked() {
bitField0_ = (bitField0_ & ~0x00000002);
blocked_ = 0L;
onChanged();
return this;
}
private long balance_ ;
/**
*
*Текущий незаблокированный баланс.
*
*
* int64 balance = 3;
* @return The balance.
*/
@java.lang.Override
public long getBalance() {
return balance_;
}
/**
*
*Текущий незаблокированный баланс.
*
*
* int64 balance = 3;
* @param value The balance to set.
* @return This builder for chaining.
*/
public Builder setBalance(long value) {
balance_ = value;
bitField0_ |= 0x00000004;
onChanged();
return this;
}
/**
*
*Текущий незаблокированный баланс.
*
*
* int64 balance = 3;
* @return This builder for chaining.
*/
public Builder clearBalance() {
bitField0_ = (bitField0_ & ~0x00000004);
balance_ = 0L;
onChanged();
return this;
}
private java.lang.Object positionUid_ = "";
/**
*
*Уникальный идентификатор позиции.
*
*
* string position_uid = 4;
* @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 = 4;
* @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 = 4;
* @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_ |= 0x00000008;
onChanged();
return this;
}
/**
*
*Уникальный идентификатор позиции.
*
*
* string position_uid = 4;
* @return This builder for chaining.
*/
public Builder clearPositionUid() {
positionUid_ = getDefaultInstance().getPositionUid();
bitField0_ = (bitField0_ & ~0x00000008);
onChanged();
return this;
}
/**
*
*Уникальный идентификатор позиции.
*
*
* string position_uid = 4;
* @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_ |= 0x00000008;
onChanged();
return this;
}
private java.lang.Object instrumentUid_ = "";
/**
*
*Уникальный идентификатор инструмента.
*
*
* string instrument_uid = 5;
* @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 = 5;
* @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 = 5;
* @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_ |= 0x00000010;
onChanged();
return this;
}
/**
*
*Уникальный идентификатор инструмента.
*
*
* string instrument_uid = 5;
* @return This builder for chaining.
*/
public Builder clearInstrumentUid() {
instrumentUid_ = getDefaultInstance().getInstrumentUid();
bitField0_ = (bitField0_ & ~0x00000010);
onChanged();
return this;
}
/**
*
*Уникальный идентификатор инструмента.
*
*
* string instrument_uid = 5;
* @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_ |= 0x00000010;
onChanged();
return this;
}
private boolean exchangeBlocked_ ;
/**
*
*Заблокировано на бирже.
*
*
* bool exchange_blocked = 11;
* @return The exchangeBlocked.
*/
@java.lang.Override
public boolean getExchangeBlocked() {
return exchangeBlocked_;
}
/**
*
*Заблокировано на бирже.
*
*
* bool exchange_blocked = 11;
* @param value The exchangeBlocked to set.
* @return This builder for chaining.
*/
public Builder setExchangeBlocked(boolean value) {
exchangeBlocked_ = value;
bitField0_ |= 0x00000020;
onChanged();
return this;
}
/**
*
*Заблокировано на бирже.
*
*
* bool exchange_blocked = 11;
* @return This builder for chaining.
*/
public Builder clearExchangeBlocked() {
bitField0_ = (bitField0_ & ~0x00000020);
exchangeBlocked_ = false;
onChanged();
return this;
}
private java.lang.Object instrumentType_ = "";
/**
*
*Тип инструмента.
*
*
* string instrument_type = 16;
* @return The instrumentType.
*/
public java.lang.String getInstrumentType() {
java.lang.Object ref = instrumentType_;
if (!(ref instanceof java.lang.String)) {
com.google.protobuf.ByteString bs =
(com.google.protobuf.ByteString) ref;
java.lang.String s = bs.toStringUtf8();
instrumentType_ = s;
return s;
} else {
return (java.lang.String) ref;
}
}
/**
*
*Тип инструмента.
*
*
* string instrument_type = 16;
* @return The bytes for instrumentType.
*/
public com.google.protobuf.ByteString
getInstrumentTypeBytes() {
java.lang.Object ref = instrumentType_;
if (ref instanceof String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
instrumentType_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
/**
*
*Тип инструмента.
*
*
* string instrument_type = 16;
* @param value The instrumentType to set.
* @return This builder for chaining.
*/
public Builder setInstrumentType(
java.lang.String value) {
if (value == null) { throw new NullPointerException(); }
instrumentType_ = value;
bitField0_ |= 0x00000040;
onChanged();
return this;
}
/**
*
*Тип инструмента.
*
*
* string instrument_type = 16;
* @return This builder for chaining.
*/
public Builder clearInstrumentType() {
instrumentType_ = getDefaultInstance().getInstrumentType();
bitField0_ = (bitField0_ & ~0x00000040);
onChanged();
return this;
}
/**
*
*Тип инструмента.
*
*
* string instrument_type = 16;
* @param value The bytes for instrumentType to set.
* @return This builder for chaining.
*/
public Builder setInstrumentTypeBytes(
com.google.protobuf.ByteString value) {
if (value == null) { throw new NullPointerException(); }
checkByteStringIsUtf8(value);
instrumentType_ = value;
bitField0_ |= 0x00000040;
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.PositionsSecurities)
}
// @@protoc_insertion_point(class_scope:tinkoff.public.invest.api.contract.v1.PositionsSecurities)
private static final ru.tinkoff.piapi.contract.v1.PositionsSecurities DEFAULT_INSTANCE;
static {
DEFAULT_INSTANCE = new ru.tinkoff.piapi.contract.v1.PositionsSecurities();
}
public static ru.tinkoff.piapi.contract.v1.PositionsSecurities getDefaultInstance() {
return DEFAULT_INSTANCE;
}
private static final com.google.protobuf.Parser
PARSER = new com.google.protobuf.AbstractParser() {
@java.lang.Override
public PositionsSecurities 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.PositionsSecurities getDefaultInstanceForType() {
return DEFAULT_INSTANCE;
}
}