Class BrokerReport

java.lang.Object
com.google.protobuf.AbstractMessageLite
com.google.protobuf.AbstractMessage
com.google.protobuf.GeneratedMessageV3
ru.tinkoff.piapi.contract.v1.BrokerReport
All Implemented Interfaces:
com.google.protobuf.Message, com.google.protobuf.MessageLite, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Serializable, BrokerReportOrBuilder

public final class BrokerReport extends com.google.protobuf.GeneratedMessageV3 implements BrokerReportOrBuilder
Protobuf type tinkoff.public.invest.api.contract.v1.BrokerReport
See Also:
  • Field Details

    • TRADE_ID_FIELD_NUMBER

      public static final int TRADE_ID_FIELD_NUMBER
      See Also:
    • ORDER_ID_FIELD_NUMBER

      public static final int ORDER_ID_FIELD_NUMBER
      See Also:
    • FIGI_FIELD_NUMBER

      public static final int FIGI_FIELD_NUMBER
      See Also:
    • EXECUTE_SIGN_FIELD_NUMBER

      public static final int EXECUTE_SIGN_FIELD_NUMBER
      See Also:
    • TRADE_DATETIME_FIELD_NUMBER

      public static final int TRADE_DATETIME_FIELD_NUMBER
      See Also:
    • EXCHANGE_FIELD_NUMBER

      public static final int EXCHANGE_FIELD_NUMBER
      See Also:
    • CLASS_CODE_FIELD_NUMBER

      public static final int CLASS_CODE_FIELD_NUMBER
      See Also:
    • DIRECTION_FIELD_NUMBER

      public static final int DIRECTION_FIELD_NUMBER
      See Also:
    • NAME_FIELD_NUMBER

      public static final int NAME_FIELD_NUMBER
      See Also:
    • TICKER_FIELD_NUMBER

      public static final int TICKER_FIELD_NUMBER
      See Also:
    • PRICE_FIELD_NUMBER

      public static final int PRICE_FIELD_NUMBER
      See Also:
    • QUANTITY_FIELD_NUMBER

      public static final int QUANTITY_FIELD_NUMBER
      See Also:
    • ORDER_AMOUNT_FIELD_NUMBER

      public static final int ORDER_AMOUNT_FIELD_NUMBER
      See Also:
    • ACI_VALUE_FIELD_NUMBER

      public static final int ACI_VALUE_FIELD_NUMBER
      See Also:
    • TOTAL_ORDER_AMOUNT_FIELD_NUMBER

      public static final int TOTAL_ORDER_AMOUNT_FIELD_NUMBER
      See Also:
    • BROKER_COMMISSION_FIELD_NUMBER

      public static final int BROKER_COMMISSION_FIELD_NUMBER
      See Also:
    • EXCHANGE_COMMISSION_FIELD_NUMBER

      public static final int EXCHANGE_COMMISSION_FIELD_NUMBER
      See Also:
    • EXCHANGE_CLEARING_COMMISSION_FIELD_NUMBER

      public static final int EXCHANGE_CLEARING_COMMISSION_FIELD_NUMBER
      See Also:
    • REPO_RATE_FIELD_NUMBER

      public static final int REPO_RATE_FIELD_NUMBER
      See Also:
    • PARTY_FIELD_NUMBER

      public static final int PARTY_FIELD_NUMBER
      See Also:
    • CLEAR_VALUE_DATE_FIELD_NUMBER

      public static final int CLEAR_VALUE_DATE_FIELD_NUMBER
      See Also:
    • SEC_VALUE_DATE_FIELD_NUMBER

      public static final int SEC_VALUE_DATE_FIELD_NUMBER
      See Also:
    • BROKER_STATUS_FIELD_NUMBER

      public static final int BROKER_STATUS_FIELD_NUMBER
      See Also:
    • SEPARATE_AGREEMENT_TYPE_FIELD_NUMBER

      public static final int SEPARATE_AGREEMENT_TYPE_FIELD_NUMBER
      See Also:
    • SEPARATE_AGREEMENT_NUMBER_FIELD_NUMBER

      public static final int SEPARATE_AGREEMENT_NUMBER_FIELD_NUMBER
      See Also:
    • SEPARATE_AGREEMENT_DATE_FIELD_NUMBER

      public static final int SEPARATE_AGREEMENT_DATE_FIELD_NUMBER
      See Also:
    • DELIVERY_TYPE_FIELD_NUMBER

      public static final int DELIVERY_TYPE_FIELD_NUMBER
      See Also:
  • Method Details

    • newInstance

      protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
      Overrides:
      newInstance in class com.google.protobuf.GeneratedMessageV3
    • getUnknownFields

      public final com.google.protobuf.UnknownFieldSet getUnknownFields()
      Specified by:
      getUnknownFields in interface com.google.protobuf.MessageOrBuilder
      Overrides:
      getUnknownFields in class com.google.protobuf.GeneratedMessageV3
    • getDescriptor

      public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
    • internalGetFieldAccessorTable

      protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
      Specified by:
      internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3
    • getTradeId

      public String getTradeId()
      Номер сделки.
       
      string trade_id = 1;
      Specified by:
      getTradeId in interface BrokerReportOrBuilder
      Returns:
      The tradeId.
    • getTradeIdBytes

      public com.google.protobuf.ByteString getTradeIdBytes()
      Номер сделки.
       
      string trade_id = 1;
      Specified by:
      getTradeIdBytes in interface BrokerReportOrBuilder
      Returns:
      The bytes for tradeId.
    • getOrderId

      public String getOrderId()
      Номер поручения.
       
      string order_id = 2;
      Specified by:
      getOrderId in interface BrokerReportOrBuilder
      Returns:
      The orderId.
    • getOrderIdBytes

      public com.google.protobuf.ByteString getOrderIdBytes()
      Номер поручения.
       
      string order_id = 2;
      Specified by:
      getOrderIdBytes in interface BrokerReportOrBuilder
      Returns:
      The bytes for orderId.
    • getFigi

      public String getFigi()
      Figi-идентификатор инструмента.
       
      string figi = 3;
      Specified by:
      getFigi in interface BrokerReportOrBuilder
      Returns:
      The figi.
    • getFigiBytes

      public com.google.protobuf.ByteString getFigiBytes()
      Figi-идентификатор инструмента.
       
      string figi = 3;
      Specified by:
      getFigiBytes in interface BrokerReportOrBuilder
      Returns:
      The bytes for figi.
    • getExecuteSign

      public String getExecuteSign()
      Признак исполнения.
       
      string execute_sign = 4;
      Specified by:
      getExecuteSign in interface BrokerReportOrBuilder
      Returns:
      The executeSign.
    • getExecuteSignBytes

      public com.google.protobuf.ByteString getExecuteSignBytes()
      Признак исполнения.
       
      string execute_sign = 4;
      Specified by:
      getExecuteSignBytes in interface BrokerReportOrBuilder
      Returns:
      The bytes for executeSign.
    • hasTradeDatetime

      public boolean hasTradeDatetime()
      Дата и время заключения в часовом поясе UTC.
       
      .google.protobuf.Timestamp trade_datetime = 5;
      Specified by:
      hasTradeDatetime in interface BrokerReportOrBuilder
      Returns:
      Whether the tradeDatetime field is set.
    • getTradeDatetime

      public com.google.protobuf.Timestamp getTradeDatetime()
      Дата и время заключения в часовом поясе UTC.
       
      .google.protobuf.Timestamp trade_datetime = 5;
      Specified by:
      getTradeDatetime in interface BrokerReportOrBuilder
      Returns:
      The tradeDatetime.
    • getTradeDatetimeOrBuilder

      public com.google.protobuf.TimestampOrBuilder getTradeDatetimeOrBuilder()
      Дата и время заключения в часовом поясе UTC.
       
      .google.protobuf.Timestamp trade_datetime = 5;
      Specified by:
      getTradeDatetimeOrBuilder in interface BrokerReportOrBuilder
    • getExchange

      public String getExchange()
      Торговая площадка.
       
      string exchange = 6;
      Specified by:
      getExchange in interface BrokerReportOrBuilder
      Returns:
      The exchange.
    • getExchangeBytes

      public com.google.protobuf.ByteString getExchangeBytes()
      Торговая площадка.
       
      string exchange = 6;
      Specified by:
      getExchangeBytes in interface BrokerReportOrBuilder
      Returns:
      The bytes for exchange.
    • getClassCode

      public String getClassCode()
      Режим торгов.
       
      string class_code = 7;
      Specified by:
      getClassCode in interface BrokerReportOrBuilder
      Returns:
      The classCode.
    • getClassCodeBytes

      public com.google.protobuf.ByteString getClassCodeBytes()
      Режим торгов.
       
      string class_code = 7;
      Specified by:
      getClassCodeBytes in interface BrokerReportOrBuilder
      Returns:
      The bytes for classCode.
    • getDirection

      public String getDirection()
      Вид сделки.
       
      string direction = 8;
      Specified by:
      getDirection in interface BrokerReportOrBuilder
      Returns:
      The direction.
    • getDirectionBytes

      public com.google.protobuf.ByteString getDirectionBytes()
      Вид сделки.
       
      string direction = 8;
      Specified by:
      getDirectionBytes in interface BrokerReportOrBuilder
      Returns:
      The bytes for direction.
    • getName

      public String getName()
      Сокращённое наименование актива.
       
      string name = 9;
      Specified by:
      getName in interface BrokerReportOrBuilder
      Returns:
      The name.
    • getNameBytes

      public com.google.protobuf.ByteString getNameBytes()
      Сокращённое наименование актива.
       
      string name = 9;
      Specified by:
      getNameBytes in interface BrokerReportOrBuilder
      Returns:
      The bytes for name.
    • getTicker

      public String getTicker()
      Код актива.
       
      string ticker = 10;
      Specified by:
      getTicker in interface BrokerReportOrBuilder
      Returns:
      The ticker.
    • getTickerBytes

      public com.google.protobuf.ByteString getTickerBytes()
      Код актива.
       
      string ticker = 10;
      Specified by:
      getTickerBytes in interface BrokerReportOrBuilder
      Returns:
      The bytes for ticker.
    • hasPrice

      public boolean hasPrice()
      Цена за единицу.
       
      .tinkoff.public.invest.api.contract.v1.MoneyValue price = 11;
      Specified by:
      hasPrice in interface BrokerReportOrBuilder
      Returns:
      Whether the price field is set.
    • getPrice

      public MoneyValue getPrice()
      Цена за единицу.
       
      .tinkoff.public.invest.api.contract.v1.MoneyValue price = 11;
      Specified by:
      getPrice in interface BrokerReportOrBuilder
      Returns:
      The price.
    • getPriceOrBuilder

      public MoneyValueOrBuilder getPriceOrBuilder()
      Цена за единицу.
       
      .tinkoff.public.invest.api.contract.v1.MoneyValue price = 11;
      Specified by:
      getPriceOrBuilder in interface BrokerReportOrBuilder
    • getQuantity

      public long getQuantity()
      Количество.
       
      int64 quantity = 12;
      Specified by:
      getQuantity in interface BrokerReportOrBuilder
      Returns:
      The quantity.
    • hasOrderAmount

      public boolean hasOrderAmount()
      Сумма (без НКД).
       
      .tinkoff.public.invest.api.contract.v1.MoneyValue order_amount = 13;
      Specified by:
      hasOrderAmount in interface BrokerReportOrBuilder
      Returns:
      Whether the orderAmount field is set.
    • getOrderAmount

      public MoneyValue getOrderAmount()
      Сумма (без НКД).
       
      .tinkoff.public.invest.api.contract.v1.MoneyValue order_amount = 13;
      Specified by:
      getOrderAmount in interface BrokerReportOrBuilder
      Returns:
      The orderAmount.
    • getOrderAmountOrBuilder

      public MoneyValueOrBuilder getOrderAmountOrBuilder()
      Сумма (без НКД).
       
      .tinkoff.public.invest.api.contract.v1.MoneyValue order_amount = 13;
      Specified by:
      getOrderAmountOrBuilder in interface BrokerReportOrBuilder
    • hasAciValue

      public boolean hasAciValue()
      НКД.
       
      .tinkoff.public.invest.api.contract.v1.Quotation aci_value = 14;
      Specified by:
      hasAciValue in interface BrokerReportOrBuilder
      Returns:
      Whether the aciValue field is set.
    • getAciValue

      public Quotation getAciValue()
      НКД.
       
      .tinkoff.public.invest.api.contract.v1.Quotation aci_value = 14;
      Specified by:
      getAciValue in interface BrokerReportOrBuilder
      Returns:
      The aciValue.
    • getAciValueOrBuilder

      public QuotationOrBuilder getAciValueOrBuilder()
      НКД.
       
      .tinkoff.public.invest.api.contract.v1.Quotation aci_value = 14;
      Specified by:
      getAciValueOrBuilder in interface BrokerReportOrBuilder
    • hasTotalOrderAmount

      public boolean hasTotalOrderAmount()
      Сумма сделки.
       
      .tinkoff.public.invest.api.contract.v1.MoneyValue total_order_amount = 15;
      Specified by:
      hasTotalOrderAmount in interface BrokerReportOrBuilder
      Returns:
      Whether the totalOrderAmount field is set.
    • getTotalOrderAmount

      public MoneyValue getTotalOrderAmount()
      Сумма сделки.
       
      .tinkoff.public.invest.api.contract.v1.MoneyValue total_order_amount = 15;
      Specified by:
      getTotalOrderAmount in interface BrokerReportOrBuilder
      Returns:
      The totalOrderAmount.
    • getTotalOrderAmountOrBuilder

      public MoneyValueOrBuilder getTotalOrderAmountOrBuilder()
      Сумма сделки.
       
      .tinkoff.public.invest.api.contract.v1.MoneyValue total_order_amount = 15;
      Specified by:
      getTotalOrderAmountOrBuilder in interface BrokerReportOrBuilder
    • hasBrokerCommission

      public boolean hasBrokerCommission()
      Комиссия брокера.
       
      .tinkoff.public.invest.api.contract.v1.MoneyValue broker_commission = 16;
      Specified by:
      hasBrokerCommission in interface BrokerReportOrBuilder
      Returns:
      Whether the brokerCommission field is set.
    • getBrokerCommission

      public MoneyValue getBrokerCommission()
      Комиссия брокера.
       
      .tinkoff.public.invest.api.contract.v1.MoneyValue broker_commission = 16;
      Specified by:
      getBrokerCommission in interface BrokerReportOrBuilder
      Returns:
      The brokerCommission.
    • getBrokerCommissionOrBuilder

      public MoneyValueOrBuilder getBrokerCommissionOrBuilder()
      Комиссия брокера.
       
      .tinkoff.public.invest.api.contract.v1.MoneyValue broker_commission = 16;
      Specified by:
      getBrokerCommissionOrBuilder in interface BrokerReportOrBuilder
    • hasExchangeCommission

      public boolean hasExchangeCommission()
      Комиссия биржи.
       
      .tinkoff.public.invest.api.contract.v1.MoneyValue exchange_commission = 17;
      Specified by:
      hasExchangeCommission in interface BrokerReportOrBuilder
      Returns:
      Whether the exchangeCommission field is set.
    • getExchangeCommission

      public MoneyValue getExchangeCommission()
      Комиссия биржи.
       
      .tinkoff.public.invest.api.contract.v1.MoneyValue exchange_commission = 17;
      Specified by:
      getExchangeCommission in interface BrokerReportOrBuilder
      Returns:
      The exchangeCommission.
    • getExchangeCommissionOrBuilder

      public MoneyValueOrBuilder getExchangeCommissionOrBuilder()
      Комиссия биржи.
       
      .tinkoff.public.invest.api.contract.v1.MoneyValue exchange_commission = 17;
      Specified by:
      getExchangeCommissionOrBuilder in interface BrokerReportOrBuilder
    • hasExchangeClearingCommission

      public boolean hasExchangeClearingCommission()
      Комиссия клир. центра.
       
      .tinkoff.public.invest.api.contract.v1.MoneyValue exchange_clearing_commission = 18;
      Specified by:
      hasExchangeClearingCommission in interface BrokerReportOrBuilder
      Returns:
      Whether the exchangeClearingCommission field is set.
    • getExchangeClearingCommission

      public MoneyValue getExchangeClearingCommission()
      Комиссия клир. центра.
       
      .tinkoff.public.invest.api.contract.v1.MoneyValue exchange_clearing_commission = 18;
      Specified by:
      getExchangeClearingCommission in interface BrokerReportOrBuilder
      Returns:
      The exchangeClearingCommission.
    • getExchangeClearingCommissionOrBuilder

      public MoneyValueOrBuilder getExchangeClearingCommissionOrBuilder()
      Комиссия клир. центра.
       
      .tinkoff.public.invest.api.contract.v1.MoneyValue exchange_clearing_commission = 18;
      Specified by:
      getExchangeClearingCommissionOrBuilder in interface BrokerReportOrBuilder
    • hasRepoRate

      public boolean hasRepoRate()
      Ставка РЕПО (%).
       
      .tinkoff.public.invest.api.contract.v1.Quotation repo_rate = 19;
      Specified by:
      hasRepoRate in interface BrokerReportOrBuilder
      Returns:
      Whether the repoRate field is set.
    • getRepoRate

      public Quotation getRepoRate()
      Ставка РЕПО (%).
       
      .tinkoff.public.invest.api.contract.v1.Quotation repo_rate = 19;
      Specified by:
      getRepoRate in interface BrokerReportOrBuilder
      Returns:
      The repoRate.
    • getRepoRateOrBuilder

      public QuotationOrBuilder getRepoRateOrBuilder()
      Ставка РЕПО (%).
       
      .tinkoff.public.invest.api.contract.v1.Quotation repo_rate = 19;
      Specified by:
      getRepoRateOrBuilder in interface BrokerReportOrBuilder
    • getParty

      public String getParty()
      Контрагент/Брокер.
       
      string party = 20;
      Specified by:
      getParty in interface BrokerReportOrBuilder
      Returns:
      The party.
    • getPartyBytes

      public com.google.protobuf.ByteString getPartyBytes()
      Контрагент/Брокер.
       
      string party = 20;
      Specified by:
      getPartyBytes in interface BrokerReportOrBuilder
      Returns:
      The bytes for party.
    • hasClearValueDate

      public boolean hasClearValueDate()
      Дата расчётов в часовом поясе UTC.
       
      .google.protobuf.Timestamp clear_value_date = 21;
      Specified by:
      hasClearValueDate in interface BrokerReportOrBuilder
      Returns:
      Whether the clearValueDate field is set.
    • getClearValueDate

      public com.google.protobuf.Timestamp getClearValueDate()
      Дата расчётов в часовом поясе UTC.
       
      .google.protobuf.Timestamp clear_value_date = 21;
      Specified by:
      getClearValueDate in interface BrokerReportOrBuilder
      Returns:
      The clearValueDate.
    • getClearValueDateOrBuilder

      public com.google.protobuf.TimestampOrBuilder getClearValueDateOrBuilder()
      Дата расчётов в часовом поясе UTC.
       
      .google.protobuf.Timestamp clear_value_date = 21;
      Specified by:
      getClearValueDateOrBuilder in interface BrokerReportOrBuilder
    • hasSecValueDate

      public boolean hasSecValueDate()
      Дата поставки в часовом поясе UTC.
       
      .google.protobuf.Timestamp sec_value_date = 22;
      Specified by:
      hasSecValueDate in interface BrokerReportOrBuilder
      Returns:
      Whether the secValueDate field is set.
    • getSecValueDate

      public com.google.protobuf.Timestamp getSecValueDate()
      Дата поставки в часовом поясе UTC.
       
      .google.protobuf.Timestamp sec_value_date = 22;
      Specified by:
      getSecValueDate in interface BrokerReportOrBuilder
      Returns:
      The secValueDate.
    • getSecValueDateOrBuilder

      public com.google.protobuf.TimestampOrBuilder getSecValueDateOrBuilder()
      Дата поставки в часовом поясе UTC.
       
      .google.protobuf.Timestamp sec_value_date = 22;
      Specified by:
      getSecValueDateOrBuilder in interface BrokerReportOrBuilder
    • getBrokerStatus

      public String getBrokerStatus()
      Статус брокера.
       
      string broker_status = 23;
      Specified by:
      getBrokerStatus in interface BrokerReportOrBuilder
      Returns:
      The brokerStatus.
    • getBrokerStatusBytes

      public com.google.protobuf.ByteString getBrokerStatusBytes()
      Статус брокера.
       
      string broker_status = 23;
      Specified by:
      getBrokerStatusBytes in interface BrokerReportOrBuilder
      Returns:
      The bytes for brokerStatus.
    • getSeparateAgreementType

      public String getSeparateAgreementType()
      Тип дог.
       
      string separate_agreement_type = 24;
      Specified by:
      getSeparateAgreementType in interface BrokerReportOrBuilder
      Returns:
      The separateAgreementType.
    • getSeparateAgreementTypeBytes

      public com.google.protobuf.ByteString getSeparateAgreementTypeBytes()
      Тип дог.
       
      string separate_agreement_type = 24;
      Specified by:
      getSeparateAgreementTypeBytes in interface BrokerReportOrBuilder
      Returns:
      The bytes for separateAgreementType.
    • getSeparateAgreementNumber

      public String getSeparateAgreementNumber()
      Номер дог.
       
      string separate_agreement_number = 25;
      Specified by:
      getSeparateAgreementNumber in interface BrokerReportOrBuilder
      Returns:
      The separateAgreementNumber.
    • getSeparateAgreementNumberBytes

      public com.google.protobuf.ByteString getSeparateAgreementNumberBytes()
      Номер дог.
       
      string separate_agreement_number = 25;
      Specified by:
      getSeparateAgreementNumberBytes in interface BrokerReportOrBuilder
      Returns:
      The bytes for separateAgreementNumber.
    • getSeparateAgreementDate

      public String getSeparateAgreementDate()
      Дата дог.
       
      string separate_agreement_date = 26;
      Specified by:
      getSeparateAgreementDate in interface BrokerReportOrBuilder
      Returns:
      The separateAgreementDate.
    • getSeparateAgreementDateBytes

      public com.google.protobuf.ByteString getSeparateAgreementDateBytes()
      Дата дог.
       
      string separate_agreement_date = 26;
      Specified by:
      getSeparateAgreementDateBytes in interface BrokerReportOrBuilder
      Returns:
      The bytes for separateAgreementDate.
    • getDeliveryType

      public String getDeliveryType()
      Тип расчёта по сделке.
       
      string delivery_type = 27;
      Specified by:
      getDeliveryType in interface BrokerReportOrBuilder
      Returns:
      The deliveryType.
    • getDeliveryTypeBytes

      public com.google.protobuf.ByteString getDeliveryTypeBytes()
      Тип расчёта по сделке.
       
      string delivery_type = 27;
      Specified by:
      getDeliveryTypeBytes in interface BrokerReportOrBuilder
      Returns:
      The bytes for deliveryType.
    • isInitialized

      public final boolean isInitialized()
      Specified by:
      isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
      Overrides:
      isInitialized in class com.google.protobuf.GeneratedMessageV3
    • writeTo

      public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException
      Specified by:
      writeTo in interface com.google.protobuf.MessageLite
      Overrides:
      writeTo in class com.google.protobuf.GeneratedMessageV3
      Throws:
      IOException
    • getSerializedSize

      public int getSerializedSize()
      Specified by:
      getSerializedSize in interface com.google.protobuf.MessageLite
      Overrides:
      getSerializedSize in class com.google.protobuf.GeneratedMessageV3
    • equals

      public boolean equals(Object obj)
      Specified by:
      equals in interface com.google.protobuf.Message
      Overrides:
      equals in class com.google.protobuf.AbstractMessage
    • hashCode

      public int hashCode()
      Specified by:
      hashCode in interface com.google.protobuf.Message
      Overrides:
      hashCode in class com.google.protobuf.AbstractMessage
    • parseFrom

      public static BrokerReport parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static BrokerReport parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static BrokerReport parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static BrokerReport parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static BrokerReport parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static BrokerReport parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static BrokerReport parseFrom(InputStream input) throws IOException
      Throws:
      IOException
    • parseFrom

      public static BrokerReport parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • parseDelimitedFrom

      public static BrokerReport parseDelimitedFrom(InputStream input) throws IOException
      Throws:
      IOException
    • parseDelimitedFrom

      public static BrokerReport parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • parseFrom

      public static BrokerReport parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
      Throws:
      IOException
    • parseFrom

      public static BrokerReport parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • newBuilderForType

      public BrokerReport.Builder newBuilderForType()
      Specified by:
      newBuilderForType in interface com.google.protobuf.Message
      Specified by:
      newBuilderForType in interface com.google.protobuf.MessageLite
    • newBuilder

      public static BrokerReport.Builder newBuilder()
    • newBuilder

      public static BrokerReport.Builder newBuilder(BrokerReport prototype)
    • toBuilder

      public BrokerReport.Builder toBuilder()
      Specified by:
      toBuilder in interface com.google.protobuf.Message
      Specified by:
      toBuilder in interface com.google.protobuf.MessageLite
    • newBuilderForType

      protected BrokerReport.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
      Specified by:
      newBuilderForType in class com.google.protobuf.GeneratedMessageV3
    • getDefaultInstance

      public static BrokerReport getDefaultInstance()
    • parser

      public static com.google.protobuf.Parser<BrokerReport> parser()
    • getParserForType

      public com.google.protobuf.Parser<BrokerReport> getParserForType()
      Specified by:
      getParserForType in interface com.google.protobuf.Message
      Specified by:
      getParserForType in interface com.google.protobuf.MessageLite
      Overrides:
      getParserForType in class com.google.protobuf.GeneratedMessageV3
    • getDefaultInstanceForType

      public BrokerReport getDefaultInstanceForType()
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder