Class WithdrawLimitsResponse

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

public final class WithdrawLimitsResponse extends com.google.protobuf.GeneratedMessageV3 implements WithdrawLimitsResponseOrBuilder
Доступный для вывода остаток.
 
Protobuf type tinkoff.public.invest.api.contract.v1.WithdrawLimitsResponse
See Also:
  • Field Details

    • MONEY_FIELD_NUMBER

      public static final int MONEY_FIELD_NUMBER
      See Also:
    • BLOCKED_FIELD_NUMBER

      public static final int BLOCKED_FIELD_NUMBER
      See Also:
    • BLOCKED_GUARANTEE_FIELD_NUMBER

      public static final int BLOCKED_GUARANTEE_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
    • getMoneyList

      public List<MoneyValue> getMoneyList()
      Массив валютных позиций портфеля.
       
      repeated .tinkoff.public.invest.api.contract.v1.MoneyValue money = 1;
      Specified by:
      getMoneyList in interface WithdrawLimitsResponseOrBuilder
    • getMoneyOrBuilderList

      public List<? extends MoneyValueOrBuilder> getMoneyOrBuilderList()
      Массив валютных позиций портфеля.
       
      repeated .tinkoff.public.invest.api.contract.v1.MoneyValue money = 1;
      Specified by:
      getMoneyOrBuilderList in interface WithdrawLimitsResponseOrBuilder
    • getMoneyCount

      public int getMoneyCount()
      Массив валютных позиций портфеля.
       
      repeated .tinkoff.public.invest.api.contract.v1.MoneyValue money = 1;
      Specified by:
      getMoneyCount in interface WithdrawLimitsResponseOrBuilder
    • getMoney

      public MoneyValue getMoney(int index)
      Массив валютных позиций портфеля.
       
      repeated .tinkoff.public.invest.api.contract.v1.MoneyValue money = 1;
      Specified by:
      getMoney in interface WithdrawLimitsResponseOrBuilder
    • getMoneyOrBuilder

      public MoneyValueOrBuilder getMoneyOrBuilder(int index)
      Массив валютных позиций портфеля.
       
      repeated .tinkoff.public.invest.api.contract.v1.MoneyValue money = 1;
      Specified by:
      getMoneyOrBuilder in interface WithdrawLimitsResponseOrBuilder
    • getBlockedList

      public List<MoneyValue> getBlockedList()
      Массив заблокированных валютных позиций портфеля.
       
      repeated .tinkoff.public.invest.api.contract.v1.MoneyValue blocked = 2;
      Specified by:
      getBlockedList in interface WithdrawLimitsResponseOrBuilder
    • getBlockedOrBuilderList

      public List<? extends MoneyValueOrBuilder> getBlockedOrBuilderList()
      Массив заблокированных валютных позиций портфеля.
       
      repeated .tinkoff.public.invest.api.contract.v1.MoneyValue blocked = 2;
      Specified by:
      getBlockedOrBuilderList in interface WithdrawLimitsResponseOrBuilder
    • getBlockedCount

      public int getBlockedCount()
      Массив заблокированных валютных позиций портфеля.
       
      repeated .tinkoff.public.invest.api.contract.v1.MoneyValue blocked = 2;
      Specified by:
      getBlockedCount in interface WithdrawLimitsResponseOrBuilder
    • getBlocked

      public MoneyValue getBlocked(int index)
      Массив заблокированных валютных позиций портфеля.
       
      repeated .tinkoff.public.invest.api.contract.v1.MoneyValue blocked = 2;
      Specified by:
      getBlocked in interface WithdrawLimitsResponseOrBuilder
    • getBlockedOrBuilder

      public MoneyValueOrBuilder getBlockedOrBuilder(int index)
      Массив заблокированных валютных позиций портфеля.
       
      repeated .tinkoff.public.invest.api.contract.v1.MoneyValue blocked = 2;
      Specified by:
      getBlockedOrBuilder in interface WithdrawLimitsResponseOrBuilder
    • getBlockedGuaranteeList

      public List<MoneyValue> getBlockedGuaranteeList()
      Заблокировано под гарантийное обеспечение фьючерсов.
       
      repeated .tinkoff.public.invest.api.contract.v1.MoneyValue blocked_guarantee = 3;
      Specified by:
      getBlockedGuaranteeList in interface WithdrawLimitsResponseOrBuilder
    • getBlockedGuaranteeOrBuilderList

      public List<? extends MoneyValueOrBuilder> getBlockedGuaranteeOrBuilderList()
      Заблокировано под гарантийное обеспечение фьючерсов.
       
      repeated .tinkoff.public.invest.api.contract.v1.MoneyValue blocked_guarantee = 3;
      Specified by:
      getBlockedGuaranteeOrBuilderList in interface WithdrawLimitsResponseOrBuilder
    • getBlockedGuaranteeCount

      public int getBlockedGuaranteeCount()
      Заблокировано под гарантийное обеспечение фьючерсов.
       
      repeated .tinkoff.public.invest.api.contract.v1.MoneyValue blocked_guarantee = 3;
      Specified by:
      getBlockedGuaranteeCount in interface WithdrawLimitsResponseOrBuilder
    • getBlockedGuarantee

      public MoneyValue getBlockedGuarantee(int index)
      Заблокировано под гарантийное обеспечение фьючерсов.
       
      repeated .tinkoff.public.invest.api.contract.v1.MoneyValue blocked_guarantee = 3;
      Specified by:
      getBlockedGuarantee in interface WithdrawLimitsResponseOrBuilder
    • getBlockedGuaranteeOrBuilder

      public MoneyValueOrBuilder getBlockedGuaranteeOrBuilder(int index)
      Заблокировано под гарантийное обеспечение фьючерсов.
       
      repeated .tinkoff.public.invest.api.contract.v1.MoneyValue blocked_guarantee = 3;
      Specified by:
      getBlockedGuaranteeOrBuilder in interface WithdrawLimitsResponseOrBuilder
    • 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 WithdrawLimitsResponse parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

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

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

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

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

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

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

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

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

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

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

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

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

      public static WithdrawLimitsResponse.Builder newBuilder()
    • newBuilder

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

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

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

      public static WithdrawLimitsResponse getDefaultInstance()
    • parser

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

      public com.google.protobuf.Parser<WithdrawLimitsResponse> 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 WithdrawLimitsResponse getDefaultInstanceForType()
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder