Uses of Enum
ru.tinkoff.piapi.contract.v1.TradeDirection
-
Uses of TradeDirection in ru.tinkoff.piapi.contract.v1
Methods in ru.tinkoff.piapi.contract.v1 that return TradeDirectionModifier and TypeMethodDescriptionstatic TradeDirectionTradeDirection.forNumber(int value) Trade.Builder.getDirection()Направление сделки.Trade.getDirection()Направление сделки.TradeOrBuilder.getDirection()Направление сделки.static TradeDirectionTradeDirection.valueOf(int value) Deprecated.static TradeDirectionTradeDirection.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this type with the specified name.static TradeDirectionReturns the enum constant of this type with the specified name.static TradeDirection[]TradeDirection.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in ru.tinkoff.piapi.contract.v1 that return types with arguments of type TradeDirectionModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap<TradeDirection>TradeDirection.internalGetValueMap()Methods in ru.tinkoff.piapi.contract.v1 with parameters of type TradeDirectionModifier and TypeMethodDescriptionTrade.Builder.setDirection(TradeDirection value) Направление сделки.