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

org.openfeed.InstrumentStatus Maven / Gradle / Ivy

The newest version!
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// NO CHECKED-IN PROTOBUF GENCODE
// source: openfeed.proto
// Protobuf Java Version: 4.28.3

package org.openfeed;

/**
 * 
 *
 * Instrument Status
 * 
* * Protobuf type {@code org.openfeed.InstrumentStatus} */ public final class InstrumentStatus extends com.google.protobuf.GeneratedMessage implements // @@protoc_insertion_point(message_implements:org.openfeed.InstrumentStatus) InstrumentStatusOrBuilder { private static final long serialVersionUID = 0L; static { com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, /* patch= */ 3, /* suffix= */ "", InstrumentStatus.class.getName()); } // Use InstrumentStatus.newBuilder() to construct. private InstrumentStatus(com.google.protobuf.GeneratedMessage.Builder builder) { super(builder); } private InstrumentStatus() { tradingStatus_ = 0; note_ = ""; regulationSHOShortSalePriceTest_ = 0; } public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return org.openfeed.Openfeed.internal_static_org_openfeed_InstrumentStatus_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return org.openfeed.Openfeed.internal_static_org_openfeed_InstrumentStatus_fieldAccessorTable .ensureFieldAccessorsInitialized( org.openfeed.InstrumentStatus.class, org.openfeed.InstrumentStatus.Builder.class); } public static final int TRANSACTIONTIME_FIELD_NUMBER = 9; private long transactionTime_ = 0L; /** *
   * UTC Timestamp, nano seconds since Unix epoch
   * 
