Documentation ¶
Index ¶
- Constants
- Variables
- func RegisterApiUsageServiceServer(s grpc.ServiceRegistrar, srv ApiUsageServiceServer)
- func RegisterBenzingaServiceServer(s grpc.ServiceRegistrar, srv BenzingaServiceServer)
- func RegisterBinanceServiceServer(s grpc.ServiceRegistrar, srv BinanceServiceServer)
- func RegisterCryptoServiceServer(s grpc.ServiceRegistrar, srv CryptoServiceServer)
- func RegisterDatasetsServiceServer(s grpc.ServiceRegistrar, srv DatasetsServiceServer)
- func RegisterExchangeServiceServer(s grpc.ServiceRegistrar, srv ExchangeServiceServer)
- func RegisterForexServiceServer(s grpc.ServiceRegistrar, srv ForexServiceServer)
- func RegisterPublisherServiceServer(s grpc.ServiceRegistrar, srv PublisherServiceServer)
- func RegisterSecServiceServer(s grpc.ServiceRegistrar, srv SecServiceServer)
- func RegisterSipServiceServer(s grpc.ServiceRegistrar, srv SipServiceServer)
- func RegisterSnapshotServiceServer(s grpc.ServiceRegistrar, srv SnapshotServiceServer)
- func RegisterTickersServiceServer(s grpc.ServiceRegistrar, srv TickersServiceServer)
- func RegisterTimeSeriesServiceServer(s grpc.ServiceRegistrar, srv TimeSeriesServiceServer)
- func RegisterTradeServiceServer(s grpc.ServiceRegistrar, srv TradeServiceServer)
- type ApiCalls
- type ApiUsageClient
- type ApiUsageItem
- func (*ApiUsageItem) Descriptor() ([]byte, []int)deprecated
- func (x *ApiUsageItem) GetApiCalls() *ApiCalls
- func (x *ApiUsageItem) GetHistoricalApiCalls() *ApiCalls
- func (x *ApiUsageItem) GetProduct() string
- func (*ApiUsageItem) ProtoMessage()
- func (x *ApiUsageItem) ProtoReflect() protoreflect.Message
- func (x *ApiUsageItem) Reset()
- func (x *ApiUsageItem) String() string
- type ApiUsageServiceClient
- type ApiUsageServiceServer
- type BenzingaClient
- func (s *BenzingaClient) GetDividentsCalendar(request *GetDividentsCalendarRequest) (*GetDividentsCalendarResponse, error)
- func (s *BenzingaClient) GetEarningsCalendar(request *GetEarningsCalendarRequest) (*GetEarningsCalendarResponse, error)
- func (s *BenzingaClient) GetIPO(request *GetIPORequest) (*GetIPOResponse, error)
- func (s *BenzingaClient) GetNews(request *GetNewsRequest) (*GetNewsResponse, error)
- type BenzingaServiceClient
- type BenzingaServiceServer
- type BinanceClient
- type BinanceServiceClient
- type BinanceServiceServer
- type BinanceTimeSeries
- func (*BinanceTimeSeries) Descriptor() ([]byte, []int)deprecated
- func (x *BinanceTimeSeries) GetBaseVolume() float64
- func (x *BinanceTimeSeries) GetClose() float64
- func (x *BinanceTimeSeries) GetHigh() float64
- func (x *BinanceTimeSeries) GetLow() float64
- func (x *BinanceTimeSeries) GetOpen() float64
- func (x *BinanceTimeSeries) GetQuoteVolume() float64
- func (x *BinanceTimeSeries) GetTakerBuyBaseAssetVolume() float64
- func (x *BinanceTimeSeries) GetTakerBuyQuoteAssetVolume() float64
- func (x *BinanceTimeSeries) GetTimestamp() int64
- func (x *BinanceTimeSeries) GetTrades() float64
- func (*BinanceTimeSeries) ProtoMessage()
- func (x *BinanceTimeSeries) ProtoReflect() protoreflect.Message
- func (x *BinanceTimeSeries) Reset()
- func (x *BinanceTimeSeries) String() string
- type Connection
- func (c *Connection) Close() error
- func (c *Connection) GetApiUsageClient() *ApiUsageClient
- func (c *Connection) GetBenzingaClient() *BenzingaClient
- func (c *Connection) GetBinanceClient() *BinanceClient
- func (c *Connection) GetCryptoClient() *CryptoClient
- func (c *Connection) GetDatasetsClient() *DatasetsClient
- func (c *Connection) GetExchangeClient() *ExchangeClient
- func (c *Connection) GetForexClient() *ForexClient
- func (c *Connection) GetPublisherClient() *PublisherClient
- func (c *Connection) GetSecClient() *SecClient
- func (c *Connection) GetSipClient() *SipClient
- func (c *Connection) GetSnapshotClient() *SnapshotClient
- func (c *Connection) GetTickersClient() *TickersClient
- func (c *Connection) GetTimeSeriesClient() *TimeSeriesClient
- func (c *Connection) GetTradeClient() *TradeClient
- type CryptoClient
- type CryptoServiceClient
- type CryptoServiceServer
- type CryptoTimeSeries
- func (*CryptoTimeSeries) Descriptor() ([]byte, []int)deprecated
- func (x *CryptoTimeSeries) GetClose() float64
- func (x *CryptoTimeSeries) GetHigh() float64
- func (x *CryptoTimeSeries) GetLow() float64
- func (x *CryptoTimeSeries) GetOpen() float64
- func (x *CryptoTimeSeries) GetTimestamp() int64
- func (x *CryptoTimeSeries) GetVolume() float64
- func (*CryptoTimeSeries) ProtoMessage()
- func (x *CryptoTimeSeries) ProtoReflect() protoreflect.Message
- func (x *CryptoTimeSeries) Reset()
- func (x *CryptoTimeSeries) String() string
- type DatasetItem
- type DatasetsClient
- type DatasetsServiceClient
- type DatasetsServiceServer
- type DividentsCalendarItem
- func (*DividentsCalendarItem) Descriptor() ([]byte, []int)deprecated
- func (x *DividentsCalendarItem) GetCurrency() string
- func (x *DividentsCalendarItem) GetDeclarationDate() string
- func (x *DividentsCalendarItem) GetDividend() float64
- func (x *DividentsCalendarItem) GetDividendPrior() string
- func (x *DividentsCalendarItem) GetDividendType() string
- func (x *DividentsCalendarItem) GetDividendYield() float64
- func (x *DividentsCalendarItem) GetEndRegularDividend() bool
- func (x *DividentsCalendarItem) GetExDividendDate() string
- func (x *DividentsCalendarItem) GetFrequency() int32
- func (x *DividentsCalendarItem) GetImportance() int32
- func (x *DividentsCalendarItem) GetMic() string
- func (x *DividentsCalendarItem) GetName() string
- func (x *DividentsCalendarItem) GetNotes() string
- func (x *DividentsCalendarItem) GetPayableDate() string
- func (x *DividentsCalendarItem) GetRecordDate() string
- func (x *DividentsCalendarItem) GetRecordId() string
- func (x *DividentsCalendarItem) GetTicker() string
- func (x *DividentsCalendarItem) GetUpdated() int64
- func (*DividentsCalendarItem) ProtoMessage()
- func (x *DividentsCalendarItem) ProtoReflect() protoreflect.Message
- func (x *DividentsCalendarItem) Reset()
- func (x *DividentsCalendarItem) String() string
- type EarningsCalendarItem
- func (*EarningsCalendarItem) Descriptor() ([]byte, []int)deprecated
- func (x *EarningsCalendarItem) GetCurrency() string
- func (x *EarningsCalendarItem) GetDate() string
- func (x *EarningsCalendarItem) GetDateConfirmed() bool
- func (x *EarningsCalendarItem) GetEps() *EarningsCalendarItem_Eps
- func (x *EarningsCalendarItem) GetImportance() int32
- func (x *EarningsCalendarItem) GetMic() string
- func (x *EarningsCalendarItem) GetName() string
- func (x *EarningsCalendarItem) GetNotes() string
- func (x *EarningsCalendarItem) GetPeriod() string
- func (x *EarningsCalendarItem) GetPeriodYear() int32
- func (x *EarningsCalendarItem) GetRecordId() string
- func (x *EarningsCalendarItem) GetRevenue() *EarningsCalendarItem_Revenue
- func (x *EarningsCalendarItem) GetTicker() string
- func (x *EarningsCalendarItem) GetTime() string
- func (x *EarningsCalendarItem) GetUpdated() int64
- func (*EarningsCalendarItem) ProtoMessage()
- func (x *EarningsCalendarItem) ProtoReflect() protoreflect.Message
- func (x *EarningsCalendarItem) Reset()
- func (x *EarningsCalendarItem) String() string
- type EarningsCalendarItem_Eps
- func (*EarningsCalendarItem_Eps) Descriptor() ([]byte, []int)deprecated
- func (x *EarningsCalendarItem_Eps) GetEstimated() float64
- func (x *EarningsCalendarItem_Eps) GetPrior() float64
- func (x *EarningsCalendarItem_Eps) GetReported() float64
- func (x *EarningsCalendarItem_Eps) GetSurprise() float64
- func (x *EarningsCalendarItem_Eps) GetSurprisePercent() float64
- func (x *EarningsCalendarItem_Eps) GetType() string
- func (*EarningsCalendarItem_Eps) ProtoMessage()
- func (x *EarningsCalendarItem_Eps) ProtoReflect() protoreflect.Message
- func (x *EarningsCalendarItem_Eps) Reset()
- func (x *EarningsCalendarItem_Eps) String() string
- type EarningsCalendarItem_Revenue
- func (*EarningsCalendarItem_Revenue) Descriptor() ([]byte, []int)deprecated
- func (x *EarningsCalendarItem_Revenue) GetEstimated() float64
- func (x *EarningsCalendarItem_Revenue) GetPrior() float64
- func (x *EarningsCalendarItem_Revenue) GetReported() float64
- func (x *EarningsCalendarItem_Revenue) GetSurprise() float64
- func (x *EarningsCalendarItem_Revenue) GetSurprisePercent() float64
- func (x *EarningsCalendarItem_Revenue) GetType() string
- func (*EarningsCalendarItem_Revenue) ProtoMessage()
- func (x *EarningsCalendarItem_Revenue) ProtoReflect() protoreflect.Message
- func (x *EarningsCalendarItem_Revenue) Reset()
- func (x *EarningsCalendarItem_Revenue) String() string
- type ExchangeClient
- type ExchangeServiceClient
- type ExchangeServiceServer
- type FindTickerCryptoResponse
- func (*FindTickerCryptoResponse) Descriptor() ([]byte, []int)deprecated
- func (x *FindTickerCryptoResponse) GetResult() []*TickerCryptoInfo
- func (*FindTickerCryptoResponse) ProtoMessage()
- func (x *FindTickerCryptoResponse) ProtoReflect() protoreflect.Message
- func (x *FindTickerCryptoResponse) Reset()
- func (x *FindTickerCryptoResponse) String() string
- type FindTickerForexResponse
- func (*FindTickerForexResponse) Descriptor() ([]byte, []int)deprecated
- func (x *FindTickerForexResponse) GetResult() []*TickerForexInfo
- func (*FindTickerForexResponse) ProtoMessage()
- func (x *FindTickerForexResponse) ProtoReflect() protoreflect.Message
- func (x *FindTickerForexResponse) Reset()
- func (x *FindTickerForexResponse) String() string
- type FindTickerStocksResponse
- func (*FindTickerStocksResponse) Descriptor() ([]byte, []int)deprecated
- func (x *FindTickerStocksResponse) GetResult() []*TickerStocksInfo
- func (*FindTickerStocksResponse) ProtoMessage()
- func (x *FindTickerStocksResponse) ProtoReflect() protoreflect.Message
- func (x *FindTickerStocksResponse) Reset()
- func (x *FindTickerStocksResponse) String() string
- type FindTickerUSRequest
- func (*FindTickerUSRequest) Descriptor() ([]byte, []int)deprecated
- func (x *FindTickerUSRequest) GetCik() string
- func (x *FindTickerUSRequest) GetCompositeFigi() string
- func (x *FindTickerUSRequest) GetCqs() string
- func (x *FindTickerUSRequest) GetCusip() string
- func (x *FindTickerUSRequest) GetIsin() string
- func (x *FindTickerUSRequest) GetLei() string
- func (x *FindTickerUSRequest) GetMic() string
- func (x *FindTickerUSRequest) GetPage() int32
- func (x *FindTickerUSRequest) GetPageSize() int32
- func (x *FindTickerUSRequest) GetShareFigi() string
- func (x *FindTickerUSRequest) GetTicker() string
- func (*FindTickerUSRequest) ProtoMessage()
- func (x *FindTickerUSRequest) ProtoReflect() protoreflect.Message
- func (x *FindTickerUSRequest) Reset()
- func (x *FindTickerUSRequest) String() string
- type FindTickerUSResponse
- func (*FindTickerUSResponse) Descriptor() ([]byte, []int)deprecated
- func (x *FindTickerUSResponse) GetResult() []*TickerUSInfo
- func (*FindTickerUSResponse) ProtoMessage()
- func (x *FindTickerUSResponse) ProtoReflect() protoreflect.Message
- func (x *FindTickerUSResponse) Reset()
- func (x *FindTickerUSResponse) String() string
- type FindTickersCryptoRequest
- func (*FindTickersCryptoRequest) Descriptor() ([]byte, []int)deprecated
- func (x *FindTickersCryptoRequest) GetMarket() string
- func (x *FindTickersCryptoRequest) GetPage() int32
- func (x *FindTickersCryptoRequest) GetPageSize() int32
- func (x *FindTickersCryptoRequest) GetPublisher() string
- func (x *FindTickersCryptoRequest) GetTicker() string
- func (*FindTickersCryptoRequest) ProtoMessage()
- func (x *FindTickersCryptoRequest) ProtoReflect() protoreflect.Message
- func (x *FindTickersCryptoRequest) Reset()
- func (x *FindTickersCryptoRequest) String() string
- type FindTickersForexRequest
- func (*FindTickersForexRequest) Descriptor() ([]byte, []int)deprecated
- func (x *FindTickersForexRequest) GetPage() int32
- func (x *FindTickersForexRequest) GetPageSize() int32
- func (x *FindTickersForexRequest) GetTicker() string
- func (*FindTickersForexRequest) ProtoMessage()
- func (x *FindTickersForexRequest) ProtoReflect() protoreflect.Message
- func (x *FindTickersForexRequest) Reset()
- func (x *FindTickersForexRequest) String() string
- type FindTickersStocksRequest
- func (*FindTickersStocksRequest) Descriptor() ([]byte, []int)deprecated
- func (x *FindTickersStocksRequest) GetCik() string
- func (x *FindTickersStocksRequest) GetCompositeFigi() string
- func (x *FindTickersStocksRequest) GetCountry() string
- func (x *FindTickersStocksRequest) GetCqs() string
- func (x *FindTickersStocksRequest) GetCusip() string
- func (x *FindTickersStocksRequest) GetIsin() string
- func (x *FindTickersStocksRequest) GetLei() string
- func (x *FindTickersStocksRequest) GetMic() string
- func (x *FindTickersStocksRequest) GetPage() int32
- func (x *FindTickersStocksRequest) GetPageSize() int32
- func (x *FindTickersStocksRequest) GetPublisher() string
- func (x *FindTickersStocksRequest) GetShareFigi() string
- func (x *FindTickersStocksRequest) GetTicker() string
- func (*FindTickersStocksRequest) ProtoMessage()
- func (x *FindTickersStocksRequest) ProtoReflect() protoreflect.Message
- func (x *FindTickersStocksRequest) Reset()
- func (x *FindTickersStocksRequest) String() string
- type ForexClient
- type ForexServiceClient
- type ForexServiceServer
- type ForexTimeSeries
- func (*ForexTimeSeries) Descriptor() ([]byte, []int)deprecated
- func (x *ForexTimeSeries) GetClose() float64
- func (x *ForexTimeSeries) GetHigh() float64
- func (x *ForexTimeSeries) GetLow() float64
- func (x *ForexTimeSeries) GetOpen() float64
- func (x *ForexTimeSeries) GetTimestamp() int64
- func (*ForexTimeSeries) ProtoMessage()
- func (x *ForexTimeSeries) ProtoReflect() protoreflect.Message
- func (x *ForexTimeSeries) Reset()
- func (x *ForexTimeSeries) String() string
- type GetApiUsageRequest
- func (*GetApiUsageRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetApiUsageRequest) GetProduct() string
- func (*GetApiUsageRequest) ProtoMessage()
- func (x *GetApiUsageRequest) ProtoReflect() protoreflect.Message
- func (x *GetApiUsageRequest) Reset()
- func (x *GetApiUsageRequest) String() string
- type GetApiUsageResponse
- func (*GetApiUsageResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetApiUsageResponse) GetResult() []*ApiUsageItem
- func (*GetApiUsageResponse) ProtoMessage()
- func (x *GetApiUsageResponse) ProtoReflect() protoreflect.Message
- func (x *GetApiUsageResponse) Reset()
- func (x *GetApiUsageResponse) String() string
- type GetBinanceTimeSeriesRequest
- func (*GetBinanceTimeSeriesRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetBinanceTimeSeriesRequest) GetEndAt() int64
- func (x *GetBinanceTimeSeriesRequest) GetInterval() string
- func (x *GetBinanceTimeSeriesRequest) GetOrder() string
- func (x *GetBinanceTimeSeriesRequest) GetPage() int32
- func (x *GetBinanceTimeSeriesRequest) GetPageSize() int32
- func (x *GetBinanceTimeSeriesRequest) GetStartAt() int64
- func (x *GetBinanceTimeSeriesRequest) GetTicker() string
- func (x *GetBinanceTimeSeriesRequest) GetTimezone() string
- func (*GetBinanceTimeSeriesRequest) ProtoMessage()
- func (x *GetBinanceTimeSeriesRequest) ProtoReflect() protoreflect.Message
- func (x *GetBinanceTimeSeriesRequest) Reset()
- func (x *GetBinanceTimeSeriesRequest) String() string
- type GetBinanceTimeSeriesResponse
- func (*GetBinanceTimeSeriesResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetBinanceTimeSeriesResponse) GetResult() []*BinanceTimeSeries
- func (*GetBinanceTimeSeriesResponse) ProtoMessage()
- func (x *GetBinanceTimeSeriesResponse) ProtoReflect() protoreflect.Message
- func (x *GetBinanceTimeSeriesResponse) Reset()
- func (x *GetBinanceTimeSeriesResponse) String() string
- type GetCryptoTimeSeriesRequest
- func (*GetCryptoTimeSeriesRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetCryptoTimeSeriesRequest) GetEndAt() int64
- func (x *GetCryptoTimeSeriesRequest) GetInterval() string
- func (x *GetCryptoTimeSeriesRequest) GetOrder() string
- func (x *GetCryptoTimeSeriesRequest) GetPage() int32
- func (x *GetCryptoTimeSeriesRequest) GetPageSize() int32
- func (x *GetCryptoTimeSeriesRequest) GetStartAt() int64
- func (x *GetCryptoTimeSeriesRequest) GetTicker() string
- func (x *GetCryptoTimeSeriesRequest) GetTimezone() string
- func (*GetCryptoTimeSeriesRequest) ProtoMessage()
- func (x *GetCryptoTimeSeriesRequest) ProtoReflect() protoreflect.Message
- func (x *GetCryptoTimeSeriesRequest) Reset()
- func (x *GetCryptoTimeSeriesRequest) String() string
- type GetCryptoTimeSeriesResponse
- func (*GetCryptoTimeSeriesResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetCryptoTimeSeriesResponse) GetResult() []*CryptoTimeSeries
- func (*GetCryptoTimeSeriesResponse) ProtoMessage()
- func (x *GetCryptoTimeSeriesResponse) ProtoReflect() protoreflect.Message
- func (x *GetCryptoTimeSeriesResponse) Reset()
- func (x *GetCryptoTimeSeriesResponse) String() string
- type GetDatasetsRequest
- func (*GetDatasetsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetDatasetsRequest) GetCode() string
- func (x *GetDatasetsRequest) GetPage() int32
- func (x *GetDatasetsRequest) GetPageSize() int32
- func (*GetDatasetsRequest) ProtoMessage()
- func (x *GetDatasetsRequest) ProtoReflect() protoreflect.Message
- func (x *GetDatasetsRequest) Reset()
- func (x *GetDatasetsRequest) String() string
- type GetDatasetsResponse
- func (*GetDatasetsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetDatasetsResponse) GetResult() []*DatasetItem
- func (*GetDatasetsResponse) ProtoMessage()
- func (x *GetDatasetsResponse) ProtoReflect() protoreflect.Message
- func (x *GetDatasetsResponse) Reset()
- func (x *GetDatasetsResponse) String() string
- type GetDividentsCalendarRequest
- func (*GetDividentsCalendarRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetDividentsCalendarRequest) GetCik() string
- func (x *GetDividentsCalendarRequest) GetCompositeFigi() string
- func (x *GetDividentsCalendarRequest) GetCqs() string
- func (x *GetDividentsCalendarRequest) GetCusip() string
- func (x *GetDividentsCalendarRequest) GetDate() string
- func (x *GetDividentsCalendarRequest) GetEndAt() int64
- func (x *GetDividentsCalendarRequest) GetIsin() string
- func (x *GetDividentsCalendarRequest) GetLei() string
- func (x *GetDividentsCalendarRequest) GetOrder() string
- func (x *GetDividentsCalendarRequest) GetPage() int32
- func (x *GetDividentsCalendarRequest) GetPageSize() int32
- func (x *GetDividentsCalendarRequest) GetShareFigi() string
- func (x *GetDividentsCalendarRequest) GetStartAt() int64
- func (x *GetDividentsCalendarRequest) GetTicker() string
- func (*GetDividentsCalendarRequest) ProtoMessage()
- func (x *GetDividentsCalendarRequest) ProtoReflect() protoreflect.Message
- func (x *GetDividentsCalendarRequest) Reset()
- func (x *GetDividentsCalendarRequest) String() string
- type GetDividentsCalendarResponse
- func (*GetDividentsCalendarResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetDividentsCalendarResponse) GetResult() []*DividentsCalendarItem
- func (*GetDividentsCalendarResponse) ProtoMessage()
- func (x *GetDividentsCalendarResponse) ProtoReflect() protoreflect.Message
- func (x *GetDividentsCalendarResponse) Reset()
- func (x *GetDividentsCalendarResponse) String() string
- type GetEarningsCalendarRequest
- func (*GetEarningsCalendarRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetEarningsCalendarRequest) GetCik() string
- func (x *GetEarningsCalendarRequest) GetCompositeFigi() string
- func (x *GetEarningsCalendarRequest) GetCqs() string
- func (x *GetEarningsCalendarRequest) GetCusip() string
- func (x *GetEarningsCalendarRequest) GetDate() string
- func (x *GetEarningsCalendarRequest) GetEndAt() int64
- func (x *GetEarningsCalendarRequest) GetIsin() string
- func (x *GetEarningsCalendarRequest) GetLei() string
- func (x *GetEarningsCalendarRequest) GetOrder() string
- func (x *GetEarningsCalendarRequest) GetPage() int32
- func (x *GetEarningsCalendarRequest) GetPageSize() int32
- func (x *GetEarningsCalendarRequest) GetShareFigi() string
- func (x *GetEarningsCalendarRequest) GetStartAt() int64
- func (x *GetEarningsCalendarRequest) GetTicker() string
- func (*GetEarningsCalendarRequest) ProtoMessage()
- func (x *GetEarningsCalendarRequest) ProtoReflect() protoreflect.Message
- func (x *GetEarningsCalendarRequest) Reset()
- func (x *GetEarningsCalendarRequest) String() string
- type GetEarningsCalendarResponse
- func (*GetEarningsCalendarResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetEarningsCalendarResponse) GetResult() []*EarningsCalendarItem
- func (*GetEarningsCalendarResponse) ProtoMessage()
- func (x *GetEarningsCalendarResponse) ProtoReflect() protoreflect.Message
- func (x *GetEarningsCalendarResponse) Reset()
- func (x *GetEarningsCalendarResponse) String() string
- type GetForexTimeSeriesRequest
- func (*GetForexTimeSeriesRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetForexTimeSeriesRequest) GetEndAt() int64
- func (x *GetForexTimeSeriesRequest) GetInterval() string
- func (x *GetForexTimeSeriesRequest) GetOrder() string
- func (x *GetForexTimeSeriesRequest) GetPage() int32
- func (x *GetForexTimeSeriesRequest) GetPageSize() int32
- func (x *GetForexTimeSeriesRequest) GetStartAt() int64
- func (x *GetForexTimeSeriesRequest) GetTicker() string
- func (x *GetForexTimeSeriesRequest) GetTimezone() string
- func (*GetForexTimeSeriesRequest) ProtoMessage()
- func (x *GetForexTimeSeriesRequest) ProtoReflect() protoreflect.Message
- func (x *GetForexTimeSeriesRequest) Reset()
- func (x *GetForexTimeSeriesRequest) String() string
- type GetForexTimeSeriesResponse
- func (*GetForexTimeSeriesResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetForexTimeSeriesResponse) GetResult() []*ForexTimeSeries
- func (*GetForexTimeSeriesResponse) ProtoMessage()
- func (x *GetForexTimeSeriesResponse) ProtoReflect() protoreflect.Message
- func (x *GetForexTimeSeriesResponse) Reset()
- func (x *GetForexTimeSeriesResponse) String() string
- type GetIPORequest
- func (*GetIPORequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetIPORequest) GetEndAt() int64
- func (x *GetIPORequest) GetExchange() string
- func (x *GetIPORequest) GetOrder() string
- func (x *GetIPORequest) GetPage() int32
- func (x *GetIPORequest) GetPageSize() int32
- func (x *GetIPORequest) GetStartAt() int64
- func (*GetIPORequest) ProtoMessage()
- func (x *GetIPORequest) ProtoReflect() protoreflect.Message
- func (x *GetIPORequest) Reset()
- func (x *GetIPORequest) String() string
- type GetIPOResponse
- type GetMarketsCryptoRequest
- func (*GetMarketsCryptoRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetMarketsCryptoRequest) GetPage() int32
- func (x *GetMarketsCryptoRequest) GetPageSize() int32
- func (*GetMarketsCryptoRequest) ProtoMessage()
- func (x *GetMarketsCryptoRequest) ProtoReflect() protoreflect.Message
- func (x *GetMarketsCryptoRequest) Reset()
- func (x *GetMarketsCryptoRequest) String() string
- type GetMarketsCryptoResponse
- func (*GetMarketsCryptoResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetMarketsCryptoResponse) GetResult() []*MarketsCryptoResponseItem
- func (*GetMarketsCryptoResponse) ProtoMessage()
- func (x *GetMarketsCryptoResponse) ProtoReflect() protoreflect.Message
- func (x *GetMarketsCryptoResponse) Reset()
- func (x *GetMarketsCryptoResponse) String() string
- type GetMarketsStocksRequest
- func (*GetMarketsStocksRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetMarketsStocksRequest) GetCode() string
- func (x *GetMarketsStocksRequest) GetCountry() string
- func (x *GetMarketsStocksRequest) GetName() string
- func (x *GetMarketsStocksRequest) GetPage() int32
- func (x *GetMarketsStocksRequest) GetPageSize() int32
- func (*GetMarketsStocksRequest) ProtoMessage()
- func (x *GetMarketsStocksRequest) ProtoReflect() protoreflect.Message
- func (x *GetMarketsStocksRequest) Reset()
- func (x *GetMarketsStocksRequest) String() string
- type GetMarketsStocksResponse
- func (*GetMarketsStocksResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetMarketsStocksResponse) GetResult() []*MarketsStocksResponseItem
- func (*GetMarketsStocksResponse) ProtoMessage()
- func (x *GetMarketsStocksResponse) ProtoReflect() protoreflect.Message
- func (x *GetMarketsStocksResponse) Reset()
- func (x *GetMarketsStocksResponse) String() string
- type GetNewsRequest
- func (*GetNewsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetNewsRequest) GetCik() string
- func (x *GetNewsRequest) GetCompositeFigi() string
- func (x *GetNewsRequest) GetCqs() string
- func (x *GetNewsRequest) GetCusip() string
- func (x *GetNewsRequest) GetDate() string
- func (x *GetNewsRequest) GetEndAt() int64
- func (x *GetNewsRequest) GetIsin() string
- func (x *GetNewsRequest) GetLei() string
- func (x *GetNewsRequest) GetOrder() string
- func (x *GetNewsRequest) GetPage() int32
- func (x *GetNewsRequest) GetPageSize() int32
- func (x *GetNewsRequest) GetShareFigi() string
- func (x *GetNewsRequest) GetStartAt() int64
- func (x *GetNewsRequest) GetTicker() string
- func (*GetNewsRequest) ProtoMessage()
- func (x *GetNewsRequest) ProtoReflect() protoreflect.Message
- func (x *GetNewsRequest) Reset()
- func (x *GetNewsRequest) String() string
- type GetNewsResponse
- type GetPublishersRequest
- func (*GetPublishersRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetPublishersRequest) GetCode() string
- func (x *GetPublishersRequest) GetPage() int32
- func (x *GetPublishersRequest) GetPageSize() int32
- func (*GetPublishersRequest) ProtoMessage()
- func (x *GetPublishersRequest) ProtoReflect() protoreflect.Message
- func (x *GetPublishersRequest) Reset()
- func (x *GetPublishersRequest) String() string
- type GetPublishersResponse
- func (*GetPublishersResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetPublishersResponse) GetResult() []*PublisherItem
- func (*GetPublishersResponse) ProtoMessage()
- func (x *GetPublishersResponse) ProtoReflect() protoreflect.Message
- func (x *GetPublishersResponse) Reset()
- func (x *GetPublishersResponse) String() string
- type GetSecFillingsRequest
- func (*GetSecFillingsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetSecFillingsRequest) GetCik() int64
- func (x *GetSecFillingsRequest) GetCompositeFigi() string
- func (x *GetSecFillingsRequest) GetCqs() string
- func (x *GetSecFillingsRequest) GetCusip() string
- func (x *GetSecFillingsRequest) GetFilledFromTs() int64
- func (x *GetSecFillingsRequest) GetFilledToTs() int64
- func (x *GetSecFillingsRequest) GetFormType() []string
- func (x *GetSecFillingsRequest) GetIsin() string
- func (x *GetSecFillingsRequest) GetLei() string
- func (x *GetSecFillingsRequest) GetPage() int32
- func (x *GetSecFillingsRequest) GetPageSize() int32
- func (x *GetSecFillingsRequest) GetShareFigi() string
- func (x *GetSecFillingsRequest) GetTicker() string
- func (*GetSecFillingsRequest) ProtoMessage()
- func (x *GetSecFillingsRequest) ProtoReflect() protoreflect.Message
- func (x *GetSecFillingsRequest) Reset()
- func (x *GetSecFillingsRequest) String() string
- type GetSecFillingsResponse
- func (*GetSecFillingsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetSecFillingsResponse) GetResult() []*SecFillingsItem
- func (*GetSecFillingsResponse) ProtoMessage()
- func (x *GetSecFillingsResponse) ProtoReflect() protoreflect.Message
- func (x *GetSecFillingsResponse) Reset()
- func (x *GetSecFillingsResponse) String() string
- type GetSipMarketCenterRequest
- type GetSipMarketCenterResponse
- func (*GetSipMarketCenterResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetSipMarketCenterResponse) GetResult() []*SipMarketCenterItem
- func (*GetSipMarketCenterResponse) ProtoMessage()
- func (x *GetSipMarketCenterResponse) ProtoReflect() protoreflect.Message
- func (x *GetSipMarketCenterResponse) Reset()
- func (x *GetSipMarketCenterResponse) String() string
- type GetSipTradesRequest
- func (*GetSipTradesRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetSipTradesRequest) GetCik() string
- func (x *GetSipTradesRequest) GetCompositeFigi() string
- func (x *GetSipTradesRequest) GetCountry() string
- func (x *GetSipTradesRequest) GetCqs() string
- func (x *GetSipTradesRequest) GetCusip() string
- func (x *GetSipTradesRequest) GetEndAt() int64
- func (x *GetSipTradesRequest) GetIsin() string
- func (x *GetSipTradesRequest) GetLei() string
- func (x *GetSipTradesRequest) GetMarket() string
- func (x *GetSipTradesRequest) GetMic() string
- func (x *GetSipTradesRequest) GetOrder() string
- func (x *GetSipTradesRequest) GetPage() int32
- func (x *GetSipTradesRequest) GetPageSize() int32
- func (x *GetSipTradesRequest) GetShareFigi() string
- func (x *GetSipTradesRequest) GetStartAt() int64
- func (x *GetSipTradesRequest) GetTape() string
- func (x *GetSipTradesRequest) GetTicker() string
- func (*GetSipTradesRequest) ProtoMessage()
- func (x *GetSipTradesRequest) ProtoReflect() protoreflect.Message
- func (x *GetSipTradesRequest) Reset()
- func (x *GetSipTradesRequest) String() string
- type GetSipTradesResponse
- func (*GetSipTradesResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetSipTradesResponse) GetResult() []*SipTradesItem
- func (*GetSipTradesResponse) ProtoMessage()
- func (x *GetSipTradesResponse) ProtoReflect() protoreflect.Message
- func (x *GetSipTradesResponse) Reset()
- func (x *GetSipTradesResponse) String() string
- type GetSnapshotRequest
- func (*GetSnapshotRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetSnapshotRequest) GetCik() string
- func (x *GetSnapshotRequest) GetCompositeFigi() string
- func (x *GetSnapshotRequest) GetCountry() string
- func (x *GetSnapshotRequest) GetCqs() string
- func (x *GetSnapshotRequest) GetCusip() string
- func (x *GetSnapshotRequest) GetIsin() string
- func (x *GetSnapshotRequest) GetLei() string
- func (x *GetSnapshotRequest) GetMarket() string
- func (x *GetSnapshotRequest) GetMic() string
- func (x *GetSnapshotRequest) GetPublisher() string
- func (x *GetSnapshotRequest) GetShareFigi() string
- func (x *GetSnapshotRequest) GetTicker() string
- func (*GetSnapshotRequest) ProtoMessage()
- func (x *GetSnapshotRequest) ProtoReflect() protoreflect.Message
- func (x *GetSnapshotRequest) Reset()
- func (x *GetSnapshotRequest) String() string
- type GetSnapshotResponse
- func (*GetSnapshotResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetSnapshotResponse) GetChange() *SnapshotChange
- func (x *GetSnapshotResponse) GetLastDay() *SnapshotOhlcv
- func (x *GetSnapshotResponse) GetLastFiftyTwoWeek() *SnapshotLastFiftyTwoWeek
- func (x *GetSnapshotResponse) GetLastMonth() *SnapshotOhlcv
- func (x *GetSnapshotResponse) GetLastTrade() *SnapshotLastTrade
- func (x *GetSnapshotResponse) GetPreviousDay() *SnapshotOhlcv
- func (*GetSnapshotResponse) ProtoMessage()
- func (x *GetSnapshotResponse) ProtoReflect() protoreflect.Message
- func (x *GetSnapshotResponse) Reset()
- func (x *GetSnapshotResponse) String() string
- type GetTimeSeriesAtrRequest
- func (*GetTimeSeriesAtrRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetTimeSeriesAtrRequest) GetTimePeriod() int32
- func (x *GetTimeSeriesAtrRequest) GetTimeSeries() *GetTimeSeriesRequest
- func (*GetTimeSeriesAtrRequest) ProtoMessage()
- func (x *GetTimeSeriesAtrRequest) ProtoReflect() protoreflect.Message
- func (x *GetTimeSeriesAtrRequest) Reset()
- func (x *GetTimeSeriesAtrRequest) String() string
- type GetTimeSeriesAtrResponse
- func (*GetTimeSeriesAtrResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetTimeSeriesAtrResponse) GetResult() []*GetTimeSeriesAtrResponse_Atr
- func (*GetTimeSeriesAtrResponse) ProtoMessage()
- func (x *GetTimeSeriesAtrResponse) ProtoReflect() protoreflect.Message
- func (x *GetTimeSeriesAtrResponse) Reset()
- func (x *GetTimeSeriesAtrResponse) String() string
- type GetTimeSeriesAtrResponse_Atr
- func (*GetTimeSeriesAtrResponse_Atr) Descriptor() ([]byte, []int)deprecated
- func (x *GetTimeSeriesAtrResponse_Atr) GetAtr() string
- func (x *GetTimeSeriesAtrResponse_Atr) GetTimestamp() int64
- func (*GetTimeSeriesAtrResponse_Atr) ProtoMessage()
- func (x *GetTimeSeriesAtrResponse_Atr) ProtoReflect() protoreflect.Message
- func (x *GetTimeSeriesAtrResponse_Atr) Reset()
- func (x *GetTimeSeriesAtrResponse_Atr) String() string
- type GetTimeSeriesBBandsRequest
- func (*GetTimeSeriesBBandsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetTimeSeriesBBandsRequest) GetMaType() string
- func (x *GetTimeSeriesBBandsRequest) GetSd() float64
- func (x *GetTimeSeriesBBandsRequest) GetSeriesType() string
- func (x *GetTimeSeriesBBandsRequest) GetTimePeriod() int32
- func (x *GetTimeSeriesBBandsRequest) GetTimeSeries() *GetTimeSeriesRequest
- func (*GetTimeSeriesBBandsRequest) ProtoMessage()
- func (x *GetTimeSeriesBBandsRequest) ProtoReflect() protoreflect.Message
- func (x *GetTimeSeriesBBandsRequest) Reset()
- func (x *GetTimeSeriesBBandsRequest) String() string
- type GetTimeSeriesBBandsResponse
- func (*GetTimeSeriesBBandsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetTimeSeriesBBandsResponse) GetResult() []*GetTimeSeriesBBandsResponse_BBands
- func (*GetTimeSeriesBBandsResponse) ProtoMessage()
- func (x *GetTimeSeriesBBandsResponse) ProtoReflect() protoreflect.Message
- func (x *GetTimeSeriesBBandsResponse) Reset()
- func (x *GetTimeSeriesBBandsResponse) String() string
- type GetTimeSeriesBBandsResponse_BBands
- func (*GetTimeSeriesBBandsResponse_BBands) Descriptor() ([]byte, []int)deprecated
- func (x *GetTimeSeriesBBandsResponse_BBands) GetLowerBand() string
- func (x *GetTimeSeriesBBandsResponse_BBands) GetMiddleBand() string
- func (x *GetTimeSeriesBBandsResponse_BBands) GetTimestamp() int64
- func (x *GetTimeSeriesBBandsResponse_BBands) GetUpperBand() string
- func (*GetTimeSeriesBBandsResponse_BBands) ProtoMessage()
- func (x *GetTimeSeriesBBandsResponse_BBands) ProtoReflect() protoreflect.Message
- func (x *GetTimeSeriesBBandsResponse_BBands) Reset()
- func (x *GetTimeSeriesBBandsResponse_BBands) String() string
- type GetTimeSeriesIchimokuRequest
- func (*GetTimeSeriesIchimokuRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetTimeSeriesIchimokuRequest) GetBaseLinePeriod() int32
- func (x *GetTimeSeriesIchimokuRequest) GetConversionLinePeriod() int32
- func (x *GetTimeSeriesIchimokuRequest) GetIncludeAheadSpanPeriod() bool
- func (x *GetTimeSeriesIchimokuRequest) GetLaggingSpanPeriod() int32
- func (x *GetTimeSeriesIchimokuRequest) GetLeadingSpanBPeriod() int32
- func (x *GetTimeSeriesIchimokuRequest) GetTimeSeries() *GetTimeSeriesRequest
- func (*GetTimeSeriesIchimokuRequest) ProtoMessage()
- func (x *GetTimeSeriesIchimokuRequest) ProtoReflect() protoreflect.Message
- func (x *GetTimeSeriesIchimokuRequest) Reset()
- func (x *GetTimeSeriesIchimokuRequest) String() string
- type GetTimeSeriesIchimokuResponse
- func (*GetTimeSeriesIchimokuResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetTimeSeriesIchimokuResponse) GetResult() []*GetTimeSeriesIchimokuResponse_Ichimoku
- func (*GetTimeSeriesIchimokuResponse) ProtoMessage()
- func (x *GetTimeSeriesIchimokuResponse) ProtoReflect() protoreflect.Message
- func (x *GetTimeSeriesIchimokuResponse) Reset()
- func (x *GetTimeSeriesIchimokuResponse) String() string
- type GetTimeSeriesIchimokuResponse_Ichimoku
- func (*GetTimeSeriesIchimokuResponse_Ichimoku) Descriptor() ([]byte, []int)deprecated
- func (x *GetTimeSeriesIchimokuResponse_Ichimoku) GetChikouSpan() string
- func (x *GetTimeSeriesIchimokuResponse_Ichimoku) GetKijunSen() string
- func (x *GetTimeSeriesIchimokuResponse_Ichimoku) GetSenkouSpanA() string
- func (x *GetTimeSeriesIchimokuResponse_Ichimoku) GetSenkouSpanB() string
- func (x *GetTimeSeriesIchimokuResponse_Ichimoku) GetTenkanSen() string
- func (x *GetTimeSeriesIchimokuResponse_Ichimoku) GetTimestamp() int64
- func (*GetTimeSeriesIchimokuResponse_Ichimoku) ProtoMessage()
- func (x *GetTimeSeriesIchimokuResponse_Ichimoku) ProtoReflect() protoreflect.Message
- func (x *GetTimeSeriesIchimokuResponse_Ichimoku) Reset()
- func (x *GetTimeSeriesIchimokuResponse_Ichimoku) String() string
- type GetTimeSeriesMaRequest
- func (*GetTimeSeriesMaRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetTimeSeriesMaRequest) GetMaType() string
- func (x *GetTimeSeriesMaRequest) GetSeriesType() string
- func (x *GetTimeSeriesMaRequest) GetTimePeriod() int32
- func (x *GetTimeSeriesMaRequest) GetTimeSeries() *GetTimeSeriesRequest
- func (*GetTimeSeriesMaRequest) ProtoMessage()
- func (x *GetTimeSeriesMaRequest) ProtoReflect() protoreflect.Message
- func (x *GetTimeSeriesMaRequest) Reset()
- func (x *GetTimeSeriesMaRequest) String() string
- type GetTimeSeriesMaResponse
- func (*GetTimeSeriesMaResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetTimeSeriesMaResponse) GetResult() []*GetTimeSeriesMaResponse_Ma
- func (*GetTimeSeriesMaResponse) ProtoMessage()
- func (x *GetTimeSeriesMaResponse) ProtoReflect() protoreflect.Message
- func (x *GetTimeSeriesMaResponse) Reset()
- func (x *GetTimeSeriesMaResponse) String() string
- type GetTimeSeriesMaResponse_Ma
- func (*GetTimeSeriesMaResponse_Ma) Descriptor() ([]byte, []int)deprecated
- func (x *GetTimeSeriesMaResponse_Ma) GetMa() string
- func (x *GetTimeSeriesMaResponse_Ma) GetTimestamp() int64
- func (*GetTimeSeriesMaResponse_Ma) ProtoMessage()
- func (x *GetTimeSeriesMaResponse_Ma) ProtoReflect() protoreflect.Message
- func (x *GetTimeSeriesMaResponse_Ma) Reset()
- func (x *GetTimeSeriesMaResponse_Ma) String() string
- type GetTimeSeriesMacdRequest
- func (*GetTimeSeriesMacdRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetTimeSeriesMacdRequest) GetFastPeriod() int32
- func (x *GetTimeSeriesMacdRequest) GetSeriesType() string
- func (x *GetTimeSeriesMacdRequest) GetSignalPeriod() int32
- func (x *GetTimeSeriesMacdRequest) GetSlowPeriod() int32
- func (x *GetTimeSeriesMacdRequest) GetTimeSeries() *GetTimeSeriesRequest
- func (*GetTimeSeriesMacdRequest) ProtoMessage()
- func (x *GetTimeSeriesMacdRequest) ProtoReflect() protoreflect.Message
- func (x *GetTimeSeriesMacdRequest) Reset()
- func (x *GetTimeSeriesMacdRequest) String() string
- type GetTimeSeriesMacdResponse
- func (*GetTimeSeriesMacdResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetTimeSeriesMacdResponse) GetResult() []*GetTimeSeriesMacdResponse_Macd
- func (*GetTimeSeriesMacdResponse) ProtoMessage()
- func (x *GetTimeSeriesMacdResponse) ProtoReflect() protoreflect.Message
- func (x *GetTimeSeriesMacdResponse) Reset()
- func (x *GetTimeSeriesMacdResponse) String() string
- type GetTimeSeriesMacdResponse_Macd
- func (*GetTimeSeriesMacdResponse_Macd) Descriptor() ([]byte, []int)deprecated
- func (x *GetTimeSeriesMacdResponse_Macd) GetMacd() string
- func (x *GetTimeSeriesMacdResponse_Macd) GetMacdHist() string
- func (x *GetTimeSeriesMacdResponse_Macd) GetMacdSignal() string
- func (x *GetTimeSeriesMacdResponse_Macd) GetTimestamp() int64
- func (*GetTimeSeriesMacdResponse_Macd) ProtoMessage()
- func (x *GetTimeSeriesMacdResponse_Macd) ProtoReflect() protoreflect.Message
- func (x *GetTimeSeriesMacdResponse_Macd) Reset()
- func (x *GetTimeSeriesMacdResponse_Macd) String() string
- type GetTimeSeriesObvRequest
- func (*GetTimeSeriesObvRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetTimeSeriesObvRequest) GetSeriesType() string
- func (x *GetTimeSeriesObvRequest) GetTimeSeries() *GetTimeSeriesRequest
- func (*GetTimeSeriesObvRequest) ProtoMessage()
- func (x *GetTimeSeriesObvRequest) ProtoReflect() protoreflect.Message
- func (x *GetTimeSeriesObvRequest) Reset()
- func (x *GetTimeSeriesObvRequest) String() string
- type GetTimeSeriesObvResponse
- func (*GetTimeSeriesObvResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetTimeSeriesObvResponse) GetResult() []*GetTimeSeriesObvResponse_Obv
- func (*GetTimeSeriesObvResponse) ProtoMessage()
- func (x *GetTimeSeriesObvResponse) ProtoReflect() protoreflect.Message
- func (x *GetTimeSeriesObvResponse) Reset()
- func (x *GetTimeSeriesObvResponse) String() string
- type GetTimeSeriesObvResponse_Obv
- func (*GetTimeSeriesObvResponse_Obv) Descriptor() ([]byte, []int)deprecated
- func (x *GetTimeSeriesObvResponse_Obv) GetObv() string
- func (x *GetTimeSeriesObvResponse_Obv) GetTimestamp() int64
- func (*GetTimeSeriesObvResponse_Obv) ProtoMessage()
- func (x *GetTimeSeriesObvResponse_Obv) ProtoReflect() protoreflect.Message
- func (x *GetTimeSeriesObvResponse_Obv) Reset()
- func (x *GetTimeSeriesObvResponse_Obv) String() string
- type GetTimeSeriesRequest
- func (*GetTimeSeriesRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetTimeSeriesRequest) GetAdjust() string
- func (x *GetTimeSeriesRequest) GetCik() string
- func (x *GetTimeSeriesRequest) GetCompositeFigi() string
- func (x *GetTimeSeriesRequest) GetCountry() string
- func (x *GetTimeSeriesRequest) GetCqs() string
- func (x *GetTimeSeriesRequest) GetCusip() string
- func (x *GetTimeSeriesRequest) GetDataset() string
- func (x *GetTimeSeriesRequest) GetEndAt() int64
- func (x *GetTimeSeriesRequest) GetExchange() string
- func (x *GetTimeSeriesRequest) GetInstrumentType() string
- func (x *GetTimeSeriesRequest) GetInterval() string
- func (x *GetTimeSeriesRequest) GetIsin() string
- func (x *GetTimeSeriesRequest) GetLei() string
- func (x *GetTimeSeriesRequest) GetMarket() string
- func (x *GetTimeSeriesRequest) GetMic() string
- func (x *GetTimeSeriesRequest) GetOrder() string
- func (x *GetTimeSeriesRequest) GetPage() int32
- func (x *GetTimeSeriesRequest) GetPageSize() int32
- func (x *GetTimeSeriesRequest) GetPrepost() bool
- func (x *GetTimeSeriesRequest) GetPublisher() string
- func (x *GetTimeSeriesRequest) GetShareFigi() string
- func (x *GetTimeSeriesRequest) GetStartAt() int64
- func (x *GetTimeSeriesRequest) GetTicker() string
- func (x *GetTimeSeriesRequest) GetTimezone() string
- func (*GetTimeSeriesRequest) ProtoMessage()
- func (x *GetTimeSeriesRequest) ProtoReflect() protoreflect.Message
- func (x *GetTimeSeriesRequest) Reset()
- func (x *GetTimeSeriesRequest) String() string
- type GetTimeSeriesResponse
- func (*GetTimeSeriesResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetTimeSeriesResponse) GetResult() []*TimeSeries
- func (*GetTimeSeriesResponse) ProtoMessage()
- func (x *GetTimeSeriesResponse) ProtoReflect() protoreflect.Message
- func (x *GetTimeSeriesResponse) Reset()
- func (x *GetTimeSeriesResponse) String() string
- type GetTimeSeriesRsiRequest
- func (*GetTimeSeriesRsiRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetTimeSeriesRsiRequest) GetSeriesType() string
- func (x *GetTimeSeriesRsiRequest) GetTimePeriod() int32
- func (x *GetTimeSeriesRsiRequest) GetTimeSeries() *GetTimeSeriesRequest
- func (*GetTimeSeriesRsiRequest) ProtoMessage()
- func (x *GetTimeSeriesRsiRequest) ProtoReflect() protoreflect.Message
- func (x *GetTimeSeriesRsiRequest) Reset()
- func (x *GetTimeSeriesRsiRequest) String() string
- type GetTimeSeriesRsiResponse
- func (*GetTimeSeriesRsiResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetTimeSeriesRsiResponse) GetResult() []*GetTimeSeriesRsiResponse_Rsi
- func (*GetTimeSeriesRsiResponse) ProtoMessage()
- func (x *GetTimeSeriesRsiResponse) ProtoReflect() protoreflect.Message
- func (x *GetTimeSeriesRsiResponse) Reset()
- func (x *GetTimeSeriesRsiResponse) String() string
- type GetTimeSeriesRsiResponse_Rsi
- func (*GetTimeSeriesRsiResponse_Rsi) Descriptor() ([]byte, []int)deprecated
- func (x *GetTimeSeriesRsiResponse_Rsi) GetRsi() string
- func (x *GetTimeSeriesRsiResponse_Rsi) GetTimestamp() int64
- func (*GetTimeSeriesRsiResponse_Rsi) ProtoMessage()
- func (x *GetTimeSeriesRsiResponse_Rsi) ProtoReflect() protoreflect.Message
- func (x *GetTimeSeriesRsiResponse_Rsi) Reset()
- func (x *GetTimeSeriesRsiResponse_Rsi) String() string
- type GetTimeSeriesSarRequest
- func (*GetTimeSeriesSarRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetTimeSeriesSarRequest) GetAcceleration() float64
- func (x *GetTimeSeriesSarRequest) GetMaximum() float64
- func (x *GetTimeSeriesSarRequest) GetTimeSeries() *GetTimeSeriesRequest
- func (*GetTimeSeriesSarRequest) ProtoMessage()
- func (x *GetTimeSeriesSarRequest) ProtoReflect() protoreflect.Message
- func (x *GetTimeSeriesSarRequest) Reset()
- func (x *GetTimeSeriesSarRequest) String() string
- type GetTimeSeriesSarResponse
- func (*GetTimeSeriesSarResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetTimeSeriesSarResponse) GetResult() []*GetTimeSeriesSarResponse_Sar
- func (*GetTimeSeriesSarResponse) ProtoMessage()
- func (x *GetTimeSeriesSarResponse) ProtoReflect() protoreflect.Message
- func (x *GetTimeSeriesSarResponse) Reset()
- func (x *GetTimeSeriesSarResponse) String() string
- type GetTimeSeriesSarResponse_Sar
- func (*GetTimeSeriesSarResponse_Sar) Descriptor() ([]byte, []int)deprecated
- func (x *GetTimeSeriesSarResponse_Sar) GetSar() string
- func (x *GetTimeSeriesSarResponse_Sar) GetTimestamp() int64
- func (*GetTimeSeriesSarResponse_Sar) ProtoMessage()
- func (x *GetTimeSeriesSarResponse_Sar) ProtoReflect() protoreflect.Message
- func (x *GetTimeSeriesSarResponse_Sar) Reset()
- func (x *GetTimeSeriesSarResponse_Sar) String() string
- type GetTimeSeriesStochRequest
- func (*GetTimeSeriesStochRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetTimeSeriesStochRequest) GetFastKPeriod() int32
- func (x *GetTimeSeriesStochRequest) GetSlowDPeriod() int32
- func (x *GetTimeSeriesStochRequest) GetSlowDmaType() string
- func (x *GetTimeSeriesStochRequest) GetSlowKPeriod() int32
- func (x *GetTimeSeriesStochRequest) GetSlowKmaType() string
- func (x *GetTimeSeriesStochRequest) GetTimeSeries() *GetTimeSeriesRequest
- func (*GetTimeSeriesStochRequest) ProtoMessage()
- func (x *GetTimeSeriesStochRequest) ProtoReflect() protoreflect.Message
- func (x *GetTimeSeriesStochRequest) Reset()
- func (x *GetTimeSeriesStochRequest) String() string
- type GetTimeSeriesStochResponse
- func (*GetTimeSeriesStochResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetTimeSeriesStochResponse) GetResult() []*GetTimeSeriesStochResponse_Stoch
- func (*GetTimeSeriesStochResponse) ProtoMessage()
- func (x *GetTimeSeriesStochResponse) ProtoReflect() protoreflect.Message
- func (x *GetTimeSeriesStochResponse) Reset()
- func (x *GetTimeSeriesStochResponse) String() string
- type GetTimeSeriesStochResponse_Stoch
- func (*GetTimeSeriesStochResponse_Stoch) Descriptor() ([]byte, []int)deprecated
- func (x *GetTimeSeriesStochResponse_Stoch) GetSlowD() string
- func (x *GetTimeSeriesStochResponse_Stoch) GetSlowK() string
- func (x *GetTimeSeriesStochResponse_Stoch) GetTimestamp() int64
- func (*GetTimeSeriesStochResponse_Stoch) ProtoMessage()
- func (x *GetTimeSeriesStochResponse_Stoch) ProtoReflect() protoreflect.Message
- func (x *GetTimeSeriesStochResponse_Stoch) Reset()
- func (x *GetTimeSeriesStochResponse_Stoch) String() string
- type GetTradesRequest
- func (*GetTradesRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetTradesRequest) GetCik() string
- func (x *GetTradesRequest) GetCompositeFigi() string
- func (x *GetTradesRequest) GetCountry() string
- func (x *GetTradesRequest) GetCqs() string
- func (x *GetTradesRequest) GetCusip() string
- func (x *GetTradesRequest) GetEndAt() int64
- func (x *GetTradesRequest) GetIsin() string
- func (x *GetTradesRequest) GetLei() string
- func (x *GetTradesRequest) GetMarket() string
- func (x *GetTradesRequest) GetMic() string
- func (x *GetTradesRequest) GetOrder() string
- func (x *GetTradesRequest) GetPage() int32
- func (x *GetTradesRequest) GetPageSize() int32
- func (x *GetTradesRequest) GetPublisher() string
- func (x *GetTradesRequest) GetShareFigi() string
- func (x *GetTradesRequest) GetStartAt() int64
- func (x *GetTradesRequest) GetTape() string
- func (x *GetTradesRequest) GetTicker() string
- func (*GetTradesRequest) ProtoMessage()
- func (x *GetTradesRequest) ProtoReflect() protoreflect.Message
- func (x *GetTradesRequest) Reset()
- func (x *GetTradesRequest) String() string
- type GetTradesResponse
- func (*GetTradesResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetTradesResponse) GetResult() []*TradesItem
- func (*GetTradesResponse) ProtoMessage()
- func (x *GetTradesResponse) ProtoReflect() protoreflect.Message
- func (x *GetTradesResponse) Reset()
- func (x *GetTradesResponse) String() string
- type IPOItem
- func (*IPOItem) Descriptor() ([]byte, []int)deprecated
- func (x *IPOItem) GetCurrency() string
- func (x *IPOItem) GetDate() string
- func (x *IPOItem) GetDealStatus() string
- func (x *IPOItem) GetInitialFilingDate() string
- func (x *IPOItem) GetInsiderLockupDate() string
- func (x *IPOItem) GetInsiderLockupDays() int32
- func (x *IPOItem) GetIpoType() string
- func (x *IPOItem) GetLastYrIncome() float64
- func (x *IPOItem) GetLastYrIncomeYear() float64
- func (x *IPOItem) GetLastYrRevenue() float64
- func (x *IPOItem) GetLastYrRevenueYear() float64
- func (x *IPOItem) GetLeadUnderwriters() []string
- func (x *IPOItem) GetMarketCapAtOffer() float64
- func (x *IPOItem) GetMic() string
- func (x *IPOItem) GetName() string
- func (x *IPOItem) GetNotes() string
- func (x *IPOItem) GetOfferingShares() float64
- func (x *IPOItem) GetOfferingSharesOrdAdr() float64
- func (x *IPOItem) GetOfferingValue() float64
- func (x *IPOItem) GetOpenDateVerified() bool
- func (x *IPOItem) GetOrdSharesOutAfterOffer() float64
- func (x *IPOItem) GetOtherUnderwriters() []string
- func (x *IPOItem) GetPriceMax() float64
- func (x *IPOItem) GetPriceMin() float64
- func (x *IPOItem) GetPriceOpen() float64
- func (x *IPOItem) GetPricePublicOffering() float64
- func (x *IPOItem) GetPricingDate() string
- func (x *IPOItem) GetRecordId() string
- func (x *IPOItem) GetSecAccessionNumber() string
- func (x *IPOItem) GetSecFilingUrl() string
- func (x *IPOItem) GetSharesOutstanding() float64
- func (x *IPOItem) GetSic() float64
- func (x *IPOItem) GetSpacConvertedToTarget() bool
- func (x *IPOItem) GetStateLocation() string
- func (x *IPOItem) GetTicker() string
- func (x *IPOItem) GetTime() string
- func (x *IPOItem) GetUnderwriterQuietExpirationDate() string
- func (x *IPOItem) GetUnderwriterQuietExpirationDays() int32
- func (x *IPOItem) GetUpdated() int64
- func (*IPOItem) ProtoMessage()
- func (x *IPOItem) ProtoReflect() protoreflect.Message
- func (x *IPOItem) Reset()
- func (x *IPOItem) String() string
- type MarketsCryptoResponseItem
- func (*MarketsCryptoResponseItem) Descriptor() ([]byte, []int)deprecated
- func (x *MarketsCryptoResponseItem) GetCode() string
- func (x *MarketsCryptoResponseItem) GetName() string
- func (*MarketsCryptoResponseItem) ProtoMessage()
- func (x *MarketsCryptoResponseItem) ProtoReflect() protoreflect.Message
- func (x *MarketsCryptoResponseItem) Reset()
- func (x *MarketsCryptoResponseItem) String() string
- type MarketsStocksResponseItem
- func (*MarketsStocksResponseItem) Descriptor() ([]byte, []int)deprecated
- func (x *MarketsStocksResponseItem) GetCountry() string
- func (x *MarketsStocksResponseItem) GetMic() string
- func (x *MarketsStocksResponseItem) GetName() string
- func (*MarketsStocksResponseItem) ProtoMessage()
- func (x *MarketsStocksResponseItem) ProtoReflect() protoreflect.Message
- func (x *MarketsStocksResponseItem) Reset()
- func (x *MarketsStocksResponseItem) String() string
- type NewsItem
- func (*NewsItem) Descriptor() ([]byte, []int)deprecated
- func (x *NewsItem) GetAuthor() string
- func (x *NewsItem) GetChannels() []string
- func (x *NewsItem) GetCreatedAt() *timestamppb.Timestamp
- func (x *NewsItem) GetImages() []string
- func (x *NewsItem) GetRecordId() int32
- func (x *NewsItem) GetTags() []string
- func (x *NewsItem) GetTickers() []string
- func (x *NewsItem) GetTitle() string
- func (x *NewsItem) GetUpdatedAt() *timestamppb.Timestamp
- func (x *NewsItem) GetUrl() string
- func (*NewsItem) ProtoMessage()
- func (x *NewsItem) ProtoReflect() protoreflect.Message
- func (x *NewsItem) Reset()
- func (x *NewsItem) String() string
- type PublisherClient
- type PublisherItem
- func (*PublisherItem) Descriptor() ([]byte, []int)deprecated
- func (x *PublisherItem) GetCode() string
- func (x *PublisherItem) GetName() string
- func (*PublisherItem) ProtoMessage()
- func (x *PublisherItem) ProtoReflect() protoreflect.Message
- func (x *PublisherItem) Reset()
- func (x *PublisherItem) String() string
- type PublisherServiceClient
- type PublisherServiceServer
- type SecClient
- type SecFilingFile
- func (*SecFilingFile) Descriptor() ([]byte, []int)deprecated
- func (x *SecFilingFile) GetName() string
- func (x *SecFilingFile) GetSize() int32
- func (x *SecFilingFile) GetType() string
- func (x *SecFilingFile) GetUrl() string
- func (*SecFilingFile) ProtoMessage()
- func (x *SecFilingFile) ProtoReflect() protoreflect.Message
- func (x *SecFilingFile) Reset()
- func (x *SecFilingFile) String() string
- type SecFillingsItem
- func (*SecFillingsItem) Descriptor() ([]byte, []int)deprecated
- func (x *SecFillingsItem) GetCik() int64
- func (x *SecFillingsItem) GetFiledAt() int64
- func (x *SecFillingsItem) GetFiles() []*SecFilingFile
- func (x *SecFillingsItem) GetFilingUrl() string
- func (x *SecFillingsItem) GetFormType() string
- func (x *SecFillingsItem) GetTicker() []string
- func (*SecFillingsItem) ProtoMessage()
- func (x *SecFillingsItem) ProtoReflect() protoreflect.Message
- func (x *SecFillingsItem) Reset()
- func (x *SecFillingsItem) String() string
- type SecServiceClient
- type SecServiceServer
- type SipClient
- type SipMarketCenterItem
- func (*SipMarketCenterItem) Descriptor() ([]byte, []int)deprecated
- func (x *SipMarketCenterItem) GetCode() string
- func (x *SipMarketCenterItem) GetName() string
- func (*SipMarketCenterItem) ProtoMessage()
- func (x *SipMarketCenterItem) ProtoReflect() protoreflect.Message
- func (x *SipMarketCenterItem) Reset()
- func (x *SipMarketCenterItem) String() string
- type SipServiceClient
- type SipServiceServer
- type SipTradesItem
- func (*SipTradesItem) Descriptor() ([]byte, []int)deprecated
- func (x *SipTradesItem) GetMarketCenter() string
- func (x *SipTradesItem) GetPrice() float64
- func (x *SipTradesItem) GetQuantity() int64
- func (x *SipTradesItem) GetSalesConditions() string
- func (x *SipTradesItem) GetTopic() string
- func (x *SipTradesItem) GetTradeDate() int64
- func (*SipTradesItem) ProtoMessage()
- func (x *SipTradesItem) ProtoReflect() protoreflect.Message
- func (x *SipTradesItem) Reset()
- func (x *SipTradesItem) String() string
- type SnapshotChange
- func (*SnapshotChange) Descriptor() ([]byte, []int)deprecated
- func (x *SnapshotChange) GetDayChangePercent() float64
- func (x *SnapshotChange) GetMonthChangePercent() float64
- func (x *SnapshotChange) GetWeekChangePercent() float64
- func (*SnapshotChange) ProtoMessage()
- func (x *SnapshotChange) ProtoReflect() protoreflect.Message
- func (x *SnapshotChange) Reset()
- func (x *SnapshotChange) String() string
- type SnapshotClient
- type SnapshotLastFiftyTwoWeek
- func (*SnapshotLastFiftyTwoWeek) Descriptor() ([]byte, []int)deprecated
- func (x *SnapshotLastFiftyTwoWeek) GetAverageVolume() int64
- func (x *SnapshotLastFiftyTwoWeek) GetChange() float64
- func (x *SnapshotLastFiftyTwoWeek) GetChangePercent() float64
- func (x *SnapshotLastFiftyTwoWeek) GetHigh() float64
- func (x *SnapshotLastFiftyTwoWeek) GetHighAt() int64
- func (x *SnapshotLastFiftyTwoWeek) GetLow() float64
- func (x *SnapshotLastFiftyTwoWeek) GetLowAt() int64
- func (*SnapshotLastFiftyTwoWeek) ProtoMessage()
- func (x *SnapshotLastFiftyTwoWeek) ProtoReflect() protoreflect.Message
- func (x *SnapshotLastFiftyTwoWeek) Reset()
- func (x *SnapshotLastFiftyTwoWeek) String() string
- type SnapshotLastTrade
- func (*SnapshotLastTrade) Descriptor() ([]byte, []int)deprecated
- func (x *SnapshotLastTrade) GetEventAt() int64
- func (x *SnapshotLastTrade) GetPrice() float64
- func (x *SnapshotLastTrade) GetShares() int64
- func (*SnapshotLastTrade) ProtoMessage()
- func (x *SnapshotLastTrade) ProtoReflect() protoreflect.Message
- func (x *SnapshotLastTrade) Reset()
- func (x *SnapshotLastTrade) String() string
- type SnapshotOhlcv
- func (*SnapshotOhlcv) Descriptor() ([]byte, []int)deprecated
- func (x *SnapshotOhlcv) GetClose() float64
- func (x *SnapshotOhlcv) GetHigh() float64
- func (x *SnapshotOhlcv) GetLow() float64
- func (x *SnapshotOhlcv) GetOpen() float64
- func (x *SnapshotOhlcv) GetVolume() float64
- func (*SnapshotOhlcv) ProtoMessage()
- func (x *SnapshotOhlcv) ProtoReflect() protoreflect.Message
- func (x *SnapshotOhlcv) Reset()
- func (x *SnapshotOhlcv) String() string
- type SnapshotServiceClient
- type SnapshotServiceServer
- type TickerCryptoInfo
- func (*TickerCryptoInfo) Descriptor() ([]byte, []int)deprecated
- func (x *TickerCryptoInfo) GetPublisher() string
- func (x *TickerCryptoInfo) GetPublisherName() string
- func (x *TickerCryptoInfo) GetTicker() string
- func (*TickerCryptoInfo) ProtoMessage()
- func (x *TickerCryptoInfo) ProtoReflect() protoreflect.Message
- func (x *TickerCryptoInfo) Reset()
- func (x *TickerCryptoInfo) String() string
- type TickerForexInfo
- type TickerStocksInfo
- func (*TickerStocksInfo) Descriptor() ([]byte, []int)deprecated
- func (x *TickerStocksInfo) GetCountry() string
- func (x *TickerStocksInfo) GetCurrency() string
- func (x *TickerStocksInfo) GetPublisher() string
- func (x *TickerStocksInfo) GetPublisherName() string
- func (x *TickerStocksInfo) GetTicker() string
- func (*TickerStocksInfo) ProtoMessage()
- func (x *TickerStocksInfo) ProtoReflect() protoreflect.Message
- func (x *TickerStocksInfo) Reset()
- func (x *TickerStocksInfo) String() string
- type TickerUSInfo
- func (*TickerUSInfo) Descriptor() ([]byte, []int)deprecated
- func (x *TickerUSInfo) GetAssetType() string
- func (x *TickerUSInfo) GetCik() string
- func (x *TickerUSInfo) GetCompositeFigi() string
- func (x *TickerUSInfo) GetCurrency() string
- func (x *TickerUSInfo) GetLei() string
- func (x *TickerUSInfo) GetMic() string
- func (x *TickerUSInfo) GetSecurity() string
- func (x *TickerUSInfo) GetShareFigi() string
- func (x *TickerUSInfo) GetTicker() string
- func (*TickerUSInfo) ProtoMessage()
- func (x *TickerUSInfo) ProtoReflect() protoreflect.Message
- func (x *TickerUSInfo) Reset()
- func (x *TickerUSInfo) String() string
- type TickersClient
- func (s *TickersClient) FindTickerUS(request *FindTickerUSRequest) (*FindTickerUSResponse, error)
- func (s *TickersClient) FindTickersCrypto(request *FindTickersCryptoRequest) (*FindTickerCryptoResponse, error)
- func (s *TickersClient) FindTickersForex(request *FindTickersForexRequest) (*FindTickerForexResponse, error)
- func (s *TickersClient) FindTickersStocks(request *FindTickersStocksRequest) (*FindTickerStocksResponse, error)
- type TickersServiceClient
- type TickersServiceServer
- type TimeSeries
- func (*TimeSeries) Descriptor() ([]byte, []int)deprecated
- func (x *TimeSeries) GetClose() float64
- func (x *TimeSeries) GetHigh() float64
- func (x *TimeSeries) GetLow() float64
- func (x *TimeSeries) GetOpen() float64
- func (x *TimeSeries) GetTimestamp() int64
- func (x *TimeSeries) GetVolume() float64
- func (*TimeSeries) ProtoMessage()
- func (x *TimeSeries) ProtoReflect() protoreflect.Message
- func (x *TimeSeries) Reset()
- func (x *TimeSeries) String() string
- type TimeSeriesClient
- func (s *TimeSeriesClient) GetTimeSeries(request *GetTimeSeriesRequest) (*GetTimeSeriesResponse, error)
- func (s *TimeSeriesClient) GetTimeSeriesAtr(request *GetTimeSeriesAtrRequest) (*GetTimeSeriesAtrResponse, error)
- func (s *TimeSeriesClient) GetTimeSeriesBBands(request *GetTimeSeriesBBandsRequest) (*GetTimeSeriesBBandsResponse, error)
- func (s *TimeSeriesClient) GetTimeSeriesIchimoku(request *GetTimeSeriesIchimokuRequest) (*GetTimeSeriesIchimokuResponse, error)
- func (s *TimeSeriesClient) GetTimeSeriesMa(request *GetTimeSeriesMaRequest) (*GetTimeSeriesMaResponse, error)
- func (s *TimeSeriesClient) GetTimeSeriesMacd(request *GetTimeSeriesMacdRequest) (*GetTimeSeriesMacdResponse, error)
- func (s *TimeSeriesClient) GetTimeSeriesObv(request *GetTimeSeriesObvRequest) (*GetTimeSeriesObvResponse, error)
- func (s *TimeSeriesClient) GetTimeSeriesRsi(request *GetTimeSeriesRsiRequest) (*GetTimeSeriesRsiResponse, error)
- func (s *TimeSeriesClient) GetTimeSeriesSar(request *GetTimeSeriesSarRequest) (*GetTimeSeriesSarResponse, error)
- func (s *TimeSeriesClient) GetTimeSeriesStoch(request *GetTimeSeriesStochRequest) (*GetTimeSeriesStochResponse, error)
- type TimeSeriesServiceClient
- type TimeSeriesServiceServer
- type TradeClient
- type TradeServiceClient
- type TradeServiceServer
- type TradesItem
- func (*TradesItem) Descriptor() ([]byte, []int)deprecated
- func (x *TradesItem) GetPrice() float64
- func (x *TradesItem) GetQuantity() int64
- func (x *TradesItem) GetTradeDate() int64
- func (*TradesItem) ProtoMessage()
- func (x *TradesItem) ProtoReflect() protoreflect.Message
- func (x *TradesItem) Reset()
- func (x *TradesItem) String() string
- type UnimplementedApiUsageServiceServer
- type UnimplementedBenzingaServiceServer
- func (UnimplementedBenzingaServiceServer) GetDividentsCalendar(context.Context, *GetDividentsCalendarRequest) (*GetDividentsCalendarResponse, error)
- func (UnimplementedBenzingaServiceServer) GetEarningsCalendar(context.Context, *GetEarningsCalendarRequest) (*GetEarningsCalendarResponse, error)
- func (UnimplementedBenzingaServiceServer) GetIPO(context.Context, *GetIPORequest) (*GetIPOResponse, error)
- func (UnimplementedBenzingaServiceServer) GetNews(context.Context, *GetNewsRequest) (*GetNewsResponse, error)
- type UnimplementedBinanceServiceServer
- type UnimplementedCryptoServiceServer
- type UnimplementedDatasetsServiceServer
- type UnimplementedExchangeServiceServer
- type UnimplementedForexServiceServer
- type UnimplementedPublisherServiceServer
- type UnimplementedSecServiceServer
- type UnimplementedSipServiceServer
- type UnimplementedSnapshotServiceServer
- type UnimplementedTickersServiceServer
- func (UnimplementedTickersServiceServer) FindTickerUS(context.Context, *FindTickerUSRequest) (*FindTickerUSResponse, error)
- func (UnimplementedTickersServiceServer) FindTickersCrypto(context.Context, *FindTickersCryptoRequest) (*FindTickerCryptoResponse, error)
- func (UnimplementedTickersServiceServer) FindTickersForex(context.Context, *FindTickersForexRequest) (*FindTickerForexResponse, error)
- func (UnimplementedTickersServiceServer) FindTickersStocks(context.Context, *FindTickersStocksRequest) (*FindTickerStocksResponse, error)
- type UnimplementedTimeSeriesServiceServer
- func (UnimplementedTimeSeriesServiceServer) GetTimeSeries(context.Context, *GetTimeSeriesRequest) (*GetTimeSeriesResponse, error)
- func (UnimplementedTimeSeriesServiceServer) GetTimeSeriesAtr(context.Context, *GetTimeSeriesAtrRequest) (*GetTimeSeriesAtrResponse, error)
- func (UnimplementedTimeSeriesServiceServer) GetTimeSeriesBBands(context.Context, *GetTimeSeriesBBandsRequest) (*GetTimeSeriesBBandsResponse, error)
- func (UnimplementedTimeSeriesServiceServer) GetTimeSeriesIchimoku(context.Context, *GetTimeSeriesIchimokuRequest) (*GetTimeSeriesIchimokuResponse, error)
- func (UnimplementedTimeSeriesServiceServer) GetTimeSeriesMa(context.Context, *GetTimeSeriesMaRequest) (*GetTimeSeriesMaResponse, error)
- func (UnimplementedTimeSeriesServiceServer) GetTimeSeriesMacd(context.Context, *GetTimeSeriesMacdRequest) (*GetTimeSeriesMacdResponse, error)
- func (UnimplementedTimeSeriesServiceServer) GetTimeSeriesObv(context.Context, *GetTimeSeriesObvRequest) (*GetTimeSeriesObvResponse, error)
- func (UnimplementedTimeSeriesServiceServer) GetTimeSeriesRsi(context.Context, *GetTimeSeriesRsiRequest) (*GetTimeSeriesRsiResponse, error)
- func (UnimplementedTimeSeriesServiceServer) GetTimeSeriesSar(context.Context, *GetTimeSeriesSarRequest) (*GetTimeSeriesSarResponse, error)
- func (UnimplementedTimeSeriesServiceServer) GetTimeSeriesStoch(context.Context, *GetTimeSeriesStochRequest) (*GetTimeSeriesStochResponse, error)
- type UnimplementedTradeServiceServer
- type UnsafeApiUsageServiceServer
- type UnsafeBenzingaServiceServer
- type UnsafeBinanceServiceServer
- type UnsafeCryptoServiceServer
- type UnsafeDatasetsServiceServer
- type UnsafeExchangeServiceServer
- type UnsafeForexServiceServer
- type UnsafePublisherServiceServer
- type UnsafeSecServiceServer
- type UnsafeSipServiceServer
- type UnsafeSnapshotServiceServer
- type UnsafeTickersServiceServer
- type UnsafeTimeSeriesServiceServer
- type UnsafeTradeServiceServer
Constants ¶
const ( BenzingaService_GetDividentsCalendar_FullMethodName = "/finazon.BenzingaService/GetDividentsCalendar" BenzingaService_GetEarningsCalendar_FullMethodName = "/finazon.BenzingaService/GetEarningsCalendar" BenzingaService_GetNews_FullMethodName = "/finazon.BenzingaService/GetNews" BenzingaService_GetIPO_FullMethodName = "/finazon.BenzingaService/GetIPO" )
const ( ExchangeService_GetMarketsCrypto_FullMethodName = "/finazon.ExchangeService/GetMarketsCrypto" ExchangeService_GetMarketsStocks_FullMethodName = "/finazon.ExchangeService/GetMarketsStocks" )
const ( SipService_GetTrades_FullMethodName = "/finazon.SipService/GetTrades" SipService_GetMarketCenter_FullMethodName = "/finazon.SipService/GetMarketCenter" )
const ( TickersService_FindTickersStocks_FullMethodName = "/finazon.TickersService/FindTickersStocks" TickersService_FindTickersCrypto_FullMethodName = "/finazon.TickersService/FindTickersCrypto" TickersService_FindTickersForex_FullMethodName = "/finazon.TickersService/FindTickersForex" TickersService_FindTickerUS_FullMethodName = "/finazon.TickersService/FindTickerUS" )
const ( TimeSeriesService_GetTimeSeries_FullMethodName = "/finazon.TimeSeriesService/GetTimeSeries" TimeSeriesService_GetTimeSeriesAtr_FullMethodName = "/finazon.TimeSeriesService/GetTimeSeriesAtr" TimeSeriesService_GetTimeSeriesBBands_FullMethodName = "/finazon.TimeSeriesService/GetTimeSeriesBBands" TimeSeriesService_GetTimeSeriesIchimoku_FullMethodName = "/finazon.TimeSeriesService/GetTimeSeriesIchimoku" TimeSeriesService_GetTimeSeriesMa_FullMethodName = "/finazon.TimeSeriesService/GetTimeSeriesMa" TimeSeriesService_GetTimeSeriesMacd_FullMethodName = "/finazon.TimeSeriesService/GetTimeSeriesMacd" TimeSeriesService_GetTimeSeriesObv_FullMethodName = "/finazon.TimeSeriesService/GetTimeSeriesObv" TimeSeriesService_GetTimeSeriesRsi_FullMethodName = "/finazon.TimeSeriesService/GetTimeSeriesRsi" TimeSeriesService_GetTimeSeriesSar_FullMethodName = "/finazon.TimeSeriesService/GetTimeSeriesSar" TimeSeriesService_GetTimeSeriesStoch_FullMethodName = "/finazon.TimeSeriesService/GetTimeSeriesStoch" )
const (
ApiUsageService_GetApiUsage_FullMethodName = "/finazon.ApiUsageService/GetApiUsage"
)
const (
BinanceService_GetTimeSeries_FullMethodName = "/finazon.BinanceService/GetTimeSeries"
)
const (
CryptoService_GetTimeSeries_FullMethodName = "/finazon.CryptoService/GetTimeSeries"
)
const (
DatasetsService_GetDatasets_FullMethodName = "/finazon.DatasetsService/GetDatasets"
)
const (
ForexService_GetTimeSeries_FullMethodName = "/finazon.ForexService/GetTimeSeries"
)
const (
PublisherService_GetPublishers_FullMethodName = "/finazon.PublisherService/GetPublishers"
)
const (
SecService_GetFilings_FullMethodName = "/finazon.SecService/GetFilings"
)
const (
SnapshotService_GetSnapshot_FullMethodName = "/finazon.SnapshotService/GetSnapshot"
)
const (
TradeService_GetTrades_FullMethodName = "/finazon.TradeService/GetTrades"
)
Variables ¶
var ApiUsageService_ServiceDesc = grpc.ServiceDesc{ ServiceName: "finazon.ApiUsageService", HandlerType: (*ApiUsageServiceServer)(nil), Methods: []grpc.MethodDesc{ { MethodName: "GetApiUsage", Handler: _ApiUsageService_GetApiUsage_Handler, }, }, Streams: []grpc.StreamDesc{}, Metadata: "api_usage.proto", }
ApiUsageService_ServiceDesc is the grpc.ServiceDesc for ApiUsageService service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)
var BenzingaService_ServiceDesc = grpc.ServiceDesc{ ServiceName: "finazon.BenzingaService", HandlerType: (*BenzingaServiceServer)(nil), Methods: []grpc.MethodDesc{ { MethodName: "GetDividentsCalendar", Handler: _BenzingaService_GetDividentsCalendar_Handler, }, { MethodName: "GetEarningsCalendar", Handler: _BenzingaService_GetEarningsCalendar_Handler, }, { MethodName: "GetNews", Handler: _BenzingaService_GetNews_Handler, }, { MethodName: "GetIPO", Handler: _BenzingaService_GetIPO_Handler, }, }, Streams: []grpc.StreamDesc{}, Metadata: "benzinga.proto", }
BenzingaService_ServiceDesc is the grpc.ServiceDesc for BenzingaService service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)
var BinanceService_ServiceDesc = grpc.ServiceDesc{ ServiceName: "finazon.BinanceService", HandlerType: (*BinanceServiceServer)(nil), Methods: []grpc.MethodDesc{ { MethodName: "GetTimeSeries", Handler: _BinanceService_GetTimeSeries_Handler, }, }, Streams: []grpc.StreamDesc{}, Metadata: "binance.proto", }
BinanceService_ServiceDesc is the grpc.ServiceDesc for BinanceService service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)
var CryptoService_ServiceDesc = grpc.ServiceDesc{ ServiceName: "finazon.CryptoService", HandlerType: (*CryptoServiceServer)(nil), Methods: []grpc.MethodDesc{ { MethodName: "GetTimeSeries", Handler: _CryptoService_GetTimeSeries_Handler, }, }, Streams: []grpc.StreamDesc{}, Metadata: "crypto.proto", }
CryptoService_ServiceDesc is the grpc.ServiceDesc for CryptoService service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)
var DatasetsService_ServiceDesc = grpc.ServiceDesc{ ServiceName: "finazon.DatasetsService", HandlerType: (*DatasetsServiceServer)(nil), Methods: []grpc.MethodDesc{ { MethodName: "GetDatasets", Handler: _DatasetsService_GetDatasets_Handler, }, }, Streams: []grpc.StreamDesc{}, Metadata: "datasets.proto", }
DatasetsService_ServiceDesc is the grpc.ServiceDesc for DatasetsService service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)
var ExchangeService_ServiceDesc = grpc.ServiceDesc{ ServiceName: "finazon.ExchangeService", HandlerType: (*ExchangeServiceServer)(nil), Methods: []grpc.MethodDesc{ { MethodName: "GetMarketsCrypto", Handler: _ExchangeService_GetMarketsCrypto_Handler, }, { MethodName: "GetMarketsStocks", Handler: _ExchangeService_GetMarketsStocks_Handler, }, }, Streams: []grpc.StreamDesc{}, Metadata: "exchange.proto", }
ExchangeService_ServiceDesc is the grpc.ServiceDesc for ExchangeService service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)
var FINAZON_GRPC_HOST = "grpc-v0-0.finazon.io:443"
0.0.4
var File_api_usage_proto protoreflect.FileDescriptor
var File_benzinga_proto protoreflect.FileDescriptor
var File_binance_proto protoreflect.FileDescriptor
var File_crypto_proto protoreflect.FileDescriptor
var File_datasets_proto protoreflect.FileDescriptor
var File_exchange_proto protoreflect.FileDescriptor
var File_forex_proto protoreflect.FileDescriptor
var File_publishers_proto protoreflect.FileDescriptor
var File_sec_proto protoreflect.FileDescriptor
var File_sip_proto protoreflect.FileDescriptor
var File_snapshot_proto protoreflect.FileDescriptor
var File_tickers_proto protoreflect.FileDescriptor
var File_time_series_proto protoreflect.FileDescriptor
var File_trade_proto protoreflect.FileDescriptor
var ForexService_ServiceDesc = grpc.ServiceDesc{ ServiceName: "finazon.ForexService", HandlerType: (*ForexServiceServer)(nil), Methods: []grpc.MethodDesc{ { MethodName: "GetTimeSeries", Handler: _ForexService_GetTimeSeries_Handler, }, }, Streams: []grpc.StreamDesc{}, Metadata: "forex.proto", }
ForexService_ServiceDesc is the grpc.ServiceDesc for ForexService service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)
var PublisherService_ServiceDesc = grpc.ServiceDesc{ ServiceName: "finazon.PublisherService", HandlerType: (*PublisherServiceServer)(nil), Methods: []grpc.MethodDesc{ { MethodName: "GetPublishers", Handler: _PublisherService_GetPublishers_Handler, }, }, Streams: []grpc.StreamDesc{}, Metadata: "publishers.proto", }
PublisherService_ServiceDesc is the grpc.ServiceDesc for PublisherService service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)
var SecService_ServiceDesc = grpc.ServiceDesc{ ServiceName: "finazon.SecService", HandlerType: (*SecServiceServer)(nil), Methods: []grpc.MethodDesc{ { MethodName: "GetFilings", Handler: _SecService_GetFilings_Handler, }, }, Streams: []grpc.StreamDesc{}, Metadata: "sec.proto", }
SecService_ServiceDesc is the grpc.ServiceDesc for SecService service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)
var SipService_ServiceDesc = grpc.ServiceDesc{ ServiceName: "finazon.SipService", HandlerType: (*SipServiceServer)(nil), Methods: []grpc.MethodDesc{ { MethodName: "GetTrades", Handler: _SipService_GetTrades_Handler, }, { MethodName: "GetMarketCenter", Handler: _SipService_GetMarketCenter_Handler, }, }, Streams: []grpc.StreamDesc{}, Metadata: "sip.proto", }
SipService_ServiceDesc is the grpc.ServiceDesc for SipService service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)
var SnapshotService_ServiceDesc = grpc.ServiceDesc{ ServiceName: "finazon.SnapshotService", HandlerType: (*SnapshotServiceServer)(nil), Methods: []grpc.MethodDesc{ { MethodName: "GetSnapshot", Handler: _SnapshotService_GetSnapshot_Handler, }, }, Streams: []grpc.StreamDesc{}, Metadata: "snapshot.proto", }
SnapshotService_ServiceDesc is the grpc.ServiceDesc for SnapshotService service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)
var TickersService_ServiceDesc = grpc.ServiceDesc{ ServiceName: "finazon.TickersService", HandlerType: (*TickersServiceServer)(nil), Methods: []grpc.MethodDesc{ { MethodName: "FindTickersStocks", Handler: _TickersService_FindTickersStocks_Handler, }, { MethodName: "FindTickersCrypto", Handler: _TickersService_FindTickersCrypto_Handler, }, { MethodName: "FindTickersForex", Handler: _TickersService_FindTickersForex_Handler, }, { MethodName: "FindTickerUS", Handler: _TickersService_FindTickerUS_Handler, }, }, Streams: []grpc.StreamDesc{}, Metadata: "tickers.proto", }
TickersService_ServiceDesc is the grpc.ServiceDesc for TickersService service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)
var TimeSeriesService_ServiceDesc = grpc.ServiceDesc{ ServiceName: "finazon.TimeSeriesService", HandlerType: (*TimeSeriesServiceServer)(nil), Methods: []grpc.MethodDesc{ { MethodName: "GetTimeSeries", Handler: _TimeSeriesService_GetTimeSeries_Handler, }, { MethodName: "GetTimeSeriesAtr", Handler: _TimeSeriesService_GetTimeSeriesAtr_Handler, }, { MethodName: "GetTimeSeriesBBands", Handler: _TimeSeriesService_GetTimeSeriesBBands_Handler, }, { MethodName: "GetTimeSeriesIchimoku", Handler: _TimeSeriesService_GetTimeSeriesIchimoku_Handler, }, { MethodName: "GetTimeSeriesMa", Handler: _TimeSeriesService_GetTimeSeriesMa_Handler, }, { MethodName: "GetTimeSeriesMacd", Handler: _TimeSeriesService_GetTimeSeriesMacd_Handler, }, { MethodName: "GetTimeSeriesObv", Handler: _TimeSeriesService_GetTimeSeriesObv_Handler, }, { MethodName: "GetTimeSeriesRsi", Handler: _TimeSeriesService_GetTimeSeriesRsi_Handler, }, { MethodName: "GetTimeSeriesSar", Handler: _TimeSeriesService_GetTimeSeriesSar_Handler, }, { MethodName: "GetTimeSeriesStoch", Handler: _TimeSeriesService_GetTimeSeriesStoch_Handler, }, }, Streams: []grpc.StreamDesc{}, Metadata: "time_series.proto", }
TimeSeriesService_ServiceDesc is the grpc.ServiceDesc for TimeSeriesService service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)
var TradeService_ServiceDesc = grpc.ServiceDesc{ ServiceName: "finazon.TradeService", HandlerType: (*TradeServiceServer)(nil), Methods: []grpc.MethodDesc{ { MethodName: "GetTrades", Handler: _TradeService_GetTrades_Handler, }, }, Streams: []grpc.StreamDesc{}, Metadata: "trade.proto", }
TradeService_ServiceDesc is the grpc.ServiceDesc for TradeService service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)
Functions ¶
func RegisterApiUsageServiceServer ¶
func RegisterApiUsageServiceServer(s grpc.ServiceRegistrar, srv ApiUsageServiceServer)
func RegisterBenzingaServiceServer ¶
func RegisterBenzingaServiceServer(s grpc.ServiceRegistrar, srv BenzingaServiceServer)
func RegisterBinanceServiceServer ¶
func RegisterBinanceServiceServer(s grpc.ServiceRegistrar, srv BinanceServiceServer)
func RegisterCryptoServiceServer ¶
func RegisterCryptoServiceServer(s grpc.ServiceRegistrar, srv CryptoServiceServer)
func RegisterDatasetsServiceServer ¶
func RegisterDatasetsServiceServer(s grpc.ServiceRegistrar, srv DatasetsServiceServer)
func RegisterExchangeServiceServer ¶
func RegisterExchangeServiceServer(s grpc.ServiceRegistrar, srv ExchangeServiceServer)
func RegisterForexServiceServer ¶
func RegisterForexServiceServer(s grpc.ServiceRegistrar, srv ForexServiceServer)
func RegisterPublisherServiceServer ¶
func RegisterPublisherServiceServer(s grpc.ServiceRegistrar, srv PublisherServiceServer)
func RegisterSecServiceServer ¶
func RegisterSecServiceServer(s grpc.ServiceRegistrar, srv SecServiceServer)
func RegisterSipServiceServer ¶
func RegisterSipServiceServer(s grpc.ServiceRegistrar, srv SipServiceServer)
func RegisterSnapshotServiceServer ¶
func RegisterSnapshotServiceServer(s grpc.ServiceRegistrar, srv SnapshotServiceServer)
func RegisterTickersServiceServer ¶
func RegisterTickersServiceServer(s grpc.ServiceRegistrar, srv TickersServiceServer)
func RegisterTimeSeriesServiceServer ¶
func RegisterTimeSeriesServiceServer(s grpc.ServiceRegistrar, srv TimeSeriesServiceServer)
func RegisterTradeServiceServer ¶
func RegisterTradeServiceServer(s grpc.ServiceRegistrar, srv TradeServiceServer)
Types ¶
type ApiCalls ¶
type ApiCalls struct { Limit int32 `protobuf:"varint,1,opt,name=limit,proto3" json:"limit,omitempty"` Usage int32 `protobuf:"varint,2,opt,name=usage,proto3" json:"usage,omitempty"` // contains filtered or unexported fields }
func (*ApiCalls) Descriptor
deprecated
func (*ApiCalls) ProtoMessage ¶
func (*ApiCalls) ProtoMessage()
func (*ApiCalls) ProtoReflect ¶
func (x *ApiCalls) ProtoReflect() protoreflect.Message
type ApiUsageClient ¶
type ApiUsageClient struct {
// contains filtered or unexported fields
}
func NewApiUsageClient ¶
func NewApiUsageClient(c *Connection) *ApiUsageClient
func (*ApiUsageClient) GetApiUsage ¶
func (s *ApiUsageClient) GetApiUsage(request *GetApiUsageRequest) (*GetApiUsageResponse, error)
type ApiUsageItem ¶
type ApiUsageItem struct { Product string `protobuf:"bytes,1,opt,name=product,proto3" json:"product,omitempty"` ApiCalls *ApiCalls `protobuf:"bytes,2,opt,name=apiCalls,proto3" json:"apiCalls,omitempty"` HistoricalApiCalls *ApiCalls `protobuf:"bytes,3,opt,name=historicalApiCalls,proto3" json:"historicalApiCalls,omitempty"` // contains filtered or unexported fields }
func (*ApiUsageItem) Descriptor
deprecated
func (*ApiUsageItem) Descriptor() ([]byte, []int)
Deprecated: Use ApiUsageItem.ProtoReflect.Descriptor instead.
func (*ApiUsageItem) GetApiCalls ¶
func (x *ApiUsageItem) GetApiCalls() *ApiCalls
func (*ApiUsageItem) GetHistoricalApiCalls ¶
func (x *ApiUsageItem) GetHistoricalApiCalls() *ApiCalls
func (*ApiUsageItem) GetProduct ¶
func (x *ApiUsageItem) GetProduct() string
func (*ApiUsageItem) ProtoMessage ¶
func (*ApiUsageItem) ProtoMessage()
func (*ApiUsageItem) ProtoReflect ¶
func (x *ApiUsageItem) ProtoReflect() protoreflect.Message
func (*ApiUsageItem) Reset ¶
func (x *ApiUsageItem) Reset()
func (*ApiUsageItem) String ¶
func (x *ApiUsageItem) String() string
type ApiUsageServiceClient ¶
type ApiUsageServiceClient interface { // Get a list of products with quota limit/usage GetApiUsage(ctx context.Context, in *GetApiUsageRequest, opts ...grpc.CallOption) (*GetApiUsageResponse, error) }
ApiUsageServiceClient is the client API for ApiUsageService service.
For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.
func NewApiUsageServiceClient ¶
func NewApiUsageServiceClient(cc grpc.ClientConnInterface) ApiUsageServiceClient
type ApiUsageServiceServer ¶
type ApiUsageServiceServer interface { // Get a list of products with quota limit/usage GetApiUsage(context.Context, *GetApiUsageRequest) (*GetApiUsageResponse, error) // contains filtered or unexported methods }
ApiUsageServiceServer is the server API for ApiUsageService service. All implementations must embed UnimplementedApiUsageServiceServer for forward compatibility
type BenzingaClient ¶
type BenzingaClient struct {
// contains filtered or unexported fields
}
func NewBenzingaClient ¶
func NewBenzingaClient(c *Connection) *BenzingaClient
func (*BenzingaClient) GetDividentsCalendar ¶
func (s *BenzingaClient) GetDividentsCalendar(request *GetDividentsCalendarRequest) (*GetDividentsCalendarResponse, error)
func (*BenzingaClient) GetEarningsCalendar ¶
func (s *BenzingaClient) GetEarningsCalendar(request *GetEarningsCalendarRequest) (*GetEarningsCalendarResponse, error)
func (*BenzingaClient) GetIPO ¶
func (s *BenzingaClient) GetIPO(request *GetIPORequest) (*GetIPOResponse, error)
func (*BenzingaClient) GetNews ¶
func (s *BenzingaClient) GetNews(request *GetNewsRequest) (*GetNewsResponse, error)
type BenzingaServiceClient ¶
type BenzingaServiceClient interface { // Returns the dividends calendar from Benzinga GetDividentsCalendar(ctx context.Context, in *GetDividentsCalendarRequest, opts ...grpc.CallOption) (*GetDividentsCalendarResponse, error) // Returns the earnings calendar from Benzinga GetEarningsCalendar(ctx context.Context, in *GetEarningsCalendarRequest, opts ...grpc.CallOption) (*GetEarningsCalendarResponse, error) // Returns the news articles from Benzinga GetNews(ctx context.Context, in *GetNewsRequest, opts ...grpc.CallOption) (*GetNewsResponse, error) // Returns IPO data from Benzinga GetIPO(ctx context.Context, in *GetIPORequest, opts ...grpc.CallOption) (*GetIPOResponse, error) }
BenzingaServiceClient is the client API for BenzingaService service.
For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.
func NewBenzingaServiceClient ¶
func NewBenzingaServiceClient(cc grpc.ClientConnInterface) BenzingaServiceClient
type BenzingaServiceServer ¶
type BenzingaServiceServer interface { // Returns the dividends calendar from Benzinga GetDividentsCalendar(context.Context, *GetDividentsCalendarRequest) (*GetDividentsCalendarResponse, error) // Returns the earnings calendar from Benzinga GetEarningsCalendar(context.Context, *GetEarningsCalendarRequest) (*GetEarningsCalendarResponse, error) // Returns the news articles from Benzinga GetNews(context.Context, *GetNewsRequest) (*GetNewsResponse, error) // Returns IPO data from Benzinga GetIPO(context.Context, *GetIPORequest) (*GetIPOResponse, error) // contains filtered or unexported methods }
BenzingaServiceServer is the server API for BenzingaService service. All implementations must embed UnimplementedBenzingaServiceServer for forward compatibility
type BinanceClient ¶
type BinanceClient struct {
// contains filtered or unexported fields
}
func NewBinanceClient ¶
func NewBinanceClient(c *Connection) *BinanceClient
func (*BinanceClient) GetTimeSeries ¶
func (s *BinanceClient) GetTimeSeries(request *GetBinanceTimeSeriesRequest) (*GetBinanceTimeSeriesResponse, error)
type BinanceServiceClient ¶
type BinanceServiceClient interface { // Get time series data without technical indicators GetTimeSeries(ctx context.Context, in *GetBinanceTimeSeriesRequest, opts ...grpc.CallOption) (*GetBinanceTimeSeriesResponse, error) }
BinanceServiceClient is the client API for BinanceService service.
For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.
func NewBinanceServiceClient ¶
func NewBinanceServiceClient(cc grpc.ClientConnInterface) BinanceServiceClient
type BinanceServiceServer ¶
type BinanceServiceServer interface { // Get time series data without technical indicators GetTimeSeries(context.Context, *GetBinanceTimeSeriesRequest) (*GetBinanceTimeSeriesResponse, error) // contains filtered or unexported methods }
BinanceServiceServer is the server API for BinanceService service. All implementations must embed UnimplementedBinanceServiceServer for forward compatibility
type BinanceTimeSeries ¶
type BinanceTimeSeries struct { Timestamp int64 `protobuf:"varint,1,opt,name=timestamp,proto3" json:"timestamp,omitempty"` Open float64 `protobuf:"fixed64,2,opt,name=open,proto3" json:"open,omitempty"` Close float64 `protobuf:"fixed64,3,opt,name=close,proto3" json:"close,omitempty"` High float64 `protobuf:"fixed64,4,opt,name=high,proto3" json:"high,omitempty"` Low float64 `protobuf:"fixed64,5,opt,name=low,proto3" json:"low,omitempty"` Trades float64 `protobuf:"fixed64,6,opt,name=trades,proto3" json:"trades,omitempty"` BaseVolume float64 `protobuf:"fixed64,7,opt,name=base_volume,json=baseVolume,proto3" json:"base_volume,omitempty"` QuoteVolume float64 `protobuf:"fixed64,8,opt,name=quote_volume,json=quoteVolume,proto3" json:"quote_volume,omitempty"` TakerBuyBaseAssetVolume float64 `` /* 138-byte string literal not displayed */ TakerBuyQuoteAssetVolume float64 `` /* 142-byte string literal not displayed */ // contains filtered or unexported fields }
func (*BinanceTimeSeries) Descriptor
deprecated
func (*BinanceTimeSeries) Descriptor() ([]byte, []int)
Deprecated: Use BinanceTimeSeries.ProtoReflect.Descriptor instead.
func (*BinanceTimeSeries) GetBaseVolume ¶
func (x *BinanceTimeSeries) GetBaseVolume() float64
func (*BinanceTimeSeries) GetClose ¶
func (x *BinanceTimeSeries) GetClose() float64
func (*BinanceTimeSeries) GetHigh ¶
func (x *BinanceTimeSeries) GetHigh() float64
func (*BinanceTimeSeries) GetLow ¶
func (x *BinanceTimeSeries) GetLow() float64
func (*BinanceTimeSeries) GetOpen ¶
func (x *BinanceTimeSeries) GetOpen() float64
func (*BinanceTimeSeries) GetQuoteVolume ¶
func (x *BinanceTimeSeries) GetQuoteVolume() float64
func (*BinanceTimeSeries) GetTakerBuyBaseAssetVolume ¶
func (x *BinanceTimeSeries) GetTakerBuyBaseAssetVolume() float64
func (*BinanceTimeSeries) GetTakerBuyQuoteAssetVolume ¶
func (x *BinanceTimeSeries) GetTakerBuyQuoteAssetVolume() float64
func (*BinanceTimeSeries) GetTimestamp ¶
func (x *BinanceTimeSeries) GetTimestamp() int64
func (*BinanceTimeSeries) GetTrades ¶
func (x *BinanceTimeSeries) GetTrades() float64
func (*BinanceTimeSeries) ProtoMessage ¶
func (*BinanceTimeSeries) ProtoMessage()
func (*BinanceTimeSeries) ProtoReflect ¶
func (x *BinanceTimeSeries) ProtoReflect() protoreflect.Message
func (*BinanceTimeSeries) Reset ¶
func (x *BinanceTimeSeries) Reset()
func (*BinanceTimeSeries) String ¶
func (x *BinanceTimeSeries) String() string
type Connection ¶
type Connection struct { Con *grpc.ClientConn Ctx context.Context }
func GetConnection ¶
func GetConnection(apiKey string) (*Connection, error)
func (*Connection) Close ¶
func (c *Connection) Close() error
func (*Connection) GetApiUsageClient ¶
func (c *Connection) GetApiUsageClient() *ApiUsageClient
func (*Connection) GetBenzingaClient ¶
func (c *Connection) GetBenzingaClient() *BenzingaClient
func (*Connection) GetBinanceClient ¶
func (c *Connection) GetBinanceClient() *BinanceClient
func (*Connection) GetCryptoClient ¶
func (c *Connection) GetCryptoClient() *CryptoClient
func (*Connection) GetDatasetsClient ¶
func (c *Connection) GetDatasetsClient() *DatasetsClient
func (*Connection) GetExchangeClient ¶
func (c *Connection) GetExchangeClient() *ExchangeClient
func (*Connection) GetForexClient ¶
func (c *Connection) GetForexClient() *ForexClient
func (*Connection) GetPublisherClient ¶
func (c *Connection) GetPublisherClient() *PublisherClient
func (*Connection) GetSecClient ¶
func (c *Connection) GetSecClient() *SecClient
func (*Connection) GetSipClient ¶
func (c *Connection) GetSipClient() *SipClient
func (*Connection) GetSnapshotClient ¶
func (c *Connection) GetSnapshotClient() *SnapshotClient
func (*Connection) GetTickersClient ¶
func (c *Connection) GetTickersClient() *TickersClient
func (*Connection) GetTimeSeriesClient ¶
func (c *Connection) GetTimeSeriesClient() *TimeSeriesClient
func (*Connection) GetTradeClient ¶
func (c *Connection) GetTradeClient() *TradeClient
type CryptoClient ¶
type CryptoClient struct {
// contains filtered or unexported fields
}
func NewCryptoClient ¶
func NewCryptoClient(c *Connection) *CryptoClient
func (*CryptoClient) GetTimeSeries ¶
func (s *CryptoClient) GetTimeSeries(request *GetCryptoTimeSeriesRequest) (*GetCryptoTimeSeriesResponse, error)
type CryptoServiceClient ¶
type CryptoServiceClient interface { // Get time series data for any given ticker GetTimeSeries(ctx context.Context, in *GetCryptoTimeSeriesRequest, opts ...grpc.CallOption) (*GetCryptoTimeSeriesResponse, error) }
CryptoServiceClient is the client API for CryptoService service.
For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.
func NewCryptoServiceClient ¶
func NewCryptoServiceClient(cc grpc.ClientConnInterface) CryptoServiceClient
type CryptoServiceServer ¶
type CryptoServiceServer interface { // Get time series data for any given ticker GetTimeSeries(context.Context, *GetCryptoTimeSeriesRequest) (*GetCryptoTimeSeriesResponse, error) // contains filtered or unexported methods }
CryptoServiceServer is the server API for CryptoService service. All implementations must embed UnimplementedCryptoServiceServer for forward compatibility
type CryptoTimeSeries ¶
type CryptoTimeSeries struct { Timestamp int64 `protobuf:"varint,1,opt,name=timestamp,proto3" json:"timestamp,omitempty"` Open float64 `protobuf:"fixed64,2,opt,name=open,proto3" json:"open,omitempty"` Close float64 `protobuf:"fixed64,3,opt,name=close,proto3" json:"close,omitempty"` High float64 `protobuf:"fixed64,4,opt,name=high,proto3" json:"high,omitempty"` Low float64 `protobuf:"fixed64,5,opt,name=low,proto3" json:"low,omitempty"` Volume float64 `protobuf:"fixed64,6,opt,name=volume,proto3" json:"volume,omitempty"` // contains filtered or unexported fields }
func (*CryptoTimeSeries) Descriptor
deprecated
func (*CryptoTimeSeries) Descriptor() ([]byte, []int)
Deprecated: Use CryptoTimeSeries.ProtoReflect.Descriptor instead.
func (*CryptoTimeSeries) GetClose ¶
func (x *CryptoTimeSeries) GetClose() float64
func (*CryptoTimeSeries) GetHigh ¶
func (x *CryptoTimeSeries) GetHigh() float64
func (*CryptoTimeSeries) GetLow ¶
func (x *CryptoTimeSeries) GetLow() float64
func (*CryptoTimeSeries) GetOpen ¶
func (x *CryptoTimeSeries) GetOpen() float64
func (*CryptoTimeSeries) GetTimestamp ¶
func (x *CryptoTimeSeries) GetTimestamp() int64
func (*CryptoTimeSeries) GetVolume ¶
func (x *CryptoTimeSeries) GetVolume() float64
func (*CryptoTimeSeries) ProtoMessage ¶
func (*CryptoTimeSeries) ProtoMessage()
func (*CryptoTimeSeries) ProtoReflect ¶
func (x *CryptoTimeSeries) ProtoReflect() protoreflect.Message
func (*CryptoTimeSeries) Reset ¶
func (x *CryptoTimeSeries) Reset()
func (*CryptoTimeSeries) String ¶
func (x *CryptoTimeSeries) String() string
type DatasetItem ¶
type DatasetItem struct { Code string `protobuf:"bytes,1,opt,name=code,proto3" json:"code,omitempty"` Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"` // contains filtered or unexported fields }
func (*DatasetItem) Descriptor
deprecated
func (*DatasetItem) Descriptor() ([]byte, []int)
Deprecated: Use DatasetItem.ProtoReflect.Descriptor instead.
func (*DatasetItem) GetCode ¶
func (x *DatasetItem) GetCode() string
func (*DatasetItem) GetName ¶
func (x *DatasetItem) GetName() string
func (*DatasetItem) ProtoMessage ¶
func (*DatasetItem) ProtoMessage()
func (*DatasetItem) ProtoReflect ¶
func (x *DatasetItem) ProtoReflect() protoreflect.Message
func (*DatasetItem) Reset ¶
func (x *DatasetItem) Reset()
func (*DatasetItem) String ¶
func (x *DatasetItem) String() string
type DatasetsClient ¶
type DatasetsClient struct {
// contains filtered or unexported fields
}
func NewDatasetsClient ¶
func NewDatasetsClient(c *Connection) *DatasetsClient
func (*DatasetsClient) GetDatasets ¶
func (s *DatasetsClient) GetDatasets(request *GetDatasetsRequest) (*GetDatasetsResponse, error)
type DatasetsServiceClient ¶
type DatasetsServiceClient interface { // Get a list of all datasets available at Finazon. GetDatasets(ctx context.Context, in *GetDatasetsRequest, opts ...grpc.CallOption) (*GetDatasetsResponse, error) }
DatasetsServiceClient is the client API for DatasetsService service.
For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.
func NewDatasetsServiceClient ¶
func NewDatasetsServiceClient(cc grpc.ClientConnInterface) DatasetsServiceClient
type DatasetsServiceServer ¶
type DatasetsServiceServer interface { // Get a list of all datasets available at Finazon. GetDatasets(context.Context, *GetDatasetsRequest) (*GetDatasetsResponse, error) // contains filtered or unexported methods }
DatasetsServiceServer is the server API for DatasetsService service. All implementations must embed UnimplementedDatasetsServiceServer for forward compatibility
type DividentsCalendarItem ¶
type DividentsCalendarItem struct { RecordId string `protobuf:"bytes,1,opt,name=record_id,json=recordId,proto3" json:"record_id,omitempty"` Ticker string `protobuf:"bytes,2,opt,name=ticker,proto3" json:"ticker,omitempty"` Name string `protobuf:"bytes,3,opt,name=name,proto3" json:"name,omitempty"` Mic string `protobuf:"bytes,4,opt,name=mic,proto3" json:"mic,omitempty"` Currency string `protobuf:"bytes,5,opt,name=currency,proto3" json:"currency,omitempty"` ExDividendDate string `protobuf:"bytes,6,opt,name=ex_dividend_date,json=exDividendDate,proto3" json:"ex_dividend_date,omitempty"` DividendType string `protobuf:"bytes,7,opt,name=dividend_type,json=dividendType,proto3" json:"dividend_type,omitempty"` Dividend float64 `protobuf:"fixed64,8,opt,name=dividend,proto3" json:"dividend,omitempty"` DividendYield float64 `protobuf:"fixed64,9,opt,name=dividend_yield,json=dividendYield,proto3" json:"dividend_yield,omitempty"` DividendPrior string `protobuf:"bytes,10,opt,name=dividend_prior,json=dividendPrior,proto3" json:"dividend_prior,omitempty"` DeclarationDate string `protobuf:"bytes,11,opt,name=declaration_date,json=declarationDate,proto3" json:"declaration_date,omitempty"` PayableDate string `protobuf:"bytes,12,opt,name=payable_date,json=payableDate,proto3" json:"payable_date,omitempty"` RecordDate string `protobuf:"bytes,13,opt,name=record_date,json=recordDate,proto3" json:"record_date,omitempty"` EndRegularDividend bool `protobuf:"varint,14,opt,name=end_regular_dividend,json=endRegularDividend,proto3" json:"end_regular_dividend,omitempty"` Frequency int32 `protobuf:"varint,15,opt,name=frequency,proto3" json:"frequency,omitempty"` Importance int32 `protobuf:"varint,16,opt,name=importance,proto3" json:"importance,omitempty"` Notes string `protobuf:"bytes,17,opt,name=notes,proto3" json:"notes,omitempty"` Updated int64 `protobuf:"varint,18,opt,name=updated,proto3" json:"updated,omitempty"` // contains filtered or unexported fields }
func (*DividentsCalendarItem) Descriptor
deprecated
func (*DividentsCalendarItem) Descriptor() ([]byte, []int)
Deprecated: Use DividentsCalendarItem.ProtoReflect.Descriptor instead.
func (*DividentsCalendarItem) GetCurrency ¶
func (x *DividentsCalendarItem) GetCurrency() string
func (*DividentsCalendarItem) GetDeclarationDate ¶
func (x *DividentsCalendarItem) GetDeclarationDate() string
func (*DividentsCalendarItem) GetDividend ¶
func (x *DividentsCalendarItem) GetDividend() float64
func (*DividentsCalendarItem) GetDividendPrior ¶
func (x *DividentsCalendarItem) GetDividendPrior() string
func (*DividentsCalendarItem) GetDividendType ¶
func (x *DividentsCalendarItem) GetDividendType() string
func (*DividentsCalendarItem) GetDividendYield ¶
func (x *DividentsCalendarItem) GetDividendYield() float64
func (*DividentsCalendarItem) GetEndRegularDividend ¶
func (x *DividentsCalendarItem) GetEndRegularDividend() bool
func (*DividentsCalendarItem) GetExDividendDate ¶
func (x *DividentsCalendarItem) GetExDividendDate() string
func (*DividentsCalendarItem) GetFrequency ¶
func (x *DividentsCalendarItem) GetFrequency() int32
func (*DividentsCalendarItem) GetImportance ¶
func (x *DividentsCalendarItem) GetImportance() int32
func (*DividentsCalendarItem) GetMic ¶
func (x *DividentsCalendarItem) GetMic() string
func (*DividentsCalendarItem) GetName ¶
func (x *DividentsCalendarItem) GetName() string
func (*DividentsCalendarItem) GetNotes ¶
func (x *DividentsCalendarItem) GetNotes() string
func (*DividentsCalendarItem) GetPayableDate ¶
func (x *DividentsCalendarItem) GetPayableDate() string
func (*DividentsCalendarItem) GetRecordDate ¶
func (x *DividentsCalendarItem) GetRecordDate() string
func (*DividentsCalendarItem) GetRecordId ¶
func (x *DividentsCalendarItem) GetRecordId() string
func (*DividentsCalendarItem) GetTicker ¶
func (x *DividentsCalendarItem) GetTicker() string
func (*DividentsCalendarItem) GetUpdated ¶
func (x *DividentsCalendarItem) GetUpdated() int64
func (*DividentsCalendarItem) ProtoMessage ¶
func (*DividentsCalendarItem) ProtoMessage()
func (*DividentsCalendarItem) ProtoReflect ¶
func (x *DividentsCalendarItem) ProtoReflect() protoreflect.Message
func (*DividentsCalendarItem) Reset ¶
func (x *DividentsCalendarItem) Reset()
func (*DividentsCalendarItem) String ¶
func (x *DividentsCalendarItem) String() string
type EarningsCalendarItem ¶
type EarningsCalendarItem struct { Currency string `protobuf:"bytes,1,opt,name=currency,proto3" json:"currency,omitempty"` Date string `protobuf:"bytes,2,opt,name=date,proto3" json:"date,omitempty"` DateConfirmed bool `protobuf:"varint,3,opt,name=date_confirmed,json=dateConfirmed,proto3" json:"date_confirmed,omitempty"` Eps *EarningsCalendarItem_Eps `protobuf:"bytes,4,opt,name=eps,proto3" json:"eps,omitempty"` Importance int32 `protobuf:"varint,5,opt,name=importance,proto3" json:"importance,omitempty"` Mic string `protobuf:"bytes,6,opt,name=mic,proto3" json:"mic,omitempty"` Name string `protobuf:"bytes,7,opt,name=name,proto3" json:"name,omitempty"` Notes string `protobuf:"bytes,8,opt,name=notes,proto3" json:"notes,omitempty"` Period string `protobuf:"bytes,9,opt,name=period,proto3" json:"period,omitempty"` PeriodYear int32 `protobuf:"varint,10,opt,name=period_year,json=periodYear,proto3" json:"period_year,omitempty"` RecordId string `protobuf:"bytes,11,opt,name=record_id,json=recordId,proto3" json:"record_id,omitempty"` Revenue *EarningsCalendarItem_Revenue `protobuf:"bytes,12,opt,name=revenue,proto3" json:"revenue,omitempty"` Ticker string `protobuf:"bytes,13,opt,name=ticker,proto3" json:"ticker,omitempty"` Time string `protobuf:"bytes,14,opt,name=time,proto3" json:"time,omitempty"` Updated int64 `protobuf:"varint,15,opt,name=updated,proto3" json:"updated,omitempty"` // contains filtered or unexported fields }
func (*EarningsCalendarItem) Descriptor
deprecated
func (*EarningsCalendarItem) Descriptor() ([]byte, []int)
Deprecated: Use EarningsCalendarItem.ProtoReflect.Descriptor instead.
func (*EarningsCalendarItem) GetCurrency ¶
func (x *EarningsCalendarItem) GetCurrency() string
func (*EarningsCalendarItem) GetDate ¶
func (x *EarningsCalendarItem) GetDate() string
func (*EarningsCalendarItem) GetDateConfirmed ¶
func (x *EarningsCalendarItem) GetDateConfirmed() bool
func (*EarningsCalendarItem) GetEps ¶
func (x *EarningsCalendarItem) GetEps() *EarningsCalendarItem_Eps
func (*EarningsCalendarItem) GetImportance ¶
func (x *EarningsCalendarItem) GetImportance() int32
func (*EarningsCalendarItem) GetMic ¶
func (x *EarningsCalendarItem) GetMic() string
func (*EarningsCalendarItem) GetName ¶
func (x *EarningsCalendarItem) GetName() string
func (*EarningsCalendarItem) GetNotes ¶
func (x *EarningsCalendarItem) GetNotes() string
func (*EarningsCalendarItem) GetPeriod ¶
func (x *EarningsCalendarItem) GetPeriod() string
func (*EarningsCalendarItem) GetPeriodYear ¶
func (x *EarningsCalendarItem) GetPeriodYear() int32
func (*EarningsCalendarItem) GetRecordId ¶
func (x *EarningsCalendarItem) GetRecordId() string
func (*EarningsCalendarItem) GetRevenue ¶
func (x *EarningsCalendarItem) GetRevenue() *EarningsCalendarItem_Revenue
func (*EarningsCalendarItem) GetTicker ¶
func (x *EarningsCalendarItem) GetTicker() string
func (*EarningsCalendarItem) GetTime ¶
func (x *EarningsCalendarItem) GetTime() string
func (*EarningsCalendarItem) GetUpdated ¶
func (x *EarningsCalendarItem) GetUpdated() int64
func (*EarningsCalendarItem) ProtoMessage ¶
func (*EarningsCalendarItem) ProtoMessage()
func (*EarningsCalendarItem) ProtoReflect ¶
func (x *EarningsCalendarItem) ProtoReflect() protoreflect.Message
func (*EarningsCalendarItem) Reset ¶
func (x *EarningsCalendarItem) Reset()
func (*EarningsCalendarItem) String ¶
func (x *EarningsCalendarItem) String() string
type EarningsCalendarItem_Eps ¶
type EarningsCalendarItem_Eps struct { Estimated float64 `protobuf:"fixed64,1,opt,name=estimated,proto3" json:"estimated,omitempty"` Prior float64 `protobuf:"fixed64,2,opt,name=prior,proto3" json:"prior,omitempty"` Reported float64 `protobuf:"fixed64,3,opt,name=reported,proto3" json:"reported,omitempty"` Surprise float64 `protobuf:"fixed64,4,opt,name=surprise,proto3" json:"surprise,omitempty"` SurprisePercent float64 `protobuf:"fixed64,5,opt,name=surprise_percent,json=surprisePercent,proto3" json:"surprise_percent,omitempty"` Type string `protobuf:"bytes,6,opt,name=type,proto3" json:"type,omitempty"` // contains filtered or unexported fields }
func (*EarningsCalendarItem_Eps) Descriptor
deprecated
func (*EarningsCalendarItem_Eps) Descriptor() ([]byte, []int)
Deprecated: Use EarningsCalendarItem_Eps.ProtoReflect.Descriptor instead.
func (*EarningsCalendarItem_Eps) GetEstimated ¶
func (x *EarningsCalendarItem_Eps) GetEstimated() float64
func (*EarningsCalendarItem_Eps) GetPrior ¶
func (x *EarningsCalendarItem_Eps) GetPrior() float64
func (*EarningsCalendarItem_Eps) GetReported ¶
func (x *EarningsCalendarItem_Eps) GetReported() float64
func (*EarningsCalendarItem_Eps) GetSurprise ¶
func (x *EarningsCalendarItem_Eps) GetSurprise() float64
func (*EarningsCalendarItem_Eps) GetSurprisePercent ¶
func (x *EarningsCalendarItem_Eps) GetSurprisePercent() float64
func (*EarningsCalendarItem_Eps) GetType ¶
func (x *EarningsCalendarItem_Eps) GetType() string
func (*EarningsCalendarItem_Eps) ProtoMessage ¶
func (*EarningsCalendarItem_Eps) ProtoMessage()
func (*EarningsCalendarItem_Eps) ProtoReflect ¶
func (x *EarningsCalendarItem_Eps) ProtoReflect() protoreflect.Message
func (*EarningsCalendarItem_Eps) Reset ¶
func (x *EarningsCalendarItem_Eps) Reset()
func (*EarningsCalendarItem_Eps) String ¶
func (x *EarningsCalendarItem_Eps) String() string
type EarningsCalendarItem_Revenue ¶
type EarningsCalendarItem_Revenue struct { Estimated float64 `protobuf:"fixed64,1,opt,name=estimated,proto3" json:"estimated,omitempty"` Prior float64 `protobuf:"fixed64,2,opt,name=prior,proto3" json:"prior,omitempty"` Reported float64 `protobuf:"fixed64,3,opt,name=reported,proto3" json:"reported,omitempty"` Surprise float64 `protobuf:"fixed64,4,opt,name=surprise,proto3" json:"surprise,omitempty"` SurprisePercent float64 `protobuf:"fixed64,5,opt,name=surprise_percent,json=surprisePercent,proto3" json:"surprise_percent,omitempty"` Type string `protobuf:"bytes,6,opt,name=type,proto3" json:"type,omitempty"` // contains filtered or unexported fields }
func (*EarningsCalendarItem_Revenue) Descriptor
deprecated
func (*EarningsCalendarItem_Revenue) Descriptor() ([]byte, []int)
Deprecated: Use EarningsCalendarItem_Revenue.ProtoReflect.Descriptor instead.
func (*EarningsCalendarItem_Revenue) GetEstimated ¶
func (x *EarningsCalendarItem_Revenue) GetEstimated() float64
func (*EarningsCalendarItem_Revenue) GetPrior ¶
func (x *EarningsCalendarItem_Revenue) GetPrior() float64
func (*EarningsCalendarItem_Revenue) GetReported ¶
func (x *EarningsCalendarItem_Revenue) GetReported() float64
func (*EarningsCalendarItem_Revenue) GetSurprise ¶
func (x *EarningsCalendarItem_Revenue) GetSurprise() float64
func (*EarningsCalendarItem_Revenue) GetSurprisePercent ¶
func (x *EarningsCalendarItem_Revenue) GetSurprisePercent() float64
func (*EarningsCalendarItem_Revenue) GetType ¶
func (x *EarningsCalendarItem_Revenue) GetType() string
func (*EarningsCalendarItem_Revenue) ProtoMessage ¶
func (*EarningsCalendarItem_Revenue) ProtoMessage()
func (*EarningsCalendarItem_Revenue) ProtoReflect ¶
func (x *EarningsCalendarItem_Revenue) ProtoReflect() protoreflect.Message
func (*EarningsCalendarItem_Revenue) Reset ¶
func (x *EarningsCalendarItem_Revenue) Reset()
func (*EarningsCalendarItem_Revenue) String ¶
func (x *EarningsCalendarItem_Revenue) String() string
type ExchangeClient ¶
type ExchangeClient struct {
// contains filtered or unexported fields
}
func NewExchangeClient ¶
func NewExchangeClient(c *Connection) *ExchangeClient
func (*ExchangeClient) GetMarketsCrypto ¶
func (s *ExchangeClient) GetMarketsCrypto(request *GetMarketsCryptoRequest) (*GetMarketsCryptoResponse, error)
func (*ExchangeClient) GetMarketsStocks ¶
func (s *ExchangeClient) GetMarketsStocks(request *GetMarketsStocksRequest) (*GetMarketsStocksResponse, error)
type ExchangeServiceClient ¶
type ExchangeServiceClient interface { // Returns a list of supported crypto markets GetMarketsCrypto(ctx context.Context, in *GetMarketsCryptoRequest, opts ...grpc.CallOption) (*GetMarketsCryptoResponse, error) // Returns a list of supported stock markets GetMarketsStocks(ctx context.Context, in *GetMarketsStocksRequest, opts ...grpc.CallOption) (*GetMarketsStocksResponse, error) }
ExchangeServiceClient is the client API for ExchangeService service.
For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.
func NewExchangeServiceClient ¶
func NewExchangeServiceClient(cc grpc.ClientConnInterface) ExchangeServiceClient
type ExchangeServiceServer ¶
type ExchangeServiceServer interface { // Returns a list of supported crypto markets GetMarketsCrypto(context.Context, *GetMarketsCryptoRequest) (*GetMarketsCryptoResponse, error) // Returns a list of supported stock markets GetMarketsStocks(context.Context, *GetMarketsStocksRequest) (*GetMarketsStocksResponse, error) // contains filtered or unexported methods }
ExchangeServiceServer is the server API for ExchangeService service. All implementations must embed UnimplementedExchangeServiceServer for forward compatibility
type FindTickerCryptoResponse ¶
type FindTickerCryptoResponse struct { Result []*TickerCryptoInfo `protobuf:"bytes,1,rep,name=result,proto3" json:"result,omitempty"` // contains filtered or unexported fields }
func (*FindTickerCryptoResponse) Descriptor
deprecated
func (*FindTickerCryptoResponse) Descriptor() ([]byte, []int)
Deprecated: Use FindTickerCryptoResponse.ProtoReflect.Descriptor instead.
func (*FindTickerCryptoResponse) GetResult ¶
func (x *FindTickerCryptoResponse) GetResult() []*TickerCryptoInfo
func (*FindTickerCryptoResponse) ProtoMessage ¶
func (*FindTickerCryptoResponse) ProtoMessage()
func (*FindTickerCryptoResponse) ProtoReflect ¶
func (x *FindTickerCryptoResponse) ProtoReflect() protoreflect.Message
func (*FindTickerCryptoResponse) Reset ¶
func (x *FindTickerCryptoResponse) Reset()
func (*FindTickerCryptoResponse) String ¶
func (x *FindTickerCryptoResponse) String() string
type FindTickerForexResponse ¶
type FindTickerForexResponse struct { Result []*TickerForexInfo `protobuf:"bytes,1,rep,name=result,proto3" json:"result,omitempty"` // contains filtered or unexported fields }
func (*FindTickerForexResponse) Descriptor
deprecated
func (*FindTickerForexResponse) Descriptor() ([]byte, []int)
Deprecated: Use FindTickerForexResponse.ProtoReflect.Descriptor instead.
func (*FindTickerForexResponse) GetResult ¶
func (x *FindTickerForexResponse) GetResult() []*TickerForexInfo
func (*FindTickerForexResponse) ProtoMessage ¶
func (*FindTickerForexResponse) ProtoMessage()
func (*FindTickerForexResponse) ProtoReflect ¶
func (x *FindTickerForexResponse) ProtoReflect() protoreflect.Message
func (*FindTickerForexResponse) Reset ¶
func (x *FindTickerForexResponse) Reset()
func (*FindTickerForexResponse) String ¶
func (x *FindTickerForexResponse) String() string
type FindTickerStocksResponse ¶
type FindTickerStocksResponse struct { Result []*TickerStocksInfo `protobuf:"bytes,1,rep,name=result,proto3" json:"result,omitempty"` // contains filtered or unexported fields }
func (*FindTickerStocksResponse) Descriptor
deprecated
func (*FindTickerStocksResponse) Descriptor() ([]byte, []int)
Deprecated: Use FindTickerStocksResponse.ProtoReflect.Descriptor instead.
func (*FindTickerStocksResponse) GetResult ¶
func (x *FindTickerStocksResponse) GetResult() []*TickerStocksInfo
func (*FindTickerStocksResponse) ProtoMessage ¶
func (*FindTickerStocksResponse) ProtoMessage()
func (*FindTickerStocksResponse) ProtoReflect ¶
func (x *FindTickerStocksResponse) ProtoReflect() protoreflect.Message
func (*FindTickerStocksResponse) Reset ¶
func (x *FindTickerStocksResponse) Reset()
func (*FindTickerStocksResponse) String ¶
func (x *FindTickerStocksResponse) String() string
type FindTickerUSRequest ¶
type FindTickerUSRequest struct { Ticker string `protobuf:"bytes,1,opt,name=ticker,proto3" json:"ticker,omitempty"` Mic string `protobuf:"bytes,2,opt,name=mic,proto3" json:"mic,omitempty"` Page int32 `protobuf:"varint,3,opt,name=page,proto3" json:"page,omitempty"` PageSize int32 `protobuf:"varint,4,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty"` Cqs string `protobuf:"bytes,5,opt,name=cqs,proto3" json:"cqs,omitempty"` Cik string `protobuf:"bytes,6,opt,name=cik,proto3" json:"cik,omitempty"` Cusip string `protobuf:"bytes,7,opt,name=cusip,proto3" json:"cusip,omitempty"` Isin string `protobuf:"bytes,8,opt,name=isin,proto3" json:"isin,omitempty"` CompositeFigi string `protobuf:"bytes,9,opt,name=composite_figi,json=compositeFigi,proto3" json:"composite_figi,omitempty"` Lei string `protobuf:"bytes,11,opt,name=lei,proto3" json:"lei,omitempty"` // contains filtered or unexported fields }
func (*FindTickerUSRequest) Descriptor
deprecated
func (*FindTickerUSRequest) Descriptor() ([]byte, []int)
Deprecated: Use FindTickerUSRequest.ProtoReflect.Descriptor instead.
func (*FindTickerUSRequest) GetCik ¶
func (x *FindTickerUSRequest) GetCik() string
func (*FindTickerUSRequest) GetCompositeFigi ¶
func (x *FindTickerUSRequest) GetCompositeFigi() string
func (*FindTickerUSRequest) GetCqs ¶
func (x *FindTickerUSRequest) GetCqs() string
func (*FindTickerUSRequest) GetCusip ¶
func (x *FindTickerUSRequest) GetCusip() string
func (*FindTickerUSRequest) GetIsin ¶
func (x *FindTickerUSRequest) GetIsin() string
func (*FindTickerUSRequest) GetLei ¶
func (x *FindTickerUSRequest) GetLei() string
func (*FindTickerUSRequest) GetMic ¶
func (x *FindTickerUSRequest) GetMic() string
func (*FindTickerUSRequest) GetPage ¶
func (x *FindTickerUSRequest) GetPage() int32
func (*FindTickerUSRequest) GetPageSize ¶
func (x *FindTickerUSRequest) GetPageSize() int32
func (*FindTickerUSRequest) GetShareFigi ¶
func (x *FindTickerUSRequest) GetShareFigi() string
func (*FindTickerUSRequest) GetTicker ¶
func (x *FindTickerUSRequest) GetTicker() string
func (*FindTickerUSRequest) ProtoMessage ¶
func (*FindTickerUSRequest) ProtoMessage()
func (*FindTickerUSRequest) ProtoReflect ¶
func (x *FindTickerUSRequest) ProtoReflect() protoreflect.Message
func (*FindTickerUSRequest) Reset ¶
func (x *FindTickerUSRequest) Reset()
func (*FindTickerUSRequest) String ¶
func (x *FindTickerUSRequest) String() string
type FindTickerUSResponse ¶
type FindTickerUSResponse struct { Result []*TickerUSInfo `protobuf:"bytes,1,rep,name=result,proto3" json:"result,omitempty"` // contains filtered or unexported fields }
func (*FindTickerUSResponse) Descriptor
deprecated
func (*FindTickerUSResponse) Descriptor() ([]byte, []int)
Deprecated: Use FindTickerUSResponse.ProtoReflect.Descriptor instead.
func (*FindTickerUSResponse) GetResult ¶
func (x *FindTickerUSResponse) GetResult() []*TickerUSInfo
func (*FindTickerUSResponse) ProtoMessage ¶
func (*FindTickerUSResponse) ProtoMessage()
func (*FindTickerUSResponse) ProtoReflect ¶
func (x *FindTickerUSResponse) ProtoReflect() protoreflect.Message
func (*FindTickerUSResponse) Reset ¶
func (x *FindTickerUSResponse) Reset()
func (*FindTickerUSResponse) String ¶
func (x *FindTickerUSResponse) String() string
type FindTickersCryptoRequest ¶
type FindTickersCryptoRequest struct { Ticker string `protobuf:"bytes,1,opt,name=ticker,proto3" json:"ticker,omitempty"` Publisher string `protobuf:"bytes,2,opt,name=publisher,proto3" json:"publisher,omitempty"` Market string `protobuf:"bytes,3,opt,name=market,proto3" json:"market,omitempty"` Page int32 `protobuf:"varint,4,opt,name=page,proto3" json:"page,omitempty"` PageSize int32 `protobuf:"varint,5,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty"` // contains filtered or unexported fields }
func (*FindTickersCryptoRequest) Descriptor
deprecated
func (*FindTickersCryptoRequest) Descriptor() ([]byte, []int)
Deprecated: Use FindTickersCryptoRequest.ProtoReflect.Descriptor instead.
func (*FindTickersCryptoRequest) GetMarket ¶
func (x *FindTickersCryptoRequest) GetMarket() string
func (*FindTickersCryptoRequest) GetPage ¶
func (x *FindTickersCryptoRequest) GetPage() int32
func (*FindTickersCryptoRequest) GetPageSize ¶
func (x *FindTickersCryptoRequest) GetPageSize() int32
func (*FindTickersCryptoRequest) GetPublisher ¶
func (x *FindTickersCryptoRequest) GetPublisher() string
func (*FindTickersCryptoRequest) GetTicker ¶
func (x *FindTickersCryptoRequest) GetTicker() string
func (*FindTickersCryptoRequest) ProtoMessage ¶
func (*FindTickersCryptoRequest) ProtoMessage()
func (*FindTickersCryptoRequest) ProtoReflect ¶
func (x *FindTickersCryptoRequest) ProtoReflect() protoreflect.Message
func (*FindTickersCryptoRequest) Reset ¶
func (x *FindTickersCryptoRequest) Reset()
func (*FindTickersCryptoRequest) String ¶
func (x *FindTickersCryptoRequest) String() string
type FindTickersForexRequest ¶
type FindTickersForexRequest struct { Ticker string `protobuf:"bytes,1,opt,name=ticker,proto3" json:"ticker,omitempty"` Page int32 `protobuf:"varint,2,opt,name=page,proto3" json:"page,omitempty"` PageSize int32 `protobuf:"varint,3,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty"` // contains filtered or unexported fields }
func (*FindTickersForexRequest) Descriptor
deprecated
func (*FindTickersForexRequest) Descriptor() ([]byte, []int)
Deprecated: Use FindTickersForexRequest.ProtoReflect.Descriptor instead.
func (*FindTickersForexRequest) GetPage ¶
func (x *FindTickersForexRequest) GetPage() int32
func (*FindTickersForexRequest) GetPageSize ¶
func (x *FindTickersForexRequest) GetPageSize() int32
func (*FindTickersForexRequest) GetTicker ¶
func (x *FindTickersForexRequest) GetTicker() string
func (*FindTickersForexRequest) ProtoMessage ¶
func (*FindTickersForexRequest) ProtoMessage()
func (*FindTickersForexRequest) ProtoReflect ¶
func (x *FindTickersForexRequest) ProtoReflect() protoreflect.Message
func (*FindTickersForexRequest) Reset ¶
func (x *FindTickersForexRequest) Reset()
func (*FindTickersForexRequest) String ¶
func (x *FindTickersForexRequest) String() string
type FindTickersStocksRequest ¶
type FindTickersStocksRequest struct { Ticker string `protobuf:"bytes,1,opt,name=ticker,proto3" json:"ticker,omitempty"` Publisher string `protobuf:"bytes,2,opt,name=publisher,proto3" json:"publisher,omitempty"` Country string `protobuf:"bytes,3,opt,name=country,proto3" json:"country,omitempty"` Mic string `protobuf:"bytes,4,opt,name=mic,proto3" json:"mic,omitempty"` Page int32 `protobuf:"varint,5,opt,name=page,proto3" json:"page,omitempty"` PageSize int32 `protobuf:"varint,6,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty"` Cqs string `protobuf:"bytes,11,opt,name=cqs,proto3" json:"cqs,omitempty"` Cik string `protobuf:"bytes,12,opt,name=cik,proto3" json:"cik,omitempty"` Cusip string `protobuf:"bytes,13,opt,name=cusip,proto3" json:"cusip,omitempty"` Isin string `protobuf:"bytes,14,opt,name=isin,proto3" json:"isin,omitempty"` CompositeFigi string `protobuf:"bytes,15,opt,name=composite_figi,json=compositeFigi,proto3" json:"composite_figi,omitempty"` Lei string `protobuf:"bytes,17,opt,name=lei,proto3" json:"lei,omitempty"` // contains filtered or unexported fields }
func (*FindTickersStocksRequest) Descriptor
deprecated
func (*FindTickersStocksRequest) Descriptor() ([]byte, []int)
Deprecated: Use FindTickersStocksRequest.ProtoReflect.Descriptor instead.
func (*FindTickersStocksRequest) GetCik ¶
func (x *FindTickersStocksRequest) GetCik() string
func (*FindTickersStocksRequest) GetCompositeFigi ¶
func (x *FindTickersStocksRequest) GetCompositeFigi() string
func (*FindTickersStocksRequest) GetCountry ¶
func (x *FindTickersStocksRequest) GetCountry() string
func (*FindTickersStocksRequest) GetCqs ¶
func (x *FindTickersStocksRequest) GetCqs() string
func (*FindTickersStocksRequest) GetCusip ¶
func (x *FindTickersStocksRequest) GetCusip() string
func (*FindTickersStocksRequest) GetIsin ¶
func (x *FindTickersStocksRequest) GetIsin() string
func (*FindTickersStocksRequest) GetLei ¶
func (x *FindTickersStocksRequest) GetLei() string
func (*FindTickersStocksRequest) GetMic ¶
func (x *FindTickersStocksRequest) GetMic() string
func (*FindTickersStocksRequest) GetPage ¶
func (x *FindTickersStocksRequest) GetPage() int32
func (*FindTickersStocksRequest) GetPageSize ¶
func (x *FindTickersStocksRequest) GetPageSize() int32
func (*FindTickersStocksRequest) GetPublisher ¶
func (x *FindTickersStocksRequest) GetPublisher() string
func (*FindTickersStocksRequest) GetShareFigi ¶
func (x *FindTickersStocksRequest) GetShareFigi() string
func (*FindTickersStocksRequest) GetTicker ¶
func (x *FindTickersStocksRequest) GetTicker() string
func (*FindTickersStocksRequest) ProtoMessage ¶
func (*FindTickersStocksRequest) ProtoMessage()
func (*FindTickersStocksRequest) ProtoReflect ¶
func (x *FindTickersStocksRequest) ProtoReflect() protoreflect.Message
func (*FindTickersStocksRequest) Reset ¶
func (x *FindTickersStocksRequest) Reset()
func (*FindTickersStocksRequest) String ¶
func (x *FindTickersStocksRequest) String() string
type ForexClient ¶
type ForexClient struct {
// contains filtered or unexported fields
}
func NewForexClient ¶
func NewForexClient(c *Connection) *ForexClient
func (*ForexClient) GetTimeSeries ¶
func (s *ForexClient) GetTimeSeries(request *GetForexTimeSeriesRequest) (*GetForexTimeSeriesResponse, error)
type ForexServiceClient ¶
type ForexServiceClient interface { // Get time series data for any given ticker GetTimeSeries(ctx context.Context, in *GetForexTimeSeriesRequest, opts ...grpc.CallOption) (*GetForexTimeSeriesResponse, error) }
ForexServiceClient is the client API for ForexService service.
For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.
func NewForexServiceClient ¶
func NewForexServiceClient(cc grpc.ClientConnInterface) ForexServiceClient
type ForexServiceServer ¶
type ForexServiceServer interface { // Get time series data for any given ticker GetTimeSeries(context.Context, *GetForexTimeSeriesRequest) (*GetForexTimeSeriesResponse, error) // contains filtered or unexported methods }
ForexServiceServer is the server API for ForexService service. All implementations must embed UnimplementedForexServiceServer for forward compatibility
type ForexTimeSeries ¶
type ForexTimeSeries struct { Timestamp int64 `protobuf:"varint,1,opt,name=timestamp,proto3" json:"timestamp,omitempty"` Open float64 `protobuf:"fixed64,2,opt,name=open,proto3" json:"open,omitempty"` Close float64 `protobuf:"fixed64,3,opt,name=close,proto3" json:"close,omitempty"` High float64 `protobuf:"fixed64,4,opt,name=high,proto3" json:"high,omitempty"` Low float64 `protobuf:"fixed64,5,opt,name=low,proto3" json:"low,omitempty"` // contains filtered or unexported fields }
func (*ForexTimeSeries) Descriptor
deprecated
func (*ForexTimeSeries) Descriptor() ([]byte, []int)
Deprecated: Use ForexTimeSeries.ProtoReflect.Descriptor instead.
func (*ForexTimeSeries) GetClose ¶
func (x *ForexTimeSeries) GetClose() float64
func (*ForexTimeSeries) GetHigh ¶
func (x *ForexTimeSeries) GetHigh() float64
func (*ForexTimeSeries) GetLow ¶
func (x *ForexTimeSeries) GetLow() float64
func (*ForexTimeSeries) GetOpen ¶
func (x *ForexTimeSeries) GetOpen() float64
func (*ForexTimeSeries) GetTimestamp ¶
func (x *ForexTimeSeries) GetTimestamp() int64
func (*ForexTimeSeries) ProtoMessage ¶
func (*ForexTimeSeries) ProtoMessage()
func (*ForexTimeSeries) ProtoReflect ¶
func (x *ForexTimeSeries) ProtoReflect() protoreflect.Message
func (*ForexTimeSeries) Reset ¶
func (x *ForexTimeSeries) Reset()
func (*ForexTimeSeries) String ¶
func (x *ForexTimeSeries) String() string
type GetApiUsageRequest ¶
type GetApiUsageRequest struct { Product string `protobuf:"bytes,1,opt,name=product,proto3" json:"product,omitempty"` // contains filtered or unexported fields }
func (*GetApiUsageRequest) Descriptor
deprecated
func (*GetApiUsageRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetApiUsageRequest.ProtoReflect.Descriptor instead.
func (*GetApiUsageRequest) GetProduct ¶
func (x *GetApiUsageRequest) GetProduct() string
func (*GetApiUsageRequest) ProtoMessage ¶
func (*GetApiUsageRequest) ProtoMessage()
func (*GetApiUsageRequest) ProtoReflect ¶
func (x *GetApiUsageRequest) ProtoReflect() protoreflect.Message
func (*GetApiUsageRequest) Reset ¶
func (x *GetApiUsageRequest) Reset()
func (*GetApiUsageRequest) String ¶
func (x *GetApiUsageRequest) String() string
type GetApiUsageResponse ¶
type GetApiUsageResponse struct { Result []*ApiUsageItem `protobuf:"bytes,1,rep,name=result,proto3" json:"result,omitempty"` // contains filtered or unexported fields }
func (*GetApiUsageResponse) Descriptor
deprecated
func (*GetApiUsageResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetApiUsageResponse.ProtoReflect.Descriptor instead.
func (*GetApiUsageResponse) GetResult ¶
func (x *GetApiUsageResponse) GetResult() []*ApiUsageItem
func (*GetApiUsageResponse) ProtoMessage ¶
func (*GetApiUsageResponse) ProtoMessage()
func (*GetApiUsageResponse) ProtoReflect ¶
func (x *GetApiUsageResponse) ProtoReflect() protoreflect.Message
func (*GetApiUsageResponse) Reset ¶
func (x *GetApiUsageResponse) Reset()
func (*GetApiUsageResponse) String ¶
func (x *GetApiUsageResponse) String() string
type GetBinanceTimeSeriesRequest ¶
type GetBinanceTimeSeriesRequest struct { Ticker string `protobuf:"bytes,1,opt,name=ticker,proto3" json:"ticker,omitempty"` Timezone string `protobuf:"bytes,2,opt,name=timezone,proto3" json:"timezone,omitempty"` Interval string `protobuf:"bytes,3,opt,name=interval,proto3" json:"interval,omitempty"` StartAt int64 `protobuf:"varint,5,opt,name=start_at,json=startAt,proto3" json:"start_at,omitempty"` EndAt int64 `protobuf:"varint,6,opt,name=end_at,json=endAt,proto3" json:"end_at,omitempty"` Page int32 `protobuf:"varint,7,opt,name=page,proto3" json:"page,omitempty"` PageSize int32 `protobuf:"varint,8,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty"` Order string `protobuf:"bytes,9,opt,name=order,proto3" json:"order,omitempty"` // contains filtered or unexported fields }
func (*GetBinanceTimeSeriesRequest) Descriptor
deprecated
func (*GetBinanceTimeSeriesRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetBinanceTimeSeriesRequest.ProtoReflect.Descriptor instead.
func (*GetBinanceTimeSeriesRequest) GetEndAt ¶
func (x *GetBinanceTimeSeriesRequest) GetEndAt() int64
func (*GetBinanceTimeSeriesRequest) GetInterval ¶
func (x *GetBinanceTimeSeriesRequest) GetInterval() string
func (*GetBinanceTimeSeriesRequest) GetOrder ¶
func (x *GetBinanceTimeSeriesRequest) GetOrder() string
func (*GetBinanceTimeSeriesRequest) GetPage ¶
func (x *GetBinanceTimeSeriesRequest) GetPage() int32
func (*GetBinanceTimeSeriesRequest) GetPageSize ¶
func (x *GetBinanceTimeSeriesRequest) GetPageSize() int32
func (*GetBinanceTimeSeriesRequest) GetStartAt ¶
func (x *GetBinanceTimeSeriesRequest) GetStartAt() int64
func (*GetBinanceTimeSeriesRequest) GetTicker ¶
func (x *GetBinanceTimeSeriesRequest) GetTicker() string
func (*GetBinanceTimeSeriesRequest) GetTimezone ¶
func (x *GetBinanceTimeSeriesRequest) GetTimezone() string
func (*GetBinanceTimeSeriesRequest) ProtoMessage ¶
func (*GetBinanceTimeSeriesRequest) ProtoMessage()
func (*GetBinanceTimeSeriesRequest) ProtoReflect ¶
func (x *GetBinanceTimeSeriesRequest) ProtoReflect() protoreflect.Message
func (*GetBinanceTimeSeriesRequest) Reset ¶
func (x *GetBinanceTimeSeriesRequest) Reset()
func (*GetBinanceTimeSeriesRequest) String ¶
func (x *GetBinanceTimeSeriesRequest) String() string
type GetBinanceTimeSeriesResponse ¶
type GetBinanceTimeSeriesResponse struct { Result []*BinanceTimeSeries `protobuf:"bytes,1,rep,name=result,proto3" json:"result,omitempty"` // contains filtered or unexported fields }
func (*GetBinanceTimeSeriesResponse) Descriptor
deprecated
func (*GetBinanceTimeSeriesResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetBinanceTimeSeriesResponse.ProtoReflect.Descriptor instead.
func (*GetBinanceTimeSeriesResponse) GetResult ¶
func (x *GetBinanceTimeSeriesResponse) GetResult() []*BinanceTimeSeries
func (*GetBinanceTimeSeriesResponse) ProtoMessage ¶
func (*GetBinanceTimeSeriesResponse) ProtoMessage()
func (*GetBinanceTimeSeriesResponse) ProtoReflect ¶
func (x *GetBinanceTimeSeriesResponse) ProtoReflect() protoreflect.Message
func (*GetBinanceTimeSeriesResponse) Reset ¶
func (x *GetBinanceTimeSeriesResponse) Reset()
func (*GetBinanceTimeSeriesResponse) String ¶
func (x *GetBinanceTimeSeriesResponse) String() string
type GetCryptoTimeSeriesRequest ¶
type GetCryptoTimeSeriesRequest struct { Ticker string `protobuf:"bytes,1,opt,name=ticker,proto3" json:"ticker,omitempty"` Timezone string `protobuf:"bytes,2,opt,name=timezone,proto3" json:"timezone,omitempty"` Interval string `protobuf:"bytes,3,opt,name=interval,proto3" json:"interval,omitempty"` StartAt int64 `protobuf:"varint,5,opt,name=start_at,json=startAt,proto3" json:"start_at,omitempty"` EndAt int64 `protobuf:"varint,6,opt,name=end_at,json=endAt,proto3" json:"end_at,omitempty"` Page int32 `protobuf:"varint,7,opt,name=page,proto3" json:"page,omitempty"` PageSize int32 `protobuf:"varint,8,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty"` Order string `protobuf:"bytes,9,opt,name=order,proto3" json:"order,omitempty"` // contains filtered or unexported fields }
func (*GetCryptoTimeSeriesRequest) Descriptor
deprecated
func (*GetCryptoTimeSeriesRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetCryptoTimeSeriesRequest.ProtoReflect.Descriptor instead.
func (*GetCryptoTimeSeriesRequest) GetEndAt ¶
func (x *GetCryptoTimeSeriesRequest) GetEndAt() int64
func (*GetCryptoTimeSeriesRequest) GetInterval ¶
func (x *GetCryptoTimeSeriesRequest) GetInterval() string
func (*GetCryptoTimeSeriesRequest) GetOrder ¶
func (x *GetCryptoTimeSeriesRequest) GetOrder() string
func (*GetCryptoTimeSeriesRequest) GetPage ¶
func (x *GetCryptoTimeSeriesRequest) GetPage() int32
func (*GetCryptoTimeSeriesRequest) GetPageSize ¶
func (x *GetCryptoTimeSeriesRequest) GetPageSize() int32
func (*GetCryptoTimeSeriesRequest) GetStartAt ¶
func (x *GetCryptoTimeSeriesRequest) GetStartAt() int64
func (*GetCryptoTimeSeriesRequest) GetTicker ¶
func (x *GetCryptoTimeSeriesRequest) GetTicker() string
func (*GetCryptoTimeSeriesRequest) GetTimezone ¶
func (x *GetCryptoTimeSeriesRequest) GetTimezone() string
func (*GetCryptoTimeSeriesRequest) ProtoMessage ¶
func (*GetCryptoTimeSeriesRequest) ProtoMessage()
func (*GetCryptoTimeSeriesRequest) ProtoReflect ¶
func (x *GetCryptoTimeSeriesRequest) ProtoReflect() protoreflect.Message
func (*GetCryptoTimeSeriesRequest) Reset ¶
func (x *GetCryptoTimeSeriesRequest) Reset()
func (*GetCryptoTimeSeriesRequest) String ¶
func (x *GetCryptoTimeSeriesRequest) String() string
type GetCryptoTimeSeriesResponse ¶
type GetCryptoTimeSeriesResponse struct { Result []*CryptoTimeSeries `protobuf:"bytes,1,rep,name=result,proto3" json:"result,omitempty"` // contains filtered or unexported fields }
func (*GetCryptoTimeSeriesResponse) Descriptor
deprecated
func (*GetCryptoTimeSeriesResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetCryptoTimeSeriesResponse.ProtoReflect.Descriptor instead.
func (*GetCryptoTimeSeriesResponse) GetResult ¶
func (x *GetCryptoTimeSeriesResponse) GetResult() []*CryptoTimeSeries
func (*GetCryptoTimeSeriesResponse) ProtoMessage ¶
func (*GetCryptoTimeSeriesResponse) ProtoMessage()
func (*GetCryptoTimeSeriesResponse) ProtoReflect ¶
func (x *GetCryptoTimeSeriesResponse) ProtoReflect() protoreflect.Message
func (*GetCryptoTimeSeriesResponse) Reset ¶
func (x *GetCryptoTimeSeriesResponse) Reset()
func (*GetCryptoTimeSeriesResponse) String ¶
func (x *GetCryptoTimeSeriesResponse) String() string
type GetDatasetsRequest ¶
type GetDatasetsRequest struct { Code string `protobuf:"bytes,1,opt,name=code,proto3" json:"code,omitempty"` Page int32 `protobuf:"varint,2,opt,name=page,proto3" json:"page,omitempty"` PageSize int32 `protobuf:"varint,3,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty"` // contains filtered or unexported fields }
func (*GetDatasetsRequest) Descriptor
deprecated
func (*GetDatasetsRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetDatasetsRequest.ProtoReflect.Descriptor instead.
func (*GetDatasetsRequest) GetCode ¶
func (x *GetDatasetsRequest) GetCode() string
func (*GetDatasetsRequest) GetPage ¶
func (x *GetDatasetsRequest) GetPage() int32
func (*GetDatasetsRequest) GetPageSize ¶
func (x *GetDatasetsRequest) GetPageSize() int32
func (*GetDatasetsRequest) ProtoMessage ¶
func (*GetDatasetsRequest) ProtoMessage()
func (*GetDatasetsRequest) ProtoReflect ¶
func (x *GetDatasetsRequest) ProtoReflect() protoreflect.Message
func (*GetDatasetsRequest) Reset ¶
func (x *GetDatasetsRequest) Reset()
func (*GetDatasetsRequest) String ¶
func (x *GetDatasetsRequest) String() string
type GetDatasetsResponse ¶
type GetDatasetsResponse struct { Result []*DatasetItem `protobuf:"bytes,1,rep,name=result,proto3" json:"result,omitempty"` // contains filtered or unexported fields }
func (*GetDatasetsResponse) Descriptor
deprecated
func (*GetDatasetsResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetDatasetsResponse.ProtoReflect.Descriptor instead.
func (*GetDatasetsResponse) GetResult ¶
func (x *GetDatasetsResponse) GetResult() []*DatasetItem
func (*GetDatasetsResponse) ProtoMessage ¶
func (*GetDatasetsResponse) ProtoMessage()
func (*GetDatasetsResponse) ProtoReflect ¶
func (x *GetDatasetsResponse) ProtoReflect() protoreflect.Message
func (*GetDatasetsResponse) Reset ¶
func (x *GetDatasetsResponse) Reset()
func (*GetDatasetsResponse) String ¶
func (x *GetDatasetsResponse) String() string
type GetDividentsCalendarRequest ¶
type GetDividentsCalendarRequest struct { Ticker string `protobuf:"bytes,1,opt,name=ticker,proto3" json:"ticker,omitempty"` Date string `protobuf:"bytes,2,opt,name=date,proto3" json:"date,omitempty"` StartAt int64 `protobuf:"varint,3,opt,name=start_at,json=startAt,proto3" json:"start_at,omitempty"` EndAt int64 `protobuf:"varint,4,opt,name=end_at,json=endAt,proto3" json:"end_at,omitempty"` Page int32 `protobuf:"varint,5,opt,name=page,proto3" json:"page,omitempty"` PageSize int32 `protobuf:"varint,6,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty"` Order string `protobuf:"bytes,7,opt,name=order,proto3" json:"order,omitempty"` Cqs string `protobuf:"bytes,8,opt,name=cqs,proto3" json:"cqs,omitempty"` Cik string `protobuf:"bytes,9,opt,name=cik,proto3" json:"cik,omitempty"` Cusip string `protobuf:"bytes,10,opt,name=cusip,proto3" json:"cusip,omitempty"` Isin string `protobuf:"bytes,11,opt,name=isin,proto3" json:"isin,omitempty"` CompositeFigi string `protobuf:"bytes,12,opt,name=composite_figi,json=compositeFigi,proto3" json:"composite_figi,omitempty"` Lei string `protobuf:"bytes,14,opt,name=lei,proto3" json:"lei,omitempty"` // contains filtered or unexported fields }
func (*GetDividentsCalendarRequest) Descriptor
deprecated
func (*GetDividentsCalendarRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetDividentsCalendarRequest.ProtoReflect.Descriptor instead.
func (*GetDividentsCalendarRequest) GetCik ¶
func (x *GetDividentsCalendarRequest) GetCik() string
func (*GetDividentsCalendarRequest) GetCompositeFigi ¶
func (x *GetDividentsCalendarRequest) GetCompositeFigi() string
func (*GetDividentsCalendarRequest) GetCqs ¶
func (x *GetDividentsCalendarRequest) GetCqs() string
func (*GetDividentsCalendarRequest) GetCusip ¶
func (x *GetDividentsCalendarRequest) GetCusip() string
func (*GetDividentsCalendarRequest) GetDate ¶
func (x *GetDividentsCalendarRequest) GetDate() string
func (*GetDividentsCalendarRequest) GetEndAt ¶
func (x *GetDividentsCalendarRequest) GetEndAt() int64
func (*GetDividentsCalendarRequest) GetIsin ¶
func (x *GetDividentsCalendarRequest) GetIsin() string
func (*GetDividentsCalendarRequest) GetLei ¶
func (x *GetDividentsCalendarRequest) GetLei() string
func (*GetDividentsCalendarRequest) GetOrder ¶
func (x *GetDividentsCalendarRequest) GetOrder() string
func (*GetDividentsCalendarRequest) GetPage ¶
func (x *GetDividentsCalendarRequest) GetPage() int32
func (*GetDividentsCalendarRequest) GetPageSize ¶
func (x *GetDividentsCalendarRequest) GetPageSize() int32
func (*GetDividentsCalendarRequest) GetShareFigi ¶
func (x *GetDividentsCalendarRequest) GetShareFigi() string
func (*GetDividentsCalendarRequest) GetStartAt ¶
func (x *GetDividentsCalendarRequest) GetStartAt() int64
func (*GetDividentsCalendarRequest) GetTicker ¶
func (x *GetDividentsCalendarRequest) GetTicker() string
func (*GetDividentsCalendarRequest) ProtoMessage ¶
func (*GetDividentsCalendarRequest) ProtoMessage()
func (*GetDividentsCalendarRequest) ProtoReflect ¶
func (x *GetDividentsCalendarRequest) ProtoReflect() protoreflect.Message
func (*GetDividentsCalendarRequest) Reset ¶
func (x *GetDividentsCalendarRequest) Reset()
func (*GetDividentsCalendarRequest) String ¶
func (x *GetDividentsCalendarRequest) String() string
type GetDividentsCalendarResponse ¶
type GetDividentsCalendarResponse struct { Result []*DividentsCalendarItem `protobuf:"bytes,1,rep,name=result,proto3" json:"result,omitempty"` // contains filtered or unexported fields }
func (*GetDividentsCalendarResponse) Descriptor
deprecated
func (*GetDividentsCalendarResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetDividentsCalendarResponse.ProtoReflect.Descriptor instead.
func (*GetDividentsCalendarResponse) GetResult ¶
func (x *GetDividentsCalendarResponse) GetResult() []*DividentsCalendarItem
func (*GetDividentsCalendarResponse) ProtoMessage ¶
func (*GetDividentsCalendarResponse) ProtoMessage()
func (*GetDividentsCalendarResponse) ProtoReflect ¶
func (x *GetDividentsCalendarResponse) ProtoReflect() protoreflect.Message
func (*GetDividentsCalendarResponse) Reset ¶
func (x *GetDividentsCalendarResponse) Reset()
func (*GetDividentsCalendarResponse) String ¶
func (x *GetDividentsCalendarResponse) String() string
type GetEarningsCalendarRequest ¶
type GetEarningsCalendarRequest struct { Ticker string `protobuf:"bytes,1,opt,name=ticker,proto3" json:"ticker,omitempty"` Date string `protobuf:"bytes,2,opt,name=date,proto3" json:"date,omitempty"` StartAt int64 `protobuf:"varint,3,opt,name=start_at,json=startAt,proto3" json:"start_at,omitempty"` EndAt int64 `protobuf:"varint,4,opt,name=end_at,json=endAt,proto3" json:"end_at,omitempty"` Page int32 `protobuf:"varint,5,opt,name=page,proto3" json:"page,omitempty"` PageSize int32 `protobuf:"varint,6,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty"` Order string `protobuf:"bytes,7,opt,name=order,proto3" json:"order,omitempty"` Cqs string `protobuf:"bytes,8,opt,name=cqs,proto3" json:"cqs,omitempty"` Cik string `protobuf:"bytes,9,opt,name=cik,proto3" json:"cik,omitempty"` Cusip string `protobuf:"bytes,10,opt,name=cusip,proto3" json:"cusip,omitempty"` Isin string `protobuf:"bytes,11,opt,name=isin,proto3" json:"isin,omitempty"` CompositeFigi string `protobuf:"bytes,12,opt,name=composite_figi,json=compositeFigi,proto3" json:"composite_figi,omitempty"` Lei string `protobuf:"bytes,14,opt,name=lei,proto3" json:"lei,omitempty"` // contains filtered or unexported fields }
func (*GetEarningsCalendarRequest) Descriptor
deprecated
func (*GetEarningsCalendarRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetEarningsCalendarRequest.ProtoReflect.Descriptor instead.
func (*GetEarningsCalendarRequest) GetCik ¶
func (x *GetEarningsCalendarRequest) GetCik() string
func (*GetEarningsCalendarRequest) GetCompositeFigi ¶
func (x *GetEarningsCalendarRequest) GetCompositeFigi() string
func (*GetEarningsCalendarRequest) GetCqs ¶
func (x *GetEarningsCalendarRequest) GetCqs() string
func (*GetEarningsCalendarRequest) GetCusip ¶
func (x *GetEarningsCalendarRequest) GetCusip() string
func (*GetEarningsCalendarRequest) GetDate ¶
func (x *GetEarningsCalendarRequest) GetDate() string
func (*GetEarningsCalendarRequest) GetEndAt ¶
func (x *GetEarningsCalendarRequest) GetEndAt() int64
func (*GetEarningsCalendarRequest) GetIsin ¶
func (x *GetEarningsCalendarRequest) GetIsin() string
func (*GetEarningsCalendarRequest) GetLei ¶
func (x *GetEarningsCalendarRequest) GetLei() string
func (*GetEarningsCalendarRequest) GetOrder ¶
func (x *GetEarningsCalendarRequest) GetOrder() string
func (*GetEarningsCalendarRequest) GetPage ¶
func (x *GetEarningsCalendarRequest) GetPage() int32
func (*GetEarningsCalendarRequest) GetPageSize ¶
func (x *GetEarningsCalendarRequest) GetPageSize() int32
func (*GetEarningsCalendarRequest) GetShareFigi ¶
func (x *GetEarningsCalendarRequest) GetShareFigi() string
func (*GetEarningsCalendarRequest) GetStartAt ¶
func (x *GetEarningsCalendarRequest) GetStartAt() int64
func (*GetEarningsCalendarRequest) GetTicker ¶
func (x *GetEarningsCalendarRequest) GetTicker() string
func (*GetEarningsCalendarRequest) ProtoMessage ¶
func (*GetEarningsCalendarRequest) ProtoMessage()
func (*GetEarningsCalendarRequest) ProtoReflect ¶
func (x *GetEarningsCalendarRequest) ProtoReflect() protoreflect.Message
func (*GetEarningsCalendarRequest) Reset ¶
func (x *GetEarningsCalendarRequest) Reset()
func (*GetEarningsCalendarRequest) String ¶
func (x *GetEarningsCalendarRequest) String() string
type GetEarningsCalendarResponse ¶
type GetEarningsCalendarResponse struct { Result []*EarningsCalendarItem `protobuf:"bytes,1,rep,name=result,proto3" json:"result,omitempty"` // contains filtered or unexported fields }
func (*GetEarningsCalendarResponse) Descriptor
deprecated
func (*GetEarningsCalendarResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetEarningsCalendarResponse.ProtoReflect.Descriptor instead.
func (*GetEarningsCalendarResponse) GetResult ¶
func (x *GetEarningsCalendarResponse) GetResult() []*EarningsCalendarItem
func (*GetEarningsCalendarResponse) ProtoMessage ¶
func (*GetEarningsCalendarResponse) ProtoMessage()
func (*GetEarningsCalendarResponse) ProtoReflect ¶
func (x *GetEarningsCalendarResponse) ProtoReflect() protoreflect.Message
func (*GetEarningsCalendarResponse) Reset ¶
func (x *GetEarningsCalendarResponse) Reset()
func (*GetEarningsCalendarResponse) String ¶
func (x *GetEarningsCalendarResponse) String() string
type GetForexTimeSeriesRequest ¶
type GetForexTimeSeriesRequest struct { Ticker string `protobuf:"bytes,1,opt,name=ticker,proto3" json:"ticker,omitempty"` Timezone string `protobuf:"bytes,2,opt,name=timezone,proto3" json:"timezone,omitempty"` Interval string `protobuf:"bytes,3,opt,name=interval,proto3" json:"interval,omitempty"` StartAt int64 `protobuf:"varint,5,opt,name=start_at,json=startAt,proto3" json:"start_at,omitempty"` EndAt int64 `protobuf:"varint,6,opt,name=end_at,json=endAt,proto3" json:"end_at,omitempty"` Page int32 `protobuf:"varint,7,opt,name=page,proto3" json:"page,omitempty"` PageSize int32 `protobuf:"varint,8,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty"` Order string `protobuf:"bytes,9,opt,name=order,proto3" json:"order,omitempty"` // contains filtered or unexported fields }
func (*GetForexTimeSeriesRequest) Descriptor
deprecated
func (*GetForexTimeSeriesRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetForexTimeSeriesRequest.ProtoReflect.Descriptor instead.
func (*GetForexTimeSeriesRequest) GetEndAt ¶
func (x *GetForexTimeSeriesRequest) GetEndAt() int64
func (*GetForexTimeSeriesRequest) GetInterval ¶
func (x *GetForexTimeSeriesRequest) GetInterval() string
func (*GetForexTimeSeriesRequest) GetOrder ¶
func (x *GetForexTimeSeriesRequest) GetOrder() string
func (*GetForexTimeSeriesRequest) GetPage ¶
func (x *GetForexTimeSeriesRequest) GetPage() int32
func (*GetForexTimeSeriesRequest) GetPageSize ¶
func (x *GetForexTimeSeriesRequest) GetPageSize() int32
func (*GetForexTimeSeriesRequest) GetStartAt ¶
func (x *GetForexTimeSeriesRequest) GetStartAt() int64
func (*GetForexTimeSeriesRequest) GetTicker ¶
func (x *GetForexTimeSeriesRequest) GetTicker() string
func (*GetForexTimeSeriesRequest) GetTimezone ¶
func (x *GetForexTimeSeriesRequest) GetTimezone() string
func (*GetForexTimeSeriesRequest) ProtoMessage ¶
func (*GetForexTimeSeriesRequest) ProtoMessage()
func (*GetForexTimeSeriesRequest) ProtoReflect ¶
func (x *GetForexTimeSeriesRequest) ProtoReflect() protoreflect.Message
func (*GetForexTimeSeriesRequest) Reset ¶
func (x *GetForexTimeSeriesRequest) Reset()
func (*GetForexTimeSeriesRequest) String ¶
func (x *GetForexTimeSeriesRequest) String() string
type GetForexTimeSeriesResponse ¶
type GetForexTimeSeriesResponse struct { Result []*ForexTimeSeries `protobuf:"bytes,1,rep,name=result,proto3" json:"result,omitempty"` // contains filtered or unexported fields }
func (*GetForexTimeSeriesResponse) Descriptor
deprecated
func (*GetForexTimeSeriesResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetForexTimeSeriesResponse.ProtoReflect.Descriptor instead.
func (*GetForexTimeSeriesResponse) GetResult ¶
func (x *GetForexTimeSeriesResponse) GetResult() []*ForexTimeSeries
func (*GetForexTimeSeriesResponse) ProtoMessage ¶
func (*GetForexTimeSeriesResponse) ProtoMessage()
func (*GetForexTimeSeriesResponse) ProtoReflect ¶
func (x *GetForexTimeSeriesResponse) ProtoReflect() protoreflect.Message
func (*GetForexTimeSeriesResponse) Reset ¶
func (x *GetForexTimeSeriesResponse) Reset()
func (*GetForexTimeSeriesResponse) String ¶
func (x *GetForexTimeSeriesResponse) String() string
type GetIPORequest ¶
type GetIPORequest struct { StartAt int64 `protobuf:"varint,3,opt,name=start_at,json=startAt,proto3" json:"start_at,omitempty"` EndAt int64 `protobuf:"varint,4,opt,name=end_at,json=endAt,proto3" json:"end_at,omitempty"` Page int32 `protobuf:"varint,5,opt,name=page,proto3" json:"page,omitempty"` PageSize int32 `protobuf:"varint,6,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty"` Order string `protobuf:"bytes,7,opt,name=order,proto3" json:"order,omitempty"` Exchange string `protobuf:"bytes,15,opt,name=exchange,proto3" json:"exchange,omitempty"` // contains filtered or unexported fields }
func (*GetIPORequest) Descriptor
deprecated
func (*GetIPORequest) Descriptor() ([]byte, []int)
Deprecated: Use GetIPORequest.ProtoReflect.Descriptor instead.
func (*GetIPORequest) GetEndAt ¶
func (x *GetIPORequest) GetEndAt() int64
func (*GetIPORequest) GetExchange ¶
func (x *GetIPORequest) GetExchange() string
func (*GetIPORequest) GetOrder ¶
func (x *GetIPORequest) GetOrder() string
func (*GetIPORequest) GetPage ¶
func (x *GetIPORequest) GetPage() int32
func (*GetIPORequest) GetPageSize ¶
func (x *GetIPORequest) GetPageSize() int32
func (*GetIPORequest) GetStartAt ¶
func (x *GetIPORequest) GetStartAt() int64
func (*GetIPORequest) ProtoMessage ¶
func (*GetIPORequest) ProtoMessage()
func (*GetIPORequest) ProtoReflect ¶
func (x *GetIPORequest) ProtoReflect() protoreflect.Message
func (*GetIPORequest) Reset ¶
func (x *GetIPORequest) Reset()
func (*GetIPORequest) String ¶
func (x *GetIPORequest) String() string
type GetIPOResponse ¶
type GetIPOResponse struct { Ipos []*IPOItem `protobuf:"bytes,1,rep,name=ipos,proto3" json:"ipos,omitempty"` // contains filtered or unexported fields }
func (*GetIPOResponse) Descriptor
deprecated
func (*GetIPOResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetIPOResponse.ProtoReflect.Descriptor instead.
func (*GetIPOResponse) GetIpos ¶
func (x *GetIPOResponse) GetIpos() []*IPOItem
func (*GetIPOResponse) ProtoMessage ¶
func (*GetIPOResponse) ProtoMessage()
func (*GetIPOResponse) ProtoReflect ¶
func (x *GetIPOResponse) ProtoReflect() protoreflect.Message
func (*GetIPOResponse) Reset ¶
func (x *GetIPOResponse) Reset()
func (*GetIPOResponse) String ¶
func (x *GetIPOResponse) String() string
type GetMarketsCryptoRequest ¶
type GetMarketsCryptoRequest struct { Page int32 `protobuf:"varint,1,opt,name=page,proto3" json:"page,omitempty"` PageSize int32 `protobuf:"varint,2,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty"` // contains filtered or unexported fields }
func (*GetMarketsCryptoRequest) Descriptor
deprecated
func (*GetMarketsCryptoRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetMarketsCryptoRequest.ProtoReflect.Descriptor instead.
func (*GetMarketsCryptoRequest) GetPage ¶
func (x *GetMarketsCryptoRequest) GetPage() int32
func (*GetMarketsCryptoRequest) GetPageSize ¶
func (x *GetMarketsCryptoRequest) GetPageSize() int32
func (*GetMarketsCryptoRequest) ProtoMessage ¶
func (*GetMarketsCryptoRequest) ProtoMessage()
func (*GetMarketsCryptoRequest) ProtoReflect ¶
func (x *GetMarketsCryptoRequest) ProtoReflect() protoreflect.Message
func (*GetMarketsCryptoRequest) Reset ¶
func (x *GetMarketsCryptoRequest) Reset()
func (*GetMarketsCryptoRequest) String ¶
func (x *GetMarketsCryptoRequest) String() string
type GetMarketsCryptoResponse ¶
type GetMarketsCryptoResponse struct { Result []*MarketsCryptoResponseItem `protobuf:"bytes,1,rep,name=result,proto3" json:"result,omitempty"` // contains filtered or unexported fields }
func (*GetMarketsCryptoResponse) Descriptor
deprecated
func (*GetMarketsCryptoResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetMarketsCryptoResponse.ProtoReflect.Descriptor instead.
func (*GetMarketsCryptoResponse) GetResult ¶
func (x *GetMarketsCryptoResponse) GetResult() []*MarketsCryptoResponseItem
func (*GetMarketsCryptoResponse) ProtoMessage ¶
func (*GetMarketsCryptoResponse) ProtoMessage()
func (*GetMarketsCryptoResponse) ProtoReflect ¶
func (x *GetMarketsCryptoResponse) ProtoReflect() protoreflect.Message
func (*GetMarketsCryptoResponse) Reset ¶
func (x *GetMarketsCryptoResponse) Reset()
func (*GetMarketsCryptoResponse) String ¶
func (x *GetMarketsCryptoResponse) String() string
type GetMarketsStocksRequest ¶
type GetMarketsStocksRequest struct { Country string `protobuf:"bytes,1,opt,name=country,proto3" json:"country,omitempty"` Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"` Code string `protobuf:"bytes,3,opt,name=code,proto3" json:"code,omitempty"` Page int32 `protobuf:"varint,4,opt,name=page,proto3" json:"page,omitempty"` PageSize int32 `protobuf:"varint,5,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty"` // contains filtered or unexported fields }
func (*GetMarketsStocksRequest) Descriptor
deprecated
func (*GetMarketsStocksRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetMarketsStocksRequest.ProtoReflect.Descriptor instead.
func (*GetMarketsStocksRequest) GetCode ¶
func (x *GetMarketsStocksRequest) GetCode() string
func (*GetMarketsStocksRequest) GetCountry ¶
func (x *GetMarketsStocksRequest) GetCountry() string
func (*GetMarketsStocksRequest) GetName ¶
func (x *GetMarketsStocksRequest) GetName() string
func (*GetMarketsStocksRequest) GetPage ¶
func (x *GetMarketsStocksRequest) GetPage() int32
func (*GetMarketsStocksRequest) GetPageSize ¶
func (x *GetMarketsStocksRequest) GetPageSize() int32
func (*GetMarketsStocksRequest) ProtoMessage ¶
func (*GetMarketsStocksRequest) ProtoMessage()
func (*GetMarketsStocksRequest) ProtoReflect ¶
func (x *GetMarketsStocksRequest) ProtoReflect() protoreflect.Message
func (*GetMarketsStocksRequest) Reset ¶
func (x *GetMarketsStocksRequest) Reset()
func (*GetMarketsStocksRequest) String ¶
func (x *GetMarketsStocksRequest) String() string
type GetMarketsStocksResponse ¶
type GetMarketsStocksResponse struct { Result []*MarketsStocksResponseItem `protobuf:"bytes,1,rep,name=result,proto3" json:"result,omitempty"` // contains filtered or unexported fields }
func (*GetMarketsStocksResponse) Descriptor
deprecated
func (*GetMarketsStocksResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetMarketsStocksResponse.ProtoReflect.Descriptor instead.
func (*GetMarketsStocksResponse) GetResult ¶
func (x *GetMarketsStocksResponse) GetResult() []*MarketsStocksResponseItem
func (*GetMarketsStocksResponse) ProtoMessage ¶
func (*GetMarketsStocksResponse) ProtoMessage()
func (*GetMarketsStocksResponse) ProtoReflect ¶
func (x *GetMarketsStocksResponse) ProtoReflect() protoreflect.Message
func (*GetMarketsStocksResponse) Reset ¶
func (x *GetMarketsStocksResponse) Reset()
func (*GetMarketsStocksResponse) String ¶
func (x *GetMarketsStocksResponse) String() string
type GetNewsRequest ¶
type GetNewsRequest struct { Ticker string `protobuf:"bytes,1,opt,name=ticker,proto3" json:"ticker,omitempty"` Date string `protobuf:"bytes,2,opt,name=date,proto3" json:"date,omitempty"` StartAt int64 `protobuf:"varint,3,opt,name=start_at,json=startAt,proto3" json:"start_at,omitempty"` EndAt int64 `protobuf:"varint,4,opt,name=end_at,json=endAt,proto3" json:"end_at,omitempty"` Page int32 `protobuf:"varint,5,opt,name=page,proto3" json:"page,omitempty"` PageSize int32 `protobuf:"varint,6,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty"` Order string `protobuf:"bytes,7,opt,name=order,proto3" json:"order,omitempty"` Cqs string `protobuf:"bytes,8,opt,name=cqs,proto3" json:"cqs,omitempty"` Cik string `protobuf:"bytes,9,opt,name=cik,proto3" json:"cik,omitempty"` Cusip string `protobuf:"bytes,10,opt,name=cusip,proto3" json:"cusip,omitempty"` Isin string `protobuf:"bytes,11,opt,name=isin,proto3" json:"isin,omitempty"` CompositeFigi string `protobuf:"bytes,12,opt,name=composite_figi,json=compositeFigi,proto3" json:"composite_figi,omitempty"` Lei string `protobuf:"bytes,14,opt,name=lei,proto3" json:"lei,omitempty"` // contains filtered or unexported fields }
func (*GetNewsRequest) Descriptor
deprecated
func (*GetNewsRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetNewsRequest.ProtoReflect.Descriptor instead.
func (*GetNewsRequest) GetCik ¶
func (x *GetNewsRequest) GetCik() string
func (*GetNewsRequest) GetCompositeFigi ¶
func (x *GetNewsRequest) GetCompositeFigi() string
func (*GetNewsRequest) GetCqs ¶
func (x *GetNewsRequest) GetCqs() string
func (*GetNewsRequest) GetCusip ¶
func (x *GetNewsRequest) GetCusip() string
func (*GetNewsRequest) GetDate ¶
func (x *GetNewsRequest) GetDate() string
func (*GetNewsRequest) GetEndAt ¶
func (x *GetNewsRequest) GetEndAt() int64
func (*GetNewsRequest) GetIsin ¶
func (x *GetNewsRequest) GetIsin() string
func (*GetNewsRequest) GetLei ¶
func (x *GetNewsRequest) GetLei() string
func (*GetNewsRequest) GetOrder ¶
func (x *GetNewsRequest) GetOrder() string
func (*GetNewsRequest) GetPage ¶
func (x *GetNewsRequest) GetPage() int32
func (*GetNewsRequest) GetPageSize ¶
func (x *GetNewsRequest) GetPageSize() int32
func (*GetNewsRequest) GetShareFigi ¶
func (x *GetNewsRequest) GetShareFigi() string
func (*GetNewsRequest) GetStartAt ¶
func (x *GetNewsRequest) GetStartAt() int64
func (*GetNewsRequest) GetTicker ¶
func (x *GetNewsRequest) GetTicker() string
func (*GetNewsRequest) ProtoMessage ¶
func (*GetNewsRequest) ProtoMessage()
func (*GetNewsRequest) ProtoReflect ¶
func (x *GetNewsRequest) ProtoReflect() protoreflect.Message
func (*GetNewsRequest) Reset ¶
func (x *GetNewsRequest) Reset()
func (*GetNewsRequest) String ¶
func (x *GetNewsRequest) String() string
type GetNewsResponse ¶
type GetNewsResponse struct { Result []*NewsItem `protobuf:"bytes,1,rep,name=result,proto3" json:"result,omitempty"` // contains filtered or unexported fields }
func (*GetNewsResponse) Descriptor
deprecated
func (*GetNewsResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetNewsResponse.ProtoReflect.Descriptor instead.
func (*GetNewsResponse) GetResult ¶
func (x *GetNewsResponse) GetResult() []*NewsItem
func (*GetNewsResponse) ProtoMessage ¶
func (*GetNewsResponse) ProtoMessage()
func (*GetNewsResponse) ProtoReflect ¶
func (x *GetNewsResponse) ProtoReflect() protoreflect.Message
func (*GetNewsResponse) Reset ¶
func (x *GetNewsResponse) Reset()
func (*GetNewsResponse) String ¶
func (x *GetNewsResponse) String() string
type GetPublishersRequest ¶
type GetPublishersRequest struct { Code string `protobuf:"bytes,1,opt,name=code,proto3" json:"code,omitempty"` Page int32 `protobuf:"varint,2,opt,name=page,proto3" json:"page,omitempty"` PageSize int32 `protobuf:"varint,3,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty"` // contains filtered or unexported fields }
func (*GetPublishersRequest) Descriptor
deprecated
func (*GetPublishersRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetPublishersRequest.ProtoReflect.Descriptor instead.
func (*GetPublishersRequest) GetCode ¶
func (x *GetPublishersRequest) GetCode() string
func (*GetPublishersRequest) GetPage ¶
func (x *GetPublishersRequest) GetPage() int32
func (*GetPublishersRequest) GetPageSize ¶
func (x *GetPublishersRequest) GetPageSize() int32
func (*GetPublishersRequest) ProtoMessage ¶
func (*GetPublishersRequest) ProtoMessage()
func (*GetPublishersRequest) ProtoReflect ¶
func (x *GetPublishersRequest) ProtoReflect() protoreflect.Message
func (*GetPublishersRequest) Reset ¶
func (x *GetPublishersRequest) Reset()
func (*GetPublishersRequest) String ¶
func (x *GetPublishersRequest) String() string
type GetPublishersResponse ¶
type GetPublishersResponse struct { Result []*PublisherItem `protobuf:"bytes,1,rep,name=result,proto3" json:"result,omitempty"` // contains filtered or unexported fields }
func (*GetPublishersResponse) Descriptor
deprecated
func (*GetPublishersResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetPublishersResponse.ProtoReflect.Descriptor instead.
func (*GetPublishersResponse) GetResult ¶
func (x *GetPublishersResponse) GetResult() []*PublisherItem
func (*GetPublishersResponse) ProtoMessage ¶
func (*GetPublishersResponse) ProtoMessage()
func (*GetPublishersResponse) ProtoReflect ¶
func (x *GetPublishersResponse) ProtoReflect() protoreflect.Message
func (*GetPublishersResponse) Reset ¶
func (x *GetPublishersResponse) Reset()
func (*GetPublishersResponse) String ¶
func (x *GetPublishersResponse) String() string
type GetSecFillingsRequest ¶
type GetSecFillingsRequest struct { Cik int64 `protobuf:"varint,1,opt,name=cik,proto3" json:"cik,omitempty"` Ticker string `protobuf:"bytes,3,opt,name=ticker,proto3" json:"ticker,omitempty"` FormType []string `protobuf:"bytes,4,rep,name=form_type,json=formType,proto3" json:"form_type,omitempty"` FilledFromTs int64 `protobuf:"varint,5,opt,name=filled_from_ts,json=filledFromTs,proto3" json:"filled_from_ts,omitempty"` FilledToTs int64 `protobuf:"varint,6,opt,name=filled_to_ts,json=filledToTs,proto3" json:"filled_to_ts,omitempty"` Page int32 `protobuf:"varint,7,opt,name=page,proto3" json:"page,omitempty"` PageSize int32 `protobuf:"varint,8,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty"` Cqs string `protobuf:"bytes,9,opt,name=cqs,proto3" json:"cqs,omitempty"` Cusip string `protobuf:"bytes,10,opt,name=cusip,proto3" json:"cusip,omitempty"` Isin string `protobuf:"bytes,11,opt,name=isin,proto3" json:"isin,omitempty"` CompositeFigi string `protobuf:"bytes,12,opt,name=composite_figi,json=compositeFigi,proto3" json:"composite_figi,omitempty"` Lei string `protobuf:"bytes,14,opt,name=lei,proto3" json:"lei,omitempty"` // contains filtered or unexported fields }
func (*GetSecFillingsRequest) Descriptor
deprecated
func (*GetSecFillingsRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetSecFillingsRequest.ProtoReflect.Descriptor instead.
func (*GetSecFillingsRequest) GetCik ¶
func (x *GetSecFillingsRequest) GetCik() int64
func (*GetSecFillingsRequest) GetCompositeFigi ¶
func (x *GetSecFillingsRequest) GetCompositeFigi() string
func (*GetSecFillingsRequest) GetCqs ¶
func (x *GetSecFillingsRequest) GetCqs() string
func (*GetSecFillingsRequest) GetCusip ¶
func (x *GetSecFillingsRequest) GetCusip() string
func (*GetSecFillingsRequest) GetFilledFromTs ¶
func (x *GetSecFillingsRequest) GetFilledFromTs() int64
func (*GetSecFillingsRequest) GetFilledToTs ¶
func (x *GetSecFillingsRequest) GetFilledToTs() int64
func (*GetSecFillingsRequest) GetFormType ¶
func (x *GetSecFillingsRequest) GetFormType() []string
func (*GetSecFillingsRequest) GetIsin ¶
func (x *GetSecFillingsRequest) GetIsin() string
func (*GetSecFillingsRequest) GetLei ¶
func (x *GetSecFillingsRequest) GetLei() string
func (*GetSecFillingsRequest) GetPage ¶
func (x *GetSecFillingsRequest) GetPage() int32
func (*GetSecFillingsRequest) GetPageSize ¶
func (x *GetSecFillingsRequest) GetPageSize() int32
func (*GetSecFillingsRequest) GetShareFigi ¶
func (x *GetSecFillingsRequest) GetShareFigi() string
func (*GetSecFillingsRequest) GetTicker ¶
func (x *GetSecFillingsRequest) GetTicker() string
func (*GetSecFillingsRequest) ProtoMessage ¶
func (*GetSecFillingsRequest) ProtoMessage()
func (*GetSecFillingsRequest) ProtoReflect ¶
func (x *GetSecFillingsRequest) ProtoReflect() protoreflect.Message
func (*GetSecFillingsRequest) Reset ¶
func (x *GetSecFillingsRequest) Reset()
func (*GetSecFillingsRequest) String ¶
func (x *GetSecFillingsRequest) String() string
type GetSecFillingsResponse ¶
type GetSecFillingsResponse struct { Result []*SecFillingsItem `protobuf:"bytes,1,rep,name=result,proto3" json:"result,omitempty"` // contains filtered or unexported fields }
func (*GetSecFillingsResponse) Descriptor
deprecated
func (*GetSecFillingsResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetSecFillingsResponse.ProtoReflect.Descriptor instead.
func (*GetSecFillingsResponse) GetResult ¶
func (x *GetSecFillingsResponse) GetResult() []*SecFillingsItem
func (*GetSecFillingsResponse) ProtoMessage ¶
func (*GetSecFillingsResponse) ProtoMessage()
func (*GetSecFillingsResponse) ProtoReflect ¶
func (x *GetSecFillingsResponse) ProtoReflect() protoreflect.Message
func (*GetSecFillingsResponse) Reset ¶
func (x *GetSecFillingsResponse) Reset()
func (*GetSecFillingsResponse) String ¶
func (x *GetSecFillingsResponse) String() string
type GetSipMarketCenterRequest ¶
type GetSipMarketCenterRequest struct {
// contains filtered or unexported fields
}
func (*GetSipMarketCenterRequest) Descriptor
deprecated
func (*GetSipMarketCenterRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetSipMarketCenterRequest.ProtoReflect.Descriptor instead.
func (*GetSipMarketCenterRequest) ProtoMessage ¶
func (*GetSipMarketCenterRequest) ProtoMessage()
func (*GetSipMarketCenterRequest) ProtoReflect ¶
func (x *GetSipMarketCenterRequest) ProtoReflect() protoreflect.Message
func (*GetSipMarketCenterRequest) Reset ¶
func (x *GetSipMarketCenterRequest) Reset()
func (*GetSipMarketCenterRequest) String ¶
func (x *GetSipMarketCenterRequest) String() string
type GetSipMarketCenterResponse ¶
type GetSipMarketCenterResponse struct { Result []*SipMarketCenterItem `protobuf:"bytes,1,rep,name=result,proto3" json:"result,omitempty"` // contains filtered or unexported fields }
func (*GetSipMarketCenterResponse) Descriptor
deprecated
func (*GetSipMarketCenterResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetSipMarketCenterResponse.ProtoReflect.Descriptor instead.
func (*GetSipMarketCenterResponse) GetResult ¶
func (x *GetSipMarketCenterResponse) GetResult() []*SipMarketCenterItem
func (*GetSipMarketCenterResponse) ProtoMessage ¶
func (*GetSipMarketCenterResponse) ProtoMessage()
func (*GetSipMarketCenterResponse) ProtoReflect ¶
func (x *GetSipMarketCenterResponse) ProtoReflect() protoreflect.Message
func (*GetSipMarketCenterResponse) Reset ¶
func (x *GetSipMarketCenterResponse) Reset()
func (*GetSipMarketCenterResponse) String ¶
func (x *GetSipMarketCenterResponse) String() string
type GetSipTradesRequest ¶
type GetSipTradesRequest struct { Ticker string `protobuf:"bytes,1,opt,name=ticker,proto3" json:"ticker,omitempty"` Mic string `protobuf:"bytes,2,opt,name=mic,proto3" json:"mic,omitempty"` Country string `protobuf:"bytes,3,opt,name=country,proto3" json:"country,omitempty"` Market string `protobuf:"bytes,4,opt,name=market,proto3" json:"market,omitempty"` StartAt int64 `protobuf:"varint,5,opt,name=start_at,json=startAt,proto3" json:"start_at,omitempty"` EndAt int64 `protobuf:"varint,6,opt,name=end_at,json=endAt,proto3" json:"end_at,omitempty"` Tape string `protobuf:"bytes,7,opt,name=tape,proto3" json:"tape,omitempty"` Page int32 `protobuf:"varint,8,opt,name=page,proto3" json:"page,omitempty"` PageSize int32 `protobuf:"varint,9,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty"` Order string `protobuf:"bytes,10,opt,name=order,proto3" json:"order,omitempty"` Cqs string `protobuf:"bytes,11,opt,name=cqs,proto3" json:"cqs,omitempty"` Cik string `protobuf:"bytes,12,opt,name=cik,proto3" json:"cik,omitempty"` Cusip string `protobuf:"bytes,13,opt,name=cusip,proto3" json:"cusip,omitempty"` Isin string `protobuf:"bytes,14,opt,name=isin,proto3" json:"isin,omitempty"` CompositeFigi string `protobuf:"bytes,15,opt,name=composite_figi,json=compositeFigi,proto3" json:"composite_figi,omitempty"` Lei string `protobuf:"bytes,17,opt,name=lei,proto3" json:"lei,omitempty"` // contains filtered or unexported fields }
func (*GetSipTradesRequest) Descriptor
deprecated
func (*GetSipTradesRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetSipTradesRequest.ProtoReflect.Descriptor instead.
func (*GetSipTradesRequest) GetCik ¶
func (x *GetSipTradesRequest) GetCik() string
func (*GetSipTradesRequest) GetCompositeFigi ¶
func (x *GetSipTradesRequest) GetCompositeFigi() string
func (*GetSipTradesRequest) GetCountry ¶
func (x *GetSipTradesRequest) GetCountry() string
func (*GetSipTradesRequest) GetCqs ¶
func (x *GetSipTradesRequest) GetCqs() string
func (*GetSipTradesRequest) GetCusip ¶
func (x *GetSipTradesRequest) GetCusip() string
func (*GetSipTradesRequest) GetEndAt ¶
func (x *GetSipTradesRequest) GetEndAt() int64
func (*GetSipTradesRequest) GetIsin ¶
func (x *GetSipTradesRequest) GetIsin() string
func (*GetSipTradesRequest) GetLei ¶
func (x *GetSipTradesRequest) GetLei() string
func (*GetSipTradesRequest) GetMarket ¶
func (x *GetSipTradesRequest) GetMarket() string
func (*GetSipTradesRequest) GetMic ¶
func (x *GetSipTradesRequest) GetMic() string
func (*GetSipTradesRequest) GetOrder ¶
func (x *GetSipTradesRequest) GetOrder() string
func (*GetSipTradesRequest) GetPage ¶
func (x *GetSipTradesRequest) GetPage() int32
func (*GetSipTradesRequest) GetPageSize ¶
func (x *GetSipTradesRequest) GetPageSize() int32
func (*GetSipTradesRequest) GetShareFigi ¶
func (x *GetSipTradesRequest) GetShareFigi() string
func (*GetSipTradesRequest) GetStartAt ¶
func (x *GetSipTradesRequest) GetStartAt() int64
func (*GetSipTradesRequest) GetTape ¶
func (x *GetSipTradesRequest) GetTape() string
func (*GetSipTradesRequest) GetTicker ¶
func (x *GetSipTradesRequest) GetTicker() string
func (*GetSipTradesRequest) ProtoMessage ¶
func (*GetSipTradesRequest) ProtoMessage()
func (*GetSipTradesRequest) ProtoReflect ¶
func (x *GetSipTradesRequest) ProtoReflect() protoreflect.Message
func (*GetSipTradesRequest) Reset ¶
func (x *GetSipTradesRequest) Reset()
func (*GetSipTradesRequest) String ¶
func (x *GetSipTradesRequest) String() string
type GetSipTradesResponse ¶
type GetSipTradesResponse struct { Result []*SipTradesItem `protobuf:"bytes,1,rep,name=result,proto3" json:"result,omitempty"` // contains filtered or unexported fields }
func (*GetSipTradesResponse) Descriptor
deprecated
func (*GetSipTradesResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetSipTradesResponse.ProtoReflect.Descriptor instead.
func (*GetSipTradesResponse) GetResult ¶
func (x *GetSipTradesResponse) GetResult() []*SipTradesItem
func (*GetSipTradesResponse) ProtoMessage ¶
func (*GetSipTradesResponse) ProtoMessage()
func (*GetSipTradesResponse) ProtoReflect ¶
func (x *GetSipTradesResponse) ProtoReflect() protoreflect.Message
func (*GetSipTradesResponse) Reset ¶
func (x *GetSipTradesResponse) Reset()
func (*GetSipTradesResponse) String ¶
func (x *GetSipTradesResponse) String() string
type GetSnapshotRequest ¶
type GetSnapshotRequest struct { Publisher string `protobuf:"bytes,1,opt,name=publisher,proto3" json:"publisher,omitempty"` Ticker string `protobuf:"bytes,2,opt,name=ticker,proto3" json:"ticker,omitempty"` Market string `protobuf:"bytes,3,opt,name=market,proto3" json:"market,omitempty"` Mic string `protobuf:"bytes,4,opt,name=mic,proto3" json:"mic,omitempty"` Country string `protobuf:"bytes,5,opt,name=country,proto3" json:"country,omitempty"` Cqs string `protobuf:"bytes,6,opt,name=cqs,proto3" json:"cqs,omitempty"` Cik string `protobuf:"bytes,7,opt,name=cik,proto3" json:"cik,omitempty"` Cusip string `protobuf:"bytes,8,opt,name=cusip,proto3" json:"cusip,omitempty"` Isin string `protobuf:"bytes,9,opt,name=isin,proto3" json:"isin,omitempty"` CompositeFigi string `protobuf:"bytes,10,opt,name=composite_figi,json=compositeFigi,proto3" json:"composite_figi,omitempty"` Lei string `protobuf:"bytes,12,opt,name=lei,proto3" json:"lei,omitempty"` // contains filtered or unexported fields }
func (*GetSnapshotRequest) Descriptor
deprecated
func (*GetSnapshotRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetSnapshotRequest.ProtoReflect.Descriptor instead.
func (*GetSnapshotRequest) GetCik ¶
func (x *GetSnapshotRequest) GetCik() string
func (*GetSnapshotRequest) GetCompositeFigi ¶
func (x *GetSnapshotRequest) GetCompositeFigi() string
func (*GetSnapshotRequest) GetCountry ¶
func (x *GetSnapshotRequest) GetCountry() string
func (*GetSnapshotRequest) GetCqs ¶
func (x *GetSnapshotRequest) GetCqs() string
func (*GetSnapshotRequest) GetCusip ¶
func (x *GetSnapshotRequest) GetCusip() string
func (*GetSnapshotRequest) GetIsin ¶
func (x *GetSnapshotRequest) GetIsin() string
func (*GetSnapshotRequest) GetLei ¶
func (x *GetSnapshotRequest) GetLei() string
func (*GetSnapshotRequest) GetMarket ¶
func (x *GetSnapshotRequest) GetMarket() string
func (*GetSnapshotRequest) GetMic ¶
func (x *GetSnapshotRequest) GetMic() string
func (*GetSnapshotRequest) GetPublisher ¶
func (x *GetSnapshotRequest) GetPublisher() string
func (*GetSnapshotRequest) GetShareFigi ¶
func (x *GetSnapshotRequest) GetShareFigi() string
func (*GetSnapshotRequest) GetTicker ¶
func (x *GetSnapshotRequest) GetTicker() string
func (*GetSnapshotRequest) ProtoMessage ¶
func (*GetSnapshotRequest) ProtoMessage()
func (*GetSnapshotRequest) ProtoReflect ¶
func (x *GetSnapshotRequest) ProtoReflect() protoreflect.Message
func (*GetSnapshotRequest) Reset ¶
func (x *GetSnapshotRequest) Reset()
func (*GetSnapshotRequest) String ¶
func (x *GetSnapshotRequest) String() string
type GetSnapshotResponse ¶
type GetSnapshotResponse struct { LastDay *SnapshotOhlcv `protobuf:"bytes,1,opt,name=last_day,json=lastDay,proto3" json:"last_day,omitempty"` LastMonth *SnapshotOhlcv `protobuf:"bytes,2,opt,name=last_month,json=lastMonth,proto3" json:"last_month,omitempty"` LastTrade *SnapshotLastTrade `protobuf:"bytes,3,opt,name=last_trade,json=lastTrade,proto3" json:"last_trade,omitempty"` PreviousDay *SnapshotOhlcv `protobuf:"bytes,4,opt,name=previous_day,json=previousDay,proto3" json:"previous_day,omitempty"` LastFiftyTwoWeek *SnapshotLastFiftyTwoWeek `protobuf:"bytes,5,opt,name=last_fifty_two_week,json=lastFiftyTwoWeek,proto3" json:"last_fifty_two_week,omitempty"` Change *SnapshotChange `protobuf:"bytes,6,opt,name=change,proto3" json:"change,omitempty"` // contains filtered or unexported fields }
func (*GetSnapshotResponse) Descriptor
deprecated
func (*GetSnapshotResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetSnapshotResponse.ProtoReflect.Descriptor instead.
func (*GetSnapshotResponse) GetChange ¶
func (x *GetSnapshotResponse) GetChange() *SnapshotChange
func (*GetSnapshotResponse) GetLastDay ¶
func (x *GetSnapshotResponse) GetLastDay() *SnapshotOhlcv
func (*GetSnapshotResponse) GetLastFiftyTwoWeek ¶
func (x *GetSnapshotResponse) GetLastFiftyTwoWeek() *SnapshotLastFiftyTwoWeek
func (*GetSnapshotResponse) GetLastMonth ¶
func (x *GetSnapshotResponse) GetLastMonth() *SnapshotOhlcv
func (*GetSnapshotResponse) GetLastTrade ¶
func (x *GetSnapshotResponse) GetLastTrade() *SnapshotLastTrade
func (*GetSnapshotResponse) GetPreviousDay ¶
func (x *GetSnapshotResponse) GetPreviousDay() *SnapshotOhlcv
func (*GetSnapshotResponse) ProtoMessage ¶
func (*GetSnapshotResponse) ProtoMessage()
func (*GetSnapshotResponse) ProtoReflect ¶
func (x *GetSnapshotResponse) ProtoReflect() protoreflect.Message
func (*GetSnapshotResponse) Reset ¶
func (x *GetSnapshotResponse) Reset()
func (*GetSnapshotResponse) String ¶
func (x *GetSnapshotResponse) String() string
type GetTimeSeriesAtrRequest ¶
type GetTimeSeriesAtrRequest struct { TimePeriod int32 `protobuf:"varint,1,opt,name=time_period,json=timePeriod,proto3" json:"time_period,omitempty"` TimeSeries *GetTimeSeriesRequest `protobuf:"bytes,2,opt,name=time_series,json=timeSeries,proto3" json:"time_series,omitempty"` // contains filtered or unexported fields }
func (*GetTimeSeriesAtrRequest) Descriptor
deprecated
func (*GetTimeSeriesAtrRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetTimeSeriesAtrRequest.ProtoReflect.Descriptor instead.
func (*GetTimeSeriesAtrRequest) GetTimePeriod ¶
func (x *GetTimeSeriesAtrRequest) GetTimePeriod() int32
func (*GetTimeSeriesAtrRequest) GetTimeSeries ¶
func (x *GetTimeSeriesAtrRequest) GetTimeSeries() *GetTimeSeriesRequest
func (*GetTimeSeriesAtrRequest) ProtoMessage ¶
func (*GetTimeSeriesAtrRequest) ProtoMessage()
func (*GetTimeSeriesAtrRequest) ProtoReflect ¶
func (x *GetTimeSeriesAtrRequest) ProtoReflect() protoreflect.Message
func (*GetTimeSeriesAtrRequest) Reset ¶
func (x *GetTimeSeriesAtrRequest) Reset()
func (*GetTimeSeriesAtrRequest) String ¶
func (x *GetTimeSeriesAtrRequest) String() string
type GetTimeSeriesAtrResponse ¶
type GetTimeSeriesAtrResponse struct { Result []*GetTimeSeriesAtrResponse_Atr `protobuf:"bytes,1,rep,name=result,proto3" json:"result,omitempty"` // contains filtered or unexported fields }
func (*GetTimeSeriesAtrResponse) Descriptor
deprecated
func (*GetTimeSeriesAtrResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetTimeSeriesAtrResponse.ProtoReflect.Descriptor instead.
func (*GetTimeSeriesAtrResponse) GetResult ¶
func (x *GetTimeSeriesAtrResponse) GetResult() []*GetTimeSeriesAtrResponse_Atr
func (*GetTimeSeriesAtrResponse) ProtoMessage ¶
func (*GetTimeSeriesAtrResponse) ProtoMessage()
func (*GetTimeSeriesAtrResponse) ProtoReflect ¶
func (x *GetTimeSeriesAtrResponse) ProtoReflect() protoreflect.Message
func (*GetTimeSeriesAtrResponse) Reset ¶
func (x *GetTimeSeriesAtrResponse) Reset()
func (*GetTimeSeriesAtrResponse) String ¶
func (x *GetTimeSeriesAtrResponse) String() string
type GetTimeSeriesAtrResponse_Atr ¶
type GetTimeSeriesAtrResponse_Atr struct { Timestamp int64 `protobuf:"varint,1,opt,name=timestamp,proto3" json:"timestamp,omitempty"` Atr string `protobuf:"bytes,2,opt,name=atr,proto3" json:"atr,omitempty"` // contains filtered or unexported fields }
func (*GetTimeSeriesAtrResponse_Atr) Descriptor
deprecated
func (*GetTimeSeriesAtrResponse_Atr) Descriptor() ([]byte, []int)
Deprecated: Use GetTimeSeriesAtrResponse_Atr.ProtoReflect.Descriptor instead.
func (*GetTimeSeriesAtrResponse_Atr) GetAtr ¶
func (x *GetTimeSeriesAtrResponse_Atr) GetAtr() string
func (*GetTimeSeriesAtrResponse_Atr) GetTimestamp ¶
func (x *GetTimeSeriesAtrResponse_Atr) GetTimestamp() int64
func (*GetTimeSeriesAtrResponse_Atr) ProtoMessage ¶
func (*GetTimeSeriesAtrResponse_Atr) ProtoMessage()
func (*GetTimeSeriesAtrResponse_Atr) ProtoReflect ¶
func (x *GetTimeSeriesAtrResponse_Atr) ProtoReflect() protoreflect.Message
func (*GetTimeSeriesAtrResponse_Atr) Reset ¶
func (x *GetTimeSeriesAtrResponse_Atr) Reset()
func (*GetTimeSeriesAtrResponse_Atr) String ¶
func (x *GetTimeSeriesAtrResponse_Atr) String() string
type GetTimeSeriesBBandsRequest ¶
type GetTimeSeriesBBandsRequest struct { TimePeriod int32 `protobuf:"varint,1,opt,name=time_period,json=timePeriod,proto3" json:"time_period,omitempty"` SeriesType string `protobuf:"bytes,2,opt,name=series_type,json=seriesType,proto3" json:"series_type,omitempty"` Sd float64 `protobuf:"fixed64,3,opt,name=sd,proto3" json:"sd,omitempty"` MaType string `protobuf:"bytes,4,opt,name=ma_type,json=maType,proto3" json:"ma_type,omitempty"` TimeSeries *GetTimeSeriesRequest `protobuf:"bytes,5,opt,name=time_series,json=timeSeries,proto3" json:"time_series,omitempty"` // contains filtered or unexported fields }
func (*GetTimeSeriesBBandsRequest) Descriptor
deprecated
func (*GetTimeSeriesBBandsRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetTimeSeriesBBandsRequest.ProtoReflect.Descriptor instead.
func (*GetTimeSeriesBBandsRequest) GetMaType ¶
func (x *GetTimeSeriesBBandsRequest) GetMaType() string
func (*GetTimeSeriesBBandsRequest) GetSd ¶
func (x *GetTimeSeriesBBandsRequest) GetSd() float64
func (*GetTimeSeriesBBandsRequest) GetSeriesType ¶
func (x *GetTimeSeriesBBandsRequest) GetSeriesType() string
func (*GetTimeSeriesBBandsRequest) GetTimePeriod ¶
func (x *GetTimeSeriesBBandsRequest) GetTimePeriod() int32
func (*GetTimeSeriesBBandsRequest) GetTimeSeries ¶
func (x *GetTimeSeriesBBandsRequest) GetTimeSeries() *GetTimeSeriesRequest
func (*GetTimeSeriesBBandsRequest) ProtoMessage ¶
func (*GetTimeSeriesBBandsRequest) ProtoMessage()
func (*GetTimeSeriesBBandsRequest) ProtoReflect ¶
func (x *GetTimeSeriesBBandsRequest) ProtoReflect() protoreflect.Message
func (*GetTimeSeriesBBandsRequest) Reset ¶
func (x *GetTimeSeriesBBandsRequest) Reset()
func (*GetTimeSeriesBBandsRequest) String ¶
func (x *GetTimeSeriesBBandsRequest) String() string
type GetTimeSeriesBBandsResponse ¶
type GetTimeSeriesBBandsResponse struct { Result []*GetTimeSeriesBBandsResponse_BBands `protobuf:"bytes,1,rep,name=result,proto3" json:"result,omitempty"` // contains filtered or unexported fields }
func (*GetTimeSeriesBBandsResponse) Descriptor
deprecated
func (*GetTimeSeriesBBandsResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetTimeSeriesBBandsResponse.ProtoReflect.Descriptor instead.
func (*GetTimeSeriesBBandsResponse) GetResult ¶
func (x *GetTimeSeriesBBandsResponse) GetResult() []*GetTimeSeriesBBandsResponse_BBands
func (*GetTimeSeriesBBandsResponse) ProtoMessage ¶
func (*GetTimeSeriesBBandsResponse) ProtoMessage()
func (*GetTimeSeriesBBandsResponse) ProtoReflect ¶
func (x *GetTimeSeriesBBandsResponse) ProtoReflect() protoreflect.Message
func (*GetTimeSeriesBBandsResponse) Reset ¶
func (x *GetTimeSeriesBBandsResponse) Reset()
func (*GetTimeSeriesBBandsResponse) String ¶
func (x *GetTimeSeriesBBandsResponse) String() string
type GetTimeSeriesBBandsResponse_BBands ¶
type GetTimeSeriesBBandsResponse_BBands struct { Timestamp int64 `protobuf:"varint,1,opt,name=timestamp,proto3" json:"timestamp,omitempty"` UpperBand string `protobuf:"bytes,2,opt,name=upper_band,json=upperBand,proto3" json:"upper_band,omitempty"` MiddleBand string `protobuf:"bytes,3,opt,name=middle_band,json=middleBand,proto3" json:"middle_band,omitempty"` LowerBand string `protobuf:"bytes,4,opt,name=lower_band,json=lowerBand,proto3" json:"lower_band,omitempty"` // contains filtered or unexported fields }
func (*GetTimeSeriesBBandsResponse_BBands) Descriptor
deprecated
func (*GetTimeSeriesBBandsResponse_BBands) Descriptor() ([]byte, []int)
Deprecated: Use GetTimeSeriesBBandsResponse_BBands.ProtoReflect.Descriptor instead.
func (*GetTimeSeriesBBandsResponse_BBands) GetLowerBand ¶
func (x *GetTimeSeriesBBandsResponse_BBands) GetLowerBand() string
func (*GetTimeSeriesBBandsResponse_BBands) GetMiddleBand ¶
func (x *GetTimeSeriesBBandsResponse_BBands) GetMiddleBand() string
func (*GetTimeSeriesBBandsResponse_BBands) GetTimestamp ¶
func (x *GetTimeSeriesBBandsResponse_BBands) GetTimestamp() int64
func (*GetTimeSeriesBBandsResponse_BBands) GetUpperBand ¶
func (x *GetTimeSeriesBBandsResponse_BBands) GetUpperBand() string
func (*GetTimeSeriesBBandsResponse_BBands) ProtoMessage ¶
func (*GetTimeSeriesBBandsResponse_BBands) ProtoMessage()
func (*GetTimeSeriesBBandsResponse_BBands) ProtoReflect ¶
func (x *GetTimeSeriesBBandsResponse_BBands) ProtoReflect() protoreflect.Message
func (*GetTimeSeriesBBandsResponse_BBands) Reset ¶
func (x *GetTimeSeriesBBandsResponse_BBands) Reset()
func (*GetTimeSeriesBBandsResponse_BBands) String ¶
func (x *GetTimeSeriesBBandsResponse_BBands) String() string
type GetTimeSeriesIchimokuRequest ¶
type GetTimeSeriesIchimokuRequest struct { ConversionLinePeriod int32 `protobuf:"varint,1,opt,name=conversion_line_period,json=conversionLinePeriod,proto3" json:"conversion_line_period,omitempty"` BaseLinePeriod int32 `protobuf:"varint,2,opt,name=base_line_period,json=baseLinePeriod,proto3" json:"base_line_period,omitempty"` LeadingSpanBPeriod int32 `protobuf:"varint,3,opt,name=leading_span_b_period,json=leadingSpanBPeriod,proto3" json:"leading_span_b_period,omitempty"` LaggingSpanPeriod int32 `protobuf:"varint,4,opt,name=lagging_span_period,json=laggingSpanPeriod,proto3" json:"lagging_span_period,omitempty"` IncludeAheadSpanPeriod bool `` /* 132-byte string literal not displayed */ TimeSeries *GetTimeSeriesRequest `protobuf:"bytes,6,opt,name=time_series,json=timeSeries,proto3" json:"time_series,omitempty"` // contains filtered or unexported fields }
func (*GetTimeSeriesIchimokuRequest) Descriptor
deprecated
func (*GetTimeSeriesIchimokuRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetTimeSeriesIchimokuRequest.ProtoReflect.Descriptor instead.
func (*GetTimeSeriesIchimokuRequest) GetBaseLinePeriod ¶
func (x *GetTimeSeriesIchimokuRequest) GetBaseLinePeriod() int32
func (*GetTimeSeriesIchimokuRequest) GetConversionLinePeriod ¶
func (x *GetTimeSeriesIchimokuRequest) GetConversionLinePeriod() int32
func (*GetTimeSeriesIchimokuRequest) GetIncludeAheadSpanPeriod ¶
func (x *GetTimeSeriesIchimokuRequest) GetIncludeAheadSpanPeriod() bool
func (*GetTimeSeriesIchimokuRequest) GetLaggingSpanPeriod ¶
func (x *GetTimeSeriesIchimokuRequest) GetLaggingSpanPeriod() int32
func (*GetTimeSeriesIchimokuRequest) GetLeadingSpanBPeriod ¶
func (x *GetTimeSeriesIchimokuRequest) GetLeadingSpanBPeriod() int32
func (*GetTimeSeriesIchimokuRequest) GetTimeSeries ¶
func (x *GetTimeSeriesIchimokuRequest) GetTimeSeries() *GetTimeSeriesRequest
func (*GetTimeSeriesIchimokuRequest) ProtoMessage ¶
func (*GetTimeSeriesIchimokuRequest) ProtoMessage()
func (*GetTimeSeriesIchimokuRequest) ProtoReflect ¶
func (x *GetTimeSeriesIchimokuRequest) ProtoReflect() protoreflect.Message
func (*GetTimeSeriesIchimokuRequest) Reset ¶
func (x *GetTimeSeriesIchimokuRequest) Reset()
func (*GetTimeSeriesIchimokuRequest) String ¶
func (x *GetTimeSeriesIchimokuRequest) String() string
type GetTimeSeriesIchimokuResponse ¶
type GetTimeSeriesIchimokuResponse struct { Result []*GetTimeSeriesIchimokuResponse_Ichimoku `protobuf:"bytes,1,rep,name=result,proto3" json:"result,omitempty"` // contains filtered or unexported fields }
func (*GetTimeSeriesIchimokuResponse) Descriptor
deprecated
func (*GetTimeSeriesIchimokuResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetTimeSeriesIchimokuResponse.ProtoReflect.Descriptor instead.
func (*GetTimeSeriesIchimokuResponse) GetResult ¶
func (x *GetTimeSeriesIchimokuResponse) GetResult() []*GetTimeSeriesIchimokuResponse_Ichimoku
func (*GetTimeSeriesIchimokuResponse) ProtoMessage ¶
func (*GetTimeSeriesIchimokuResponse) ProtoMessage()
func (*GetTimeSeriesIchimokuResponse) ProtoReflect ¶
func (x *GetTimeSeriesIchimokuResponse) ProtoReflect() protoreflect.Message
func (*GetTimeSeriesIchimokuResponse) Reset ¶
func (x *GetTimeSeriesIchimokuResponse) Reset()
func (*GetTimeSeriesIchimokuResponse) String ¶
func (x *GetTimeSeriesIchimokuResponse) String() string
type GetTimeSeriesIchimokuResponse_Ichimoku ¶
type GetTimeSeriesIchimokuResponse_Ichimoku struct { Timestamp int64 `protobuf:"varint,1,opt,name=timestamp,proto3" json:"timestamp,omitempty"` TenkanSen string `protobuf:"bytes,2,opt,name=tenkan_sen,json=tenkanSen,proto3" json:"tenkan_sen,omitempty"` KijunSen string `protobuf:"bytes,3,opt,name=kijun_sen,json=kijunSen,proto3" json:"kijun_sen,omitempty"` SenkouSpanA string `protobuf:"bytes,4,opt,name=senkou_span_a,json=senkouSpanA,proto3" json:"senkou_span_a,omitempty"` SenkouSpanB string `protobuf:"bytes,5,opt,name=senkou_span_b,json=senkouSpanB,proto3" json:"senkou_span_b,omitempty"` ChikouSpan string `protobuf:"bytes,6,opt,name=chikou_span,json=chikouSpan,proto3" json:"chikou_span,omitempty"` // contains filtered or unexported fields }
func (*GetTimeSeriesIchimokuResponse_Ichimoku) Descriptor
deprecated
func (*GetTimeSeriesIchimokuResponse_Ichimoku) Descriptor() ([]byte, []int)
Deprecated: Use GetTimeSeriesIchimokuResponse_Ichimoku.ProtoReflect.Descriptor instead.
func (*GetTimeSeriesIchimokuResponse_Ichimoku) GetChikouSpan ¶
func (x *GetTimeSeriesIchimokuResponse_Ichimoku) GetChikouSpan() string
func (*GetTimeSeriesIchimokuResponse_Ichimoku) GetKijunSen ¶
func (x *GetTimeSeriesIchimokuResponse_Ichimoku) GetKijunSen() string
func (*GetTimeSeriesIchimokuResponse_Ichimoku) GetSenkouSpanA ¶
func (x *GetTimeSeriesIchimokuResponse_Ichimoku) GetSenkouSpanA() string
func (*GetTimeSeriesIchimokuResponse_Ichimoku) GetSenkouSpanB ¶
func (x *GetTimeSeriesIchimokuResponse_Ichimoku) GetSenkouSpanB() string
func (*GetTimeSeriesIchimokuResponse_Ichimoku) GetTenkanSen ¶
func (x *GetTimeSeriesIchimokuResponse_Ichimoku) GetTenkanSen() string
func (*GetTimeSeriesIchimokuResponse_Ichimoku) GetTimestamp ¶
func (x *GetTimeSeriesIchimokuResponse_Ichimoku) GetTimestamp() int64
func (*GetTimeSeriesIchimokuResponse_Ichimoku) ProtoMessage ¶
func (*GetTimeSeriesIchimokuResponse_Ichimoku) ProtoMessage()
func (*GetTimeSeriesIchimokuResponse_Ichimoku) ProtoReflect ¶
func (x *GetTimeSeriesIchimokuResponse_Ichimoku) ProtoReflect() protoreflect.Message
func (*GetTimeSeriesIchimokuResponse_Ichimoku) Reset ¶
func (x *GetTimeSeriesIchimokuResponse_Ichimoku) Reset()
func (*GetTimeSeriesIchimokuResponse_Ichimoku) String ¶
func (x *GetTimeSeriesIchimokuResponse_Ichimoku) String() string
type GetTimeSeriesMaRequest ¶
type GetTimeSeriesMaRequest struct { TimePeriod int32 `protobuf:"varint,1,opt,name=time_period,json=timePeriod,proto3" json:"time_period,omitempty"` SeriesType string `protobuf:"bytes,2,opt,name=series_type,json=seriesType,proto3" json:"series_type,omitempty"` MaType string `protobuf:"bytes,3,opt,name=ma_type,json=maType,proto3" json:"ma_type,omitempty"` TimeSeries *GetTimeSeriesRequest `protobuf:"bytes,4,opt,name=time_series,json=timeSeries,proto3" json:"time_series,omitempty"` // contains filtered or unexported fields }
func (*GetTimeSeriesMaRequest) Descriptor
deprecated
func (*GetTimeSeriesMaRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetTimeSeriesMaRequest.ProtoReflect.Descriptor instead.
func (*GetTimeSeriesMaRequest) GetMaType ¶
func (x *GetTimeSeriesMaRequest) GetMaType() string
func (*GetTimeSeriesMaRequest) GetSeriesType ¶
func (x *GetTimeSeriesMaRequest) GetSeriesType() string
func (*GetTimeSeriesMaRequest) GetTimePeriod ¶
func (x *GetTimeSeriesMaRequest) GetTimePeriod() int32
func (*GetTimeSeriesMaRequest) GetTimeSeries ¶
func (x *GetTimeSeriesMaRequest) GetTimeSeries() *GetTimeSeriesRequest
func (*GetTimeSeriesMaRequest) ProtoMessage ¶
func (*GetTimeSeriesMaRequest) ProtoMessage()
func (*GetTimeSeriesMaRequest) ProtoReflect ¶
func (x *GetTimeSeriesMaRequest) ProtoReflect() protoreflect.Message
func (*GetTimeSeriesMaRequest) Reset ¶
func (x *GetTimeSeriesMaRequest) Reset()
func (*GetTimeSeriesMaRequest) String ¶
func (x *GetTimeSeriesMaRequest) String() string
type GetTimeSeriesMaResponse ¶
type GetTimeSeriesMaResponse struct { Result []*GetTimeSeriesMaResponse_Ma `protobuf:"bytes,1,rep,name=result,proto3" json:"result,omitempty"` // contains filtered or unexported fields }
func (*GetTimeSeriesMaResponse) Descriptor
deprecated
func (*GetTimeSeriesMaResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetTimeSeriesMaResponse.ProtoReflect.Descriptor instead.
func (*GetTimeSeriesMaResponse) GetResult ¶
func (x *GetTimeSeriesMaResponse) GetResult() []*GetTimeSeriesMaResponse_Ma
func (*GetTimeSeriesMaResponse) ProtoMessage ¶
func (*GetTimeSeriesMaResponse) ProtoMessage()
func (*GetTimeSeriesMaResponse) ProtoReflect ¶
func (x *GetTimeSeriesMaResponse) ProtoReflect() protoreflect.Message
func (*GetTimeSeriesMaResponse) Reset ¶
func (x *GetTimeSeriesMaResponse) Reset()
func (*GetTimeSeriesMaResponse) String ¶
func (x *GetTimeSeriesMaResponse) String() string
type GetTimeSeriesMaResponse_Ma ¶
type GetTimeSeriesMaResponse_Ma struct { Timestamp int64 `protobuf:"varint,1,opt,name=timestamp,proto3" json:"timestamp,omitempty"` Ma string `protobuf:"bytes,2,opt,name=ma,proto3" json:"ma,omitempty"` // contains filtered or unexported fields }
func (*GetTimeSeriesMaResponse_Ma) Descriptor
deprecated
func (*GetTimeSeriesMaResponse_Ma) Descriptor() ([]byte, []int)
Deprecated: Use GetTimeSeriesMaResponse_Ma.ProtoReflect.Descriptor instead.
func (*GetTimeSeriesMaResponse_Ma) GetMa ¶
func (x *GetTimeSeriesMaResponse_Ma) GetMa() string
func (*GetTimeSeriesMaResponse_Ma) GetTimestamp ¶
func (x *GetTimeSeriesMaResponse_Ma) GetTimestamp() int64
func (*GetTimeSeriesMaResponse_Ma) ProtoMessage ¶
func (*GetTimeSeriesMaResponse_Ma) ProtoMessage()
func (*GetTimeSeriesMaResponse_Ma) ProtoReflect ¶
func (x *GetTimeSeriesMaResponse_Ma) ProtoReflect() protoreflect.Message
func (*GetTimeSeriesMaResponse_Ma) Reset ¶
func (x *GetTimeSeriesMaResponse_Ma) Reset()
func (*GetTimeSeriesMaResponse_Ma) String ¶
func (x *GetTimeSeriesMaResponse_Ma) String() string
type GetTimeSeriesMacdRequest ¶
type GetTimeSeriesMacdRequest struct { SeriesType string `protobuf:"bytes,1,opt,name=series_type,json=seriesType,proto3" json:"series_type,omitempty"` FastPeriod int32 `protobuf:"varint,2,opt,name=fast_period,json=fastPeriod,proto3" json:"fast_period,omitempty"` SlowPeriod int32 `protobuf:"varint,3,opt,name=slow_period,json=slowPeriod,proto3" json:"slow_period,omitempty"` SignalPeriod int32 `protobuf:"varint,4,opt,name=signal_period,json=signalPeriod,proto3" json:"signal_period,omitempty"` TimeSeries *GetTimeSeriesRequest `protobuf:"bytes,5,opt,name=time_series,json=timeSeries,proto3" json:"time_series,omitempty"` // contains filtered or unexported fields }
func (*GetTimeSeriesMacdRequest) Descriptor
deprecated
func (*GetTimeSeriesMacdRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetTimeSeriesMacdRequest.ProtoReflect.Descriptor instead.
func (*GetTimeSeriesMacdRequest) GetFastPeriod ¶
func (x *GetTimeSeriesMacdRequest) GetFastPeriod() int32
func (*GetTimeSeriesMacdRequest) GetSeriesType ¶
func (x *GetTimeSeriesMacdRequest) GetSeriesType() string
func (*GetTimeSeriesMacdRequest) GetSignalPeriod ¶
func (x *GetTimeSeriesMacdRequest) GetSignalPeriod() int32
func (*GetTimeSeriesMacdRequest) GetSlowPeriod ¶
func (x *GetTimeSeriesMacdRequest) GetSlowPeriod() int32
func (*GetTimeSeriesMacdRequest) GetTimeSeries ¶
func (x *GetTimeSeriesMacdRequest) GetTimeSeries() *GetTimeSeriesRequest
func (*GetTimeSeriesMacdRequest) ProtoMessage ¶
func (*GetTimeSeriesMacdRequest) ProtoMessage()
func (*GetTimeSeriesMacdRequest) ProtoReflect ¶
func (x *GetTimeSeriesMacdRequest) ProtoReflect() protoreflect.Message
func (*GetTimeSeriesMacdRequest) Reset ¶
func (x *GetTimeSeriesMacdRequest) Reset()
func (*GetTimeSeriesMacdRequest) String ¶
func (x *GetTimeSeriesMacdRequest) String() string
type GetTimeSeriesMacdResponse ¶
type GetTimeSeriesMacdResponse struct { Result []*GetTimeSeriesMacdResponse_Macd `protobuf:"bytes,1,rep,name=result,proto3" json:"result,omitempty"` // contains filtered or unexported fields }
func (*GetTimeSeriesMacdResponse) Descriptor
deprecated
func (*GetTimeSeriesMacdResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetTimeSeriesMacdResponse.ProtoReflect.Descriptor instead.
func (*GetTimeSeriesMacdResponse) GetResult ¶
func (x *GetTimeSeriesMacdResponse) GetResult() []*GetTimeSeriesMacdResponse_Macd
func (*GetTimeSeriesMacdResponse) ProtoMessage ¶
func (*GetTimeSeriesMacdResponse) ProtoMessage()
func (*GetTimeSeriesMacdResponse) ProtoReflect ¶
func (x *GetTimeSeriesMacdResponse) ProtoReflect() protoreflect.Message
func (*GetTimeSeriesMacdResponse) Reset ¶
func (x *GetTimeSeriesMacdResponse) Reset()
func (*GetTimeSeriesMacdResponse) String ¶
func (x *GetTimeSeriesMacdResponse) String() string
type GetTimeSeriesMacdResponse_Macd ¶
type GetTimeSeriesMacdResponse_Macd struct { Timestamp int64 `protobuf:"varint,1,opt,name=timestamp,proto3" json:"timestamp,omitempty"` Macd string `protobuf:"bytes,2,opt,name=macd,proto3" json:"macd,omitempty"` MacdSignal string `protobuf:"bytes,3,opt,name=macd_signal,json=macdSignal,proto3" json:"macd_signal,omitempty"` MacdHist string `protobuf:"bytes,4,opt,name=macd_hist,json=macdHist,proto3" json:"macd_hist,omitempty"` // contains filtered or unexported fields }
func (*GetTimeSeriesMacdResponse_Macd) Descriptor
deprecated
func (*GetTimeSeriesMacdResponse_Macd) Descriptor() ([]byte, []int)
Deprecated: Use GetTimeSeriesMacdResponse_Macd.ProtoReflect.Descriptor instead.
func (*GetTimeSeriesMacdResponse_Macd) GetMacd ¶
func (x *GetTimeSeriesMacdResponse_Macd) GetMacd() string
func (*GetTimeSeriesMacdResponse_Macd) GetMacdHist ¶
func (x *GetTimeSeriesMacdResponse_Macd) GetMacdHist() string
func (*GetTimeSeriesMacdResponse_Macd) GetMacdSignal ¶
func (x *GetTimeSeriesMacdResponse_Macd) GetMacdSignal() string
func (*GetTimeSeriesMacdResponse_Macd) GetTimestamp ¶
func (x *GetTimeSeriesMacdResponse_Macd) GetTimestamp() int64
func (*GetTimeSeriesMacdResponse_Macd) ProtoMessage ¶
func (*GetTimeSeriesMacdResponse_Macd) ProtoMessage()
func (*GetTimeSeriesMacdResponse_Macd) ProtoReflect ¶
func (x *GetTimeSeriesMacdResponse_Macd) ProtoReflect() protoreflect.Message
func (*GetTimeSeriesMacdResponse_Macd) Reset ¶
func (x *GetTimeSeriesMacdResponse_Macd) Reset()
func (*GetTimeSeriesMacdResponse_Macd) String ¶
func (x *GetTimeSeriesMacdResponse_Macd) String() string
type GetTimeSeriesObvRequest ¶
type GetTimeSeriesObvRequest struct { SeriesType string `protobuf:"bytes,1,opt,name=series_type,json=seriesType,proto3" json:"series_type,omitempty"` TimeSeries *GetTimeSeriesRequest `protobuf:"bytes,2,opt,name=time_series,json=timeSeries,proto3" json:"time_series,omitempty"` // contains filtered or unexported fields }
func (*GetTimeSeriesObvRequest) Descriptor
deprecated
func (*GetTimeSeriesObvRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetTimeSeriesObvRequest.ProtoReflect.Descriptor instead.
func (*GetTimeSeriesObvRequest) GetSeriesType ¶
func (x *GetTimeSeriesObvRequest) GetSeriesType() string
func (*GetTimeSeriesObvRequest) GetTimeSeries ¶
func (x *GetTimeSeriesObvRequest) GetTimeSeries() *GetTimeSeriesRequest
func (*GetTimeSeriesObvRequest) ProtoMessage ¶
func (*GetTimeSeriesObvRequest) ProtoMessage()
func (*GetTimeSeriesObvRequest) ProtoReflect ¶
func (x *GetTimeSeriesObvRequest) ProtoReflect() protoreflect.Message
func (*GetTimeSeriesObvRequest) Reset ¶
func (x *GetTimeSeriesObvRequest) Reset()
func (*GetTimeSeriesObvRequest) String ¶
func (x *GetTimeSeriesObvRequest) String() string
type GetTimeSeriesObvResponse ¶
type GetTimeSeriesObvResponse struct { Result []*GetTimeSeriesObvResponse_Obv `protobuf:"bytes,1,rep,name=result,proto3" json:"result,omitempty"` // contains filtered or unexported fields }
func (*GetTimeSeriesObvResponse) Descriptor
deprecated
func (*GetTimeSeriesObvResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetTimeSeriesObvResponse.ProtoReflect.Descriptor instead.
func (*GetTimeSeriesObvResponse) GetResult ¶
func (x *GetTimeSeriesObvResponse) GetResult() []*GetTimeSeriesObvResponse_Obv
func (*GetTimeSeriesObvResponse) ProtoMessage ¶
func (*GetTimeSeriesObvResponse) ProtoMessage()
func (*GetTimeSeriesObvResponse) ProtoReflect ¶
func (x *GetTimeSeriesObvResponse) ProtoReflect() protoreflect.Message
func (*GetTimeSeriesObvResponse) Reset ¶
func (x *GetTimeSeriesObvResponse) Reset()
func (*GetTimeSeriesObvResponse) String ¶
func (x *GetTimeSeriesObvResponse) String() string
type GetTimeSeriesObvResponse_Obv ¶
type GetTimeSeriesObvResponse_Obv struct { Timestamp int64 `protobuf:"varint,1,opt,name=timestamp,proto3" json:"timestamp,omitempty"` Obv string `protobuf:"bytes,2,opt,name=obv,proto3" json:"obv,omitempty"` // contains filtered or unexported fields }
func (*GetTimeSeriesObvResponse_Obv) Descriptor
deprecated
func (*GetTimeSeriesObvResponse_Obv) Descriptor() ([]byte, []int)
Deprecated: Use GetTimeSeriesObvResponse_Obv.ProtoReflect.Descriptor instead.
func (*GetTimeSeriesObvResponse_Obv) GetObv ¶
func (x *GetTimeSeriesObvResponse_Obv) GetObv() string
func (*GetTimeSeriesObvResponse_Obv) GetTimestamp ¶
func (x *GetTimeSeriesObvResponse_Obv) GetTimestamp() int64
func (*GetTimeSeriesObvResponse_Obv) ProtoMessage ¶
func (*GetTimeSeriesObvResponse_Obv) ProtoMessage()
func (*GetTimeSeriesObvResponse_Obv) ProtoReflect ¶
func (x *GetTimeSeriesObvResponse_Obv) ProtoReflect() protoreflect.Message
func (*GetTimeSeriesObvResponse_Obv) Reset ¶
func (x *GetTimeSeriesObvResponse_Obv) Reset()
func (*GetTimeSeriesObvResponse_Obv) String ¶
func (x *GetTimeSeriesObvResponse_Obv) String() string
type GetTimeSeriesRequest ¶
type GetTimeSeriesRequest struct { Publisher string `protobuf:"bytes,1,opt,name=publisher,proto3" json:"publisher,omitempty"` Ticker string `protobuf:"bytes,2,opt,name=ticker,proto3" json:"ticker,omitempty"` Exchange string `protobuf:"bytes,3,opt,name=exchange,proto3" json:"exchange,omitempty"` Mic string `protobuf:"bytes,4,opt,name=mic,proto3" json:"mic,omitempty"` Country string `protobuf:"bytes,5,opt,name=country,proto3" json:"country,omitempty"` InstrumentType string `protobuf:"bytes,6,opt,name=instrument_type,json=instrumentType,proto3" json:"instrument_type,omitempty"` Timezone string `protobuf:"bytes,7,opt,name=timezone,proto3" json:"timezone,omitempty"` Interval string `protobuf:"bytes,8,opt,name=interval,proto3" json:"interval,omitempty"` StartAt int64 `protobuf:"varint,10,opt,name=start_at,json=startAt,proto3" json:"start_at,omitempty"` EndAt int64 `protobuf:"varint,11,opt,name=end_at,json=endAt,proto3" json:"end_at,omitempty"` Page int32 `protobuf:"varint,12,opt,name=page,proto3" json:"page,omitempty"` PageSize int32 `protobuf:"varint,13,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty"` Order string `protobuf:"bytes,14,opt,name=order,proto3" json:"order,omitempty"` Prepost bool `protobuf:"varint,15,opt,name=prepost,proto3" json:"prepost,omitempty"` Market string `protobuf:"bytes,16,opt,name=market,proto3" json:"market,omitempty"` Dataset string `protobuf:"bytes,17,opt,name=dataset,proto3" json:"dataset,omitempty"` Cqs string `protobuf:"bytes,18,opt,name=cqs,proto3" json:"cqs,omitempty"` Cik string `protobuf:"bytes,19,opt,name=cik,proto3" json:"cik,omitempty"` Cusip string `protobuf:"bytes,20,opt,name=cusip,proto3" json:"cusip,omitempty"` Isin string `protobuf:"bytes,21,opt,name=isin,proto3" json:"isin,omitempty"` CompositeFigi string `protobuf:"bytes,22,opt,name=composite_figi,json=compositeFigi,proto3" json:"composite_figi,omitempty"` Lei string `protobuf:"bytes,24,opt,name=lei,proto3" json:"lei,omitempty"` Adjust string `protobuf:"bytes,25,opt,name=adjust,proto3" json:"adjust,omitempty"` // contains filtered or unexported fields }
func (*GetTimeSeriesRequest) Descriptor
deprecated
func (*GetTimeSeriesRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetTimeSeriesRequest.ProtoReflect.Descriptor instead.
func (*GetTimeSeriesRequest) GetAdjust ¶
func (x *GetTimeSeriesRequest) GetAdjust() string
func (*GetTimeSeriesRequest) GetCik ¶
func (x *GetTimeSeriesRequest) GetCik() string
func (*GetTimeSeriesRequest) GetCompositeFigi ¶
func (x *GetTimeSeriesRequest) GetCompositeFigi() string
func (*GetTimeSeriesRequest) GetCountry ¶
func (x *GetTimeSeriesRequest) GetCountry() string
func (*GetTimeSeriesRequest) GetCqs ¶
func (x *GetTimeSeriesRequest) GetCqs() string
func (*GetTimeSeriesRequest) GetCusip ¶
func (x *GetTimeSeriesRequest) GetCusip() string
func (*GetTimeSeriesRequest) GetDataset ¶
func (x *GetTimeSeriesRequest) GetDataset() string
func (*GetTimeSeriesRequest) GetEndAt ¶
func (x *GetTimeSeriesRequest) GetEndAt() int64
func (*GetTimeSeriesRequest) GetExchange ¶
func (x *GetTimeSeriesRequest) GetExchange() string
func (*GetTimeSeriesRequest) GetInstrumentType ¶
func (x *GetTimeSeriesRequest) GetInstrumentType() string
func (*GetTimeSeriesRequest) GetInterval ¶
func (x *GetTimeSeriesRequest) GetInterval() string
func (*GetTimeSeriesRequest) GetIsin ¶
func (x *GetTimeSeriesRequest) GetIsin() string
func (*GetTimeSeriesRequest) GetLei ¶
func (x *GetTimeSeriesRequest) GetLei() string
func (*GetTimeSeriesRequest) GetMarket ¶
func (x *GetTimeSeriesRequest) GetMarket() string
func (*GetTimeSeriesRequest) GetMic ¶
func (x *GetTimeSeriesRequest) GetMic() string
func (*GetTimeSeriesRequest) GetOrder ¶
func (x *GetTimeSeriesRequest) GetOrder() string
func (*GetTimeSeriesRequest) GetPage ¶
func (x *GetTimeSeriesRequest) GetPage() int32
func (*GetTimeSeriesRequest) GetPageSize ¶
func (x *GetTimeSeriesRequest) GetPageSize() int32
func (*GetTimeSeriesRequest) GetPrepost ¶
func (x *GetTimeSeriesRequest) GetPrepost() bool
func (*GetTimeSeriesRequest) GetPublisher ¶
func (x *GetTimeSeriesRequest) GetPublisher() string
func (*GetTimeSeriesRequest) GetShareFigi ¶
func (x *GetTimeSeriesRequest) GetShareFigi() string
func (*GetTimeSeriesRequest) GetStartAt ¶
func (x *GetTimeSeriesRequest) GetStartAt() int64
func (*GetTimeSeriesRequest) GetTicker ¶
func (x *GetTimeSeriesRequest) GetTicker() string
func (*GetTimeSeriesRequest) GetTimezone ¶
func (x *GetTimeSeriesRequest) GetTimezone() string
func (*GetTimeSeriesRequest) ProtoMessage ¶
func (*GetTimeSeriesRequest) ProtoMessage()
func (*GetTimeSeriesRequest) ProtoReflect ¶
func (x *GetTimeSeriesRequest) ProtoReflect() protoreflect.Message
func (*GetTimeSeriesRequest) Reset ¶
func (x *GetTimeSeriesRequest) Reset()
func (*GetTimeSeriesRequest) String ¶
func (x *GetTimeSeriesRequest) String() string
type GetTimeSeriesResponse ¶
type GetTimeSeriesResponse struct { Result []*TimeSeries `protobuf:"bytes,1,rep,name=result,proto3" json:"result,omitempty"` // contains filtered or unexported fields }
func (*GetTimeSeriesResponse) Descriptor
deprecated
func (*GetTimeSeriesResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetTimeSeriesResponse.ProtoReflect.Descriptor instead.
func (*GetTimeSeriesResponse) GetResult ¶
func (x *GetTimeSeriesResponse) GetResult() []*TimeSeries
func (*GetTimeSeriesResponse) ProtoMessage ¶
func (*GetTimeSeriesResponse) ProtoMessage()
func (*GetTimeSeriesResponse) ProtoReflect ¶
func (x *GetTimeSeriesResponse) ProtoReflect() protoreflect.Message
func (*GetTimeSeriesResponse) Reset ¶
func (x *GetTimeSeriesResponse) Reset()
func (*GetTimeSeriesResponse) String ¶
func (x *GetTimeSeriesResponse) String() string
type GetTimeSeriesRsiRequest ¶
type GetTimeSeriesRsiRequest struct { TimePeriod int32 `protobuf:"varint,1,opt,name=time_period,json=timePeriod,proto3" json:"time_period,omitempty"` SeriesType string `protobuf:"bytes,2,opt,name=series_type,json=seriesType,proto3" json:"series_type,omitempty"` TimeSeries *GetTimeSeriesRequest `protobuf:"bytes,3,opt,name=time_series,json=timeSeries,proto3" json:"time_series,omitempty"` // contains filtered or unexported fields }
func (*GetTimeSeriesRsiRequest) Descriptor
deprecated
func (*GetTimeSeriesRsiRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetTimeSeriesRsiRequest.ProtoReflect.Descriptor instead.
func (*GetTimeSeriesRsiRequest) GetSeriesType ¶
func (x *GetTimeSeriesRsiRequest) GetSeriesType() string
func (*GetTimeSeriesRsiRequest) GetTimePeriod ¶
func (x *GetTimeSeriesRsiRequest) GetTimePeriod() int32
func (*GetTimeSeriesRsiRequest) GetTimeSeries ¶
func (x *GetTimeSeriesRsiRequest) GetTimeSeries() *GetTimeSeriesRequest
func (*GetTimeSeriesRsiRequest) ProtoMessage ¶
func (*GetTimeSeriesRsiRequest) ProtoMessage()
func (*GetTimeSeriesRsiRequest) ProtoReflect ¶
func (x *GetTimeSeriesRsiRequest) ProtoReflect() protoreflect.Message
func (*GetTimeSeriesRsiRequest) Reset ¶
func (x *GetTimeSeriesRsiRequest) Reset()
func (*GetTimeSeriesRsiRequest) String ¶
func (x *GetTimeSeriesRsiRequest) String() string
type GetTimeSeriesRsiResponse ¶
type GetTimeSeriesRsiResponse struct { Result []*GetTimeSeriesRsiResponse_Rsi `protobuf:"bytes,1,rep,name=result,proto3" json:"result,omitempty"` // contains filtered or unexported fields }
func (*GetTimeSeriesRsiResponse) Descriptor
deprecated
func (*GetTimeSeriesRsiResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetTimeSeriesRsiResponse.ProtoReflect.Descriptor instead.
func (*GetTimeSeriesRsiResponse) GetResult ¶
func (x *GetTimeSeriesRsiResponse) GetResult() []*GetTimeSeriesRsiResponse_Rsi
func (*GetTimeSeriesRsiResponse) ProtoMessage ¶
func (*GetTimeSeriesRsiResponse) ProtoMessage()
func (*GetTimeSeriesRsiResponse) ProtoReflect ¶
func (x *GetTimeSeriesRsiResponse) ProtoReflect() protoreflect.Message
func (*GetTimeSeriesRsiResponse) Reset ¶
func (x *GetTimeSeriesRsiResponse) Reset()
func (*GetTimeSeriesRsiResponse) String ¶
func (x *GetTimeSeriesRsiResponse) String() string
type GetTimeSeriesRsiResponse_Rsi ¶
type GetTimeSeriesRsiResponse_Rsi struct { Timestamp int64 `protobuf:"varint,1,opt,name=timestamp,proto3" json:"timestamp,omitempty"` Rsi string `protobuf:"bytes,2,opt,name=rsi,proto3" json:"rsi,omitempty"` // contains filtered or unexported fields }
func (*GetTimeSeriesRsiResponse_Rsi) Descriptor
deprecated
func (*GetTimeSeriesRsiResponse_Rsi) Descriptor() ([]byte, []int)
Deprecated: Use GetTimeSeriesRsiResponse_Rsi.ProtoReflect.Descriptor instead.
func (*GetTimeSeriesRsiResponse_Rsi) GetRsi ¶
func (x *GetTimeSeriesRsiResponse_Rsi) GetRsi() string
func (*GetTimeSeriesRsiResponse_Rsi) GetTimestamp ¶
func (x *GetTimeSeriesRsiResponse_Rsi) GetTimestamp() int64
func (*GetTimeSeriesRsiResponse_Rsi) ProtoMessage ¶
func (*GetTimeSeriesRsiResponse_Rsi) ProtoMessage()
func (*GetTimeSeriesRsiResponse_Rsi) ProtoReflect ¶
func (x *GetTimeSeriesRsiResponse_Rsi) ProtoReflect() protoreflect.Message
func (*GetTimeSeriesRsiResponse_Rsi) Reset ¶
func (x *GetTimeSeriesRsiResponse_Rsi) Reset()
func (*GetTimeSeriesRsiResponse_Rsi) String ¶
func (x *GetTimeSeriesRsiResponse_Rsi) String() string
type GetTimeSeriesSarRequest ¶
type GetTimeSeriesSarRequest struct { Acceleration float64 `protobuf:"fixed64,1,opt,name=acceleration,proto3" json:"acceleration,omitempty"` Maximum float64 `protobuf:"fixed64,2,opt,name=maximum,proto3" json:"maximum,omitempty"` TimeSeries *GetTimeSeriesRequest `protobuf:"bytes,3,opt,name=time_series,json=timeSeries,proto3" json:"time_series,omitempty"` // contains filtered or unexported fields }
func (*GetTimeSeriesSarRequest) Descriptor
deprecated
func (*GetTimeSeriesSarRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetTimeSeriesSarRequest.ProtoReflect.Descriptor instead.
func (*GetTimeSeriesSarRequest) GetAcceleration ¶
func (x *GetTimeSeriesSarRequest) GetAcceleration() float64
func (*GetTimeSeriesSarRequest) GetMaximum ¶
func (x *GetTimeSeriesSarRequest) GetMaximum() float64
func (*GetTimeSeriesSarRequest) GetTimeSeries ¶
func (x *GetTimeSeriesSarRequest) GetTimeSeries() *GetTimeSeriesRequest
func (*GetTimeSeriesSarRequest) ProtoMessage ¶
func (*GetTimeSeriesSarRequest) ProtoMessage()
func (*GetTimeSeriesSarRequest) ProtoReflect ¶
func (x *GetTimeSeriesSarRequest) ProtoReflect() protoreflect.Message
func (*GetTimeSeriesSarRequest) Reset ¶
func (x *GetTimeSeriesSarRequest) Reset()
func (*GetTimeSeriesSarRequest) String ¶
func (x *GetTimeSeriesSarRequest) String() string
type GetTimeSeriesSarResponse ¶
type GetTimeSeriesSarResponse struct { Result []*GetTimeSeriesSarResponse_Sar `protobuf:"bytes,1,rep,name=result,proto3" json:"result,omitempty"` // contains filtered or unexported fields }
func (*GetTimeSeriesSarResponse) Descriptor
deprecated
func (*GetTimeSeriesSarResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetTimeSeriesSarResponse.ProtoReflect.Descriptor instead.
func (*GetTimeSeriesSarResponse) GetResult ¶
func (x *GetTimeSeriesSarResponse) GetResult() []*GetTimeSeriesSarResponse_Sar
func (*GetTimeSeriesSarResponse) ProtoMessage ¶
func (*GetTimeSeriesSarResponse) ProtoMessage()
func (*GetTimeSeriesSarResponse) ProtoReflect ¶
func (x *GetTimeSeriesSarResponse) ProtoReflect() protoreflect.Message
func (*GetTimeSeriesSarResponse) Reset ¶
func (x *GetTimeSeriesSarResponse) Reset()
func (*GetTimeSeriesSarResponse) String ¶
func (x *GetTimeSeriesSarResponse) String() string
type GetTimeSeriesSarResponse_Sar ¶
type GetTimeSeriesSarResponse_Sar struct { Timestamp int64 `protobuf:"varint,1,opt,name=timestamp,proto3" json:"timestamp,omitempty"` Sar string `protobuf:"bytes,2,opt,name=sar,proto3" json:"sar,omitempty"` // contains filtered or unexported fields }
func (*GetTimeSeriesSarResponse_Sar) Descriptor
deprecated
func (*GetTimeSeriesSarResponse_Sar) Descriptor() ([]byte, []int)
Deprecated: Use GetTimeSeriesSarResponse_Sar.ProtoReflect.Descriptor instead.
func (*GetTimeSeriesSarResponse_Sar) GetSar ¶
func (x *GetTimeSeriesSarResponse_Sar) GetSar() string
func (*GetTimeSeriesSarResponse_Sar) GetTimestamp ¶
func (x *GetTimeSeriesSarResponse_Sar) GetTimestamp() int64
func (*GetTimeSeriesSarResponse_Sar) ProtoMessage ¶
func (*GetTimeSeriesSarResponse_Sar) ProtoMessage()
func (*GetTimeSeriesSarResponse_Sar) ProtoReflect ¶
func (x *GetTimeSeriesSarResponse_Sar) ProtoReflect() protoreflect.Message
func (*GetTimeSeriesSarResponse_Sar) Reset ¶
func (x *GetTimeSeriesSarResponse_Sar) Reset()
func (*GetTimeSeriesSarResponse_Sar) String ¶
func (x *GetTimeSeriesSarResponse_Sar) String() string
type GetTimeSeriesStochRequest ¶
type GetTimeSeriesStochRequest struct { FastKPeriod int32 `protobuf:"varint,1,opt,name=fast_k_period,json=fastKPeriod,proto3" json:"fast_k_period,omitempty"` SlowKPeriod int32 `protobuf:"varint,2,opt,name=slow_k_period,json=slowKPeriod,proto3" json:"slow_k_period,omitempty"` SlowDPeriod int32 `protobuf:"varint,3,opt,name=slow_d_period,json=slowDPeriod,proto3" json:"slow_d_period,omitempty"` SlowKmaType string `protobuf:"bytes,4,opt,name=slow_kma_type,json=slowKmaType,proto3" json:"slow_kma_type,omitempty"` SlowDmaType string `protobuf:"bytes,5,opt,name=slow_dma_type,json=slowDmaType,proto3" json:"slow_dma_type,omitempty"` TimeSeries *GetTimeSeriesRequest `protobuf:"bytes,6,opt,name=time_series,json=timeSeries,proto3" json:"time_series,omitempty"` // contains filtered or unexported fields }
func (*GetTimeSeriesStochRequest) Descriptor
deprecated
func (*GetTimeSeriesStochRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetTimeSeriesStochRequest.ProtoReflect.Descriptor instead.
func (*GetTimeSeriesStochRequest) GetFastKPeriod ¶
func (x *GetTimeSeriesStochRequest) GetFastKPeriod() int32
func (*GetTimeSeriesStochRequest) GetSlowDPeriod ¶
func (x *GetTimeSeriesStochRequest) GetSlowDPeriod() int32
func (*GetTimeSeriesStochRequest) GetSlowDmaType ¶
func (x *GetTimeSeriesStochRequest) GetSlowDmaType() string
func (*GetTimeSeriesStochRequest) GetSlowKPeriod ¶
func (x *GetTimeSeriesStochRequest) GetSlowKPeriod() int32
func (*GetTimeSeriesStochRequest) GetSlowKmaType ¶
func (x *GetTimeSeriesStochRequest) GetSlowKmaType() string
func (*GetTimeSeriesStochRequest) GetTimeSeries ¶
func (x *GetTimeSeriesStochRequest) GetTimeSeries() *GetTimeSeriesRequest
func (*GetTimeSeriesStochRequest) ProtoMessage ¶
func (*GetTimeSeriesStochRequest) ProtoMessage()
func (*GetTimeSeriesStochRequest) ProtoReflect ¶
func (x *GetTimeSeriesStochRequest) ProtoReflect() protoreflect.Message
func (*GetTimeSeriesStochRequest) Reset ¶
func (x *GetTimeSeriesStochRequest) Reset()
func (*GetTimeSeriesStochRequest) String ¶
func (x *GetTimeSeriesStochRequest) String() string
type GetTimeSeriesStochResponse ¶
type GetTimeSeriesStochResponse struct { Result []*GetTimeSeriesStochResponse_Stoch `protobuf:"bytes,1,rep,name=result,proto3" json:"result,omitempty"` // contains filtered or unexported fields }
func (*GetTimeSeriesStochResponse) Descriptor
deprecated
func (*GetTimeSeriesStochResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetTimeSeriesStochResponse.ProtoReflect.Descriptor instead.
func (*GetTimeSeriesStochResponse) GetResult ¶
func (x *GetTimeSeriesStochResponse) GetResult() []*GetTimeSeriesStochResponse_Stoch
func (*GetTimeSeriesStochResponse) ProtoMessage ¶
func (*GetTimeSeriesStochResponse) ProtoMessage()
func (*GetTimeSeriesStochResponse) ProtoReflect ¶
func (x *GetTimeSeriesStochResponse) ProtoReflect() protoreflect.Message
func (*GetTimeSeriesStochResponse) Reset ¶
func (x *GetTimeSeriesStochResponse) Reset()
func (*GetTimeSeriesStochResponse) String ¶
func (x *GetTimeSeriesStochResponse) String() string
type GetTimeSeriesStochResponse_Stoch ¶
type GetTimeSeriesStochResponse_Stoch struct { Timestamp int64 `protobuf:"varint,1,opt,name=timestamp,proto3" json:"timestamp,omitempty"` SlowK string `protobuf:"bytes,2,opt,name=slow_k,json=slowK,proto3" json:"slow_k,omitempty"` SlowD string `protobuf:"bytes,3,opt,name=slow_d,json=slowD,proto3" json:"slow_d,omitempty"` // contains filtered or unexported fields }
func (*GetTimeSeriesStochResponse_Stoch) Descriptor
deprecated
func (*GetTimeSeriesStochResponse_Stoch) Descriptor() ([]byte, []int)
Deprecated: Use GetTimeSeriesStochResponse_Stoch.ProtoReflect.Descriptor instead.
func (*GetTimeSeriesStochResponse_Stoch) GetSlowD ¶
func (x *GetTimeSeriesStochResponse_Stoch) GetSlowD() string
func (*GetTimeSeriesStochResponse_Stoch) GetSlowK ¶
func (x *GetTimeSeriesStochResponse_Stoch) GetSlowK() string
func (*GetTimeSeriesStochResponse_Stoch) GetTimestamp ¶
func (x *GetTimeSeriesStochResponse_Stoch) GetTimestamp() int64
func (*GetTimeSeriesStochResponse_Stoch) ProtoMessage ¶
func (*GetTimeSeriesStochResponse_Stoch) ProtoMessage()
func (*GetTimeSeriesStochResponse_Stoch) ProtoReflect ¶
func (x *GetTimeSeriesStochResponse_Stoch) ProtoReflect() protoreflect.Message
func (*GetTimeSeriesStochResponse_Stoch) Reset ¶
func (x *GetTimeSeriesStochResponse_Stoch) Reset()
func (*GetTimeSeriesStochResponse_Stoch) String ¶
func (x *GetTimeSeriesStochResponse_Stoch) String() string
type GetTradesRequest ¶
type GetTradesRequest struct { Publisher string `protobuf:"bytes,1,opt,name=publisher,proto3" json:"publisher,omitempty"` Ticker string `protobuf:"bytes,2,opt,name=ticker,proto3" json:"ticker,omitempty"` Mic string `protobuf:"bytes,3,opt,name=mic,proto3" json:"mic,omitempty"` Country string `protobuf:"bytes,4,opt,name=country,proto3" json:"country,omitempty"` Market string `protobuf:"bytes,5,opt,name=market,proto3" json:"market,omitempty"` StartAt int64 `protobuf:"varint,6,opt,name=start_at,json=startAt,proto3" json:"start_at,omitempty"` EndAt int64 `protobuf:"varint,7,opt,name=end_at,json=endAt,proto3" json:"end_at,omitempty"` Tape string `protobuf:"bytes,8,opt,name=tape,proto3" json:"tape,omitempty"` Page int32 `protobuf:"varint,9,opt,name=page,proto3" json:"page,omitempty"` PageSize int32 `protobuf:"varint,10,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty"` Order string `protobuf:"bytes,11,opt,name=order,proto3" json:"order,omitempty"` Cqs string `protobuf:"bytes,12,opt,name=cqs,proto3" json:"cqs,omitempty"` Cik string `protobuf:"bytes,13,opt,name=cik,proto3" json:"cik,omitempty"` Cusip string `protobuf:"bytes,14,opt,name=cusip,proto3" json:"cusip,omitempty"` Isin string `protobuf:"bytes,15,opt,name=isin,proto3" json:"isin,omitempty"` CompositeFigi string `protobuf:"bytes,16,opt,name=composite_figi,json=compositeFigi,proto3" json:"composite_figi,omitempty"` Lei string `protobuf:"bytes,18,opt,name=lei,proto3" json:"lei,omitempty"` // contains filtered or unexported fields }
func (*GetTradesRequest) Descriptor
deprecated
func (*GetTradesRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetTradesRequest.ProtoReflect.Descriptor instead.
func (*GetTradesRequest) GetCik ¶
func (x *GetTradesRequest) GetCik() string
func (*GetTradesRequest) GetCompositeFigi ¶
func (x *GetTradesRequest) GetCompositeFigi() string
func (*GetTradesRequest) GetCountry ¶
func (x *GetTradesRequest) GetCountry() string
func (*GetTradesRequest) GetCqs ¶
func (x *GetTradesRequest) GetCqs() string
func (*GetTradesRequest) GetCusip ¶
func (x *GetTradesRequest) GetCusip() string
func (*GetTradesRequest) GetEndAt ¶
func (x *GetTradesRequest) GetEndAt() int64
func (*GetTradesRequest) GetIsin ¶
func (x *GetTradesRequest) GetIsin() string
func (*GetTradesRequest) GetLei ¶
func (x *GetTradesRequest) GetLei() string
func (*GetTradesRequest) GetMarket ¶
func (x *GetTradesRequest) GetMarket() string
func (*GetTradesRequest) GetMic ¶
func (x *GetTradesRequest) GetMic() string
func (*GetTradesRequest) GetOrder ¶
func (x *GetTradesRequest) GetOrder() string
func (*GetTradesRequest) GetPage ¶
func (x *GetTradesRequest) GetPage() int32
func (*GetTradesRequest) GetPageSize ¶
func (x *GetTradesRequest) GetPageSize() int32
func (*GetTradesRequest) GetPublisher ¶
func (x *GetTradesRequest) GetPublisher() string
func (*GetTradesRequest) GetShareFigi ¶
func (x *GetTradesRequest) GetShareFigi() string
func (*GetTradesRequest) GetStartAt ¶
func (x *GetTradesRequest) GetStartAt() int64
func (*GetTradesRequest) GetTape ¶
func (x *GetTradesRequest) GetTape() string
func (*GetTradesRequest) GetTicker ¶
func (x *GetTradesRequest) GetTicker() string
func (*GetTradesRequest) ProtoMessage ¶
func (*GetTradesRequest) ProtoMessage()
func (*GetTradesRequest) ProtoReflect ¶
func (x *GetTradesRequest) ProtoReflect() protoreflect.Message
func (*GetTradesRequest) Reset ¶
func (x *GetTradesRequest) Reset()
func (*GetTradesRequest) String ¶
func (x *GetTradesRequest) String() string
type GetTradesResponse ¶
type GetTradesResponse struct { Result []*TradesItem `protobuf:"bytes,1,rep,name=result,proto3" json:"result,omitempty"` // contains filtered or unexported fields }
func (*GetTradesResponse) Descriptor
deprecated
func (*GetTradesResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetTradesResponse.ProtoReflect.Descriptor instead.
func (*GetTradesResponse) GetResult ¶
func (x *GetTradesResponse) GetResult() []*TradesItem
func (*GetTradesResponse) ProtoMessage ¶
func (*GetTradesResponse) ProtoMessage()
func (*GetTradesResponse) ProtoReflect ¶
func (x *GetTradesResponse) ProtoReflect() protoreflect.Message
func (*GetTradesResponse) Reset ¶
func (x *GetTradesResponse) Reset()
func (*GetTradesResponse) String ¶
func (x *GetTradesResponse) String() string
type IPOItem ¶
type IPOItem struct { RecordId string `protobuf:"bytes,1,opt,name=record_id,json=recordId,proto3" json:"record_id,omitempty"` Ticker string `protobuf:"bytes,2,opt,name=ticker,proto3" json:"ticker,omitempty"` Name string `protobuf:"bytes,3,opt,name=name,proto3" json:"name,omitempty"` Mic string `protobuf:"bytes,4,opt,name=mic,proto3" json:"mic,omitempty"` Currency string `protobuf:"bytes,5,opt,name=currency,proto3" json:"currency,omitempty"` Date string `protobuf:"bytes,6,opt,name=date,proto3" json:"date,omitempty"` OpenDateVerified bool `protobuf:"varint,7,opt,name=open_date_verified,json=openDateVerified,proto3" json:"open_date_verified,omitempty"` Time string `protobuf:"bytes,8,opt,name=time,proto3" json:"time,omitempty"` PriceMax float64 `protobuf:"fixed64,9,opt,name=price_max,json=priceMax,proto3" json:"price_max,omitempty"` PriceMin float64 `protobuf:"fixed64,10,opt,name=price_min,json=priceMin,proto3" json:"price_min,omitempty"` PriceOpen float64 `protobuf:"fixed64,11,opt,name=price_open,json=priceOpen,proto3" json:"price_open,omitempty"` PricePublicOffering float64 `protobuf:"fixed64,12,opt,name=price_public_offering,json=pricePublicOffering,proto3" json:"price_public_offering,omitempty"` OfferingValue float64 `protobuf:"fixed64,15,opt,name=offering_value,json=offeringValue,proto3" json:"offering_value,omitempty"` MarketCapAtOffer float64 `protobuf:"fixed64,17,opt,name=market_cap_at_offer,json=marketCapAtOffer,proto3" json:"market_cap_at_offer,omitempty"` DealStatus string `protobuf:"bytes,18,opt,name=deal_status,json=dealStatus,proto3" json:"deal_status,omitempty"` InitialFilingDate string `protobuf:"bytes,19,opt,name=initial_filing_date,json=initialFilingDate,proto3" json:"initial_filing_date,omitempty"` InsiderLockupDate string `protobuf:"bytes,20,opt,name=insider_lockup_date,json=insiderLockupDate,proto3" json:"insider_lockup_date,omitempty"` InsiderLockupDays int32 `protobuf:"varint,21,opt,name=insider_lockup_days,json=insiderLockupDays,proto3" json:"insider_lockup_days,omitempty"` IpoType string `protobuf:"bytes,22,opt,name=ipo_type,json=ipoType,proto3" json:"ipo_type,omitempty"` LastYrIncome float64 `protobuf:"fixed64,23,opt,name=last_yr_income,json=lastYrIncome,proto3" json:"last_yr_income,omitempty"` LastYrIncomeYear float64 `protobuf:"fixed64,24,opt,name=last_yr_income_year,json=lastYrIncomeYear,proto3" json:"last_yr_income_year,omitempty"` LastYrRevenue float64 `protobuf:"fixed64,25,opt,name=last_yr_revenue,json=lastYrRevenue,proto3" json:"last_yr_revenue,omitempty"` LastYrRevenueYear float64 `protobuf:"fixed64,26,opt,name=last_yr_revenue_year,json=lastYrRevenueYear,proto3" json:"last_yr_revenue_year,omitempty"` LeadUnderwriters []string `protobuf:"bytes,27,rep,name=lead_underwriters,json=leadUnderwriters,proto3" json:"lead_underwriters,omitempty"` OtherUnderwriters []string `protobuf:"bytes,28,rep,name=other_underwriters,json=otherUnderwriters,proto3" json:"other_underwriters,omitempty"` Notes string `protobuf:"bytes,29,opt,name=notes,proto3" json:"notes,omitempty"` PricingDate string `protobuf:"bytes,30,opt,name=pricing_date,json=pricingDate,proto3" json:"pricing_date,omitempty"` SecAccessionNumber string `protobuf:"bytes,31,opt,name=sec_accession_number,json=secAccessionNumber,proto3" json:"sec_accession_number,omitempty"` SecFilingUrl string `protobuf:"bytes,32,opt,name=sec_filing_url,json=secFilingUrl,proto3" json:"sec_filing_url,omitempty"` Sic float64 `protobuf:"fixed64,34,opt,name=sic,proto3" json:"sic,omitempty"` SpacConvertedToTarget bool `` /* 130-byte string literal not displayed */ StateLocation string `protobuf:"bytes,36,opt,name=state_location,json=stateLocation,proto3" json:"state_location,omitempty"` UnderwriterQuietExpirationDate string `` /* 156-byte string literal not displayed */ UnderwriterQuietExpirationDays int32 `` /* 157-byte string literal not displayed */ Updated int64 `protobuf:"varint,39,opt,name=updated,proto3" json:"updated,omitempty"` // contains filtered or unexported fields }
func (*IPOItem) Descriptor
deprecated
func (*IPOItem) GetCurrency ¶
func (*IPOItem) GetDealStatus ¶
func (*IPOItem) GetInitialFilingDate ¶
func (*IPOItem) GetInsiderLockupDate ¶
func (*IPOItem) GetInsiderLockupDays ¶
func (*IPOItem) GetIpoType ¶
func (*IPOItem) GetLastYrIncome ¶
func (*IPOItem) GetLastYrIncomeYear ¶
func (*IPOItem) GetLastYrRevenue ¶
func (*IPOItem) GetLastYrRevenueYear ¶
func (*IPOItem) GetLeadUnderwriters ¶
func (*IPOItem) GetMarketCapAtOffer ¶
func (*IPOItem) GetOfferingShares ¶
func (*IPOItem) GetOfferingSharesOrdAdr ¶
func (*IPOItem) GetOfferingValue ¶
func (*IPOItem) GetOpenDateVerified ¶
func (*IPOItem) GetOrdSharesOutAfterOffer ¶
func (*IPOItem) GetOtherUnderwriters ¶
func (*IPOItem) GetPriceMax ¶
func (*IPOItem) GetPriceMin ¶
func (*IPOItem) GetPriceOpen ¶
func (*IPOItem) GetPricePublicOffering ¶
func (*IPOItem) GetPricingDate ¶
func (*IPOItem) GetRecordId ¶
func (*IPOItem) GetSecAccessionNumber ¶
func (*IPOItem) GetSecFilingUrl ¶
func (*IPOItem) GetSharesOutstanding ¶
func (*IPOItem) GetSpacConvertedToTarget ¶
func (*IPOItem) GetStateLocation ¶
func (*IPOItem) GetUnderwriterQuietExpirationDate ¶
func (*IPOItem) GetUnderwriterQuietExpirationDays ¶
func (*IPOItem) GetUpdated ¶
func (*IPOItem) ProtoMessage ¶
func (*IPOItem) ProtoMessage()
func (*IPOItem) ProtoReflect ¶
func (x *IPOItem) ProtoReflect() protoreflect.Message
type MarketsCryptoResponseItem ¶
type MarketsCryptoResponseItem struct { Code string `protobuf:"bytes,1,opt,name=code,proto3" json:"code,omitempty"` Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"` // contains filtered or unexported fields }
func (*MarketsCryptoResponseItem) Descriptor
deprecated
func (*MarketsCryptoResponseItem) Descriptor() ([]byte, []int)
Deprecated: Use MarketsCryptoResponseItem.ProtoReflect.Descriptor instead.
func (*MarketsCryptoResponseItem) GetCode ¶
func (x *MarketsCryptoResponseItem) GetCode() string
func (*MarketsCryptoResponseItem) GetName ¶
func (x *MarketsCryptoResponseItem) GetName() string
func (*MarketsCryptoResponseItem) ProtoMessage ¶
func (*MarketsCryptoResponseItem) ProtoMessage()
func (*MarketsCryptoResponseItem) ProtoReflect ¶
func (x *MarketsCryptoResponseItem) ProtoReflect() protoreflect.Message
func (*MarketsCryptoResponseItem) Reset ¶
func (x *MarketsCryptoResponseItem) Reset()
func (*MarketsCryptoResponseItem) String ¶
func (x *MarketsCryptoResponseItem) String() string
type MarketsStocksResponseItem ¶
type MarketsStocksResponseItem struct { Country string `protobuf:"bytes,1,opt,name=country,proto3" json:"country,omitempty"` Mic string `protobuf:"bytes,2,opt,name=mic,proto3" json:"mic,omitempty"` Name string `protobuf:"bytes,3,opt,name=name,proto3" json:"name,omitempty"` // contains filtered or unexported fields }
func (*MarketsStocksResponseItem) Descriptor
deprecated
func (*MarketsStocksResponseItem) Descriptor() ([]byte, []int)
Deprecated: Use MarketsStocksResponseItem.ProtoReflect.Descriptor instead.
func (*MarketsStocksResponseItem) GetCountry ¶
func (x *MarketsStocksResponseItem) GetCountry() string
func (*MarketsStocksResponseItem) GetMic ¶
func (x *MarketsStocksResponseItem) GetMic() string
func (*MarketsStocksResponseItem) GetName ¶
func (x *MarketsStocksResponseItem) GetName() string
func (*MarketsStocksResponseItem) ProtoMessage ¶
func (*MarketsStocksResponseItem) ProtoMessage()
func (*MarketsStocksResponseItem) ProtoReflect ¶
func (x *MarketsStocksResponseItem) ProtoReflect() protoreflect.Message
func (*MarketsStocksResponseItem) Reset ¶
func (x *MarketsStocksResponseItem) Reset()
func (*MarketsStocksResponseItem) String ¶
func (x *MarketsStocksResponseItem) String() string
type NewsItem ¶
type NewsItem struct { Author string `protobuf:"bytes,1,opt,name=author,proto3" json:"author,omitempty"` Channels []string `protobuf:"bytes,2,rep,name=channels,proto3" json:"channels,omitempty"` CreatedAt *timestamppb.Timestamp `protobuf:"bytes,3,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"` Images []string `protobuf:"bytes,4,rep,name=images,proto3" json:"images,omitempty"` RecordId int32 `protobuf:"varint,5,opt,name=record_id,json=recordId,proto3" json:"record_id,omitempty"` Tags []string `protobuf:"bytes,6,rep,name=tags,proto3" json:"tags,omitempty"` Tickers []string `protobuf:"bytes,7,rep,name=tickers,proto3" json:"tickers,omitempty"` Title string `protobuf:"bytes,8,opt,name=title,proto3" json:"title,omitempty"` UpdatedAt *timestamppb.Timestamp `protobuf:"bytes,9,opt,name=updated_at,json=updatedAt,proto3" json:"updated_at,omitempty"` Url string `protobuf:"bytes,10,opt,name=url,proto3" json:"url,omitempty"` // contains filtered or unexported fields }
func (*NewsItem) Descriptor
deprecated
func (*NewsItem) GetChannels ¶
func (*NewsItem) GetCreatedAt ¶
func (x *NewsItem) GetCreatedAt() *timestamppb.Timestamp
func (*NewsItem) GetRecordId ¶
func (*NewsItem) GetTickers ¶
func (*NewsItem) GetUpdatedAt ¶
func (x *NewsItem) GetUpdatedAt() *timestamppb.Timestamp
func (*NewsItem) ProtoMessage ¶
func (*NewsItem) ProtoMessage()
func (*NewsItem) ProtoReflect ¶
func (x *NewsItem) ProtoReflect() protoreflect.Message
type PublisherClient ¶
type PublisherClient struct {
// contains filtered or unexported fields
}
func NewPublisherClient ¶
func NewPublisherClient(c *Connection) *PublisherClient
func (*PublisherClient) GetPublishers ¶
func (s *PublisherClient) GetPublishers(request *GetPublishersRequest) (*GetPublishersResponse, error)
type PublisherItem ¶
type PublisherItem struct { Code string `protobuf:"bytes,1,opt,name=code,proto3" json:"code,omitempty"` Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"` // contains filtered or unexported fields }
func (*PublisherItem) Descriptor
deprecated
func (*PublisherItem) Descriptor() ([]byte, []int)
Deprecated: Use PublisherItem.ProtoReflect.Descriptor instead.
func (*PublisherItem) GetCode ¶
func (x *PublisherItem) GetCode() string
func (*PublisherItem) GetName ¶
func (x *PublisherItem) GetName() string
func (*PublisherItem) ProtoMessage ¶
func (*PublisherItem) ProtoMessage()
func (*PublisherItem) ProtoReflect ¶
func (x *PublisherItem) ProtoReflect() protoreflect.Message
func (*PublisherItem) Reset ¶
func (x *PublisherItem) Reset()
func (*PublisherItem) String ¶
func (x *PublisherItem) String() string
type PublisherServiceClient ¶
type PublisherServiceClient interface { // Get a list of all publishers available at Finazon. GetPublishers(ctx context.Context, in *GetPublishersRequest, opts ...grpc.CallOption) (*GetPublishersResponse, error) }
PublisherServiceClient is the client API for PublisherService service.
For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.
func NewPublisherServiceClient ¶
func NewPublisherServiceClient(cc grpc.ClientConnInterface) PublisherServiceClient
type PublisherServiceServer ¶
type PublisherServiceServer interface { // Get a list of all publishers available at Finazon. GetPublishers(context.Context, *GetPublishersRequest) (*GetPublishersResponse, error) // contains filtered or unexported methods }
PublisherServiceServer is the server API for PublisherService service. All implementations must embed UnimplementedPublisherServiceServer for forward compatibility
type SecClient ¶
type SecClient struct {
// contains filtered or unexported fields
}
func NewSecClient ¶
func NewSecClient(c *Connection) *SecClient
func (*SecClient) GetFilings ¶
func (s *SecClient) GetFilings(request *GetSecFillingsRequest) (*GetSecFillingsResponse, error)
type SecFilingFile ¶
type SecFilingFile struct { Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` Size int32 `protobuf:"varint,2,opt,name=size,proto3" json:"size,omitempty"` Type string `protobuf:"bytes,3,opt,name=type,proto3" json:"type,omitempty"` Url string `protobuf:"bytes,4,opt,name=url,proto3" json:"url,omitempty"` // contains filtered or unexported fields }
func (*SecFilingFile) Descriptor
deprecated
func (*SecFilingFile) Descriptor() ([]byte, []int)
Deprecated: Use SecFilingFile.ProtoReflect.Descriptor instead.
func (*SecFilingFile) GetName ¶
func (x *SecFilingFile) GetName() string
func (*SecFilingFile) GetSize ¶
func (x *SecFilingFile) GetSize() int32
func (*SecFilingFile) GetType ¶
func (x *SecFilingFile) GetType() string
func (*SecFilingFile) GetUrl ¶
func (x *SecFilingFile) GetUrl() string
func (*SecFilingFile) ProtoMessage ¶
func (*SecFilingFile) ProtoMessage()
func (*SecFilingFile) ProtoReflect ¶
func (x *SecFilingFile) ProtoReflect() protoreflect.Message
func (*SecFilingFile) Reset ¶
func (x *SecFilingFile) Reset()
func (*SecFilingFile) String ¶
func (x *SecFilingFile) String() string
type SecFillingsItem ¶
type SecFillingsItem struct { Ticker []string `protobuf:"bytes,1,rep,name=ticker,proto3" json:"ticker,omitempty"` Cik int64 `protobuf:"varint,2,opt,name=cik,proto3" json:"cik,omitempty"` FormType string `protobuf:"bytes,3,opt,name=form_type,json=formType,proto3" json:"form_type,omitempty"` FiledAt int64 `protobuf:"varint,4,opt,name=filed_at,json=filedAt,proto3" json:"filed_at,omitempty"` FilingUrl string `protobuf:"bytes,5,opt,name=filing_url,json=filingUrl,proto3" json:"filing_url,omitempty"` Files []*SecFilingFile `protobuf:"bytes,6,rep,name=files,proto3" json:"files,omitempty"` // contains filtered or unexported fields }
func (*SecFillingsItem) Descriptor
deprecated
func (*SecFillingsItem) Descriptor() ([]byte, []int)
Deprecated: Use SecFillingsItem.ProtoReflect.Descriptor instead.
func (*SecFillingsItem) GetCik ¶
func (x *SecFillingsItem) GetCik() int64
func (*SecFillingsItem) GetFiledAt ¶
func (x *SecFillingsItem) GetFiledAt() int64
func (*SecFillingsItem) GetFiles ¶
func (x *SecFillingsItem) GetFiles() []*SecFilingFile
func (*SecFillingsItem) GetFilingUrl ¶
func (x *SecFillingsItem) GetFilingUrl() string
func (*SecFillingsItem) GetFormType ¶
func (x *SecFillingsItem) GetFormType() string
func (*SecFillingsItem) GetTicker ¶
func (x *SecFillingsItem) GetTicker() []string
func (*SecFillingsItem) ProtoMessage ¶
func (*SecFillingsItem) ProtoMessage()
func (*SecFillingsItem) ProtoReflect ¶
func (x *SecFillingsItem) ProtoReflect() protoreflect.Message
func (*SecFillingsItem) Reset ¶
func (x *SecFillingsItem) Reset()
func (*SecFillingsItem) String ¶
func (x *SecFillingsItem) String() string
type SecServiceClient ¶
type SecServiceClient interface { // Real-time and historical access to all forms, filings, and exhibits directly from the SEC's EDGAR system. GetFilings(ctx context.Context, in *GetSecFillingsRequest, opts ...grpc.CallOption) (*GetSecFillingsResponse, error) }
SecServiceClient is the client API for SecService service.
For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.
func NewSecServiceClient ¶
func NewSecServiceClient(cc grpc.ClientConnInterface) SecServiceClient
type SecServiceServer ¶
type SecServiceServer interface { // Real-time and historical access to all forms, filings, and exhibits directly from the SEC's EDGAR system. GetFilings(context.Context, *GetSecFillingsRequest) (*GetSecFillingsResponse, error) // contains filtered or unexported methods }
SecServiceServer is the server API for SecService service. All implementations must embed UnimplementedSecServiceServer for forward compatibility
type SipClient ¶
type SipClient struct {
// contains filtered or unexported fields
}
func NewSipClient ¶
func NewSipClient(c *Connection) *SipClient
func (*SipClient) GetMarketCenter ¶
func (s *SipClient) GetMarketCenter(request *GetSipMarketCenterRequest) (*GetSipMarketCenterResponse, error)
func (*SipClient) GetTrades ¶
func (s *SipClient) GetTrades(request *GetSipTradesRequest) (*GetSipTradesResponse, error)
type SipMarketCenterItem ¶
type SipMarketCenterItem struct { Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` Code string `protobuf:"bytes,2,opt,name=code,proto3" json:"code,omitempty"` // contains filtered or unexported fields }
func (*SipMarketCenterItem) Descriptor
deprecated
func (*SipMarketCenterItem) Descriptor() ([]byte, []int)
Deprecated: Use SipMarketCenterItem.ProtoReflect.Descriptor instead.
func (*SipMarketCenterItem) GetCode ¶
func (x *SipMarketCenterItem) GetCode() string
func (*SipMarketCenterItem) GetName ¶
func (x *SipMarketCenterItem) GetName() string
func (*SipMarketCenterItem) ProtoMessage ¶
func (*SipMarketCenterItem) ProtoMessage()
func (*SipMarketCenterItem) ProtoReflect ¶
func (x *SipMarketCenterItem) ProtoReflect() protoreflect.Message
func (*SipMarketCenterItem) Reset ¶
func (x *SipMarketCenterItem) Reset()
func (*SipMarketCenterItem) String ¶
func (x *SipMarketCenterItem) String() string
type SipServiceClient ¶
type SipServiceClient interface { // Returns detailed information on trades executed through the Securities Information Processor (SIP) GetTrades(ctx context.Context, in *GetSipTradesRequest, opts ...grpc.CallOption) (*GetSipTradesResponse, error) // Returns a list of market centers GetMarketCenter(ctx context.Context, in *GetSipMarketCenterRequest, opts ...grpc.CallOption) (*GetSipMarketCenterResponse, error) }
SipServiceClient is the client API for SipService service.
For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.
func NewSipServiceClient ¶
func NewSipServiceClient(cc grpc.ClientConnInterface) SipServiceClient
type SipServiceServer ¶
type SipServiceServer interface { // Returns detailed information on trades executed through the Securities Information Processor (SIP) GetTrades(context.Context, *GetSipTradesRequest) (*GetSipTradesResponse, error) // Returns a list of market centers GetMarketCenter(context.Context, *GetSipMarketCenterRequest) (*GetSipMarketCenterResponse, error) // contains filtered or unexported methods }
SipServiceServer is the server API for SipService service. All implementations must embed UnimplementedSipServiceServer for forward compatibility
type SipTradesItem ¶
type SipTradesItem struct { TradeDate int64 `protobuf:"varint,1,opt,name=trade_date,json=tradeDate,proto3" json:"trade_date,omitempty"` MarketCenter string `protobuf:"bytes,2,opt,name=market_center,json=marketCenter,proto3" json:"market_center,omitempty"` Topic string `protobuf:"bytes,3,opt,name=topic,proto3" json:"topic,omitempty"` Price float64 `protobuf:"fixed64,4,opt,name=price,proto3" json:"price,omitempty"` Quantity int64 `protobuf:"varint,5,opt,name=quantity,proto3" json:"quantity,omitempty"` SalesConditions string `protobuf:"bytes,6,opt,name=sales_conditions,json=salesConditions,proto3" json:"sales_conditions,omitempty"` // contains filtered or unexported fields }
func (*SipTradesItem) Descriptor
deprecated
func (*SipTradesItem) Descriptor() ([]byte, []int)
Deprecated: Use SipTradesItem.ProtoReflect.Descriptor instead.
func (*SipTradesItem) GetMarketCenter ¶
func (x *SipTradesItem) GetMarketCenter() string
func (*SipTradesItem) GetPrice ¶
func (x *SipTradesItem) GetPrice() float64
func (*SipTradesItem) GetQuantity ¶
func (x *SipTradesItem) GetQuantity() int64
func (*SipTradesItem) GetSalesConditions ¶
func (x *SipTradesItem) GetSalesConditions() string
func (*SipTradesItem) GetTopic ¶
func (x *SipTradesItem) GetTopic() string
func (*SipTradesItem) GetTradeDate ¶
func (x *SipTradesItem) GetTradeDate() int64
func (*SipTradesItem) ProtoMessage ¶
func (*SipTradesItem) ProtoMessage()
func (*SipTradesItem) ProtoReflect ¶
func (x *SipTradesItem) ProtoReflect() protoreflect.Message
func (*SipTradesItem) Reset ¶
func (x *SipTradesItem) Reset()
func (*SipTradesItem) String ¶
func (x *SipTradesItem) String() string
type SnapshotChange ¶
type SnapshotChange struct { DayChangePercent float64 `protobuf:"fixed64,1,opt,name=day_change_percent,json=dayChangePercent,proto3" json:"day_change_percent,omitempty"` WeekChangePercent float64 `protobuf:"fixed64,2,opt,name=week_change_percent,json=weekChangePercent,proto3" json:"week_change_percent,omitempty"` MonthChangePercent float64 `protobuf:"fixed64,3,opt,name=month_change_percent,json=monthChangePercent,proto3" json:"month_change_percent,omitempty"` // contains filtered or unexported fields }
func (*SnapshotChange) Descriptor
deprecated
func (*SnapshotChange) Descriptor() ([]byte, []int)
Deprecated: Use SnapshotChange.ProtoReflect.Descriptor instead.
func (*SnapshotChange) GetDayChangePercent ¶
func (x *SnapshotChange) GetDayChangePercent() float64
func (*SnapshotChange) GetMonthChangePercent ¶
func (x *SnapshotChange) GetMonthChangePercent() float64
func (*SnapshotChange) GetWeekChangePercent ¶
func (x *SnapshotChange) GetWeekChangePercent() float64
func (*SnapshotChange) ProtoMessage ¶
func (*SnapshotChange) ProtoMessage()
func (*SnapshotChange) ProtoReflect ¶
func (x *SnapshotChange) ProtoReflect() protoreflect.Message
func (*SnapshotChange) Reset ¶
func (x *SnapshotChange) Reset()
func (*SnapshotChange) String ¶
func (x *SnapshotChange) String() string
type SnapshotClient ¶
type SnapshotClient struct {
// contains filtered or unexported fields
}
func NewSnapshotClient ¶
func NewSnapshotClient(c *Connection) *SnapshotClient
func (*SnapshotClient) GetSnapshot ¶
func (s *SnapshotClient) GetSnapshot(request *GetSnapshotRequest) (*GetSnapshotResponse, error)
type SnapshotLastFiftyTwoWeek ¶
type SnapshotLastFiftyTwoWeek struct { High float64 `protobuf:"fixed64,1,opt,name=high,proto3" json:"high,omitempty"` HighAt int64 `protobuf:"varint,2,opt,name=high_at,json=highAt,proto3" json:"high_at,omitempty"` Low float64 `protobuf:"fixed64,3,opt,name=low,proto3" json:"low,omitempty"` LowAt int64 `protobuf:"varint,4,opt,name=low_at,json=lowAt,proto3" json:"low_at,omitempty"` Change float64 `protobuf:"fixed64,5,opt,name=change,proto3" json:"change,omitempty"` ChangePercent float64 `protobuf:"fixed64,6,opt,name=change_percent,json=changePercent,proto3" json:"change_percent,omitempty"` AverageVolume int64 `protobuf:"varint,7,opt,name=average_volume,json=averageVolume,proto3" json:"average_volume,omitempty"` // contains filtered or unexported fields }
func (*SnapshotLastFiftyTwoWeek) Descriptor
deprecated
func (*SnapshotLastFiftyTwoWeek) Descriptor() ([]byte, []int)
Deprecated: Use SnapshotLastFiftyTwoWeek.ProtoReflect.Descriptor instead.
func (*SnapshotLastFiftyTwoWeek) GetAverageVolume ¶
func (x *SnapshotLastFiftyTwoWeek) GetAverageVolume() int64
func (*SnapshotLastFiftyTwoWeek) GetChange ¶
func (x *SnapshotLastFiftyTwoWeek) GetChange() float64
func (*SnapshotLastFiftyTwoWeek) GetChangePercent ¶
func (x *SnapshotLastFiftyTwoWeek) GetChangePercent() float64
func (*SnapshotLastFiftyTwoWeek) GetHigh ¶
func (x *SnapshotLastFiftyTwoWeek) GetHigh() float64
func (*SnapshotLastFiftyTwoWeek) GetHighAt ¶
func (x *SnapshotLastFiftyTwoWeek) GetHighAt() int64
func (*SnapshotLastFiftyTwoWeek) GetLow ¶
func (x *SnapshotLastFiftyTwoWeek) GetLow() float64
func (*SnapshotLastFiftyTwoWeek) GetLowAt ¶
func (x *SnapshotLastFiftyTwoWeek) GetLowAt() int64
func (*SnapshotLastFiftyTwoWeek) ProtoMessage ¶
func (*SnapshotLastFiftyTwoWeek) ProtoMessage()
func (*SnapshotLastFiftyTwoWeek) ProtoReflect ¶
func (x *SnapshotLastFiftyTwoWeek) ProtoReflect() protoreflect.Message
func (*SnapshotLastFiftyTwoWeek) Reset ¶
func (x *SnapshotLastFiftyTwoWeek) Reset()
func (*SnapshotLastFiftyTwoWeek) String ¶
func (x *SnapshotLastFiftyTwoWeek) String() string
type SnapshotLastTrade ¶
type SnapshotLastTrade struct { EventAt int64 `protobuf:"varint,1,opt,name=event_at,json=eventAt,proto3" json:"event_at,omitempty"` Price float64 `protobuf:"fixed64,2,opt,name=price,proto3" json:"price,omitempty"` // contains filtered or unexported fields }
func (*SnapshotLastTrade) Descriptor
deprecated
func (*SnapshotLastTrade) Descriptor() ([]byte, []int)
Deprecated: Use SnapshotLastTrade.ProtoReflect.Descriptor instead.
func (*SnapshotLastTrade) GetEventAt ¶
func (x *SnapshotLastTrade) GetEventAt() int64
func (*SnapshotLastTrade) GetPrice ¶
func (x *SnapshotLastTrade) GetPrice() float64
func (*SnapshotLastTrade) GetShares ¶
func (x *SnapshotLastTrade) GetShares() int64
func (*SnapshotLastTrade) ProtoMessage ¶
func (*SnapshotLastTrade) ProtoMessage()
func (*SnapshotLastTrade) ProtoReflect ¶
func (x *SnapshotLastTrade) ProtoReflect() protoreflect.Message
func (*SnapshotLastTrade) Reset ¶
func (x *SnapshotLastTrade) Reset()
func (*SnapshotLastTrade) String ¶
func (x *SnapshotLastTrade) String() string
type SnapshotOhlcv ¶
type SnapshotOhlcv struct { Open float64 `protobuf:"fixed64,1,opt,name=open,proto3" json:"open,omitempty"` High float64 `protobuf:"fixed64,2,opt,name=high,proto3" json:"high,omitempty"` Low float64 `protobuf:"fixed64,3,opt,name=low,proto3" json:"low,omitempty"` Close float64 `protobuf:"fixed64,4,opt,name=close,proto3" json:"close,omitempty"` Volume float64 `protobuf:"fixed64,5,opt,name=volume,proto3" json:"volume,omitempty"` // contains filtered or unexported fields }
func (*SnapshotOhlcv) Descriptor
deprecated
func (*SnapshotOhlcv) Descriptor() ([]byte, []int)
Deprecated: Use SnapshotOhlcv.ProtoReflect.Descriptor instead.
func (*SnapshotOhlcv) GetClose ¶
func (x *SnapshotOhlcv) GetClose() float64
func (*SnapshotOhlcv) GetHigh ¶
func (x *SnapshotOhlcv) GetHigh() float64
func (*SnapshotOhlcv) GetLow ¶
func (x *SnapshotOhlcv) GetLow() float64
func (*SnapshotOhlcv) GetOpen ¶
func (x *SnapshotOhlcv) GetOpen() float64
func (*SnapshotOhlcv) GetVolume ¶
func (x *SnapshotOhlcv) GetVolume() float64
func (*SnapshotOhlcv) ProtoMessage ¶
func (*SnapshotOhlcv) ProtoMessage()
func (*SnapshotOhlcv) ProtoReflect ¶
func (x *SnapshotOhlcv) ProtoReflect() protoreflect.Message
func (*SnapshotOhlcv) Reset ¶
func (x *SnapshotOhlcv) Reset()
func (*SnapshotOhlcv) String ¶
func (x *SnapshotOhlcv) String() string
type SnapshotServiceClient ¶
type SnapshotServiceClient interface { // This endpoint returns a combination of different data points, such as daily performance, last quote, last trade, minute data, and previous day performance. GetSnapshot(ctx context.Context, in *GetSnapshotRequest, opts ...grpc.CallOption) (*GetSnapshotResponse, error) }
SnapshotServiceClient is the client API for SnapshotService service.
For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.
func NewSnapshotServiceClient ¶
func NewSnapshotServiceClient(cc grpc.ClientConnInterface) SnapshotServiceClient
type SnapshotServiceServer ¶
type SnapshotServiceServer interface { // This endpoint returns a combination of different data points, such as daily performance, last quote, last trade, minute data, and previous day performance. GetSnapshot(context.Context, *GetSnapshotRequest) (*GetSnapshotResponse, error) // contains filtered or unexported methods }
SnapshotServiceServer is the server API for SnapshotService service. All implementations must embed UnimplementedSnapshotServiceServer for forward compatibility
type TickerCryptoInfo ¶
type TickerCryptoInfo struct { Ticker string `protobuf:"bytes,1,opt,name=ticker,proto3" json:"ticker,omitempty"` Publisher string `protobuf:"bytes,2,opt,name=publisher,proto3" json:"publisher,omitempty"` PublisherName string `protobuf:"bytes,3,opt,name=publisher_name,json=publisherName,proto3" json:"publisher_name,omitempty"` // contains filtered or unexported fields }
func (*TickerCryptoInfo) Descriptor
deprecated
func (*TickerCryptoInfo) Descriptor() ([]byte, []int)
Deprecated: Use TickerCryptoInfo.ProtoReflect.Descriptor instead.
func (*TickerCryptoInfo) GetPublisher ¶
func (x *TickerCryptoInfo) GetPublisher() string
func (*TickerCryptoInfo) GetPublisherName ¶
func (x *TickerCryptoInfo) GetPublisherName() string
func (*TickerCryptoInfo) GetTicker ¶
func (x *TickerCryptoInfo) GetTicker() string
func (*TickerCryptoInfo) ProtoMessage ¶
func (*TickerCryptoInfo) ProtoMessage()
func (*TickerCryptoInfo) ProtoReflect ¶
func (x *TickerCryptoInfo) ProtoReflect() protoreflect.Message
func (*TickerCryptoInfo) Reset ¶
func (x *TickerCryptoInfo) Reset()
func (*TickerCryptoInfo) String ¶
func (x *TickerCryptoInfo) String() string
type TickerForexInfo ¶
type TickerForexInfo struct { Ticker string `protobuf:"bytes,1,opt,name=ticker,proto3" json:"ticker,omitempty"` // contains filtered or unexported fields }
func (*TickerForexInfo) Descriptor
deprecated
func (*TickerForexInfo) Descriptor() ([]byte, []int)
Deprecated: Use TickerForexInfo.ProtoReflect.Descriptor instead.
func (*TickerForexInfo) GetTicker ¶
func (x *TickerForexInfo) GetTicker() string
func (*TickerForexInfo) ProtoMessage ¶
func (*TickerForexInfo) ProtoMessage()
func (*TickerForexInfo) ProtoReflect ¶
func (x *TickerForexInfo) ProtoReflect() protoreflect.Message
func (*TickerForexInfo) Reset ¶
func (x *TickerForexInfo) Reset()
func (*TickerForexInfo) String ¶
func (x *TickerForexInfo) String() string
type TickerStocksInfo ¶
type TickerStocksInfo struct { Ticker string `protobuf:"bytes,1,opt,name=ticker,proto3" json:"ticker,omitempty"` Country string `protobuf:"bytes,2,opt,name=country,proto3" json:"country,omitempty"` Currency string `protobuf:"bytes,3,opt,name=currency,proto3" json:"currency,omitempty"` // string mic = 4; Publisher string `protobuf:"bytes,4,opt,name=publisher,proto3" json:"publisher,omitempty"` PublisherName string `protobuf:"bytes,5,opt,name=publisher_name,json=publisherName,proto3" json:"publisher_name,omitempty"` // contains filtered or unexported fields }
func (*TickerStocksInfo) Descriptor
deprecated
func (*TickerStocksInfo) Descriptor() ([]byte, []int)
Deprecated: Use TickerStocksInfo.ProtoReflect.Descriptor instead.
func (*TickerStocksInfo) GetCountry ¶
func (x *TickerStocksInfo) GetCountry() string
func (*TickerStocksInfo) GetCurrency ¶
func (x *TickerStocksInfo) GetCurrency() string
func (*TickerStocksInfo) GetPublisher ¶
func (x *TickerStocksInfo) GetPublisher() string
func (*TickerStocksInfo) GetPublisherName ¶
func (x *TickerStocksInfo) GetPublisherName() string
func (*TickerStocksInfo) GetTicker ¶
func (x *TickerStocksInfo) GetTicker() string
func (*TickerStocksInfo) ProtoMessage ¶
func (*TickerStocksInfo) ProtoMessage()
func (*TickerStocksInfo) ProtoReflect ¶
func (x *TickerStocksInfo) ProtoReflect() protoreflect.Message
func (*TickerStocksInfo) Reset ¶
func (x *TickerStocksInfo) Reset()
func (*TickerStocksInfo) String ¶
func (x *TickerStocksInfo) String() string
type TickerUSInfo ¶
type TickerUSInfo struct { Ticker string `protobuf:"bytes,1,opt,name=ticker,proto3" json:"ticker,omitempty"` Currency string `protobuf:"bytes,2,opt,name=currency,proto3" json:"currency,omitempty"` Security string `protobuf:"bytes,3,opt,name=security,proto3" json:"security,omitempty"` Mic string `protobuf:"bytes,4,opt,name=mic,proto3" json:"mic,omitempty"` AssetType string `protobuf:"bytes,5,opt,name=asset_type,json=assetType,proto3" json:"asset_type,omitempty"` Cik string `protobuf:"bytes,7,opt,name=cik,proto3" json:"cik,omitempty"` CompositeFigi string `protobuf:"bytes,10,opt,name=composite_figi,json=compositeFigi,proto3" json:"composite_figi,omitempty"` Lei string `protobuf:"bytes,12,opt,name=lei,proto3" json:"lei,omitempty"` // contains filtered or unexported fields }
US tickers
func (*TickerUSInfo) Descriptor
deprecated
func (*TickerUSInfo) Descriptor() ([]byte, []int)
Deprecated: Use TickerUSInfo.ProtoReflect.Descriptor instead.
func (*TickerUSInfo) GetAssetType ¶
func (x *TickerUSInfo) GetAssetType() string
func (*TickerUSInfo) GetCik ¶
func (x *TickerUSInfo) GetCik() string
func (*TickerUSInfo) GetCompositeFigi ¶
func (x *TickerUSInfo) GetCompositeFigi() string
func (*TickerUSInfo) GetCurrency ¶
func (x *TickerUSInfo) GetCurrency() string
func (*TickerUSInfo) GetLei ¶
func (x *TickerUSInfo) GetLei() string
func (*TickerUSInfo) GetMic ¶
func (x *TickerUSInfo) GetMic() string
func (*TickerUSInfo) GetSecurity ¶
func (x *TickerUSInfo) GetSecurity() string
func (*TickerUSInfo) GetShareFigi ¶
func (x *TickerUSInfo) GetShareFigi() string
func (*TickerUSInfo) GetTicker ¶
func (x *TickerUSInfo) GetTicker() string
func (*TickerUSInfo) ProtoMessage ¶
func (*TickerUSInfo) ProtoMessage()
func (*TickerUSInfo) ProtoReflect ¶
func (x *TickerUSInfo) ProtoReflect() protoreflect.Message
func (*TickerUSInfo) Reset ¶
func (x *TickerUSInfo) Reset()
func (*TickerUSInfo) String ¶
func (x *TickerUSInfo) String() string
type TickersClient ¶
type TickersClient struct {
// contains filtered or unexported fields
}
func NewTickersClient ¶
func NewTickersClient(c *Connection) *TickersClient
func (*TickersClient) FindTickerUS ¶
func (s *TickersClient) FindTickerUS(request *FindTickerUSRequest) (*FindTickerUSResponse, error)
func (*TickersClient) FindTickersCrypto ¶
func (s *TickersClient) FindTickersCrypto(request *FindTickersCryptoRequest) (*FindTickerCryptoResponse, error)
func (*TickersClient) FindTickersForex ¶
func (s *TickersClient) FindTickersForex(request *FindTickersForexRequest) (*FindTickerForexResponse, error)
func (*TickersClient) FindTickersStocks ¶
func (s *TickersClient) FindTickersStocks(request *FindTickersStocksRequest) (*FindTickerStocksResponse, error)
type TickersServiceClient ¶
type TickersServiceClient interface { // This API call returns an array of stocks tickers available at Finazon Data API. This list is updated daily. FindTickersStocks(ctx context.Context, in *FindTickersStocksRequest, opts ...grpc.CallOption) (*FindTickerStocksResponse, error) // This API call returns an array of crypto tickers available at Finazon Data API. This list is updated daily. FindTickersCrypto(ctx context.Context, in *FindTickersCryptoRequest, opts ...grpc.CallOption) (*FindTickerCryptoResponse, error) // This API call returns an array of forex tickers available at Finazon Data API. This list is updated daily. FindTickersForex(ctx context.Context, in *FindTickersForexRequest, opts ...grpc.CallOption) (*FindTickerForexResponse, error) // This API call returns an array of US tickers available at Finazon Data API. This list is updated daily. FindTickerUS(ctx context.Context, in *FindTickerUSRequest, opts ...grpc.CallOption) (*FindTickerUSResponse, error) }
TickersServiceClient is the client API for TickersService service.
For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.
func NewTickersServiceClient ¶
func NewTickersServiceClient(cc grpc.ClientConnInterface) TickersServiceClient
type TickersServiceServer ¶
type TickersServiceServer interface { // This API call returns an array of stocks tickers available at Finazon Data API. This list is updated daily. FindTickersStocks(context.Context, *FindTickersStocksRequest) (*FindTickerStocksResponse, error) // This API call returns an array of crypto tickers available at Finazon Data API. This list is updated daily. FindTickersCrypto(context.Context, *FindTickersCryptoRequest) (*FindTickerCryptoResponse, error) // This API call returns an array of forex tickers available at Finazon Data API. This list is updated daily. FindTickersForex(context.Context, *FindTickersForexRequest) (*FindTickerForexResponse, error) // This API call returns an array of US tickers available at Finazon Data API. This list is updated daily. FindTickerUS(context.Context, *FindTickerUSRequest) (*FindTickerUSResponse, error) // contains filtered or unexported methods }
TickersServiceServer is the server API for TickersService service. All implementations must embed UnimplementedTickersServiceServer for forward compatibility
type TimeSeries ¶
type TimeSeries struct { Timestamp int64 `protobuf:"varint,1,opt,name=timestamp,proto3" json:"timestamp,omitempty"` Open float64 `protobuf:"fixed64,2,opt,name=open,proto3" json:"open,omitempty"` Close float64 `protobuf:"fixed64,3,opt,name=close,proto3" json:"close,omitempty"` High float64 `protobuf:"fixed64,4,opt,name=high,proto3" json:"high,omitempty"` Low float64 `protobuf:"fixed64,5,opt,name=low,proto3" json:"low,omitempty"` Volume float64 `protobuf:"fixed64,6,opt,name=volume,proto3" json:"volume,omitempty"` // contains filtered or unexported fields }
func (*TimeSeries) Descriptor
deprecated
func (*TimeSeries) Descriptor() ([]byte, []int)
Deprecated: Use TimeSeries.ProtoReflect.Descriptor instead.
func (*TimeSeries) GetClose ¶
func (x *TimeSeries) GetClose() float64
func (*TimeSeries) GetHigh ¶
func (x *TimeSeries) GetHigh() float64
func (*TimeSeries) GetLow ¶
func (x *TimeSeries) GetLow() float64
func (*TimeSeries) GetOpen ¶
func (x *TimeSeries) GetOpen() float64
func (*TimeSeries) GetTimestamp ¶
func (x *TimeSeries) GetTimestamp() int64
func (*TimeSeries) GetVolume ¶
func (x *TimeSeries) GetVolume() float64
func (*TimeSeries) ProtoMessage ¶
func (*TimeSeries) ProtoMessage()
func (*TimeSeries) ProtoReflect ¶
func (x *TimeSeries) ProtoReflect() protoreflect.Message
func (*TimeSeries) Reset ¶
func (x *TimeSeries) Reset()
func (*TimeSeries) String ¶
func (x *TimeSeries) String() string
type TimeSeriesClient ¶
type TimeSeriesClient struct {
// contains filtered or unexported fields
}
func NewTimeSeriesClient ¶
func NewTimeSeriesClient(c *Connection) *TimeSeriesClient
func (*TimeSeriesClient) GetTimeSeries ¶
func (s *TimeSeriesClient) GetTimeSeries(request *GetTimeSeriesRequest) (*GetTimeSeriesResponse, error)
func (*TimeSeriesClient) GetTimeSeriesAtr ¶
func (s *TimeSeriesClient) GetTimeSeriesAtr(request *GetTimeSeriesAtrRequest) (*GetTimeSeriesAtrResponse, error)
func (*TimeSeriesClient) GetTimeSeriesBBands ¶
func (s *TimeSeriesClient) GetTimeSeriesBBands(request *GetTimeSeriesBBandsRequest) (*GetTimeSeriesBBandsResponse, error)
func (*TimeSeriesClient) GetTimeSeriesIchimoku ¶
func (s *TimeSeriesClient) GetTimeSeriesIchimoku(request *GetTimeSeriesIchimokuRequest) (*GetTimeSeriesIchimokuResponse, error)
func (*TimeSeriesClient) GetTimeSeriesMa ¶
func (s *TimeSeriesClient) GetTimeSeriesMa(request *GetTimeSeriesMaRequest) (*GetTimeSeriesMaResponse, error)
func (*TimeSeriesClient) GetTimeSeriesMacd ¶
func (s *TimeSeriesClient) GetTimeSeriesMacd(request *GetTimeSeriesMacdRequest) (*GetTimeSeriesMacdResponse, error)
func (*TimeSeriesClient) GetTimeSeriesObv ¶
func (s *TimeSeriesClient) GetTimeSeriesObv(request *GetTimeSeriesObvRequest) (*GetTimeSeriesObvResponse, error)
func (*TimeSeriesClient) GetTimeSeriesRsi ¶
func (s *TimeSeriesClient) GetTimeSeriesRsi(request *GetTimeSeriesRsiRequest) (*GetTimeSeriesRsiResponse, error)
func (*TimeSeriesClient) GetTimeSeriesSar ¶
func (s *TimeSeriesClient) GetTimeSeriesSar(request *GetTimeSeriesSarRequest) (*GetTimeSeriesSarResponse, error)
func (*TimeSeriesClient) GetTimeSeriesStoch ¶
func (s *TimeSeriesClient) GetTimeSeriesStoch(request *GetTimeSeriesStochRequest) (*GetTimeSeriesStochResponse, error)
type TimeSeriesServiceClient ¶
type TimeSeriesServiceClient interface { // Get time series data without technical indicators GetTimeSeries(ctx context.Context, in *GetTimeSeriesRequest, opts ...grpc.CallOption) (*GetTimeSeriesResponse, error) // Get time series data for ATR technical indicator. GetTimeSeriesAtr(ctx context.Context, in *GetTimeSeriesAtrRequest, opts ...grpc.CallOption) (*GetTimeSeriesAtrResponse, error) // Get time series data for BBands technical indicator. GetTimeSeriesBBands(ctx context.Context, in *GetTimeSeriesBBandsRequest, opts ...grpc.CallOption) (*GetTimeSeriesBBandsResponse, error) // Get time series data for Ichimoku technical indicator. GetTimeSeriesIchimoku(ctx context.Context, in *GetTimeSeriesIchimokuRequest, opts ...grpc.CallOption) (*GetTimeSeriesIchimokuResponse, error) // Get time series data for Ma technical indicator. GetTimeSeriesMa(ctx context.Context, in *GetTimeSeriesMaRequest, opts ...grpc.CallOption) (*GetTimeSeriesMaResponse, error) // Get time series data for Macd technical indicator. GetTimeSeriesMacd(ctx context.Context, in *GetTimeSeriesMacdRequest, opts ...grpc.CallOption) (*GetTimeSeriesMacdResponse, error) // Get time series data for Obv technical indicator. GetTimeSeriesObv(ctx context.Context, in *GetTimeSeriesObvRequest, opts ...grpc.CallOption) (*GetTimeSeriesObvResponse, error) // Get time series data for Rsi technical indicator. GetTimeSeriesRsi(ctx context.Context, in *GetTimeSeriesRsiRequest, opts ...grpc.CallOption) (*GetTimeSeriesRsiResponse, error) // Get time series data for Sar technical indicator. GetTimeSeriesSar(ctx context.Context, in *GetTimeSeriesSarRequest, opts ...grpc.CallOption) (*GetTimeSeriesSarResponse, error) // Get time series data for Stoch technical indicator. GetTimeSeriesStoch(ctx context.Context, in *GetTimeSeriesStochRequest, opts ...grpc.CallOption) (*GetTimeSeriesStochResponse, error) }
TimeSeriesServiceClient is the client API for TimeSeriesService service.
For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.
func NewTimeSeriesServiceClient ¶
func NewTimeSeriesServiceClient(cc grpc.ClientConnInterface) TimeSeriesServiceClient
type TimeSeriesServiceServer ¶
type TimeSeriesServiceServer interface { // Get time series data without technical indicators GetTimeSeries(context.Context, *GetTimeSeriesRequest) (*GetTimeSeriesResponse, error) // Get time series data for ATR technical indicator. GetTimeSeriesAtr(context.Context, *GetTimeSeriesAtrRequest) (*GetTimeSeriesAtrResponse, error) // Get time series data for BBands technical indicator. GetTimeSeriesBBands(context.Context, *GetTimeSeriesBBandsRequest) (*GetTimeSeriesBBandsResponse, error) // Get time series data for Ichimoku technical indicator. GetTimeSeriesIchimoku(context.Context, *GetTimeSeriesIchimokuRequest) (*GetTimeSeriesIchimokuResponse, error) // Get time series data for Ma technical indicator. GetTimeSeriesMa(context.Context, *GetTimeSeriesMaRequest) (*GetTimeSeriesMaResponse, error) // Get time series data for Macd technical indicator. GetTimeSeriesMacd(context.Context, *GetTimeSeriesMacdRequest) (*GetTimeSeriesMacdResponse, error) // Get time series data for Obv technical indicator. GetTimeSeriesObv(context.Context, *GetTimeSeriesObvRequest) (*GetTimeSeriesObvResponse, error) // Get time series data for Rsi technical indicator. GetTimeSeriesRsi(context.Context, *GetTimeSeriesRsiRequest) (*GetTimeSeriesRsiResponse, error) // Get time series data for Sar technical indicator. GetTimeSeriesSar(context.Context, *GetTimeSeriesSarRequest) (*GetTimeSeriesSarResponse, error) // Get time series data for Stoch technical indicator. GetTimeSeriesStoch(context.Context, *GetTimeSeriesStochRequest) (*GetTimeSeriesStochResponse, error) // contains filtered or unexported methods }
TimeSeriesServiceServer is the server API for TimeSeriesService service. All implementations must embed UnimplementedTimeSeriesServiceServer for forward compatibility
type TradeClient ¶
type TradeClient struct {
// contains filtered or unexported fields
}
func NewTradeClient ¶
func NewTradeClient(c *Connection) *TradeClient
func (*TradeClient) GetTrades ¶
func (s *TradeClient) GetTrades(request *GetTradesRequest) (*GetTradesResponse, error)
type TradeServiceClient ¶
type TradeServiceClient interface { // Returns general information on executed trades GetTrades(ctx context.Context, in *GetTradesRequest, opts ...grpc.CallOption) (*GetTradesResponse, error) }
TradeServiceClient is the client API for TradeService service.
For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.
func NewTradeServiceClient ¶
func NewTradeServiceClient(cc grpc.ClientConnInterface) TradeServiceClient
type TradeServiceServer ¶
type TradeServiceServer interface { // Returns general information on executed trades GetTrades(context.Context, *GetTradesRequest) (*GetTradesResponse, error) // contains filtered or unexported methods }
TradeServiceServer is the server API for TradeService service. All implementations must embed UnimplementedTradeServiceServer for forward compatibility
type TradesItem ¶
type TradesItem struct { TradeDate int64 `protobuf:"varint,1,opt,name=trade_date,json=tradeDate,proto3" json:"trade_date,omitempty"` Price float64 `protobuf:"fixed64,2,opt,name=price,proto3" json:"price,omitempty"` Quantity int64 `protobuf:"varint,3,opt,name=quantity,proto3" json:"quantity,omitempty"` // contains filtered or unexported fields }
func (*TradesItem) Descriptor
deprecated
func (*TradesItem) Descriptor() ([]byte, []int)
Deprecated: Use TradesItem.ProtoReflect.Descriptor instead.
func (*TradesItem) GetPrice ¶
func (x *TradesItem) GetPrice() float64
func (*TradesItem) GetQuantity ¶
func (x *TradesItem) GetQuantity() int64
func (*TradesItem) GetTradeDate ¶
func (x *TradesItem) GetTradeDate() int64
func (*TradesItem) ProtoMessage ¶
func (*TradesItem) ProtoMessage()
func (*TradesItem) ProtoReflect ¶
func (x *TradesItem) ProtoReflect() protoreflect.Message
func (*TradesItem) Reset ¶
func (x *TradesItem) Reset()
func (*TradesItem) String ¶
func (x *TradesItem) String() string
type UnimplementedApiUsageServiceServer ¶
type UnimplementedApiUsageServiceServer struct { }
UnimplementedApiUsageServiceServer must be embedded to have forward compatible implementations.
func (UnimplementedApiUsageServiceServer) GetApiUsage ¶
func (UnimplementedApiUsageServiceServer) GetApiUsage(context.Context, *GetApiUsageRequest) (*GetApiUsageResponse, error)
type UnimplementedBenzingaServiceServer ¶
type UnimplementedBenzingaServiceServer struct { }
UnimplementedBenzingaServiceServer must be embedded to have forward compatible implementations.
func (UnimplementedBenzingaServiceServer) GetDividentsCalendar ¶
func (UnimplementedBenzingaServiceServer) GetDividentsCalendar(context.Context, *GetDividentsCalendarRequest) (*GetDividentsCalendarResponse, error)
func (UnimplementedBenzingaServiceServer) GetEarningsCalendar ¶
func (UnimplementedBenzingaServiceServer) GetEarningsCalendar(context.Context, *GetEarningsCalendarRequest) (*GetEarningsCalendarResponse, error)
func (UnimplementedBenzingaServiceServer) GetIPO ¶
func (UnimplementedBenzingaServiceServer) GetIPO(context.Context, *GetIPORequest) (*GetIPOResponse, error)
func (UnimplementedBenzingaServiceServer) GetNews ¶
func (UnimplementedBenzingaServiceServer) GetNews(context.Context, *GetNewsRequest) (*GetNewsResponse, error)
type UnimplementedBinanceServiceServer ¶
type UnimplementedBinanceServiceServer struct { }
UnimplementedBinanceServiceServer must be embedded to have forward compatible implementations.
func (UnimplementedBinanceServiceServer) GetTimeSeries ¶
func (UnimplementedBinanceServiceServer) GetTimeSeries(context.Context, *GetBinanceTimeSeriesRequest) (*GetBinanceTimeSeriesResponse, error)
type UnimplementedCryptoServiceServer ¶
type UnimplementedCryptoServiceServer struct { }
UnimplementedCryptoServiceServer must be embedded to have forward compatible implementations.
func (UnimplementedCryptoServiceServer) GetTimeSeries ¶
func (UnimplementedCryptoServiceServer) GetTimeSeries(context.Context, *GetCryptoTimeSeriesRequest) (*GetCryptoTimeSeriesResponse, error)
type UnimplementedDatasetsServiceServer ¶
type UnimplementedDatasetsServiceServer struct { }
UnimplementedDatasetsServiceServer must be embedded to have forward compatible implementations.
func (UnimplementedDatasetsServiceServer) GetDatasets ¶
func (UnimplementedDatasetsServiceServer) GetDatasets(context.Context, *GetDatasetsRequest) (*GetDatasetsResponse, error)
type UnimplementedExchangeServiceServer ¶
type UnimplementedExchangeServiceServer struct { }
UnimplementedExchangeServiceServer must be embedded to have forward compatible implementations.
func (UnimplementedExchangeServiceServer) GetMarketsCrypto ¶
func (UnimplementedExchangeServiceServer) GetMarketsCrypto(context.Context, *GetMarketsCryptoRequest) (*GetMarketsCryptoResponse, error)
func (UnimplementedExchangeServiceServer) GetMarketsStocks ¶
func (UnimplementedExchangeServiceServer) GetMarketsStocks(context.Context, *GetMarketsStocksRequest) (*GetMarketsStocksResponse, error)
type UnimplementedForexServiceServer ¶
type UnimplementedForexServiceServer struct { }
UnimplementedForexServiceServer must be embedded to have forward compatible implementations.
func (UnimplementedForexServiceServer) GetTimeSeries ¶
func (UnimplementedForexServiceServer) GetTimeSeries(context.Context, *GetForexTimeSeriesRequest) (*GetForexTimeSeriesResponse, error)
type UnimplementedPublisherServiceServer ¶
type UnimplementedPublisherServiceServer struct { }
UnimplementedPublisherServiceServer must be embedded to have forward compatible implementations.
func (UnimplementedPublisherServiceServer) GetPublishers ¶
func (UnimplementedPublisherServiceServer) GetPublishers(context.Context, *GetPublishersRequest) (*GetPublishersResponse, error)
type UnimplementedSecServiceServer ¶
type UnimplementedSecServiceServer struct { }
UnimplementedSecServiceServer must be embedded to have forward compatible implementations.
func (UnimplementedSecServiceServer) GetFilings ¶
func (UnimplementedSecServiceServer) GetFilings(context.Context, *GetSecFillingsRequest) (*GetSecFillingsResponse, error)
type UnimplementedSipServiceServer ¶
type UnimplementedSipServiceServer struct { }
UnimplementedSipServiceServer must be embedded to have forward compatible implementations.
func (UnimplementedSipServiceServer) GetMarketCenter ¶
func (UnimplementedSipServiceServer) GetMarketCenter(context.Context, *GetSipMarketCenterRequest) (*GetSipMarketCenterResponse, error)
func (UnimplementedSipServiceServer) GetTrades ¶
func (UnimplementedSipServiceServer) GetTrades(context.Context, *GetSipTradesRequest) (*GetSipTradesResponse, error)
type UnimplementedSnapshotServiceServer ¶
type UnimplementedSnapshotServiceServer struct { }
UnimplementedSnapshotServiceServer must be embedded to have forward compatible implementations.
func (UnimplementedSnapshotServiceServer) GetSnapshot ¶
func (UnimplementedSnapshotServiceServer) GetSnapshot(context.Context, *GetSnapshotRequest) (*GetSnapshotResponse, error)
type UnimplementedTickersServiceServer ¶
type UnimplementedTickersServiceServer struct { }
UnimplementedTickersServiceServer must be embedded to have forward compatible implementations.
func (UnimplementedTickersServiceServer) FindTickerUS ¶
func (UnimplementedTickersServiceServer) FindTickerUS(context.Context, *FindTickerUSRequest) (*FindTickerUSResponse, error)
func (UnimplementedTickersServiceServer) FindTickersCrypto ¶
func (UnimplementedTickersServiceServer) FindTickersCrypto(context.Context, *FindTickersCryptoRequest) (*FindTickerCryptoResponse, error)
func (UnimplementedTickersServiceServer) FindTickersForex ¶
func (UnimplementedTickersServiceServer) FindTickersForex(context.Context, *FindTickersForexRequest) (*FindTickerForexResponse, error)
func (UnimplementedTickersServiceServer) FindTickersStocks ¶
func (UnimplementedTickersServiceServer) FindTickersStocks(context.Context, *FindTickersStocksRequest) (*FindTickerStocksResponse, error)
type UnimplementedTimeSeriesServiceServer ¶
type UnimplementedTimeSeriesServiceServer struct { }
UnimplementedTimeSeriesServiceServer must be embedded to have forward compatible implementations.
func (UnimplementedTimeSeriesServiceServer) GetTimeSeries ¶
func (UnimplementedTimeSeriesServiceServer) GetTimeSeries(context.Context, *GetTimeSeriesRequest) (*GetTimeSeriesResponse, error)
func (UnimplementedTimeSeriesServiceServer) GetTimeSeriesAtr ¶
func (UnimplementedTimeSeriesServiceServer) GetTimeSeriesAtr(context.Context, *GetTimeSeriesAtrRequest) (*GetTimeSeriesAtrResponse, error)
func (UnimplementedTimeSeriesServiceServer) GetTimeSeriesBBands ¶
func (UnimplementedTimeSeriesServiceServer) GetTimeSeriesBBands(context.Context, *GetTimeSeriesBBandsRequest) (*GetTimeSeriesBBandsResponse, error)
func (UnimplementedTimeSeriesServiceServer) GetTimeSeriesIchimoku ¶
func (UnimplementedTimeSeriesServiceServer) GetTimeSeriesIchimoku(context.Context, *GetTimeSeriesIchimokuRequest) (*GetTimeSeriesIchimokuResponse, error)
func (UnimplementedTimeSeriesServiceServer) GetTimeSeriesMa ¶
func (UnimplementedTimeSeriesServiceServer) GetTimeSeriesMa(context.Context, *GetTimeSeriesMaRequest) (*GetTimeSeriesMaResponse, error)
func (UnimplementedTimeSeriesServiceServer) GetTimeSeriesMacd ¶
func (UnimplementedTimeSeriesServiceServer) GetTimeSeriesMacd(context.Context, *GetTimeSeriesMacdRequest) (*GetTimeSeriesMacdResponse, error)
func (UnimplementedTimeSeriesServiceServer) GetTimeSeriesObv ¶
func (UnimplementedTimeSeriesServiceServer) GetTimeSeriesObv(context.Context, *GetTimeSeriesObvRequest) (*GetTimeSeriesObvResponse, error)
func (UnimplementedTimeSeriesServiceServer) GetTimeSeriesRsi ¶
func (UnimplementedTimeSeriesServiceServer) GetTimeSeriesRsi(context.Context, *GetTimeSeriesRsiRequest) (*GetTimeSeriesRsiResponse, error)
func (UnimplementedTimeSeriesServiceServer) GetTimeSeriesSar ¶
func (UnimplementedTimeSeriesServiceServer) GetTimeSeriesSar(context.Context, *GetTimeSeriesSarRequest) (*GetTimeSeriesSarResponse, error)
func (UnimplementedTimeSeriesServiceServer) GetTimeSeriesStoch ¶
func (UnimplementedTimeSeriesServiceServer) GetTimeSeriesStoch(context.Context, *GetTimeSeriesStochRequest) (*GetTimeSeriesStochResponse, error)
type UnimplementedTradeServiceServer ¶
type UnimplementedTradeServiceServer struct { }
UnimplementedTradeServiceServer must be embedded to have forward compatible implementations.
func (UnimplementedTradeServiceServer) GetTrades ¶
func (UnimplementedTradeServiceServer) GetTrades(context.Context, *GetTradesRequest) (*GetTradesResponse, error)
type UnsafeApiUsageServiceServer ¶
type UnsafeApiUsageServiceServer interface {
// contains filtered or unexported methods
}
UnsafeApiUsageServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to ApiUsageServiceServer will result in compilation errors.
type UnsafeBenzingaServiceServer ¶
type UnsafeBenzingaServiceServer interface {
// contains filtered or unexported methods
}
UnsafeBenzingaServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to BenzingaServiceServer will result in compilation errors.
type UnsafeBinanceServiceServer ¶
type UnsafeBinanceServiceServer interface {
// contains filtered or unexported methods
}
UnsafeBinanceServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to BinanceServiceServer will result in compilation errors.
type UnsafeCryptoServiceServer ¶
type UnsafeCryptoServiceServer interface {
// contains filtered or unexported methods
}
UnsafeCryptoServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to CryptoServiceServer will result in compilation errors.
type UnsafeDatasetsServiceServer ¶
type UnsafeDatasetsServiceServer interface {
// contains filtered or unexported methods
}
UnsafeDatasetsServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to DatasetsServiceServer will result in compilation errors.
type UnsafeExchangeServiceServer ¶
type UnsafeExchangeServiceServer interface {
// contains filtered or unexported methods
}
UnsafeExchangeServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to ExchangeServiceServer will result in compilation errors.
type UnsafeForexServiceServer ¶
type UnsafeForexServiceServer interface {
// contains filtered or unexported methods
}
UnsafeForexServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to ForexServiceServer will result in compilation errors.
type UnsafePublisherServiceServer ¶
type UnsafePublisherServiceServer interface {
// contains filtered or unexported methods
}
UnsafePublisherServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to PublisherServiceServer will result in compilation errors.
type UnsafeSecServiceServer ¶
type UnsafeSecServiceServer interface {
// contains filtered or unexported methods
}
UnsafeSecServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to SecServiceServer will result in compilation errors.
type UnsafeSipServiceServer ¶
type UnsafeSipServiceServer interface {
// contains filtered or unexported methods
}
UnsafeSipServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to SipServiceServer will result in compilation errors.
type UnsafeSnapshotServiceServer ¶
type UnsafeSnapshotServiceServer interface {
// contains filtered or unexported methods
}
UnsafeSnapshotServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to SnapshotServiceServer will result in compilation errors.
type UnsafeTickersServiceServer ¶
type UnsafeTickersServiceServer interface {
// contains filtered or unexported methods
}
UnsafeTickersServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to TickersServiceServer will result in compilation errors.
type UnsafeTimeSeriesServiceServer ¶
type UnsafeTimeSeriesServiceServer interface {
// contains filtered or unexported methods
}
UnsafeTimeSeriesServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to TimeSeriesServiceServer will result in compilation errors.
type UnsafeTradeServiceServer ¶
type UnsafeTradeServiceServer interface {
// contains filtered or unexported methods
}
UnsafeTradeServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to TradeServiceServer will result in compilation errors.
Source Files ¶
- api_usage.pb.go
- api_usage_client.go
- api_usage_grpc.pb.go
- benzinga.pb.go
- benzinga_client.go
- benzinga_grpc.pb.go
- binance.pb.go
- binance_client.go
- binance_grpc.pb.go
- connection.go
- constants.go
- crypto.pb.go
- crypto_client.go
- crypto_grpc.pb.go
- datasets.pb.go
- datasets_client.go
- datasets_grpc.pb.go
- exchange.pb.go
- exchange_client.go
- exchange_grpc.pb.go
- forex.pb.go
- forex_client.go
- forex_grpc.pb.go
- publisher_client.go
- publishers.pb.go
- publishers_grpc.pb.go
- sec.pb.go
- sec_client.go
- sec_grpc.pb.go
- sip.pb.go
- sip_client.go
- sip_grpc.pb.go
- snapshot.pb.go
- snapshot_client.go
- snapshot_grpc.pb.go
- tickers.pb.go
- tickers_client.go
- tickers_grpc.pb.go
- time_series.pb.go
- time_series_client.go
- time_series_grpc.pb.go
- trade.pb.go
- trade_client.go
- trade_grpc.pb.go