implements
// @@protoc_insertion_point(builder_implements:tinkoff.public.invest.api.contract.v1.PostStopOrderRequest)
ru.tinkoff.piapi.contract.v1.PostStopOrderRequestOrBuilder {
public static final com.google.protobuf.Descriptors.Descriptor
getDescriptor() {
return ru.tinkoff.piapi.contract.v1.Stoporders.internal_static_tinkoff_public_invest_api_contract_v1_PostStopOrderRequest_descriptor;
}
@java.lang.Override
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable() {
return ru.tinkoff.piapi.contract.v1.Stoporders.internal_static_tinkoff_public_invest_api_contract_v1_PostStopOrderRequest_fieldAccessorTable
.ensureFieldAccessorsInitialized(
ru.tinkoff.piapi.contract.v1.PostStopOrderRequest.class, ru.tinkoff.piapi.contract.v1.PostStopOrderRequest.Builder.class);
}
// Construct using ru.tinkoff.piapi.contract.v1.PostStopOrderRequest.newBuilder()
private Builder() {
}
private Builder(
com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
super(parent);
}
@java.lang.Override
public Builder clear() {
super.clear();
bitField0_ = 0;
figi_ = "";
quantity_ = 0L;
price_ = null;
if (priceBuilder_ != null) {
priceBuilder_.dispose();
priceBuilder_ = null;
}
stopPrice_ = null;
if (stopPriceBuilder_ != null) {
stopPriceBuilder_.dispose();
stopPriceBuilder_ = null;
}
direction_ = 0;
accountId_ = "";
expirationType_ = 0;
stopOrderType_ = 0;
expireDate_ = null;
if (expireDateBuilder_ != null) {
expireDateBuilder_.dispose();
expireDateBuilder_ = null;
}
instrumentId_ = "";
return this;
}
@java.lang.Override
public com.google.protobuf.Descriptors.Descriptor
getDescriptorForType() {
return ru.tinkoff.piapi.contract.v1.Stoporders.internal_static_tinkoff_public_invest_api_contract_v1_PostStopOrderRequest_descriptor;
}
@java.lang.Override
public ru.tinkoff.piapi.contract.v1.PostStopOrderRequest getDefaultInstanceForType() {
return ru.tinkoff.piapi.contract.v1.PostStopOrderRequest.getDefaultInstance();
}
@java.lang.Override
public ru.tinkoff.piapi.contract.v1.PostStopOrderRequest build() {
ru.tinkoff.piapi.contract.v1.PostStopOrderRequest result = buildPartial();
if (!result.isInitialized()) {
throw newUninitializedMessageException(result);
}
return result;
}
@java.lang.Override
public ru.tinkoff.piapi.contract.v1.PostStopOrderRequest buildPartial() {
ru.tinkoff.piapi.contract.v1.PostStopOrderRequest result = new ru.tinkoff.piapi.contract.v1.PostStopOrderRequest(this);
if (bitField0_ != 0) { buildPartial0(result); }
onBuilt();
return result;
}
private void buildPartial0(ru.tinkoff.piapi.contract.v1.PostStopOrderRequest result) {
int from_bitField0_ = bitField0_;
if (((from_bitField0_ & 0x00000001) != 0)) {
result.figi_ = figi_;
}
if (((from_bitField0_ & 0x00000002) != 0)) {
result.quantity_ = quantity_;
}
if (((from_bitField0_ & 0x00000004) != 0)) {
result.price_ = priceBuilder_ == null
? price_
: priceBuilder_.build();
}
if (((from_bitField0_ & 0x00000008) != 0)) {
result.stopPrice_ = stopPriceBuilder_ == null
? stopPrice_
: stopPriceBuilder_.build();
}
if (((from_bitField0_ & 0x00000010) != 0)) {
result.direction_ = direction_;
}
if (((from_bitField0_ & 0x00000020) != 0)) {
result.accountId_ = accountId_;
}
if (((from_bitField0_ & 0x00000040) != 0)) {
result.expirationType_ = expirationType_;
}
if (((from_bitField0_ & 0x00000080) != 0)) {
result.stopOrderType_ = stopOrderType_;
}
if (((from_bitField0_ & 0x00000100) != 0)) {
result.expireDate_ = expireDateBuilder_ == null
? expireDate_
: expireDateBuilder_.build();
}
if (((from_bitField0_ & 0x00000200) != 0)) {
result.instrumentId_ = instrumentId_;
}
}
@java.lang.Override
public Builder mergeFrom(com.google.protobuf.Message other) {
if (other instanceof ru.tinkoff.piapi.contract.v1.PostStopOrderRequest) {
return mergeFrom((ru.tinkoff.piapi.contract.v1.PostStopOrderRequest)other);
} else {
super.mergeFrom(other);
return this;
}
}
public Builder mergeFrom(ru.tinkoff.piapi.contract.v1.PostStopOrderRequest other) {
if (other == ru.tinkoff.piapi.contract.v1.PostStopOrderRequest.getDefaultInstance()) return this;
if (!other.getFigi().isEmpty()) {
figi_ = other.figi_;
bitField0_ |= 0x00000001;
onChanged();
}
if (other.getQuantity() != 0L) {
setQuantity(other.getQuantity());
}
if (other.hasPrice()) {
mergePrice(other.getPrice());
}
if (other.hasStopPrice()) {
mergeStopPrice(other.getStopPrice());
}
if (other.direction_ != 0) {
setDirectionValue(other.getDirectionValue());
}
if (!other.getAccountId().isEmpty()) {
accountId_ = other.accountId_;
bitField0_ |= 0x00000020;
onChanged();
}
if (other.expirationType_ != 0) {
setExpirationTypeValue(other.getExpirationTypeValue());
}
if (other.stopOrderType_ != 0) {
setStopOrderTypeValue(other.getStopOrderTypeValue());
}
if (other.hasExpireDate()) {
mergeExpireDate(other.getExpireDate());
}
if (!other.getInstrumentId().isEmpty()) {
instrumentId_ = other.instrumentId_;
bitField0_ |= 0x00000200;
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: {
quantity_ = input.readInt64();
bitField0_ |= 0x00000002;
break;
} // case 16
case 26: {
input.readMessage(
getPriceFieldBuilder().getBuilder(),
extensionRegistry);
bitField0_ |= 0x00000004;
break;
} // case 26
case 34: {
input.readMessage(
getStopPriceFieldBuilder().getBuilder(),
extensionRegistry);
bitField0_ |= 0x00000008;
break;
} // case 34
case 40: {
direction_ = input.readEnum();
bitField0_ |= 0x00000010;
break;
} // case 40
case 50: {
accountId_ = input.readStringRequireUtf8();
bitField0_ |= 0x00000020;
break;
} // case 50
case 56: {
expirationType_ = input.readEnum();
bitField0_ |= 0x00000040;
break;
} // case 56
case 64: {
stopOrderType_ = input.readEnum();
bitField0_ |= 0x00000080;
break;
} // case 64
case 74: {
input.readMessage(
getExpireDateFieldBuilder().getBuilder(),
extensionRegistry);
bitField0_ |= 0x00000100;
break;
} // case 74
case 82: {
instrumentId_ = input.readStringRequireUtf8();
bitField0_ |= 0x00000200;
break;
} // case 82
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.PostStopOrderRequest.figi is deprecated.
* See stoporders.proto;l=29
* @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.PostStopOrderRequest.figi is deprecated.
* See stoporders.proto;l=29
* @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.PostStopOrderRequest.figi is deprecated.
* See stoporders.proto;l=29
* @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.PostStopOrderRequest.figi is deprecated.
* See stoporders.proto;l=29
* @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.PostStopOrderRequest.figi is deprecated.
* See stoporders.proto;l=29
* @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 long quantity_ ;
/**
*
*Количество лотов.
*
*
* int64 quantity = 2;
* @return The quantity.
*/
@java.lang.Override
public long getQuantity() {
return quantity_;
}
/**
*
*Количество лотов.
*
*
* int64 quantity = 2;
* @param value The quantity to set.
* @return This builder for chaining.
*/
public Builder setQuantity(long value) {
quantity_ = value;
bitField0_ |= 0x00000002;
onChanged();
return this;
}
/**
*
*Количество лотов.
*
*
* int64 quantity = 2;
* @return This builder for chaining.
*/
public Builder clearQuantity() {
bitField0_ = (bitField0_ & ~0x00000002);
quantity_ = 0L;
onChanged();
return this;
}
private ru.tinkoff.piapi.contract.v1.Quotation price_;
private com.google.protobuf.SingleFieldBuilderV3<
ru.tinkoff.piapi.contract.v1.Quotation, ru.tinkoff.piapi.contract.v1.Quotation.Builder, ru.tinkoff.piapi.contract.v1.QuotationOrBuilder> priceBuilder_;
/**
*
*Цена за 1 инструмент. Для получения стоимости лота требуется умножить на лотность инструмента.
*
*
* .tinkoff.public.invest.api.contract.v1.Quotation price = 3;
* @return Whether the price field is set.
*/
public boolean hasPrice() {
return ((bitField0_ & 0x00000004) != 0);
}
/**
*
*Цена за 1 инструмент. Для получения стоимости лота требуется умножить на лотность инструмента.
*
*
* .tinkoff.public.invest.api.contract.v1.Quotation price = 3;
* @return The price.
*/
public ru.tinkoff.piapi.contract.v1.Quotation getPrice() {
if (priceBuilder_ == null) {
return price_ == null ? ru.tinkoff.piapi.contract.v1.Quotation.getDefaultInstance() : price_;
} else {
return priceBuilder_.getMessage();
}
}
/**
*
*Цена за 1 инструмент. Для получения стоимости лота требуется умножить на лотность инструмента.
*
*
* .tinkoff.public.invest.api.contract.v1.Quotation price = 3;
*/
public Builder setPrice(ru.tinkoff.piapi.contract.v1.Quotation value) {
if (priceBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
}
price_ = value;
} else {
priceBuilder_.setMessage(value);
}
bitField0_ |= 0x00000004;
onChanged();
return this;
}
/**
*
*Цена за 1 инструмент. Для получения стоимости лота требуется умножить на лотность инструмента.
*
*
* .tinkoff.public.invest.api.contract.v1.Quotation price = 3;
*/
public Builder setPrice(
ru.tinkoff.piapi.contract.v1.Quotation.Builder builderForValue) {
if (priceBuilder_ == null) {
price_ = builderForValue.build();
} else {
priceBuilder_.setMessage(builderForValue.build());
}
bitField0_ |= 0x00000004;
onChanged();
return this;
}
/**
*
*Цена за 1 инструмент. Для получения стоимости лота требуется умножить на лотность инструмента.
*
*
* .tinkoff.public.invest.api.contract.v1.Quotation price = 3;
*/
public Builder mergePrice(ru.tinkoff.piapi.contract.v1.Quotation value) {
if (priceBuilder_ == null) {
if (((bitField0_ & 0x00000004) != 0) &&
price_ != null &&
price_ != ru.tinkoff.piapi.contract.v1.Quotation.getDefaultInstance()) {
getPriceBuilder().mergeFrom(value);
} else {
price_ = value;
}
} else {
priceBuilder_.mergeFrom(value);
}
bitField0_ |= 0x00000004;
onChanged();
return this;
}
/**
*
*Цена за 1 инструмент. Для получения стоимости лота требуется умножить на лотность инструмента.
*
*
* .tinkoff.public.invest.api.contract.v1.Quotation price = 3;
*/
public Builder clearPrice() {
bitField0_ = (bitField0_ & ~0x00000004);
price_ = null;
if (priceBuilder_ != null) {
priceBuilder_.dispose();
priceBuilder_ = null;
}
onChanged();
return this;
}
/**
*
*Цена за 1 инструмент. Для получения стоимости лота требуется умножить на лотность инструмента.
*
*
* .tinkoff.public.invest.api.contract.v1.Quotation price = 3;
*/
public ru.tinkoff.piapi.contract.v1.Quotation.Builder getPriceBuilder() {
bitField0_ |= 0x00000004;
onChanged();
return getPriceFieldBuilder().getBuilder();
}
/**
*
*Цена за 1 инструмент. Для получения стоимости лота требуется умножить на лотность инструмента.
*
*
* .tinkoff.public.invest.api.contract.v1.Quotation price = 3;
*/
public ru.tinkoff.piapi.contract.v1.QuotationOrBuilder getPriceOrBuilder() {
if (priceBuilder_ != null) {
return priceBuilder_.getMessageOrBuilder();
} else {
return price_ == null ?
ru.tinkoff.piapi.contract.v1.Quotation.getDefaultInstance() : price_;
}
}
/**
*
*Цена за 1 инструмент. Для получения стоимости лота требуется умножить на лотность инструмента.
*
*
* .tinkoff.public.invest.api.contract.v1.Quotation price = 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>
getPriceFieldBuilder() {
if (priceBuilder_ == null) {
priceBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
ru.tinkoff.piapi.contract.v1.Quotation, ru.tinkoff.piapi.contract.v1.Quotation.Builder, ru.tinkoff.piapi.contract.v1.QuotationOrBuilder>(
getPrice(),
getParentForChildren(),
isClean());
price_ = null;
}
return priceBuilder_;
}
private ru.tinkoff.piapi.contract.v1.Quotation stopPrice_;
private com.google.protobuf.SingleFieldBuilderV3<
ru.tinkoff.piapi.contract.v1.Quotation, ru.tinkoff.piapi.contract.v1.Quotation.Builder, ru.tinkoff.piapi.contract.v1.QuotationOrBuilder> stopPriceBuilder_;
/**
*
*Стоп-цена заявки за 1 инструмент. Для получения стоимости лота требуется умножить на лотность инструмента.
*
*
* .tinkoff.public.invest.api.contract.v1.Quotation stop_price = 4;
* @return Whether the stopPrice field is set.
*/
public boolean hasStopPrice() {
return ((bitField0_ & 0x00000008) != 0);
}
/**
*
*Стоп-цена заявки за 1 инструмент. Для получения стоимости лота требуется умножить на лотность инструмента.
*
*
* .tinkoff.public.invest.api.contract.v1.Quotation stop_price = 4;
* @return The stopPrice.
*/
public ru.tinkoff.piapi.contract.v1.Quotation getStopPrice() {
if (stopPriceBuilder_ == null) {
return stopPrice_ == null ? ru.tinkoff.piapi.contract.v1.Quotation.getDefaultInstance() : stopPrice_;
} else {
return stopPriceBuilder_.getMessage();
}
}
/**
*
*Стоп-цена заявки за 1 инструмент. Для получения стоимости лота требуется умножить на лотность инструмента.
*
*
* .tinkoff.public.invest.api.contract.v1.Quotation stop_price = 4;
*/
public Builder setStopPrice(ru.tinkoff.piapi.contract.v1.Quotation value) {
if (stopPriceBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
}
stopPrice_ = value;
} else {
stopPriceBuilder_.setMessage(value);
}
bitField0_ |= 0x00000008;
onChanged();
return this;
}
/**
*
*Стоп-цена заявки за 1 инструмент. Для получения стоимости лота требуется умножить на лотность инструмента.
*
*
* .tinkoff.public.invest.api.contract.v1.Quotation stop_price = 4;
*/
public Builder setStopPrice(
ru.tinkoff.piapi.contract.v1.Quotation.Builder builderForValue) {
if (stopPriceBuilder_ == null) {
stopPrice_ = builderForValue.build();
} else {
stopPriceBuilder_.setMessage(builderForValue.build());
}
bitField0_ |= 0x00000008;
onChanged();
return this;
}
/**
*
*Стоп-цена заявки за 1 инструмент. Для получения стоимости лота требуется умножить на лотность инструмента.
*
*
* .tinkoff.public.invest.api.contract.v1.Quotation stop_price = 4;
*/
public Builder mergeStopPrice(ru.tinkoff.piapi.contract.v1.Quotation value) {
if (stopPriceBuilder_ == null) {
if (((bitField0_ & 0x00000008) != 0) &&
stopPrice_ != null &&
stopPrice_ != ru.tinkoff.piapi.contract.v1.Quotation.getDefaultInstance()) {
getStopPriceBuilder().mergeFrom(value);
} else {
stopPrice_ = value;
}
} else {
stopPriceBuilder_.mergeFrom(value);
}
bitField0_ |= 0x00000008;
onChanged();
return this;
}
/**
*
*Стоп-цена заявки за 1 инструмент. Для получения стоимости лота требуется умножить на лотность инструмента.
*
*
* .tinkoff.public.invest.api.contract.v1.Quotation stop_price = 4;
*/
public Builder clearStopPrice() {
bitField0_ = (bitField0_ & ~0x00000008);
stopPrice_ = null;
if (stopPriceBuilder_ != null) {
stopPriceBuilder_.dispose();
stopPriceBuilder_ = null;
}
onChanged();
return this;
}
/**
*
*Стоп-цена заявки за 1 инструмент. Для получения стоимости лота требуется умножить на лотность инструмента.
*
*
* .tinkoff.public.invest.api.contract.v1.Quotation stop_price = 4;
*/
public ru.tinkoff.piapi.contract.v1.Quotation.Builder getStopPriceBuilder() {
bitField0_ |= 0x00000008;
onChanged();
return getStopPriceFieldBuilder().getBuilder();
}
/**
*
*Стоп-цена заявки за 1 инструмент. Для получения стоимости лота требуется умножить на лотность инструмента.
*
*
* .tinkoff.public.invest.api.contract.v1.Quotation stop_price = 4;
*/
public ru.tinkoff.piapi.contract.v1.QuotationOrBuilder getStopPriceOrBuilder() {
if (stopPriceBuilder_ != null) {
return stopPriceBuilder_.getMessageOrBuilder();
} else {
return stopPrice_ == null ?
ru.tinkoff.piapi.contract.v1.Quotation.getDefaultInstance() : stopPrice_;
}
}
/**
*
*Стоп-цена заявки за 1 инструмент. Для получения стоимости лота требуется умножить на лотность инструмента.
*
*
* .tinkoff.public.invest.api.contract.v1.Quotation stop_price = 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>
getStopPriceFieldBuilder() {
if (stopPriceBuilder_ == null) {
stopPriceBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
ru.tinkoff.piapi.contract.v1.Quotation, ru.tinkoff.piapi.contract.v1.Quotation.Builder, ru.tinkoff.piapi.contract.v1.QuotationOrBuilder>(
getStopPrice(),
getParentForChildren(),
isClean());
stopPrice_ = null;
}
return stopPriceBuilder_;
}
private int direction_ = 0;
/**
*
*Направление операции.
*
*
* .tinkoff.public.invest.api.contract.v1.StopOrderDirection direction = 5;
* @return The enum numeric value on the wire for direction.
*/
@java.lang.Override public int getDirectionValue() {
return direction_;
}
/**
*
*Направление операции.
*
*
* .tinkoff.public.invest.api.contract.v1.StopOrderDirection direction = 5;
* @param value The enum numeric value on the wire for direction to set.
* @return This builder for chaining.
*/
public Builder setDirectionValue(int value) {
direction_ = value;
bitField0_ |= 0x00000010;
onChanged();
return this;
}
/**
*
*Направление операции.
*
*
* .tinkoff.public.invest.api.contract.v1.StopOrderDirection direction = 5;
* @return The direction.
*/
@java.lang.Override
public ru.tinkoff.piapi.contract.v1.StopOrderDirection getDirection() {
ru.tinkoff.piapi.contract.v1.StopOrderDirection result = ru.tinkoff.piapi.contract.v1.StopOrderDirection.forNumber(direction_);
return result == null ? ru.tinkoff.piapi.contract.v1.StopOrderDirection.UNRECOGNIZED : result;
}
/**
*
*Направление операции.
*
*
* .tinkoff.public.invest.api.contract.v1.StopOrderDirection direction = 5;
* @param value The direction to set.
* @return This builder for chaining.
*/
public Builder setDirection(ru.tinkoff.piapi.contract.v1.StopOrderDirection value) {
if (value == null) {
throw new NullPointerException();
}
bitField0_ |= 0x00000010;
direction_ = value.getNumber();
onChanged();
return this;
}
/**
*
*Направление операции.
*
*
* .tinkoff.public.invest.api.contract.v1.StopOrderDirection direction = 5;
* @return This builder for chaining.
*/
public Builder clearDirection() {
bitField0_ = (bitField0_ & ~0x00000010);
direction_ = 0;
onChanged();
return this;
}
private java.lang.Object accountId_ = "";
/**
*
*Номер счёта.
*
*
* string account_id = 6;
* @return The accountId.
*/
public java.lang.String getAccountId() {
java.lang.Object ref = accountId_;
if (!(ref instanceof java.lang.String)) {
com.google.protobuf.ByteString bs =
(com.google.protobuf.ByteString) ref;
java.lang.String s = bs.toStringUtf8();
accountId_ = s;
return s;
} else {
return (java.lang.String) ref;
}
}
/**
*
*Номер счёта.
*
*
* string account_id = 6;
* @return The bytes for accountId.
*/
public com.google.protobuf.ByteString
getAccountIdBytes() {
java.lang.Object ref = accountId_;
if (ref instanceof String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
accountId_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
/**
*
*Номер счёта.
*
*
* string account_id = 6;
* @param value The accountId to set.
* @return This builder for chaining.
*/
public Builder setAccountId(
java.lang.String value) {
if (value == null) { throw new NullPointerException(); }
accountId_ = value;
bitField0_ |= 0x00000020;
onChanged();
return this;
}
/**
*
*Номер счёта.
*
*
* string account_id = 6;
* @return This builder for chaining.
*/
public Builder clearAccountId() {
accountId_ = getDefaultInstance().getAccountId();
bitField0_ = (bitField0_ & ~0x00000020);
onChanged();
return this;
}
/**
*
*Номер счёта.
*
*
* string account_id = 6;
* @param value The bytes for accountId to set.
* @return This builder for chaining.
*/
public Builder setAccountIdBytes(
com.google.protobuf.ByteString value) {
if (value == null) { throw new NullPointerException(); }
checkByteStringIsUtf8(value);
accountId_ = value;
bitField0_ |= 0x00000020;
onChanged();
return this;
}
private int expirationType_ = 0;
/**
*
*Тип экспирации заявки.
*
*
* .tinkoff.public.invest.api.contract.v1.StopOrderExpirationType expiration_type = 7;
* @return The enum numeric value on the wire for expirationType.
*/
@java.lang.Override public int getExpirationTypeValue() {
return expirationType_;
}
/**
*
*Тип экспирации заявки.
*
*
* .tinkoff.public.invest.api.contract.v1.StopOrderExpirationType expiration_type = 7;
* @param value The enum numeric value on the wire for expirationType to set.
* @return This builder for chaining.
*/
public Builder setExpirationTypeValue(int value) {
expirationType_ = value;
bitField0_ |= 0x00000040;
onChanged();
return this;
}
/**
*
*Тип экспирации заявки.
*
*
* .tinkoff.public.invest.api.contract.v1.StopOrderExpirationType expiration_type = 7;
* @return The expirationType.
*/
@java.lang.Override
public ru.tinkoff.piapi.contract.v1.StopOrderExpirationType getExpirationType() {
ru.tinkoff.piapi.contract.v1.StopOrderExpirationType result = ru.tinkoff.piapi.contract.v1.StopOrderExpirationType.forNumber(expirationType_);
return result == null ? ru.tinkoff.piapi.contract.v1.StopOrderExpirationType.UNRECOGNIZED : result;
}
/**
*
*Тип экспирации заявки.
*
*
* .tinkoff.public.invest.api.contract.v1.StopOrderExpirationType expiration_type = 7;
* @param value The expirationType to set.
* @return This builder for chaining.
*/
public Builder setExpirationType(ru.tinkoff.piapi.contract.v1.StopOrderExpirationType value) {
if (value == null) {
throw new NullPointerException();
}
bitField0_ |= 0x00000040;
expirationType_ = value.getNumber();
onChanged();
return this;
}
/**
*
*Тип экспирации заявки.
*
*
* .tinkoff.public.invest.api.contract.v1.StopOrderExpirationType expiration_type = 7;
* @return This builder for chaining.
*/
public Builder clearExpirationType() {
bitField0_ = (bitField0_ & ~0x00000040);
expirationType_ = 0;
onChanged();
return this;
}
private int stopOrderType_ = 0;
/**
*
*Тип заявки.
*
*
* .tinkoff.public.invest.api.contract.v1.StopOrderType stop_order_type = 8;
* @return The enum numeric value on the wire for stopOrderType.
*/
@java.lang.Override public int getStopOrderTypeValue() {
return stopOrderType_;
}
/**
*
*Тип заявки.
*
*
* .tinkoff.public.invest.api.contract.v1.StopOrderType stop_order_type = 8;
* @param value The enum numeric value on the wire for stopOrderType to set.
* @return This builder for chaining.
*/
public Builder setStopOrderTypeValue(int value) {
stopOrderType_ = value;
bitField0_ |= 0x00000080;
onChanged();
return this;
}
/**
*
*Тип заявки.
*
*
* .tinkoff.public.invest.api.contract.v1.StopOrderType stop_order_type = 8;
* @return The stopOrderType.
*/
@java.lang.Override
public ru.tinkoff.piapi.contract.v1.StopOrderType getStopOrderType() {
ru.tinkoff.piapi.contract.v1.StopOrderType result = ru.tinkoff.piapi.contract.v1.StopOrderType.forNumber(stopOrderType_);
return result == null ? ru.tinkoff.piapi.contract.v1.StopOrderType.UNRECOGNIZED : result;
}
/**
*
*Тип заявки.
*
*
* .tinkoff.public.invest.api.contract.v1.StopOrderType stop_order_type = 8;
* @param value The stopOrderType to set.
* @return This builder for chaining.
*/
public Builder setStopOrderType(ru.tinkoff.piapi.contract.v1.StopOrderType value) {
if (value == null) {
throw new NullPointerException();
}
bitField0_ |= 0x00000080;
stopOrderType_ = value.getNumber();
onChanged();
return this;
}
/**
*
*Тип заявки.
*
*
* .tinkoff.public.invest.api.contract.v1.StopOrderType stop_order_type = 8;
* @return This builder for chaining.
*/
public Builder clearStopOrderType() {
bitField0_ = (bitField0_ & ~0x00000080);
stopOrderType_ = 0;
onChanged();
return this;
}
private com.google.protobuf.Timestamp expireDate_;
private com.google.protobuf.SingleFieldBuilderV3<
com.google.protobuf.Timestamp, com.google.protobuf.Timestamp.Builder, com.google.protobuf.TimestampOrBuilder> expireDateBuilder_;
/**
*
*Дата и время окончания действия стоп-заявки в часовом поясе UTC. **Для ExpirationType = GoodTillDate заполнение обязательно**.
*
*
* .google.protobuf.Timestamp expire_date = 9;
* @return Whether the expireDate field is set.
*/
public boolean hasExpireDate() {
return ((bitField0_ & 0x00000100) != 0);
}
/**
*
*Дата и время окончания действия стоп-заявки в часовом поясе UTC. **Для ExpirationType = GoodTillDate заполнение обязательно**.
*
*
* .google.protobuf.Timestamp expire_date = 9;
* @return The expireDate.
*/
public com.google.protobuf.Timestamp getExpireDate() {
if (expireDateBuilder_ == null) {
return expireDate_ == null ? com.google.protobuf.Timestamp.getDefaultInstance() : expireDate_;
} else {
return expireDateBuilder_.getMessage();
}
}
/**
*
*Дата и время окончания действия стоп-заявки в часовом поясе UTC. **Для ExpirationType = GoodTillDate заполнение обязательно**.
*
*
* .google.protobuf.Timestamp expire_date = 9;
*/
public Builder setExpireDate(com.google.protobuf.Timestamp value) {
if (expireDateBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
}
expireDate_ = value;
} else {
expireDateBuilder_.setMessage(value);
}
bitField0_ |= 0x00000100;
onChanged();
return this;
}
/**
*
*Дата и время окончания действия стоп-заявки в часовом поясе UTC. **Для ExpirationType = GoodTillDate заполнение обязательно**.
*
*
* .google.protobuf.Timestamp expire_date = 9;
*/
public Builder setExpireDate(
com.google.protobuf.Timestamp.Builder builderForValue) {
if (expireDateBuilder_ == null) {
expireDate_ = builderForValue.build();
} else {
expireDateBuilder_.setMessage(builderForValue.build());
}
bitField0_ |= 0x00000100;
onChanged();
return this;
}
/**
*
*Дата и время окончания действия стоп-заявки в часовом поясе UTC. **Для ExpirationType = GoodTillDate заполнение обязательно**.
*
*
* .google.protobuf.Timestamp expire_date = 9;
*/
public Builder mergeExpireDate(com.google.protobuf.Timestamp value) {
if (expireDateBuilder_ == null) {
if (((bitField0_ & 0x00000100) != 0) &&
expireDate_ != null &&
expireDate_ != com.google.protobuf.Timestamp.getDefaultInstance()) {
getExpireDateBuilder().mergeFrom(value);
} else {
expireDate_ = value;
}
} else {
expireDateBuilder_.mergeFrom(value);
}
bitField0_ |= 0x00000100;
onChanged();
return this;
}
/**
*
*Дата и время окончания действия стоп-заявки в часовом поясе UTC. **Для ExpirationType = GoodTillDate заполнение обязательно**.
*
*
* .google.protobuf.Timestamp expire_date = 9;
*/
public Builder clearExpireDate() {
bitField0_ = (bitField0_ & ~0x00000100);
expireDate_ = null;
if (expireDateBuilder_ != null) {
expireDateBuilder_.dispose();
expireDateBuilder_ = null;
}
onChanged();
return this;
}
/**
*
*Дата и время окончания действия стоп-заявки в часовом поясе UTC. **Для ExpirationType = GoodTillDate заполнение обязательно**.
*
*
* .google.protobuf.Timestamp expire_date = 9;
*/
public com.google.protobuf.Timestamp.Builder getExpireDateBuilder() {
bitField0_ |= 0x00000100;
onChanged();
return getExpireDateFieldBuilder().getBuilder();
}
/**
*
*Дата и время окончания действия стоп-заявки в часовом поясе UTC. **Для ExpirationType = GoodTillDate заполнение обязательно**.
*
*
* .google.protobuf.Timestamp expire_date = 9;
*/
public com.google.protobuf.TimestampOrBuilder getExpireDateOrBuilder() {
if (expireDateBuilder_ != null) {
return expireDateBuilder_.getMessageOrBuilder();
} else {
return expireDate_ == null ?
com.google.protobuf.Timestamp.getDefaultInstance() : expireDate_;
}
}
/**
*
*Дата и время окончания действия стоп-заявки в часовом поясе UTC. **Для ExpirationType = GoodTillDate заполнение обязательно**.
*
*
* .google.protobuf.Timestamp expire_date = 9;
*/
private com.google.protobuf.SingleFieldBuilderV3<
com.google.protobuf.Timestamp, com.google.protobuf.Timestamp.Builder, com.google.protobuf.TimestampOrBuilder>
getExpireDateFieldBuilder() {
if (expireDateBuilder_ == null) {
expireDateBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
com.google.protobuf.Timestamp, com.google.protobuf.Timestamp.Builder, com.google.protobuf.TimestampOrBuilder>(
getExpireDate(),
getParentForChildren(),
isClean());
expireDate_ = null;
}
return expireDateBuilder_;
}
private java.lang.Object instrumentId_ = "";
/**
*
*Идентификатор инструмента, принимает значения Figi или instrument_uid.
*
*
* string instrument_id = 10;
* @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 = 10;
* @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 = 10;
* @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_ |= 0x00000200;
onChanged();
return this;
}
/**
*
*Идентификатор инструмента, принимает значения Figi или instrument_uid.
*
*
* string instrument_id = 10;
* @return This builder for chaining.
*/
public Builder clearInstrumentId() {
instrumentId_ = getDefaultInstance().getInstrumentId();
bitField0_ = (bitField0_ & ~0x00000200);
onChanged();
return this;
}
/**
*
*Идентификатор инструмента, принимает значения Figi или instrument_uid.
*
*
* string instrument_id = 10;
* @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_ |= 0x00000200;
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.PostStopOrderRequest)
}
// @@protoc_insertion_point(class_scope:tinkoff.public.invest.api.contract.v1.PostStopOrderRequest)
private static final ru.tinkoff.piapi.contract.v1.PostStopOrderRequest DEFAULT_INSTANCE;
static {
DEFAULT_INSTANCE = new ru.tinkoff.piapi.contract.v1.PostStopOrderRequest();
}
public static ru.tinkoff.piapi.contract.v1.PostStopOrderRequest getDefaultInstance() {
return DEFAULT_INSTANCE;
}
private static final com.google.protobuf.Parser
PARSER = new com.google.protobuf.AbstractParser() {
@java.lang.Override
public PostStopOrderRequest 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.PostStopOrderRequest getDefaultInstanceForType() {
return DEFAULT_INSTANCE;
}
}