* * sint64 transactionTime = 9; * @return The transactionTime. */ @java.lang.Override public long getTransactionTime() { return transactionTime_; } public static final int TRADINGSTATUS_FIELD_NUMBER = 10; private int tradingStatus_ = 0; /** * .org.openfeed.InstrumentTradingStatus tradingStatus = 10; * @return The enum numeric value on the wire for tradingStatus. */ @java.lang.Override public int getTradingStatusValue() { return tradingStatus_; } /** * .org.openfeed.InstrumentTradingStatus tradingStatus = 10; * @return The tradingStatus. */ @java.lang.Override public org.openfeed.InstrumentTradingStatus getTradingStatus() { org.openfeed.InstrumentTradingStatus result = org.openfeed.InstrumentTradingStatus.forNumber(tradingStatus_); return result == null ? org.openfeed.InstrumentTradingStatus.UNRECOGNIZED : result; } public static final int OPENINGTIME_FIELD_NUMBER = 11; private long openingTime_ = 0L; /** *
   * UTC Timestamp, nano seconds since Unix epoch
   * 
* * sint64 openingTime = 11; * @return The openingTime. */ @java.lang.Override public long getOpeningTime() { return openingTime_; } public static final int NOTE_FIELD_NUMBER = 12; @SuppressWarnings("serial") private volatile java.lang.Object note_ = ""; /** * string note = 12; * @return The note. */ @java.lang.Override public java.lang.String getNote() { java.lang.Object ref = note_; 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(); note_ = s; return s; } } /** * string note = 12; * @return The bytes for note. */ @java.lang.Override public com.google.protobuf.ByteString getNoteBytes() { java.lang.Object ref = note_; if (ref instanceof java.lang.String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); note_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } public static final int TRADEDATE_FIELD_NUMBER = 13; private int tradeDate_ = 0; /** *
   * / Date only, format 2012-07-04 -> 20120704
   * 
* * sint32 tradeDate = 13; * @return The tradeDate. */ @java.lang.Override public int getTradeDate() { return tradeDate_; } public static final int REGULATIONSHOSHORTSALEPRICETEST_FIELD_NUMBER = 14; private int regulationSHOShortSalePriceTest_ = 0; /** * .org.openfeed.RegulationSHOShortSalePriceTest regulationSHOShortSalePriceTest = 14; * @return The enum numeric value on the wire for regulationSHOShortSalePriceTest. */ @java.lang.Override public int getRegulationSHOShortSalePriceTestValue() { return regulationSHOShortSalePriceTest_; } /** * .org.openfeed.RegulationSHOShortSalePriceTest regulationSHOShortSalePriceTest = 14; * @return The regulationSHOShortSalePriceTest. */ @java.lang.Override public org.openfeed.RegulationSHOShortSalePriceTest getRegulationSHOShortSalePriceTest() { org.openfeed.RegulationSHOShortSalePriceTest result = org.openfeed.RegulationSHOShortSalePriceTest.forNumber(regulationSHOShortSalePriceTest_); return result == null ? org.openfeed.RegulationSHOShortSalePriceTest.UNRECOGNIZED : result; } 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 (transactionTime_ != 0L) { output.writeSInt64(9, transactionTime_); } if (tradingStatus_ != org.openfeed.InstrumentTradingStatus.UNKNOWN_TRADING_STATUS.getNumber()) { output.writeEnum(10, tradingStatus_); } if (openingTime_ != 0L) { output.writeSInt64(11, openingTime_); } if (!com.google.protobuf.GeneratedMessage.isStringEmpty(note_)) { com.google.protobuf.GeneratedMessage.writeString(output, 12, note_); } if (tradeDate_ != 0) { output.writeSInt32(13, tradeDate_); } if (regulationSHOShortSalePriceTest_ != org.openfeed.RegulationSHOShortSalePriceTest.UNKNOWN_PRICE_TEST.getNumber()) { output.writeEnum(14, regulationSHOShortSalePriceTest_); } getUnknownFields().writeTo(output); } @java.lang.Override public int getSerializedSize() { int size = memoizedSize; if (size != -1) return size; size = 0; if (transactionTime_ != 0L) { size += com.google.protobuf.CodedOutputStream .computeSInt64Size(9, transactionTime_); } if (tradingStatus_ != org.openfeed.InstrumentTradingStatus.UNKNOWN_TRADING_STATUS.getNumber()) { size += com.google.protobuf.CodedOutputStream .computeEnumSize(10, tradingStatus_); } if (openingTime_ != 0L) { size += com.google.protobuf.CodedOutputStream .computeSInt64Size(11, openingTime_); } if (!com.google.protobuf.GeneratedMessage.isStringEmpty(note_)) { size += com.google.protobuf.GeneratedMessage.computeStringSize(12, note_); } if (tradeDate_ != 0) { size += com.google.protobuf.CodedOutputStream .computeSInt32Size(13, tradeDate_); } if (regulationSHOShortSalePriceTest_ != org.openfeed.RegulationSHOShortSalePriceTest.UNKNOWN_PRICE_TEST.getNumber()) { size += com.google.protobuf.CodedOutputStream .computeEnumSize(14, regulationSHOShortSalePriceTest_); } 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 org.openfeed.InstrumentStatus)) { return super.equals(obj); } org.openfeed.InstrumentStatus other = (org.openfeed.InstrumentStatus) obj; if (getTransactionTime() != other.getTransactionTime()) return false; if (tradingStatus_ != other.tradingStatus_) return false; if (getOpeningTime() != other.getOpeningTime()) return false; if (!getNote() .equals(other.getNote())) return false; if (getTradeDate() != other.getTradeDate()) return false; if (regulationSHOShortSalePriceTest_ != other.regulationSHOShortSalePriceTest_) 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) + TRANSACTIONTIME_FIELD_NUMBER; hash = (53 * hash) + com.google.protobuf.Internal.hashLong( getTransactionTime()); hash = (37 * hash) + TRADINGSTATUS_FIELD_NUMBER; hash = (53 * hash) + tradingStatus_; hash = (37 * hash) + OPENINGTIME_FIELD_NUMBER; hash = (53 * hash) + com.google.protobuf.Internal.hashLong( getOpeningTime()); hash = (37 * hash) + NOTE_FIELD_NUMBER; hash = (53 * hash) + getNote().hashCode(); hash = (37 * hash) + TRADEDATE_FIELD_NUMBER; hash = (53 * hash) + getTradeDate(); hash = (37 * hash) + REGULATIONSHOSHORTSALEPRICETEST_FIELD_NUMBER; hash = (53 * hash) + regulationSHOShortSalePriceTest_; hash = (29 * hash) + getUnknownFields().hashCode(); memoizedHashCode = hash; return hash; } public static org.openfeed.InstrumentStatus parseFrom( java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static org.openfeed.InstrumentStatus parseFrom( java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static org.openfeed.InstrumentStatus parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static org.openfeed.InstrumentStatus parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static org.openfeed.InstrumentStatus parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static org.openfeed.InstrumentStatus parseFrom( byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static org.openfeed.InstrumentStatus parseFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessage .parseWithIOException(PARSER, input); } public static org.openfeed.InstrumentStatus parseFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessage .parseWithIOException(PARSER, input, extensionRegistry); } public static org.openfeed.InstrumentStatus parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessage .parseDelimitedWithIOException(PARSER, input); } public static org.openfeed.InstrumentStatus parseDelimitedFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessage .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } public static org.openfeed.InstrumentStatus parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessage .parseWithIOException(PARSER, input); } public static org.openfeed.InstrumentStatus parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessage .parseWithIOException(PARSER, input, extensionRegistry); } @java.lang.Override public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } public static Builder newBuilder(org.openfeed.InstrumentStatus 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.GeneratedMessage.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** *
   *
   * Instrument Status
   * 
* * Protobuf type {@code org.openfeed.InstrumentStatus} */ public static final class Builder extends com.google.protobuf.GeneratedMessage.Builder implements // @@protoc_insertion_point(builder_implements:org.openfeed.InstrumentStatus) org.openfeed.InstrumentStatusOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return org.openfeed.Openfeed.internal_static_org_openfeed_InstrumentStatus_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return org.openfeed.Openfeed.internal_static_org_openfeed_InstrumentStatus_fieldAccessorTable .ensureFieldAccessorsInitialized( org.openfeed.InstrumentStatus.class, org.openfeed.InstrumentStatus.Builder.class); } // Construct using org.openfeed.InstrumentStatus.newBuilder() private Builder() { } private Builder( com.google.protobuf.GeneratedMessage.BuilderParent parent) { super(parent); } @java.lang.Override public Builder clear() { super.clear(); bitField0_ = 0; transactionTime_ = 0L; tradingStatus_ = 0; openingTime_ = 0L; note_ = ""; tradeDate_ = 0; regulationSHOShortSalePriceTest_ = 0; return this; } @java.lang.Override public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return org.openfeed.Openfeed.internal_static_org_openfeed_InstrumentStatus_descriptor; } @java.lang.Override public org.openfeed.InstrumentStatus getDefaultInstanceForType() { return org.openfeed.InstrumentStatus.getDefaultInstance(); } @java.lang.Override public org.openfeed.InstrumentStatus build() { org.openfeed.InstrumentStatus result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } @java.lang.Override public org.openfeed.InstrumentStatus buildPartial() { org.openfeed.InstrumentStatus result = new org.openfeed.InstrumentStatus(this); if (bitField0_ != 0) { buildPartial0(result); } onBuilt(); return result; } private void buildPartial0(org.openfeed.InstrumentStatus result) { int from_bitField0_ = bitField0_; if (((from_bitField0_ & 0x00000001) != 0)) { result.transactionTime_ = transactionTime_; } if (((from_bitField0_ & 0x00000002) != 0)) { result.tradingStatus_ = tradingStatus_; } if (((from_bitField0_ & 0x00000004) != 0)) { result.openingTime_ = openingTime_; } if (((from_bitField0_ & 0x00000008) != 0)) { result.note_ = note_; } if (((from_bitField0_ & 0x00000010) != 0)) { result.tradeDate_ = tradeDate_; } if (((from_bitField0_ & 0x00000020) != 0)) { result.regulationSHOShortSalePriceTest_ = regulationSHOShortSalePriceTest_; } } @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof org.openfeed.InstrumentStatus) { return mergeFrom((org.openfeed.InstrumentStatus)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(org.openfeed.InstrumentStatus other) { if (other == org.openfeed.InstrumentStatus.getDefaultInstance()) return this; if (other.getTransactionTime() != 0L) { setTransactionTime(other.getTransactionTime()); } if (other.tradingStatus_ != 0) { setTradingStatusValue(other.getTradingStatusValue()); } if (other.getOpeningTime() != 0L) { setOpeningTime(other.getOpeningTime()); } if (!other.getNote().isEmpty()) { note_ = other.note_; bitField0_ |= 0x00000008; onChanged(); } if (other.getTradeDate() != 0) { setTradeDate(other.getTradeDate()); } if (other.regulationSHOShortSalePriceTest_ != 0) { setRegulationSHOShortSalePriceTestValue(other.getRegulationSHOShortSalePriceTestValue()); } 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 72: { transactionTime_ = input.readSInt64(); bitField0_ |= 0x00000001; break; } // case 72 case 80: { tradingStatus_ = input.readEnum(); bitField0_ |= 0x00000002; break; } // case 80 case 88: { openingTime_ = input.readSInt64(); bitField0_ |= 0x00000004; break; } // case 88 case 98: { note_ = input.readStringRequireUtf8(); bitField0_ |= 0x00000008; break; } // case 98 case 104: { tradeDate_ = input.readSInt32(); bitField0_ |= 0x00000010; break; } // case 104 case 112: { regulationSHOShortSalePriceTest_ = input.readEnum(); bitField0_ |= 0x00000020; break; } // case 112 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 long transactionTime_ ; /** *
     * UTC Timestamp, nano seconds since Unix epoch
     * 
* * sint64 transactionTime = 9; * @return The transactionTime. */ @java.lang.Override public long getTransactionTime() { return transactionTime_; } /** *
     * UTC Timestamp, nano seconds since Unix epoch
     * 
* * sint64 transactionTime = 9; * @param value The transactionTime to set. * @return This builder for chaining. */ public Builder setTransactionTime(long value) { transactionTime_ = value; bitField0_ |= 0x00000001; onChanged(); return this; } /** *
     * UTC Timestamp, nano seconds since Unix epoch
     * 
* * sint64 transactionTime = 9; * @return This builder for chaining. */ public Builder clearTransactionTime() { bitField0_ = (bitField0_ & ~0x00000001); transactionTime_ = 0L; onChanged(); return this; } private int tradingStatus_ = 0; /** * .org.openfeed.InstrumentTradingStatus tradingStatus = 10; * @return The enum numeric value on the wire for tradingStatus. */ @java.lang.Override public int getTradingStatusValue() { return tradingStatus_; } /** * .org.openfeed.InstrumentTradingStatus tradingStatus = 10; * @param value The enum numeric value on the wire for tradingStatus to set. * @return This builder for chaining. */ public Builder setTradingStatusValue(int value) { tradingStatus_ = value; bitField0_ |= 0x00000002; onChanged(); return this; } /** * .org.openfeed.InstrumentTradingStatus tradingStatus = 10; * @return The tradingStatus. */ @java.lang.Override public org.openfeed.InstrumentTradingStatus getTradingStatus() { org.openfeed.InstrumentTradingStatus result = org.openfeed.InstrumentTradingStatus.forNumber(tradingStatus_); return result == null ? org.openfeed.InstrumentTradingStatus.UNRECOGNIZED : result; } /** * .org.openfeed.InstrumentTradingStatus tradingStatus = 10; * @param value The tradingStatus to set. * @return This builder for chaining. */ public Builder setTradingStatus(org.openfeed.InstrumentTradingStatus value) { if (value == null) { throw new NullPointerException(); } bitField0_ |= 0x00000002; tradingStatus_ = value.getNumber(); onChanged(); return this; } /** * .org.openfeed.InstrumentTradingStatus tradingStatus = 10; * @return This builder for chaining. */ public Builder clearTradingStatus() { bitField0_ = (bitField0_ & ~0x00000002); tradingStatus_ = 0; onChanged(); return this; } private long openingTime_ ; /** *
     * UTC Timestamp, nano seconds since Unix epoch
     * 
* * sint64 openingTime = 11; * @return The openingTime. */ @java.lang.Override public long getOpeningTime() { return openingTime_; } /** *
     * UTC Timestamp, nano seconds since Unix epoch
     * 
* * sint64 openingTime = 11; * @param value The openingTime to set. * @return This builder for chaining. */ public Builder setOpeningTime(long value) { openingTime_ = value; bitField0_ |= 0x00000004; onChanged(); return this; } /** *
     * UTC Timestamp, nano seconds since Unix epoch
     * 
* * sint64 openingTime = 11; * @return This builder for chaining. */ public Builder clearOpeningTime() { bitField0_ = (bitField0_ & ~0x00000004); openingTime_ = 0L; onChanged(); return this; } private java.lang.Object note_ = ""; /** * string note = 12; * @return The note. */ public java.lang.String getNote() { java.lang.Object ref = note_; if (!(ref instanceof java.lang.String)) { com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); note_ = s; return s; } else { return (java.lang.String) ref; } } /** * string note = 12; * @return The bytes for note. */ public com.google.protobuf.ByteString getNoteBytes() { java.lang.Object ref = note_; if (ref instanceof String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); note_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } /** * string note = 12; * @param value The note to set. * @return This builder for chaining. */ public Builder setNote( java.lang.String value) { if (value == null) { throw new NullPointerException(); } note_ = value; bitField0_ |= 0x00000008; onChanged(); return this; } /** * string note = 12; * @return This builder for chaining. */ public Builder clearNote() { note_ = getDefaultInstance().getNote(); bitField0_ = (bitField0_ & ~0x00000008); onChanged(); return this; } /** * string note = 12; * @param value The bytes for note to set. * @return This builder for chaining. */ public Builder setNoteBytes( com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); note_ = value; bitField0_ |= 0x00000008; onChanged(); return this; } private int tradeDate_ ; /** *
     * / Date only, format 2012-07-04 -> 20120704
     * 
* * sint32 tradeDate = 13; * @return The tradeDate. */ @java.lang.Override public int getTradeDate() { return tradeDate_; } /** *
     * / Date only, format 2012-07-04 -> 20120704
     * 
* * sint32 tradeDate = 13; * @param value The tradeDate to set. * @return This builder for chaining. */ public Builder setTradeDate(int value) { tradeDate_ = value; bitField0_ |= 0x00000010; onChanged(); return this; } /** *
     * / Date only, format 2012-07-04 -> 20120704
     * 
* * sint32 tradeDate = 13; * @return This builder for chaining. */ public Builder clearTradeDate() { bitField0_ = (bitField0_ & ~0x00000010); tradeDate_ = 0; onChanged(); return this; } private int regulationSHOShortSalePriceTest_ = 0; /** * .org.openfeed.RegulationSHOShortSalePriceTest regulationSHOShortSalePriceTest = 14; * @return The enum numeric value on the wire for regulationSHOShortSalePriceTest. */ @java.lang.Override public int getRegulationSHOShortSalePriceTestValue() { return regulationSHOShortSalePriceTest_; } /** * .org.openfeed.RegulationSHOShortSalePriceTest regulationSHOShortSalePriceTest = 14; * @param value The enum numeric value on the wire for regulationSHOShortSalePriceTest to set. * @return This builder for chaining. */ public Builder setRegulationSHOShortSalePriceTestValue(int value) { regulationSHOShortSalePriceTest_ = value; bitField0_ |= 0x00000020; onChanged(); return this; } /** * .org.openfeed.RegulationSHOShortSalePriceTest regulationSHOShortSalePriceTest = 14; * @return The regulationSHOShortSalePriceTest. */ @java.lang.Override public org.openfeed.RegulationSHOShortSalePriceTest getRegulationSHOShortSalePriceTest() { org.openfeed.RegulationSHOShortSalePriceTest result = org.openfeed.RegulationSHOShortSalePriceTest.forNumber(regulationSHOShortSalePriceTest_); return result == null ? org.openfeed.RegulationSHOShortSalePriceTest.UNRECOGNIZED : result; } /** * .org.openfeed.RegulationSHOShortSalePriceTest regulationSHOShortSalePriceTest = 14; * @param value The regulationSHOShortSalePriceTest to set. * @return This builder for chaining. */ public Builder setRegulationSHOShortSalePriceTest(org.openfeed.RegulationSHOShortSalePriceTest value) { if (value == null) { throw new NullPointerException(); } bitField0_ |= 0x00000020; regulationSHOShortSalePriceTest_ = value.getNumber(); onChanged(); return this; } /** * .org.openfeed.RegulationSHOShortSalePriceTest regulationSHOShortSalePriceTest = 14; * @return This builder for chaining. */ public Builder clearRegulationSHOShortSalePriceTest() { bitField0_ = (bitField0_ & ~0x00000020); regulationSHOShortSalePriceTest_ = 0; onChanged(); return this; } // @@protoc_insertion_point(builder_scope:org.openfeed.InstrumentStatus) } // @@protoc_insertion_point(class_scope:org.openfeed.InstrumentStatus) private static final org.openfeed.InstrumentStatus DEFAULT_INSTANCE; static { DEFAULT_INSTANCE = new org.openfeed.InstrumentStatus(); } public static org.openfeed.InstrumentStatus getDefaultInstance() { return DEFAULT_INSTANCE; } private static final com.google.protobuf.Parser PARSER = new com.google.protobuf.AbstractParser() { @java.lang.Override public InstrumentStatus 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 org.openfeed.InstrumentStatus getDefaultInstanceForType() { return DEFAULT_INSTANCE; } }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy