Documentation
¶
Index ¶
- Variables
- func RegisterTradingDataServiceServer(s grpc.ServiceRegistrar, srv TradingDataServiceServer)
- type AccountField
- func (AccountField) Descriptor() protoreflect.EnumDescriptor
- func (x AccountField) Enum() *AccountField
- func (AccountField) EnumDescriptor() ([]byte, []int)deprecated
- func (x AccountField) Number() protoreflect.EnumNumber
- func (x AccountField) String() string
- func (AccountField) Type() protoreflect.EnumType
- type AccountFilter
- func (*AccountFilter) Descriptor() ([]byte, []int)deprecated
- func (x *AccountFilter) GetAccountTypes() []vega.AccountType
- func (x *AccountFilter) GetAssetId() string
- func (x *AccountFilter) GetMarketIds() []string
- func (x *AccountFilter) GetPartyIds() []string
- func (*AccountFilter) ProtoMessage()
- func (x *AccountFilter) ProtoReflect() protoreflect.Message
- func (x *AccountFilter) Reset()
- func (x *AccountFilter) String() string
- type AggregatedBalance
- func (*AggregatedBalance) Descriptor() ([]byte, []int)deprecated
- func (x *AggregatedBalance) GetAccountId() string
- func (x *AggregatedBalance) GetAccountType() vega.AccountType
- func (x *AggregatedBalance) GetAssetId() string
- func (x *AggregatedBalance) GetBalance() string
- func (x *AggregatedBalance) GetMarketId() string
- func (x *AggregatedBalance) GetPartyId() string
- func (x *AggregatedBalance) GetTimestamp() int64
- func (*AggregatedBalance) ProtoMessage()
- func (x *AggregatedBalance) ProtoReflect() protoreflect.Message
- func (x *AggregatedBalance) Reset()
- func (x *AggregatedBalance) String() string
- type AssetEdge
- type AssetsConnection
- func (*AssetsConnection) Descriptor() ([]byte, []int)deprecated
- func (x *AssetsConnection) GetEdges() []*AssetEdge
- func (x *AssetsConnection) GetPageInfo() *PageInfo
- func (x *AssetsConnection) GetTotalCount() int64
- func (*AssetsConnection) ProtoMessage()
- func (x *AssetsConnection) ProtoReflect() protoreflect.Message
- func (x *AssetsConnection) Reset()
- func (x *AssetsConnection) String() string
- type Candle
- func (*Candle) Descriptor() ([]byte, []int)deprecated
- func (x *Candle) GetClose() string
- func (x *Candle) GetHigh() string
- func (x *Candle) GetLastUpdate() int64
- func (x *Candle) GetLow() string
- func (x *Candle) GetOpen() string
- func (x *Candle) GetStart() int64
- func (x *Candle) GetVolume() uint64
- func (*Candle) ProtoMessage()
- func (x *Candle) ProtoReflect() protoreflect.Message
- func (x *Candle) Reset()
- func (x *Candle) String() string
- type CandleDataConnection
- func (*CandleDataConnection) Descriptor() ([]byte, []int)deprecated
- func (x *CandleDataConnection) GetEdges() []*CandleEdge
- func (x *CandleDataConnection) GetPageInfo() *PageInfo
- func (x *CandleDataConnection) GetTotalCount() int64
- func (*CandleDataConnection) ProtoMessage()
- func (x *CandleDataConnection) ProtoReflect() protoreflect.Message
- func (x *CandleDataConnection) Reset()
- func (x *CandleDataConnection) String() string
- type CandleEdge
- type DepositEdge
- func (*DepositEdge) Descriptor() ([]byte, []int)deprecated
- func (x *DepositEdge) GetCursor() string
- func (x *DepositEdge) GetNode() *vega.Deposit
- func (*DepositEdge) ProtoMessage()
- func (x *DepositEdge) ProtoReflect() protoreflect.Message
- func (x *DepositEdge) Reset()
- func (x *DepositEdge) String() string
- type DepositsConnection
- func (*DepositsConnection) Descriptor() ([]byte, []int)deprecated
- func (x *DepositsConnection) GetEdges() []*DepositEdge
- func (x *DepositsConnection) GetPageInfo() *PageInfo
- func (x *DepositsConnection) GetTotalCount() int64
- func (*DepositsConnection) ProtoMessage()
- func (x *DepositsConnection) ProtoReflect() protoreflect.Message
- func (x *DepositsConnection) Reset()
- func (x *DepositsConnection) String() string
- type ERC20MultiSigSignerAddedBundle
- func (*ERC20MultiSigSignerAddedBundle) Descriptor() ([]byte, []int)deprecated
- func (x *ERC20MultiSigSignerAddedBundle) GetEpochSeq() string
- func (x *ERC20MultiSigSignerAddedBundle) GetNewSigner() string
- func (x *ERC20MultiSigSignerAddedBundle) GetNonce() string
- func (x *ERC20MultiSigSignerAddedBundle) GetSignatures() string
- func (x *ERC20MultiSigSignerAddedBundle) GetSubmitter() string
- func (x *ERC20MultiSigSignerAddedBundle) GetTimestamp() int64
- func (*ERC20MultiSigSignerAddedBundle) ProtoMessage()
- func (x *ERC20MultiSigSignerAddedBundle) ProtoReflect() protoreflect.Message
- func (x *ERC20MultiSigSignerAddedBundle) Reset()
- func (x *ERC20MultiSigSignerAddedBundle) String() string
- type ERC20MultiSigSignerRemovedBundle
- func (*ERC20MultiSigSignerRemovedBundle) Descriptor() ([]byte, []int)deprecated
- func (x *ERC20MultiSigSignerRemovedBundle) GetEpochSeq() string
- func (x *ERC20MultiSigSignerRemovedBundle) GetNonce() string
- func (x *ERC20MultiSigSignerRemovedBundle) GetOldSigner() string
- func (x *ERC20MultiSigSignerRemovedBundle) GetSignatures() string
- func (x *ERC20MultiSigSignerRemovedBundle) GetSubmitter() string
- func (x *ERC20MultiSigSignerRemovedBundle) GetTimestamp() int64
- func (*ERC20MultiSigSignerRemovedBundle) ProtoMessage()
- func (x *ERC20MultiSigSignerRemovedBundle) ProtoReflect() protoreflect.Message
- func (x *ERC20MultiSigSignerRemovedBundle) Reset()
- func (x *ERC20MultiSigSignerRemovedBundle) String() string
- type GetAssetsRequest
- func (*GetAssetsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetAssetsRequest) GetAssetId() string
- func (x *GetAssetsRequest) GetPagination() *Pagination
- func (*GetAssetsRequest) ProtoMessage()
- func (x *GetAssetsRequest) ProtoReflect() protoreflect.Message
- func (x *GetAssetsRequest) Reset()
- func (x *GetAssetsRequest) String() string
- type GetAssetsResponse
- func (*GetAssetsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetAssetsResponse) GetAssets() *AssetsConnection
- func (*GetAssetsResponse) ProtoMessage()
- func (x *GetAssetsResponse) ProtoReflect() protoreflect.Message
- func (x *GetAssetsResponse) Reset()
- func (x *GetAssetsResponse) String() string
- type GetBalanceHistoryRequest
- func (*GetBalanceHistoryRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetBalanceHistoryRequest) GetFilter() *AccountFilter
- func (x *GetBalanceHistoryRequest) GetGroupBy() []AccountField
- func (*GetBalanceHistoryRequest) ProtoMessage()
- func (x *GetBalanceHistoryRequest) ProtoReflect() protoreflect.Message
- func (x *GetBalanceHistoryRequest) Reset()
- func (x *GetBalanceHistoryRequest) String() string
- type GetBalanceHistoryResponse
- func (*GetBalanceHistoryResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetBalanceHistoryResponse) GetBalances() []*AggregatedBalance
- func (*GetBalanceHistoryResponse) ProtoMessage()
- func (x *GetBalanceHistoryResponse) ProtoReflect() protoreflect.Message
- func (x *GetBalanceHistoryResponse) Reset()
- func (x *GetBalanceHistoryResponse) String() string
- type GetCandleDataRequest
- func (*GetCandleDataRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetCandleDataRequest) GetCandleId() string
- func (x *GetCandleDataRequest) GetFromTimestamp() int64
- func (x *GetCandleDataRequest) GetInterval() vega.Interval
- func (x *GetCandleDataRequest) GetPagination() *Pagination
- func (x *GetCandleDataRequest) GetToTimestamp() int64
- func (*GetCandleDataRequest) ProtoMessage()
- func (x *GetCandleDataRequest) ProtoReflect() protoreflect.Message
- func (x *GetCandleDataRequest) Reset()
- func (x *GetCandleDataRequest) String() string
- type GetCandleDataResponse
- func (*GetCandleDataResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetCandleDataResponse) GetCandles() *CandleDataConnection
- func (*GetCandleDataResponse) ProtoMessage()
- func (x *GetCandleDataResponse) ProtoReflect() protoreflect.Message
- func (x *GetCandleDataResponse) Reset()
- func (x *GetCandleDataResponse) String() string
- type GetCandlesForMarketRequest
- func (*GetCandlesForMarketRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetCandlesForMarketRequest) GetMarketId() string
- func (*GetCandlesForMarketRequest) ProtoMessage()
- func (x *GetCandlesForMarketRequest) ProtoReflect() protoreflect.Message
- func (x *GetCandlesForMarketRequest) Reset()
- func (x *GetCandlesForMarketRequest) String() string
- type GetCandlesForMarketResponse
- func (*GetCandlesForMarketResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetCandlesForMarketResponse) GetIntervalToCandleId() []*IntervalToCandleId
- func (*GetCandlesForMarketResponse) ProtoMessage()
- func (x *GetCandlesForMarketResponse) ProtoReflect() protoreflect.Message
- func (x *GetCandlesForMarketResponse) Reset()
- func (x *GetCandlesForMarketResponse) String() string
- type GetDepositsRequest
- func (*GetDepositsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetDepositsRequest) GetPagination() *Pagination
- func (x *GetDepositsRequest) GetPartyId() string
- func (*GetDepositsRequest) ProtoMessage()
- func (x *GetDepositsRequest) ProtoReflect() protoreflect.Message
- func (x *GetDepositsRequest) Reset()
- func (x *GetDepositsRequest) String() string
- type GetDepositsResponse
- func (*GetDepositsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetDepositsResponse) GetDeposits() *DepositsConnection
- func (*GetDepositsResponse) ProtoMessage()
- func (x *GetDepositsResponse) ProtoReflect() protoreflect.Message
- func (x *GetDepositsResponse) Reset()
- func (x *GetDepositsResponse) String() string
- type GetERC20ListAssetBundleRequest
- func (*GetERC20ListAssetBundleRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetERC20ListAssetBundleRequest) GetAssetId() string
- func (*GetERC20ListAssetBundleRequest) ProtoMessage()
- func (x *GetERC20ListAssetBundleRequest) ProtoReflect() protoreflect.Message
- func (x *GetERC20ListAssetBundleRequest) Reset()
- func (x *GetERC20ListAssetBundleRequest) String() string
- type GetERC20ListAssetBundleResponse
- func (*GetERC20ListAssetBundleResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetERC20ListAssetBundleResponse) GetAssetSource() string
- func (x *GetERC20ListAssetBundleResponse) GetNonce() string
- func (x *GetERC20ListAssetBundleResponse) GetSignatures() string
- func (x *GetERC20ListAssetBundleResponse) GetVegaAssetId() string
- func (*GetERC20ListAssetBundleResponse) ProtoMessage()
- func (x *GetERC20ListAssetBundleResponse) ProtoReflect() protoreflect.Message
- func (x *GetERC20ListAssetBundleResponse) Reset()
- func (x *GetERC20ListAssetBundleResponse) String() string
- type GetERC20MultiSigSignerAddedBundlesRequest
- func (*GetERC20MultiSigSignerAddedBundlesRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetERC20MultiSigSignerAddedBundlesRequest) GetEpochSeq() string
- func (x *GetERC20MultiSigSignerAddedBundlesRequest) GetNodeId() string
- func (x *GetERC20MultiSigSignerAddedBundlesRequest) GetPagination() *OffsetPagination
- func (*GetERC20MultiSigSignerAddedBundlesRequest) ProtoMessage()
- func (x *GetERC20MultiSigSignerAddedBundlesRequest) ProtoReflect() protoreflect.Message
- func (x *GetERC20MultiSigSignerAddedBundlesRequest) Reset()
- func (x *GetERC20MultiSigSignerAddedBundlesRequest) String() string
- type GetERC20MultiSigSignerAddedBundlesResponse
- func (*GetERC20MultiSigSignerAddedBundlesResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetERC20MultiSigSignerAddedBundlesResponse) GetBundles() []*ERC20MultiSigSignerAddedBundle
- func (*GetERC20MultiSigSignerAddedBundlesResponse) ProtoMessage()
- func (x *GetERC20MultiSigSignerAddedBundlesResponse) ProtoReflect() protoreflect.Message
- func (x *GetERC20MultiSigSignerAddedBundlesResponse) Reset()
- func (x *GetERC20MultiSigSignerAddedBundlesResponse) String() string
- type GetERC20MultiSigSignerRemovedBundlesRequest
- func (*GetERC20MultiSigSignerRemovedBundlesRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetERC20MultiSigSignerRemovedBundlesRequest) GetEpochSeq() string
- func (x *GetERC20MultiSigSignerRemovedBundlesRequest) GetNodeId() string
- func (x *GetERC20MultiSigSignerRemovedBundlesRequest) GetPagination() *OffsetPagination
- func (x *GetERC20MultiSigSignerRemovedBundlesRequest) GetSubmitter() string
- func (*GetERC20MultiSigSignerRemovedBundlesRequest) ProtoMessage()
- func (x *GetERC20MultiSigSignerRemovedBundlesRequest) ProtoReflect() protoreflect.Message
- func (x *GetERC20MultiSigSignerRemovedBundlesRequest) Reset()
- func (x *GetERC20MultiSigSignerRemovedBundlesRequest) String() string
- type GetERC20MultiSigSignerRemovedBundlesResponse
- func (*GetERC20MultiSigSignerRemovedBundlesResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetERC20MultiSigSignerRemovedBundlesResponse) GetBundles() []*ERC20MultiSigSignerRemovedBundle
- func (*GetERC20MultiSigSignerRemovedBundlesResponse) ProtoMessage()
- func (x *GetERC20MultiSigSignerRemovedBundlesResponse) ProtoReflect() protoreflect.Message
- func (x *GetERC20MultiSigSignerRemovedBundlesResponse) Reset()
- func (x *GetERC20MultiSigSignerRemovedBundlesResponse) String() string
- type GetLiquidityProvisionsRequest
- func (*GetLiquidityProvisionsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetLiquidityProvisionsRequest) GetMarket() string
- func (x *GetLiquidityProvisionsRequest) GetPagination() *Pagination
- func (x *GetLiquidityProvisionsRequest) GetParty() string
- func (x *GetLiquidityProvisionsRequest) GetReference() string
- func (*GetLiquidityProvisionsRequest) ProtoMessage()
- func (x *GetLiquidityProvisionsRequest) ProtoReflect() protoreflect.Message
- func (x *GetLiquidityProvisionsRequest) Reset()
- func (x *GetLiquidityProvisionsRequest) String() string
- type GetLiquidityProvisionsResponse
- func (*GetLiquidityProvisionsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetLiquidityProvisionsResponse) GetLiquidityProvisions() *LiquidityProvisionsConnection
- func (*GetLiquidityProvisionsResponse) ProtoMessage()
- func (x *GetLiquidityProvisionsResponse) ProtoReflect() protoreflect.Message
- func (x *GetLiquidityProvisionsResponse) Reset()
- func (x *GetLiquidityProvisionsResponse) String() string
- type GetMarginLevelsRequest
- func (*GetMarginLevelsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetMarginLevelsRequest) GetMarketId() string
- func (x *GetMarginLevelsRequest) GetPagination() *Pagination
- func (x *GetMarginLevelsRequest) GetPartyId() string
- func (*GetMarginLevelsRequest) ProtoMessage()
- func (x *GetMarginLevelsRequest) ProtoReflect() protoreflect.Message
- func (x *GetMarginLevelsRequest) Reset()
- func (x *GetMarginLevelsRequest) String() string
- type GetMarginLevelsResponse
- func (*GetMarginLevelsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetMarginLevelsResponse) GetMarginLevels() *MarginConnection
- func (*GetMarginLevelsResponse) ProtoMessage()
- func (x *GetMarginLevelsResponse) ProtoReflect() protoreflect.Message
- func (x *GetMarginLevelsResponse) Reset()
- func (x *GetMarginLevelsResponse) String() string
- type GetMarketDataHistoryByIDRequest
- func (*GetMarketDataHistoryByIDRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetMarketDataHistoryByIDRequest) GetEndTimestamp() int64
- func (x *GetMarketDataHistoryByIDRequest) GetMarketId() string
- func (x *GetMarketDataHistoryByIDRequest) GetOffsetPagination() *OffsetPaginationdeprecated
- func (x *GetMarketDataHistoryByIDRequest) GetPagination() *Pagination
- func (x *GetMarketDataHistoryByIDRequest) GetStartTimestamp() int64
- func (*GetMarketDataHistoryByIDRequest) ProtoMessage()
- func (x *GetMarketDataHistoryByIDRequest) ProtoReflect() protoreflect.Message
- func (x *GetMarketDataHistoryByIDRequest) Reset()
- func (x *GetMarketDataHistoryByIDRequest) String() string
- type GetMarketDataHistoryByIDResponse
- func (*GetMarketDataHistoryByIDResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetMarketDataHistoryByIDResponse) GetMarketData() *MarketDataConnection
- func (*GetMarketDataHistoryByIDResponse) ProtoMessage()
- func (x *GetMarketDataHistoryByIDResponse) ProtoReflect() protoreflect.Message
- func (x *GetMarketDataHistoryByIDResponse) Reset()
- func (x *GetMarketDataHistoryByIDResponse) String() string
- type GetMarketsRequest
- func (*GetMarketsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetMarketsRequest) GetMarketId() string
- func (x *GetMarketsRequest) GetPagination() *Pagination
- func (*GetMarketsRequest) ProtoMessage()
- func (x *GetMarketsRequest) ProtoReflect() protoreflect.Message
- func (x *GetMarketsRequest) Reset()
- func (x *GetMarketsRequest) String() string
- type GetMarketsResponse
- func (*GetMarketsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetMarketsResponse) GetMarkets() *MarketConnection
- func (*GetMarketsResponse) ProtoMessage()
- func (x *GetMarketsResponse) ProtoReflect() protoreflect.Message
- func (x *GetMarketsResponse) Reset()
- func (x *GetMarketsResponse) String() string
- type GetNetworkLimitsRequest
- type GetNetworkLimitsResponse
- func (*GetNetworkLimitsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetNetworkLimitsResponse) GetLimits() *vega.NetworkLimits
- func (*GetNetworkLimitsResponse) ProtoMessage()
- func (x *GetNetworkLimitsResponse) ProtoReflect() protoreflect.Message
- func (x *GetNetworkLimitsResponse) Reset()
- func (x *GetNetworkLimitsResponse) String() string
- type GetOracleDataBySpecIDRequest
- func (*GetOracleDataBySpecIDRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetOracleDataBySpecIDRequest) GetOracleSpecId() string
- func (x *GetOracleDataBySpecIDRequest) GetPagination() *Pagination
- func (*GetOracleDataBySpecIDRequest) ProtoMessage()
- func (x *GetOracleDataBySpecIDRequest) ProtoReflect() protoreflect.Message
- func (x *GetOracleDataBySpecIDRequest) Reset()
- func (x *GetOracleDataBySpecIDRequest) String() string
- type GetOracleDataBySpecIDResponse
- func (*GetOracleDataBySpecIDResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetOracleDataBySpecIDResponse) GetOracleData() []*v11.OracleData
- func (*GetOracleDataBySpecIDResponse) ProtoMessage()
- func (x *GetOracleDataBySpecIDResponse) ProtoReflect() protoreflect.Message
- func (x *GetOracleDataBySpecIDResponse) Reset()
- func (x *GetOracleDataBySpecIDResponse) String() string
- type GetOracleDataConnectionRequest
- func (*GetOracleDataConnectionRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetOracleDataConnectionRequest) GetPagination() *Pagination
- func (x *GetOracleDataConnectionRequest) GetSpecId() string
- func (*GetOracleDataConnectionRequest) ProtoMessage()
- func (x *GetOracleDataConnectionRequest) ProtoReflect() protoreflect.Message
- func (x *GetOracleDataConnectionRequest) Reset()
- func (x *GetOracleDataConnectionRequest) String() string
- type GetOracleDataConnectionResponse
- func (*GetOracleDataConnectionResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetOracleDataConnectionResponse) GetOracleData() *OracleDataConnection
- func (*GetOracleDataConnectionResponse) ProtoMessage()
- func (x *GetOracleDataConnectionResponse) ProtoReflect() protoreflect.Message
- func (x *GetOracleDataConnectionResponse) Reset()
- func (x *GetOracleDataConnectionResponse) String() string
- type GetOracleSpecByIDRequest
- func (*GetOracleSpecByIDRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetOracleSpecByIDRequest) GetOracleSpecId() string
- func (*GetOracleSpecByIDRequest) ProtoMessage()
- func (x *GetOracleSpecByIDRequest) ProtoReflect() protoreflect.Message
- func (x *GetOracleSpecByIDRequest) Reset()
- func (x *GetOracleSpecByIDRequest) String() string
- type GetOracleSpecByIDResponse
- func (*GetOracleSpecByIDResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetOracleSpecByIDResponse) GetOracleSpec() *v11.OracleSpec
- func (*GetOracleSpecByIDResponse) ProtoMessage()
- func (x *GetOracleSpecByIDResponse) ProtoReflect() protoreflect.Message
- func (x *GetOracleSpecByIDResponse) Reset()
- func (x *GetOracleSpecByIDResponse) String() string
- type GetOracleSpecsConnectionRequest
- func (*GetOracleSpecsConnectionRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetOracleSpecsConnectionRequest) GetPagination() *Pagination
- func (x *GetOracleSpecsConnectionRequest) GetSpecId() string
- func (*GetOracleSpecsConnectionRequest) ProtoMessage()
- func (x *GetOracleSpecsConnectionRequest) ProtoReflect() protoreflect.Message
- func (x *GetOracleSpecsConnectionRequest) Reset()
- func (x *GetOracleSpecsConnectionRequest) String() string
- type GetOracleSpecsConnectionResponse
- func (*GetOracleSpecsConnectionResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetOracleSpecsConnectionResponse) GetOracleSpecs() *OracleSpecsConnection
- func (*GetOracleSpecsConnectionResponse) ProtoMessage()
- func (x *GetOracleSpecsConnectionResponse) ProtoReflect() protoreflect.Message
- func (x *GetOracleSpecsConnectionResponse) Reset()
- func (x *GetOracleSpecsConnectionResponse) String() string
- type GetOrderVersionsByIDConnectionRequest
- func (*GetOrderVersionsByIDConnectionRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetOrderVersionsByIDConnectionRequest) GetOrderId() string
- func (x *GetOrderVersionsByIDConnectionRequest) GetPagination() *Pagination
- func (*GetOrderVersionsByIDConnectionRequest) ProtoMessage()
- func (x *GetOrderVersionsByIDConnectionRequest) ProtoReflect() protoreflect.Message
- func (x *GetOrderVersionsByIDConnectionRequest) Reset()
- func (x *GetOrderVersionsByIDConnectionRequest) String() string
- type GetOrderVersionsByIDConnectionResponse
- func (*GetOrderVersionsByIDConnectionResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetOrderVersionsByIDConnectionResponse) GetOrders() *OrderConnection
- func (*GetOrderVersionsByIDConnectionResponse) ProtoMessage()
- func (x *GetOrderVersionsByIDConnectionResponse) ProtoReflect() protoreflect.Message
- func (x *GetOrderVersionsByIDConnectionResponse) Reset()
- func (x *GetOrderVersionsByIDConnectionResponse) String() string
- type GetOrderVersionsByIDRequest
- func (*GetOrderVersionsByIDRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetOrderVersionsByIDRequest) GetOrderId() string
- func (x *GetOrderVersionsByIDRequest) GetPagination() *OffsetPagination
- func (*GetOrderVersionsByIDRequest) ProtoMessage()
- func (x *GetOrderVersionsByIDRequest) ProtoReflect() protoreflect.Message
- func (x *GetOrderVersionsByIDRequest) Reset()
- func (x *GetOrderVersionsByIDRequest) String() string
- type GetOrderVersionsByIDResponse
- func (*GetOrderVersionsByIDResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetOrderVersionsByIDResponse) GetOrders() *OrderConnection
- func (*GetOrderVersionsByIDResponse) ProtoMessage()
- func (x *GetOrderVersionsByIDResponse) ProtoReflect() protoreflect.Message
- func (x *GetOrderVersionsByIDResponse) Reset()
- func (x *GetOrderVersionsByIDResponse) String() string
- type GetOrdersByMarketConnectionRequest
- func (*GetOrdersByMarketConnectionRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetOrdersByMarketConnectionRequest) GetMarketId() string
- func (x *GetOrdersByMarketConnectionRequest) GetPagination() *Pagination
- func (*GetOrdersByMarketConnectionRequest) ProtoMessage()
- func (x *GetOrdersByMarketConnectionRequest) ProtoReflect() protoreflect.Message
- func (x *GetOrdersByMarketConnectionRequest) Reset()
- func (x *GetOrdersByMarketConnectionRequest) String() string
- type GetOrdersByMarketConnectionResponse
- func (*GetOrdersByMarketConnectionResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetOrdersByMarketConnectionResponse) GetOrders() *OrderConnection
- func (*GetOrdersByMarketConnectionResponse) ProtoMessage()
- func (x *GetOrdersByMarketConnectionResponse) ProtoReflect() protoreflect.Message
- func (x *GetOrdersByMarketConnectionResponse) Reset()
- func (x *GetOrdersByMarketConnectionResponse) String() string
- type GetOrdersByMarketRequest
- func (*GetOrdersByMarketRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetOrdersByMarketRequest) GetMarketId() string
- func (x *GetOrdersByMarketRequest) GetPagination() *OffsetPagination
- func (*GetOrdersByMarketRequest) ProtoMessage()
- func (x *GetOrdersByMarketRequest) ProtoReflect() protoreflect.Message
- func (x *GetOrdersByMarketRequest) Reset()
- func (x *GetOrdersByMarketRequest) String() string
- type GetOrdersByMarketResponse
- func (*GetOrdersByMarketResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetOrdersByMarketResponse) GetOrders() []*vega.Order
- func (*GetOrdersByMarketResponse) ProtoMessage()
- func (x *GetOrdersByMarketResponse) ProtoReflect() protoreflect.Message
- func (x *GetOrdersByMarketResponse) Reset()
- func (x *GetOrdersByMarketResponse) String() string
- type GetOrdersByPartyConnectionRequest
- func (*GetOrdersByPartyConnectionRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetOrdersByPartyConnectionRequest) GetMarketId() string
- func (x *GetOrdersByPartyConnectionRequest) GetPagination() *Pagination
- func (x *GetOrdersByPartyConnectionRequest) GetPartyId() string
- func (*GetOrdersByPartyConnectionRequest) ProtoMessage()
- func (x *GetOrdersByPartyConnectionRequest) ProtoReflect() protoreflect.Message
- func (x *GetOrdersByPartyConnectionRequest) Reset()
- func (x *GetOrdersByPartyConnectionRequest) String() string
- type GetOrdersByPartyConnectionResponse
- func (*GetOrdersByPartyConnectionResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetOrdersByPartyConnectionResponse) GetOrders() *OrderConnection
- func (*GetOrdersByPartyConnectionResponse) ProtoMessage()
- func (x *GetOrdersByPartyConnectionResponse) ProtoReflect() protoreflect.Message
- func (x *GetOrdersByPartyConnectionResponse) Reset()
- func (x *GetOrdersByPartyConnectionResponse) String() string
- type GetPartiesRequest
- func (*GetPartiesRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetPartiesRequest) GetPagination() *Pagination
- func (x *GetPartiesRequest) GetPartyId() string
- func (*GetPartiesRequest) ProtoMessage()
- func (x *GetPartiesRequest) ProtoReflect() protoreflect.Message
- func (x *GetPartiesRequest) Reset()
- func (x *GetPartiesRequest) String() string
- type GetPartiesResponse
- func (*GetPartiesResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetPartiesResponse) GetParty() *PartyConnection
- func (*GetPartiesResponse) ProtoMessage()
- func (x *GetPartiesResponse) ProtoReflect() protoreflect.Message
- func (x *GetPartiesResponse) Reset()
- func (x *GetPartiesResponse) String() string
- type GetPositionsByPartyConnectionRequest
- func (*GetPositionsByPartyConnectionRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetPositionsByPartyConnectionRequest) GetMarketId() string
- func (x *GetPositionsByPartyConnectionRequest) GetPagination() *Pagination
- func (x *GetPositionsByPartyConnectionRequest) GetPartyId() string
- func (*GetPositionsByPartyConnectionRequest) ProtoMessage()
- func (x *GetPositionsByPartyConnectionRequest) ProtoReflect() protoreflect.Message
- func (x *GetPositionsByPartyConnectionRequest) Reset()
- func (x *GetPositionsByPartyConnectionRequest) String() string
- type GetPositionsByPartyConnectionResponse
- func (*GetPositionsByPartyConnectionResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetPositionsByPartyConnectionResponse) GetPositions() *PositionConnection
- func (*GetPositionsByPartyConnectionResponse) ProtoMessage()
- func (x *GetPositionsByPartyConnectionResponse) ProtoReflect() protoreflect.Message
- func (x *GetPositionsByPartyConnectionResponse) Reset()
- func (x *GetPositionsByPartyConnectionResponse) String() string
- type GetRewardSummariesRequest
- func (*GetRewardSummariesRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetRewardSummariesRequest) GetAssetId() string
- func (x *GetRewardSummariesRequest) GetPartyId() string
- func (*GetRewardSummariesRequest) ProtoMessage()
- func (x *GetRewardSummariesRequest) ProtoReflect() protoreflect.Message
- func (x *GetRewardSummariesRequest) Reset()
- func (x *GetRewardSummariesRequest) String() string
- type GetRewardSummariesResponse
- func (*GetRewardSummariesResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetRewardSummariesResponse) GetSummaries() []*vega.RewardSummary
- func (*GetRewardSummariesResponse) ProtoMessage()
- func (x *GetRewardSummariesResponse) ProtoReflect() protoreflect.Message
- func (x *GetRewardSummariesResponse) Reset()
- func (x *GetRewardSummariesResponse) String() string
- type GetRewardsRequest
- func (*GetRewardsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetRewardsRequest) GetAssetId() string
- func (x *GetRewardsRequest) GetPagination() *Pagination
- func (x *GetRewardsRequest) GetPartyId() string
- func (*GetRewardsRequest) ProtoMessage()
- func (x *GetRewardsRequest) ProtoReflect() protoreflect.Message
- func (x *GetRewardsRequest) Reset()
- func (x *GetRewardsRequest) String() string
- type GetRewardsResponse
- func (*GetRewardsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetRewardsResponse) GetRewards() *RewardsConnection
- func (*GetRewardsResponse) ProtoMessage()
- func (x *GetRewardsResponse) ProtoReflect() protoreflect.Message
- func (x *GetRewardsResponse) Reset()
- func (x *GetRewardsResponse) String() string
- type GetTradesByMarketRequest
- func (*GetTradesByMarketRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetTradesByMarketRequest) GetMarketId() string
- func (x *GetTradesByMarketRequest) GetPagination() *Pagination
- func (*GetTradesByMarketRequest) ProtoMessage()
- func (x *GetTradesByMarketRequest) ProtoReflect() protoreflect.Message
- func (x *GetTradesByMarketRequest) Reset()
- func (x *GetTradesByMarketRequest) String() string
- type GetTradesByMarketResponse
- func (*GetTradesByMarketResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetTradesByMarketResponse) GetTrades() *TradeConnection
- func (*GetTradesByMarketResponse) ProtoMessage()
- func (x *GetTradesByMarketResponse) ProtoReflect() protoreflect.Message
- func (x *GetTradesByMarketResponse) Reset()
- func (x *GetTradesByMarketResponse) String() string
- type GetTradesByOrderIDRequest
- func (*GetTradesByOrderIDRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetTradesByOrderIDRequest) GetMarketId() string
- func (x *GetTradesByOrderIDRequest) GetOrderId() string
- func (x *GetTradesByOrderIDRequest) GetPagination() *Pagination
- func (*GetTradesByOrderIDRequest) ProtoMessage()
- func (x *GetTradesByOrderIDRequest) ProtoReflect() protoreflect.Message
- func (x *GetTradesByOrderIDRequest) Reset()
- func (x *GetTradesByOrderIDRequest) String() string
- type GetTradesByOrderIDResponse
- func (*GetTradesByOrderIDResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetTradesByOrderIDResponse) GetTrades() *TradeConnection
- func (*GetTradesByOrderIDResponse) ProtoMessage()
- func (x *GetTradesByOrderIDResponse) ProtoReflect() protoreflect.Message
- func (x *GetTradesByOrderIDResponse) Reset()
- func (x *GetTradesByOrderIDResponse) String() string
- type GetTradesByPartyRequest
- func (*GetTradesByPartyRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetTradesByPartyRequest) GetMarketId() string
- func (x *GetTradesByPartyRequest) GetPagination() *Pagination
- func (x *GetTradesByPartyRequest) GetPartyId() string
- func (*GetTradesByPartyRequest) ProtoMessage()
- func (x *GetTradesByPartyRequest) ProtoReflect() protoreflect.Message
- func (x *GetTradesByPartyRequest) Reset()
- func (x *GetTradesByPartyRequest) String() string
- type GetTradesByPartyResponse
- func (*GetTradesByPartyResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetTradesByPartyResponse) GetTrades() *TradeConnection
- func (*GetTradesByPartyResponse) ProtoMessage()
- func (x *GetTradesByPartyResponse) ProtoReflect() protoreflect.Message
- func (x *GetTradesByPartyResponse) Reset()
- func (x *GetTradesByPartyResponse) String() string
- type GetWithdrawalsRequest
- func (*GetWithdrawalsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetWithdrawalsRequest) GetPagination() *Pagination
- func (x *GetWithdrawalsRequest) GetPartyId() string
- func (*GetWithdrawalsRequest) ProtoMessage()
- func (x *GetWithdrawalsRequest) ProtoReflect() protoreflect.Message
- func (x *GetWithdrawalsRequest) Reset()
- func (x *GetWithdrawalsRequest) String() string
- type GetWithdrawalsResponse
- func (*GetWithdrawalsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetWithdrawalsResponse) GetWithdrawals() *WithdrawalsConnection
- func (*GetWithdrawalsResponse) ProtoMessage()
- func (x *GetWithdrawalsResponse) ProtoReflect() protoreflect.Message
- func (x *GetWithdrawalsResponse) Reset()
- func (x *GetWithdrawalsResponse) String() string
- type IntervalToCandleId
- func (*IntervalToCandleId) Descriptor() ([]byte, []int)deprecated
- func (x *IntervalToCandleId) GetCandleId() string
- func (x *IntervalToCandleId) GetInterval() string
- func (*IntervalToCandleId) ProtoMessage()
- func (x *IntervalToCandleId) ProtoReflect() protoreflect.Message
- func (x *IntervalToCandleId) Reset()
- func (x *IntervalToCandleId) String() string
- type LiquidityProvisionsConnection
- func (*LiquidityProvisionsConnection) Descriptor() ([]byte, []int)deprecated
- func (x *LiquidityProvisionsConnection) GetEdges() []*LiquidityProvisionsEdge
- func (x *LiquidityProvisionsConnection) GetPageInfo() *PageInfo
- func (x *LiquidityProvisionsConnection) GetTotalCount() int64
- func (*LiquidityProvisionsConnection) ProtoMessage()
- func (x *LiquidityProvisionsConnection) ProtoReflect() protoreflect.Message
- func (x *LiquidityProvisionsConnection) Reset()
- func (x *LiquidityProvisionsConnection) String() string
- type LiquidityProvisionsEdge
- func (*LiquidityProvisionsEdge) Descriptor() ([]byte, []int)deprecated
- func (x *LiquidityProvisionsEdge) GetCursor() string
- func (x *LiquidityProvisionsEdge) GetNode() *vega.LiquidityProvision
- func (*LiquidityProvisionsEdge) ProtoMessage()
- func (x *LiquidityProvisionsEdge) ProtoReflect() protoreflect.Message
- func (x *LiquidityProvisionsEdge) Reset()
- func (x *LiquidityProvisionsEdge) String() string
- type ListOracleDataRequest
- func (*ListOracleDataRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ListOracleDataRequest) GetPagination() *Pagination
- func (*ListOracleDataRequest) ProtoMessage()
- func (x *ListOracleDataRequest) ProtoReflect() protoreflect.Message
- func (x *ListOracleDataRequest) Reset()
- func (x *ListOracleDataRequest) String() string
- type ListOracleDataResponse
- func (*ListOracleDataResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListOracleDataResponse) GetOracleData() []*v11.OracleData
- func (*ListOracleDataResponse) ProtoMessage()
- func (x *ListOracleDataResponse) ProtoReflect() protoreflect.Message
- func (x *ListOracleDataResponse) Reset()
- func (x *ListOracleDataResponse) String() string
- type ListOracleSpecsRequest
- func (*ListOracleSpecsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ListOracleSpecsRequest) GetPagination() *Pagination
- func (*ListOracleSpecsRequest) ProtoMessage()
- func (x *ListOracleSpecsRequest) ProtoReflect() protoreflect.Message
- func (x *ListOracleSpecsRequest) Reset()
- func (x *ListOracleSpecsRequest) String() string
- type ListOracleSpecsResponse
- func (*ListOracleSpecsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListOracleSpecsResponse) GetOracleSpecs() []*v11.OracleSpec
- func (*ListOracleSpecsResponse) ProtoMessage()
- func (x *ListOracleSpecsResponse) ProtoReflect() protoreflect.Message
- func (x *ListOracleSpecsResponse) Reset()
- func (x *ListOracleSpecsResponse) String() string
- type ListTransfersRequest
- func (*ListTransfersRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ListTransfersRequest) GetDirection() TransferDirection
- func (x *ListTransfersRequest) GetPagination() *Pagination
- func (x *ListTransfersRequest) GetPubkey() string
- func (*ListTransfersRequest) ProtoMessage()
- func (x *ListTransfersRequest) ProtoReflect() protoreflect.Message
- func (x *ListTransfersRequest) Reset()
- func (x *ListTransfersRequest) String() string
- type ListTransfersResponse
- func (*ListTransfersResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListTransfersResponse) GetTransfers() *TransferConnection
- func (*ListTransfersResponse) ProtoMessage()
- func (x *ListTransfersResponse) ProtoReflect() protoreflect.Message
- func (x *ListTransfersResponse) Reset()
- func (x *ListTransfersResponse) String() string
- type ListVotesRequest
- func (*ListVotesRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ListVotesRequest) GetPagination() *Pagination
- func (x *ListVotesRequest) GetPartyId() string
- func (*ListVotesRequest) ProtoMessage()
- func (x *ListVotesRequest) ProtoReflect() protoreflect.Message
- func (x *ListVotesRequest) Reset()
- func (x *ListVotesRequest) String() string
- type ListVotesResponse
- func (*ListVotesResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListVotesResponse) GetVotes() *VoteConnection
- func (*ListVotesResponse) ProtoMessage()
- func (x *ListVotesResponse) ProtoReflect() protoreflect.Message
- func (x *ListVotesResponse) Reset()
- func (x *ListVotesResponse) String() string
- type MarginConnection
- func (*MarginConnection) Descriptor() ([]byte, []int)deprecated
- func (x *MarginConnection) GetEdges() []*MarginEdge
- func (x *MarginConnection) GetPageInfo() *PageInfo
- func (x *MarginConnection) GetTotalCount() int64
- func (*MarginConnection) ProtoMessage()
- func (x *MarginConnection) ProtoReflect() protoreflect.Message
- func (x *MarginConnection) Reset()
- func (x *MarginConnection) String() string
- type MarginEdge
- func (*MarginEdge) Descriptor() ([]byte, []int)deprecated
- func (x *MarginEdge) GetCursor() string
- func (x *MarginEdge) GetNode() *vega.MarginLevels
- func (*MarginEdge) ProtoMessage()
- func (x *MarginEdge) ProtoReflect() protoreflect.Message
- func (x *MarginEdge) Reset()
- func (x *MarginEdge) String() string
- type MarketConnection
- func (*MarketConnection) Descriptor() ([]byte, []int)deprecated
- func (x *MarketConnection) GetEdges() []*MarketEdge
- func (x *MarketConnection) GetPageInfo() *PageInfo
- func (x *MarketConnection) GetTotalCount() int64
- func (*MarketConnection) ProtoMessage()
- func (x *MarketConnection) ProtoReflect() protoreflect.Message
- func (x *MarketConnection) Reset()
- func (x *MarketConnection) String() string
- type MarketDataConnection
- func (*MarketDataConnection) Descriptor() ([]byte, []int)deprecated
- func (x *MarketDataConnection) GetEdges() []*MarketDataEdge
- func (x *MarketDataConnection) GetPageInfo() *PageInfo
- func (x *MarketDataConnection) GetTotalCount() int64
- func (*MarketDataConnection) ProtoMessage()
- func (x *MarketDataConnection) ProtoReflect() protoreflect.Message
- func (x *MarketDataConnection) Reset()
- func (x *MarketDataConnection) String() string
- type MarketDataEdge
- func (*MarketDataEdge) Descriptor() ([]byte, []int)deprecated
- func (x *MarketDataEdge) GetCursor() string
- func (x *MarketDataEdge) GetNode() *vega.MarketData
- func (*MarketDataEdge) ProtoMessage()
- func (x *MarketDataEdge) ProtoReflect() protoreflect.Message
- func (x *MarketDataEdge) Reset()
- func (x *MarketDataEdge) String() string
- type MarketEdge
- type MarketsDataSubscribeRequest
- func (*MarketsDataSubscribeRequest) Descriptor() ([]byte, []int)deprecated
- func (x *MarketsDataSubscribeRequest) GetMarketId() string
- func (*MarketsDataSubscribeRequest) ProtoMessage()
- func (x *MarketsDataSubscribeRequest) ProtoReflect() protoreflect.Message
- func (x *MarketsDataSubscribeRequest) Reset()
- func (x *MarketsDataSubscribeRequest) String() string
- type MarketsDataSubscribeResponse
- func (*MarketsDataSubscribeResponse) Descriptor() ([]byte, []int)deprecated
- func (x *MarketsDataSubscribeResponse) GetMarketData() []*vega.MarketData
- func (*MarketsDataSubscribeResponse) ProtoMessage()
- func (x *MarketsDataSubscribeResponse) ProtoReflect() protoreflect.Message
- func (x *MarketsDataSubscribeResponse) Reset()
- func (x *MarketsDataSubscribeResponse) String() string
- type ObserveVotesRequest
- func (*ObserveVotesRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ObserveVotesRequest) GetPartyId() string
- func (x *ObserveVotesRequest) GetProposalId() string
- func (*ObserveVotesRequest) ProtoMessage()
- func (x *ObserveVotesRequest) ProtoReflect() protoreflect.Message
- func (x *ObserveVotesRequest) Reset()
- func (x *ObserveVotesRequest) String() string
- type ObserveVotesResponse
- func (*ObserveVotesResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ObserveVotesResponse) GetVote() *vega.Vote
- func (*ObserveVotesResponse) ProtoMessage()
- func (x *ObserveVotesResponse) ProtoReflect() protoreflect.Message
- func (x *ObserveVotesResponse) Reset()
- func (x *ObserveVotesResponse) String() string
- type OffsetPagination
- func (*OffsetPagination) Descriptor() ([]byte, []int)deprecated
- func (x *OffsetPagination) GetDescending() bool
- func (x *OffsetPagination) GetLimit() uint64
- func (x *OffsetPagination) GetSkip() uint64
- func (*OffsetPagination) ProtoMessage()
- func (x *OffsetPagination) ProtoReflect() protoreflect.Message
- func (x *OffsetPagination) Reset()
- func (x *OffsetPagination) String() string
- type OracleDataConnection
- func (*OracleDataConnection) Descriptor() ([]byte, []int)deprecated
- func (x *OracleDataConnection) GetEdges() []*OracleDataEdge
- func (x *OracleDataConnection) GetPageInfo() *PageInfo
- func (x *OracleDataConnection) GetTotalCount() int64
- func (*OracleDataConnection) ProtoMessage()
- func (x *OracleDataConnection) ProtoReflect() protoreflect.Message
- func (x *OracleDataConnection) Reset()
- func (x *OracleDataConnection) String() string
- type OracleDataEdge
- func (*OracleDataEdge) Descriptor() ([]byte, []int)deprecated
- func (x *OracleDataEdge) GetCursor() string
- func (x *OracleDataEdge) GetNode() *v11.OracleData
- func (*OracleDataEdge) ProtoMessage()
- func (x *OracleDataEdge) ProtoReflect() protoreflect.Message
- func (x *OracleDataEdge) Reset()
- func (x *OracleDataEdge) String() string
- type OracleSpecEdge
- func (*OracleSpecEdge) Descriptor() ([]byte, []int)deprecated
- func (x *OracleSpecEdge) GetCursor() string
- func (x *OracleSpecEdge) GetNode() *v11.OracleSpec
- func (*OracleSpecEdge) ProtoMessage()
- func (x *OracleSpecEdge) ProtoReflect() protoreflect.Message
- func (x *OracleSpecEdge) Reset()
- func (x *OracleSpecEdge) String() string
- type OracleSpecsConnection
- func (*OracleSpecsConnection) Descriptor() ([]byte, []int)deprecated
- func (x *OracleSpecsConnection) GetEdges() []*OracleSpecEdge
- func (x *OracleSpecsConnection) GetPageInfo() *PageInfo
- func (x *OracleSpecsConnection) GetTotalCount() int64
- func (*OracleSpecsConnection) ProtoMessage()
- func (x *OracleSpecsConnection) ProtoReflect() protoreflect.Message
- func (x *OracleSpecsConnection) Reset()
- func (x *OracleSpecsConnection) String() string
- type OrderConnection
- func (*OrderConnection) Descriptor() ([]byte, []int)deprecated
- func (x *OrderConnection) GetEdges() []*OrderEdge
- func (x *OrderConnection) GetPageInfo() *PageInfo
- func (x *OrderConnection) GetTotalCount() int64
- func (*OrderConnection) ProtoMessage()
- func (x *OrderConnection) ProtoReflect() protoreflect.Message
- func (x *OrderConnection) Reset()
- func (x *OrderConnection) String() string
- type OrderEdge
- type PageInfo
- func (*PageInfo) Descriptor() ([]byte, []int)deprecated
- func (x *PageInfo) GetEndCursor() string
- func (x *PageInfo) GetHasNextPage() bool
- func (x *PageInfo) GetHasPreviousPage() bool
- func (x *PageInfo) GetStartCursor() string
- func (*PageInfo) ProtoMessage()
- func (x *PageInfo) ProtoReflect() protoreflect.Message
- func (x *PageInfo) Reset()
- func (x *PageInfo) String() string
- type Pagination
- func (*Pagination) Descriptor() ([]byte, []int)deprecated
- func (x *Pagination) GetAfter() string
- func (x *Pagination) GetBefore() string
- func (x *Pagination) GetFirst() int32
- func (x *Pagination) GetLast() int32
- func (x *Pagination) GetNewestFirst() bool
- func (*Pagination) ProtoMessage()
- func (x *Pagination) ProtoReflect() protoreflect.Message
- func (x *Pagination) Reset()
- func (x *Pagination) String() string
- type PartyConnection
- func (*PartyConnection) Descriptor() ([]byte, []int)deprecated
- func (x *PartyConnection) GetEdges() []*PartyEdge
- func (x *PartyConnection) GetPageInfo() *PageInfo
- func (x *PartyConnection) GetTotalCount() int64
- func (*PartyConnection) ProtoMessage()
- func (x *PartyConnection) ProtoReflect() protoreflect.Message
- func (x *PartyConnection) Reset()
- func (x *PartyConnection) String() string
- type PartyEdge
- type PositionConnection
- func (*PositionConnection) Descriptor() ([]byte, []int)deprecated
- func (x *PositionConnection) GetEdges() []*PositionEdge
- func (x *PositionConnection) GetPageInfo() *PageInfo
- func (x *PositionConnection) GetTotalCount() int64
- func (*PositionConnection) ProtoMessage()
- func (x *PositionConnection) ProtoReflect() protoreflect.Message
- func (x *PositionConnection) Reset()
- func (x *PositionConnection) String() string
- type PositionEdge
- func (*PositionEdge) Descriptor() ([]byte, []int)deprecated
- func (x *PositionEdge) GetCursor() string
- func (x *PositionEdge) GetNode() *vega.Position
- func (*PositionEdge) ProtoMessage()
- func (x *PositionEdge) ProtoReflect() protoreflect.Message
- func (x *PositionEdge) Reset()
- func (x *PositionEdge) String() string
- type RewardEdge
- type RewardsConnection
- func (*RewardsConnection) Descriptor() ([]byte, []int)deprecated
- func (x *RewardsConnection) GetEdges() []*RewardEdge
- func (x *RewardsConnection) GetPageInfo() *PageInfo
- func (x *RewardsConnection) GetTotalCount() int64
- func (*RewardsConnection) ProtoMessage()
- func (x *RewardsConnection) ProtoReflect() protoreflect.Message
- func (x *RewardsConnection) Reset()
- func (x *RewardsConnection) String() string
- type SubscribeToCandleDataRequest
- func (*SubscribeToCandleDataRequest) Descriptor() ([]byte, []int)deprecated
- func (x *SubscribeToCandleDataRequest) GetCandleId() string
- func (*SubscribeToCandleDataRequest) ProtoMessage()
- func (x *SubscribeToCandleDataRequest) ProtoReflect() protoreflect.Message
- func (x *SubscribeToCandleDataRequest) Reset()
- func (x *SubscribeToCandleDataRequest) String() string
- type SubscribeToCandleDataResponse
- func (*SubscribeToCandleDataResponse) Descriptor() ([]byte, []int)deprecated
- func (x *SubscribeToCandleDataResponse) GetCandle() *Candle
- func (*SubscribeToCandleDataResponse) ProtoMessage()
- func (x *SubscribeToCandleDataResponse) ProtoReflect() protoreflect.Message
- func (x *SubscribeToCandleDataResponse) Reset()
- func (x *SubscribeToCandleDataResponse) String() string
- type TradeConnection
- func (*TradeConnection) Descriptor() ([]byte, []int)deprecated
- func (x *TradeConnection) GetEdges() []*TradeEdge
- func (x *TradeConnection) GetPageInfo() *PageInfo
- func (x *TradeConnection) GetTotalCount() int64
- func (*TradeConnection) ProtoMessage()
- func (x *TradeConnection) ProtoReflect() protoreflect.Message
- func (x *TradeConnection) Reset()
- func (x *TradeConnection) String() string
- type TradeEdge
- type TradingDataServiceClient
- type TradingDataServiceServer
- type TradingDataService_MarketsDataSubscribeClient
- type TradingDataService_MarketsDataSubscribeServer
- type TradingDataService_ObserveVotesClient
- type TradingDataService_ObserveVotesServer
- type TradingDataService_SubscribeToCandleDataClient
- type TradingDataService_SubscribeToCandleDataServer
- type TransferConnection
- func (*TransferConnection) Descriptor() ([]byte, []int)deprecated
- func (x *TransferConnection) GetEdges() []*TransferEdge
- func (x *TransferConnection) GetPageInfo() *PageInfo
- func (x *TransferConnection) GetTotalCount() int64
- func (*TransferConnection) ProtoMessage()
- func (x *TransferConnection) ProtoReflect() protoreflect.Message
- func (x *TransferConnection) Reset()
- func (x *TransferConnection) String() string
- type TransferDirection
- func (TransferDirection) Descriptor() protoreflect.EnumDescriptor
- func (x TransferDirection) Enum() *TransferDirection
- func (TransferDirection) EnumDescriptor() ([]byte, []int)deprecated
- func (x TransferDirection) Number() protoreflect.EnumNumber
- func (x TransferDirection) String() string
- func (TransferDirection) Type() protoreflect.EnumType
- type TransferEdge
- func (*TransferEdge) Descriptor() ([]byte, []int)deprecated
- func (x *TransferEdge) GetCursor() string
- func (x *TransferEdge) GetNode() *v1.Transfer
- func (*TransferEdge) ProtoMessage()
- func (x *TransferEdge) ProtoReflect() protoreflect.Message
- func (x *TransferEdge) Reset()
- func (x *TransferEdge) String() string
- type UnimplementedTradingDataServiceServer
- func (UnimplementedTradingDataServiceServer) GetAssets(context.Context, *GetAssetsRequest) (*GetAssetsResponse, error)
- func (UnimplementedTradingDataServiceServer) GetBalanceHistory(context.Context, *GetBalanceHistoryRequest) (*GetBalanceHistoryResponse, error)
- func (UnimplementedTradingDataServiceServer) GetCandleData(context.Context, *GetCandleDataRequest) (*GetCandleDataResponse, error)
- func (UnimplementedTradingDataServiceServer) GetCandlesForMarket(context.Context, *GetCandlesForMarketRequest) (*GetCandlesForMarketResponse, error)
- func (UnimplementedTradingDataServiceServer) GetDeposits(context.Context, *GetDepositsRequest) (*GetDepositsResponse, error)
- func (UnimplementedTradingDataServiceServer) GetERC20ListAssetBundle(context.Context, *GetERC20ListAssetBundleRequest) (*GetERC20ListAssetBundleResponse, error)
- func (UnimplementedTradingDataServiceServer) GetERC20MultiSigSignerAddedBundles(context.Context, *GetERC20MultiSigSignerAddedBundlesRequest) (*GetERC20MultiSigSignerAddedBundlesResponse, error)
- func (UnimplementedTradingDataServiceServer) GetERC20MultiSigSignerRemovedBundles(context.Context, *GetERC20MultiSigSignerRemovedBundlesRequest) (*GetERC20MultiSigSignerRemovedBundlesResponse, error)
- func (UnimplementedTradingDataServiceServer) GetLiquidityProvisions(context.Context, *GetLiquidityProvisionsRequest) (*GetLiquidityProvisionsResponse, error)
- func (UnimplementedTradingDataServiceServer) GetMarginLevels(context.Context, *GetMarginLevelsRequest) (*GetMarginLevelsResponse, error)
- func (UnimplementedTradingDataServiceServer) GetMarketDataHistoryByID(context.Context, *GetMarketDataHistoryByIDRequest) (*GetMarketDataHistoryByIDResponse, error)
- func (UnimplementedTradingDataServiceServer) GetMarkets(context.Context, *GetMarketsRequest) (*GetMarketsResponse, error)
- func (UnimplementedTradingDataServiceServer) GetNetworkLimits(context.Context, *GetNetworkLimitsRequest) (*GetNetworkLimitsResponse, error)
- func (UnimplementedTradingDataServiceServer) GetOracleDataBySpecID(context.Context, *GetOracleDataBySpecIDRequest) (*GetOracleDataBySpecIDResponse, error)
- func (UnimplementedTradingDataServiceServer) GetOracleDataConnection(context.Context, *GetOracleDataConnectionRequest) (*GetOracleDataConnectionResponse, error)
- func (UnimplementedTradingDataServiceServer) GetOracleSpecByID(context.Context, *GetOracleSpecByIDRequest) (*GetOracleSpecByIDResponse, error)
- func (UnimplementedTradingDataServiceServer) GetOracleSpecsConnection(context.Context, *GetOracleSpecsConnectionRequest) (*GetOracleSpecsConnectionResponse, error)
- func (UnimplementedTradingDataServiceServer) GetOrderVersionsByID(context.Context, *GetOrderVersionsByIDRequest) (*GetOrderVersionsByIDResponse, error)
- func (UnimplementedTradingDataServiceServer) GetOrderVersionsByIDConnection(context.Context, *GetOrderVersionsByIDConnectionRequest) (*GetOrderVersionsByIDConnectionResponse, error)
- func (UnimplementedTradingDataServiceServer) GetOrdersByMarket(context.Context, *GetOrdersByMarketRequest) (*GetOrdersByMarketResponse, error)
- func (UnimplementedTradingDataServiceServer) GetOrdersByMarketConnection(context.Context, *GetOrdersByMarketConnectionRequest) (*GetOrdersByMarketConnectionResponse, error)
- func (UnimplementedTradingDataServiceServer) GetOrdersByPartyConnection(context.Context, *GetOrdersByPartyConnectionRequest) (*GetOrdersByPartyConnectionResponse, error)
- func (UnimplementedTradingDataServiceServer) GetParties(context.Context, *GetPartiesRequest) (*GetPartiesResponse, error)
- func (UnimplementedTradingDataServiceServer) GetPositionsByPartyConnection(context.Context, *GetPositionsByPartyConnectionRequest) (*GetPositionsByPartyConnectionResponse, error)
- func (UnimplementedTradingDataServiceServer) GetRewardSummaries(context.Context, *GetRewardSummariesRequest) (*GetRewardSummariesResponse, error)
- func (UnimplementedTradingDataServiceServer) GetRewards(context.Context, *GetRewardsRequest) (*GetRewardsResponse, error)
- func (UnimplementedTradingDataServiceServer) GetTradesByMarket(context.Context, *GetTradesByMarketRequest) (*GetTradesByMarketResponse, error)
- func (UnimplementedTradingDataServiceServer) GetTradesByOrderID(context.Context, *GetTradesByOrderIDRequest) (*GetTradesByOrderIDResponse, error)
- func (UnimplementedTradingDataServiceServer) GetTradesByParty(context.Context, *GetTradesByPartyRequest) (*GetTradesByPartyResponse, error)
- func (UnimplementedTradingDataServiceServer) GetWithdrawals(context.Context, *GetWithdrawalsRequest) (*GetWithdrawalsResponse, error)
- func (UnimplementedTradingDataServiceServer) ListOracleData(context.Context, *ListOracleDataRequest) (*ListOracleDataResponse, error)
- func (UnimplementedTradingDataServiceServer) ListOracleSpecs(context.Context, *ListOracleSpecsRequest) (*ListOracleSpecsResponse, error)
- func (UnimplementedTradingDataServiceServer) ListTransfers(context.Context, *ListTransfersRequest) (*ListTransfersResponse, error)
- func (UnimplementedTradingDataServiceServer) ListVotes(context.Context, *ListVotesRequest) (*ListVotesResponse, error)
- func (UnimplementedTradingDataServiceServer) MarketsDataSubscribe(*MarketsDataSubscribeRequest, TradingDataService_MarketsDataSubscribeServer) error
- func (UnimplementedTradingDataServiceServer) ObserveVotes(*ObserveVotesRequest, TradingDataService_ObserveVotesServer) error
- func (UnimplementedTradingDataServiceServer) SubscribeToCandleData(*SubscribeToCandleDataRequest, TradingDataService_SubscribeToCandleDataServer) error
- type UnsafeTradingDataServiceServer
- type VoteConnection
- func (*VoteConnection) Descriptor() ([]byte, []int)deprecated
- func (x *VoteConnection) GetEdges() []*VoteEdge
- func (x *VoteConnection) GetPageInfo() *PageInfo
- func (x *VoteConnection) GetTotalCount() int64
- func (*VoteConnection) ProtoMessage()
- func (x *VoteConnection) ProtoReflect() protoreflect.Message
- func (x *VoteConnection) Reset()
- func (x *VoteConnection) String() string
- type VoteEdge
- type WithdrawalEdge
- func (*WithdrawalEdge) Descriptor() ([]byte, []int)deprecated
- func (x *WithdrawalEdge) GetCursor() string
- func (x *WithdrawalEdge) GetNode() *vega.Withdrawal
- func (*WithdrawalEdge) ProtoMessage()
- func (x *WithdrawalEdge) ProtoReflect() protoreflect.Message
- func (x *WithdrawalEdge) Reset()
- func (x *WithdrawalEdge) String() string
- type WithdrawalsConnection
- func (*WithdrawalsConnection) Descriptor() ([]byte, []int)deprecated
- func (x *WithdrawalsConnection) GetEdges() []*WithdrawalEdge
- func (x *WithdrawalsConnection) GetPageInfo() *PageInfo
- func (x *WithdrawalsConnection) GetTotalCount() int64
- func (*WithdrawalsConnection) ProtoMessage()
- func (x *WithdrawalsConnection) ProtoReflect() protoreflect.Message
- func (x *WithdrawalsConnection) Reset()
- func (x *WithdrawalsConnection) String() string
Constants ¶
This section is empty.
Variables ¶
var ( AccountField_name = map[int32]string{ 0: "ACCOUNT_FIELD_UNSPECIFIED", 1: "ACCOUNT_FIELD_ID", 2: "ACCOUNT_FIELD_PARTY_ID", 3: "ACCOUNT_FIELD_ASSET_ID", 4: "ACCOUNT_FIELD_MARKET_ID", 5: "ACCOUNT_FIELD_TYPE", } AccountField_value = map[string]int32{ "ACCOUNT_FIELD_UNSPECIFIED": 0, "ACCOUNT_FIELD_ID": 1, "ACCOUNT_FIELD_PARTY_ID": 2, "ACCOUNT_FIELD_ASSET_ID": 3, "ACCOUNT_FIELD_MARKET_ID": 4, "ACCOUNT_FIELD_TYPE": 5, } )
Enum value maps for AccountField.
var ( TransferDirection_name = map[int32]string{ 0: "TRANSFER_DIRECTION_UNSPECIFIED", 1: "TRANSFER_DIRECTION_TRANSFER_FROM", 2: "TRANSFER_DIRECTION_TRANSFER_TO", 3: "TRANSFER_DIRECTION_TRANSFER_TO_OR_FROM", } TransferDirection_value = map[string]int32{ "TRANSFER_DIRECTION_UNSPECIFIED": 0, "TRANSFER_DIRECTION_TRANSFER_FROM": 1, "TRANSFER_DIRECTION_TRANSFER_TO": 2, "TRANSFER_DIRECTION_TRANSFER_TO_OR_FROM": 3, } )
Enum value maps for TransferDirection.
var File_data_node_api_v2_trading_data_proto protoreflect.FileDescriptor
var TradingDataService_ServiceDesc = grpc.ServiceDesc{ ServiceName: "datanode.api.v2.TradingDataService", HandlerType: (*TradingDataServiceServer)(nil), Methods: []grpc.MethodDesc{ { MethodName: "GetOrdersByMarket", Handler: _TradingDataService_GetOrdersByMarket_Handler, }, { MethodName: "GetOrderVersionsByID", Handler: _TradingDataService_GetOrderVersionsByID_Handler, }, { MethodName: "GetOrdersByMarketConnection", Handler: _TradingDataService_GetOrdersByMarketConnection_Handler, }, { MethodName: "GetOrdersByPartyConnection", Handler: _TradingDataService_GetOrdersByPartyConnection_Handler, }, { MethodName: "GetOrderVersionsByIDConnection", Handler: _TradingDataService_GetOrderVersionsByIDConnection_Handler, }, { MethodName: "GetPositionsByPartyConnection", Handler: _TradingDataService_GetPositionsByPartyConnection_Handler, }, { MethodName: "GetBalanceHistory", Handler: _TradingDataService_GetBalanceHistory_Handler, }, { MethodName: "GetMarketDataHistoryByID", Handler: _TradingDataService_GetMarketDataHistoryByID_Handler, }, { MethodName: "ListTransfers", Handler: _TradingDataService_ListTransfers_Handler, }, { MethodName: "GetNetworkLimits", Handler: _TradingDataService_GetNetworkLimits_Handler, }, { MethodName: "GetCandleData", Handler: _TradingDataService_GetCandleData_Handler, }, { MethodName: "GetCandlesForMarket", Handler: _TradingDataService_GetCandlesForMarket_Handler, }, { MethodName: "ListVotes", Handler: _TradingDataService_ListVotes_Handler, }, { MethodName: "GetERC20MultiSigSignerAddedBundles", Handler: _TradingDataService_GetERC20MultiSigSignerAddedBundles_Handler, }, { MethodName: "GetERC20MultiSigSignerRemovedBundles", Handler: _TradingDataService_GetERC20MultiSigSignerRemovedBundles_Handler, }, { MethodName: "GetERC20ListAssetBundle", Handler: _TradingDataService_GetERC20ListAssetBundle_Handler, }, { MethodName: "GetTradesByMarket", Handler: _TradingDataService_GetTradesByMarket_Handler, }, { MethodName: "GetTradesByParty", Handler: _TradingDataService_GetTradesByParty_Handler, }, { MethodName: "GetTradesByOrderID", Handler: _TradingDataService_GetTradesByOrderID_Handler, }, { MethodName: "GetOracleSpecByID", Handler: _TradingDataService_GetOracleSpecByID_Handler, }, { MethodName: "ListOracleSpecs", Handler: _TradingDataService_ListOracleSpecs_Handler, }, { MethodName: "GetOracleDataBySpecID", Handler: _TradingDataService_GetOracleDataBySpecID_Handler, }, { MethodName: "ListOracleData", Handler: _TradingDataService_ListOracleData_Handler, }, { MethodName: "GetOracleSpecsConnection", Handler: _TradingDataService_GetOracleSpecsConnection_Handler, }, { MethodName: "GetOracleDataConnection", Handler: _TradingDataService_GetOracleDataConnection_Handler, }, { MethodName: "GetMarkets", Handler: _TradingDataService_GetMarkets_Handler, }, { MethodName: "GetParties", Handler: _TradingDataService_GetParties_Handler, }, { MethodName: "GetMarginLevels", Handler: _TradingDataService_GetMarginLevels_Handler, }, { MethodName: "GetRewards", Handler: _TradingDataService_GetRewards_Handler, }, { MethodName: "GetRewardSummaries", Handler: _TradingDataService_GetRewardSummaries_Handler, }, { MethodName: "GetDeposits", Handler: _TradingDataService_GetDeposits_Handler, }, { MethodName: "GetWithdrawals", Handler: _TradingDataService_GetWithdrawals_Handler, }, { MethodName: "GetAssets", Handler: _TradingDataService_GetAssets_Handler, }, { MethodName: "GetLiquidityProvisions", Handler: _TradingDataService_GetLiquidityProvisions_Handler, }, }, Streams: []grpc.StreamDesc{ { StreamName: "MarketsDataSubscribe", Handler: _TradingDataService_MarketsDataSubscribe_Handler, ServerStreams: true, }, { StreamName: "SubscribeToCandleData", Handler: _TradingDataService_SubscribeToCandleData_Handler, ServerStreams: true, }, { StreamName: "ObserveVotes", Handler: _TradingDataService_ObserveVotes_Handler, ServerStreams: true, }, }, Metadata: "data-node/api/v2/trading_data.proto", }
TradingDataService_ServiceDesc is the grpc.ServiceDesc for TradingDataService service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)
Functions ¶
func RegisterTradingDataServiceServer ¶
func RegisterTradingDataServiceServer(s grpc.ServiceRegistrar, srv TradingDataServiceServer)
Types ¶
type AccountField ¶
type AccountField int32
A list of the properties of an account, used for grouping
const ( AccountField_ACCOUNT_FIELD_UNSPECIFIED AccountField = 0 AccountField_ACCOUNT_FIELD_ID AccountField = 1 AccountField_ACCOUNT_FIELD_PARTY_ID AccountField = 2 AccountField_ACCOUNT_FIELD_ASSET_ID AccountField = 3 AccountField_ACCOUNT_FIELD_MARKET_ID AccountField = 4 AccountField_ACCOUNT_FIELD_TYPE AccountField = 5 )
func (AccountField) Descriptor ¶
func (AccountField) Descriptor() protoreflect.EnumDescriptor
func (AccountField) Enum ¶
func (x AccountField) Enum() *AccountField
func (AccountField) EnumDescriptor
deprecated
func (AccountField) EnumDescriptor() ([]byte, []int)
Deprecated: Use AccountField.Descriptor instead.
func (AccountField) Number ¶
func (x AccountField) Number() protoreflect.EnumNumber
func (AccountField) String ¶
func (x AccountField) String() string
func (AccountField) Type ¶
func (AccountField) Type() protoreflect.EnumType
type AccountFilter ¶
type AccountFilter struct { // Restrict accounts to those holding balances in this asset ID AssetId string `protobuf:"bytes,1,opt,name=asset_id,json=assetId,proto3" json:"asset_id,omitempty"` // Restrict accounts to those owned by the parties in this list (pass an empty list for no filter) PartyIds []string `protobuf:"bytes,2,rep,name=party_ids,json=partyIds,proto3" json:"party_ids,omitempty"` // Restrict accounts to those connected to the marketsin this list (pass an empty list for no filter) MarketIds []string `protobuf:"bytes,3,rep,name=market_ids,json=marketIds,proto3" json:"market_ids,omitempty"` // Restrict accounts to those connected to any of the types in this list (pass an empty list for no filter) AccountTypes []vega.AccountType `` /* 127-byte string literal not displayed */ // contains filtered or unexported fields }
func (*AccountFilter) Descriptor
deprecated
func (*AccountFilter) Descriptor() ([]byte, []int)
Deprecated: Use AccountFilter.ProtoReflect.Descriptor instead.
func (*AccountFilter) GetAccountTypes ¶
func (x *AccountFilter) GetAccountTypes() []vega.AccountType
func (*AccountFilter) GetAssetId ¶
func (x *AccountFilter) GetAssetId() string
func (*AccountFilter) GetMarketIds ¶
func (x *AccountFilter) GetMarketIds() []string
func (*AccountFilter) GetPartyIds ¶
func (x *AccountFilter) GetPartyIds() []string
func (*AccountFilter) ProtoMessage ¶
func (*AccountFilter) ProtoMessage()
func (*AccountFilter) ProtoReflect ¶
func (x *AccountFilter) ProtoReflect() protoreflect.Message
func (*AccountFilter) Reset ¶
func (x *AccountFilter) Reset()
func (*AccountFilter) String ¶
func (x *AccountFilter) String() string
type AggregatedBalance ¶
type AggregatedBalance struct { // Timestamp to of block the balance is referring to, in nanoseconds since the epoch Timestamp int64 `protobuf:"varint,1,opt,name=timestamp,proto3" json:"timestamp,omitempty"` // The balance of the set of requested accounts at the time above Balance string `protobuf:"bytes,2,opt,name=balance,proto3" json:"balance,omitempty"` // If grouping by account ID, the account ID AccountId *string `protobuf:"bytes,3,opt,name=account_id,json=accountId,proto3,oneof" json:"account_id,omitempty"` // If grouping by party, the party ID PartyId *string `protobuf:"bytes,4,opt,name=party_id,json=partyId,proto3,oneof" json:"party_id,omitempty"` // If grouping by asset, the asset ID AssetId *string `protobuf:"bytes,5,opt,name=asset_id,json=assetId,proto3,oneof" json:"asset_id,omitempty"` // If grouping by market, the market ID MarketId *string `protobuf:"bytes,6,opt,name=market_id,json=marketId,proto3,oneof" json:"market_id,omitempty"` // If grouping by account type, the account type AccountType vega.AccountType `protobuf:"varint,7,opt,name=account_type,json=accountType,proto3,enum=vega.AccountType" json:"account_type,omitempty"` // contains filtered or unexported fields }
func (*AggregatedBalance) Descriptor
deprecated
func (*AggregatedBalance) Descriptor() ([]byte, []int)
Deprecated: Use AggregatedBalance.ProtoReflect.Descriptor instead.
func (*AggregatedBalance) GetAccountId ¶
func (x *AggregatedBalance) GetAccountId() string
func (*AggregatedBalance) GetAccountType ¶
func (x *AggregatedBalance) GetAccountType() vega.AccountType
func (*AggregatedBalance) GetAssetId ¶
func (x *AggregatedBalance) GetAssetId() string
func (*AggregatedBalance) GetBalance ¶
func (x *AggregatedBalance) GetBalance() string
func (*AggregatedBalance) GetMarketId ¶
func (x *AggregatedBalance) GetMarketId() string
func (*AggregatedBalance) GetPartyId ¶
func (x *AggregatedBalance) GetPartyId() string
func (*AggregatedBalance) GetTimestamp ¶
func (x *AggregatedBalance) GetTimestamp() int64
func (*AggregatedBalance) ProtoMessage ¶
func (*AggregatedBalance) ProtoMessage()
func (*AggregatedBalance) ProtoReflect ¶
func (x *AggregatedBalance) ProtoReflect() protoreflect.Message
func (*AggregatedBalance) Reset ¶
func (x *AggregatedBalance) Reset()
func (*AggregatedBalance) String ¶
func (x *AggregatedBalance) String() string
type AssetEdge ¶ added in v0.53.0
type AssetEdge struct { Node *vega.Asset `protobuf:"bytes,1,opt,name=node,proto3" json:"node,omitempty"` Cursor string `protobuf:"bytes,2,opt,name=cursor,proto3" json:"cursor,omitempty"` // contains filtered or unexported fields }
func (*AssetEdge) Descriptor
deprecated
added in
v0.53.0
func (*AssetEdge) ProtoMessage ¶ added in v0.53.0
func (*AssetEdge) ProtoMessage()
func (*AssetEdge) ProtoReflect ¶ added in v0.53.0
func (x *AssetEdge) ProtoReflect() protoreflect.Message
type AssetsConnection ¶ added in v0.53.0
type AssetsConnection struct { TotalCount int64 `protobuf:"varint,1,opt,name=total_count,json=totalCount,proto3" json:"total_count,omitempty"` Edges []*AssetEdge `protobuf:"bytes,2,rep,name=edges,proto3" json:"edges,omitempty"` PageInfo *PageInfo `protobuf:"bytes,3,opt,name=page_info,json=pageInfo,proto3" json:"page_info,omitempty"` // contains filtered or unexported fields }
func (*AssetsConnection) Descriptor
deprecated
added in
v0.53.0
func (*AssetsConnection) Descriptor() ([]byte, []int)
Deprecated: Use AssetsConnection.ProtoReflect.Descriptor instead.
func (*AssetsConnection) GetEdges ¶ added in v0.53.0
func (x *AssetsConnection) GetEdges() []*AssetEdge
func (*AssetsConnection) GetPageInfo ¶ added in v0.53.0
func (x *AssetsConnection) GetPageInfo() *PageInfo
func (*AssetsConnection) GetTotalCount ¶ added in v0.53.0
func (x *AssetsConnection) GetTotalCount() int64
func (*AssetsConnection) ProtoMessage ¶ added in v0.53.0
func (*AssetsConnection) ProtoMessage()
func (*AssetsConnection) ProtoReflect ¶ added in v0.53.0
func (x *AssetsConnection) ProtoReflect() protoreflect.Message
func (*AssetsConnection) Reset ¶ added in v0.53.0
func (x *AssetsConnection) Reset()
func (*AssetsConnection) String ¶ added in v0.53.0
func (x *AssetsConnection) String() string
type Candle ¶ added in v0.49.2
type Candle struct { // Timestamp for the point in time when the candle was initially created/opened, in nanoseconds since the epoch // - See [`VegaTimeResponse`](#api.VegaTimeResponse).`timestamp` Start int64 `protobuf:"varint,1,opt,name=start,proto3" json:"start,omitempty"` // Timestamp for the point in time when the candle was last updated, in nanoseconds since the epoch // - See [`VegaTimeResponse`](#api.VegaTimeResponse).`timestamp` LastUpdate int64 `protobuf:"varint,2,opt,name=last_update,json=lastUpdate,proto3" json:"last_update,omitempty"` // Highest price for trading during the candle interval High string `protobuf:"bytes,3,opt,name=high,proto3" json:"high,omitempty"` // Lowest price for trading during the candle interval Low string `protobuf:"bytes,4,opt,name=low,proto3" json:"low,omitempty"` // Open trade price Open string `protobuf:"bytes,5,opt,name=open,proto3" json:"open,omitempty"` // Closing trade price Close string `protobuf:"bytes,6,opt,name=close,proto3" json:"close,omitempty"` // Total trading volume during the candle interval Volume uint64 `protobuf:"varint,7,opt,name=volume,proto3" json:"volume,omitempty"` // contains filtered or unexported fields }
Represents the high, low, open, and closing prices for an interval of trading, referred to commonly as a candlestick or candle
func (*Candle) Descriptor
deprecated
added in
v0.49.2
func (*Candle) GetLastUpdate ¶ added in v0.49.2
func (*Candle) ProtoMessage ¶ added in v0.49.2
func (*Candle) ProtoMessage()
func (*Candle) ProtoReflect ¶ added in v0.49.2
func (x *Candle) ProtoReflect() protoreflect.Message
type CandleDataConnection ¶ added in v0.53.0
type CandleDataConnection struct { TotalCount int64 `protobuf:"varint,1,opt,name=total_count,json=totalCount,proto3" json:"total_count,omitempty"` Edges []*CandleEdge `protobuf:"bytes,2,rep,name=edges,proto3" json:"edges,omitempty"` PageInfo *PageInfo `protobuf:"bytes,3,opt,name=page_info,json=pageInfo,proto3" json:"page_info,omitempty"` // contains filtered or unexported fields }
func (*CandleDataConnection) Descriptor
deprecated
added in
v0.53.0
func (*CandleDataConnection) Descriptor() ([]byte, []int)
Deprecated: Use CandleDataConnection.ProtoReflect.Descriptor instead.
func (*CandleDataConnection) GetEdges ¶ added in v0.53.0
func (x *CandleDataConnection) GetEdges() []*CandleEdge
func (*CandleDataConnection) GetPageInfo ¶ added in v0.53.0
func (x *CandleDataConnection) GetPageInfo() *PageInfo
func (*CandleDataConnection) GetTotalCount ¶ added in v0.53.0
func (x *CandleDataConnection) GetTotalCount() int64
func (*CandleDataConnection) ProtoMessage ¶ added in v0.53.0
func (*CandleDataConnection) ProtoMessage()
func (*CandleDataConnection) ProtoReflect ¶ added in v0.53.0
func (x *CandleDataConnection) ProtoReflect() protoreflect.Message
func (*CandleDataConnection) Reset ¶ added in v0.53.0
func (x *CandleDataConnection) Reset()
func (*CandleDataConnection) String ¶ added in v0.53.0
func (x *CandleDataConnection) String() string
type CandleEdge ¶ added in v0.53.0
type CandleEdge struct { Node *Candle `protobuf:"bytes,1,opt,name=node,proto3" json:"node,omitempty"` Cursor string `protobuf:"bytes,2,opt,name=cursor,proto3" json:"cursor,omitempty"` // contains filtered or unexported fields }
func (*CandleEdge) Descriptor
deprecated
added in
v0.53.0
func (*CandleEdge) Descriptor() ([]byte, []int)
Deprecated: Use CandleEdge.ProtoReflect.Descriptor instead.
func (*CandleEdge) GetCursor ¶ added in v0.53.0
func (x *CandleEdge) GetCursor() string
func (*CandleEdge) GetNode ¶ added in v0.53.0
func (x *CandleEdge) GetNode() *Candle
func (*CandleEdge) ProtoMessage ¶ added in v0.53.0
func (*CandleEdge) ProtoMessage()
func (*CandleEdge) ProtoReflect ¶ added in v0.53.0
func (x *CandleEdge) ProtoReflect() protoreflect.Message
func (*CandleEdge) Reset ¶ added in v0.53.0
func (x *CandleEdge) Reset()
func (*CandleEdge) String ¶ added in v0.53.0
func (x *CandleEdge) String() string
type DepositEdge ¶ added in v0.53.0
type DepositEdge struct { Node *vega.Deposit `protobuf:"bytes,1,opt,name=node,proto3" json:"node,omitempty"` Cursor string `protobuf:"bytes,2,opt,name=cursor,proto3" json:"cursor,omitempty"` // contains filtered or unexported fields }
func (*DepositEdge) Descriptor
deprecated
added in
v0.53.0
func (*DepositEdge) Descriptor() ([]byte, []int)
Deprecated: Use DepositEdge.ProtoReflect.Descriptor instead.
func (*DepositEdge) GetCursor ¶ added in v0.53.0
func (x *DepositEdge) GetCursor() string
func (*DepositEdge) GetNode ¶ added in v0.53.0
func (x *DepositEdge) GetNode() *vega.Deposit
func (*DepositEdge) ProtoMessage ¶ added in v0.53.0
func (*DepositEdge) ProtoMessage()
func (*DepositEdge) ProtoReflect ¶ added in v0.53.0
func (x *DepositEdge) ProtoReflect() protoreflect.Message
func (*DepositEdge) Reset ¶ added in v0.53.0
func (x *DepositEdge) Reset()
func (*DepositEdge) String ¶ added in v0.53.0
func (x *DepositEdge) String() string
type DepositsConnection ¶ added in v0.53.0
type DepositsConnection struct { TotalCount int64 `protobuf:"varint,1,opt,name=total_count,json=totalCount,proto3" json:"total_count,omitempty"` Edges []*DepositEdge `protobuf:"bytes,2,rep,name=edges,proto3" json:"edges,omitempty"` PageInfo *PageInfo `protobuf:"bytes,3,opt,name=page_info,json=pageInfo,proto3" json:"page_info,omitempty"` // contains filtered or unexported fields }
func (*DepositsConnection) Descriptor
deprecated
added in
v0.53.0
func (*DepositsConnection) Descriptor() ([]byte, []int)
Deprecated: Use DepositsConnection.ProtoReflect.Descriptor instead.
func (*DepositsConnection) GetEdges ¶ added in v0.53.0
func (x *DepositsConnection) GetEdges() []*DepositEdge
func (*DepositsConnection) GetPageInfo ¶ added in v0.53.0
func (x *DepositsConnection) GetPageInfo() *PageInfo
func (*DepositsConnection) GetTotalCount ¶ added in v0.53.0
func (x *DepositsConnection) GetTotalCount() int64
func (*DepositsConnection) ProtoMessage ¶ added in v0.53.0
func (*DepositsConnection) ProtoMessage()
func (*DepositsConnection) ProtoReflect ¶ added in v0.53.0
func (x *DepositsConnection) ProtoReflect() protoreflect.Message
func (*DepositsConnection) Reset ¶ added in v0.53.0
func (x *DepositsConnection) Reset()
func (*DepositsConnection) String ¶ added in v0.53.0
func (x *DepositsConnection) String() string
type ERC20MultiSigSignerAddedBundle ¶ added in v0.50.2
type ERC20MultiSigSignerAddedBundle struct { // The ethereum address of the signer to be removed NewSigner string `protobuf:"bytes,1,opt,name=new_signer,json=newSigner,proto3" json:"new_signer,omitempty"` // The ethereum address of the submitter Submitter string `protobuf:"bytes,2,opt,name=submitter,proto3" json:"submitter,omitempty"` // The nonce used in the signing operation Nonce string `protobuf:"bytes,4,opt,name=nonce,proto3" json:"nonce,omitempty"` // unixnano timestamp for when the validator was added Timestamp int64 `protobuf:"varint,5,opt,name=timestamp,proto3" json:"timestamp,omitempty"` // The bundle of signatures from current validators to sign in the new signer Signatures string `protobuf:"bytes,6,opt,name=signatures,proto3" json:"signatures,omitempty"` // The epoch in which the validator was added EpochSeq string `protobuf:"bytes,3,opt,name=epoch_seq,json=epochSeq,proto3" json:"epoch_seq,omitempty"` // contains filtered or unexported fields }
func (*ERC20MultiSigSignerAddedBundle) Descriptor
deprecated
added in
v0.50.2
func (*ERC20MultiSigSignerAddedBundle) Descriptor() ([]byte, []int)
Deprecated: Use ERC20MultiSigSignerAddedBundle.ProtoReflect.Descriptor instead.
func (*ERC20MultiSigSignerAddedBundle) GetEpochSeq ¶ added in v0.50.2
func (x *ERC20MultiSigSignerAddedBundle) GetEpochSeq() string
func (*ERC20MultiSigSignerAddedBundle) GetNewSigner ¶ added in v0.50.2
func (x *ERC20MultiSigSignerAddedBundle) GetNewSigner() string
func (*ERC20MultiSigSignerAddedBundle) GetNonce ¶ added in v0.50.2
func (x *ERC20MultiSigSignerAddedBundle) GetNonce() string
func (*ERC20MultiSigSignerAddedBundle) GetSignatures ¶ added in v0.50.2
func (x *ERC20MultiSigSignerAddedBundle) GetSignatures() string
func (*ERC20MultiSigSignerAddedBundle) GetSubmitter ¶ added in v0.50.2
func (x *ERC20MultiSigSignerAddedBundle) GetSubmitter() string
func (*ERC20MultiSigSignerAddedBundle) GetTimestamp ¶ added in v0.50.2
func (x *ERC20MultiSigSignerAddedBundle) GetTimestamp() int64
func (*ERC20MultiSigSignerAddedBundle) ProtoMessage ¶ added in v0.50.2
func (*ERC20MultiSigSignerAddedBundle) ProtoMessage()
func (*ERC20MultiSigSignerAddedBundle) ProtoReflect ¶ added in v0.50.2
func (x *ERC20MultiSigSignerAddedBundle) ProtoReflect() protoreflect.Message
func (*ERC20MultiSigSignerAddedBundle) Reset ¶ added in v0.50.2
func (x *ERC20MultiSigSignerAddedBundle) Reset()
func (*ERC20MultiSigSignerAddedBundle) String ¶ added in v0.50.2
func (x *ERC20MultiSigSignerAddedBundle) String() string
type ERC20MultiSigSignerRemovedBundle ¶ added in v0.50.2
type ERC20MultiSigSignerRemovedBundle struct { // The ethereum address of the signer to be removed OldSigner string `protobuf:"bytes,1,opt,name=old_signer,json=oldSigner,proto3" json:"old_signer,omitempty"` // The ethereum address of the submitter Submitter string `protobuf:"bytes,2,opt,name=submitter,proto3" json:"submitter,omitempty"` // The nonce used in the signing operation Nonce string `protobuf:"bytes,4,opt,name=nonce,proto3" json:"nonce,omitempty"` // unixnano timestamp for when the validator was added Timestamp int64 `protobuf:"varint,5,opt,name=timestamp,proto3" json:"timestamp,omitempty"` // The bundle of signatures from current validators to sign in the new signer Signatures string `protobuf:"bytes,6,opt,name=signatures,proto3" json:"signatures,omitempty"` // The epoch in which the validator was removed EpochSeq string `protobuf:"bytes,7,opt,name=epoch_seq,json=epochSeq,proto3" json:"epoch_seq,omitempty"` // contains filtered or unexported fields }
func (*ERC20MultiSigSignerRemovedBundle) Descriptor
deprecated
added in
v0.50.2
func (*ERC20MultiSigSignerRemovedBundle) Descriptor() ([]byte, []int)
Deprecated: Use ERC20MultiSigSignerRemovedBundle.ProtoReflect.Descriptor instead.
func (*ERC20MultiSigSignerRemovedBundle) GetEpochSeq ¶ added in v0.50.2
func (x *ERC20MultiSigSignerRemovedBundle) GetEpochSeq() string
func (*ERC20MultiSigSignerRemovedBundle) GetNonce ¶ added in v0.50.2
func (x *ERC20MultiSigSignerRemovedBundle) GetNonce() string
func (*ERC20MultiSigSignerRemovedBundle) GetOldSigner ¶ added in v0.50.2
func (x *ERC20MultiSigSignerRemovedBundle) GetOldSigner() string
func (*ERC20MultiSigSignerRemovedBundle) GetSignatures ¶ added in v0.50.2
func (x *ERC20MultiSigSignerRemovedBundle) GetSignatures() string
func (*ERC20MultiSigSignerRemovedBundle) GetSubmitter ¶ added in v0.50.2
func (x *ERC20MultiSigSignerRemovedBundle) GetSubmitter() string
func (*ERC20MultiSigSignerRemovedBundle) GetTimestamp ¶ added in v0.50.2
func (x *ERC20MultiSigSignerRemovedBundle) GetTimestamp() int64
func (*ERC20MultiSigSignerRemovedBundle) ProtoMessage ¶ added in v0.50.2
func (*ERC20MultiSigSignerRemovedBundle) ProtoMessage()
func (*ERC20MultiSigSignerRemovedBundle) ProtoReflect ¶ added in v0.50.2
func (x *ERC20MultiSigSignerRemovedBundle) ProtoReflect() protoreflect.Message
func (*ERC20MultiSigSignerRemovedBundle) Reset ¶ added in v0.50.2
func (x *ERC20MultiSigSignerRemovedBundle) Reset()
func (*ERC20MultiSigSignerRemovedBundle) String ¶ added in v0.50.2
func (x *ERC20MultiSigSignerRemovedBundle) String() string
type GetAssetsRequest ¶ added in v0.53.0
type GetAssetsRequest struct { AssetId string `protobuf:"bytes,1,opt,name=asset_id,json=assetId,proto3" json:"asset_id,omitempty"` Pagination *Pagination `protobuf:"bytes,2,opt,name=pagination,proto3" json:"pagination,omitempty"` // contains filtered or unexported fields }
-- Assets --
func (*GetAssetsRequest) Descriptor
deprecated
added in
v0.53.0
func (*GetAssetsRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetAssetsRequest.ProtoReflect.Descriptor instead.
func (*GetAssetsRequest) GetAssetId ¶ added in v0.53.0
func (x *GetAssetsRequest) GetAssetId() string
func (*GetAssetsRequest) GetPagination ¶ added in v0.53.0
func (x *GetAssetsRequest) GetPagination() *Pagination
func (*GetAssetsRequest) ProtoMessage ¶ added in v0.53.0
func (*GetAssetsRequest) ProtoMessage()
func (*GetAssetsRequest) ProtoReflect ¶ added in v0.53.0
func (x *GetAssetsRequest) ProtoReflect() protoreflect.Message
func (*GetAssetsRequest) Reset ¶ added in v0.53.0
func (x *GetAssetsRequest) Reset()
func (*GetAssetsRequest) String ¶ added in v0.53.0
func (x *GetAssetsRequest) String() string
type GetAssetsResponse ¶ added in v0.53.0
type GetAssetsResponse struct { Assets *AssetsConnection `protobuf:"bytes,1,opt,name=assets,proto3" json:"assets,omitempty"` // contains filtered or unexported fields }
func (*GetAssetsResponse) Descriptor
deprecated
added in
v0.53.0
func (*GetAssetsResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetAssetsResponse.ProtoReflect.Descriptor instead.
func (*GetAssetsResponse) GetAssets ¶ added in v0.53.0
func (x *GetAssetsResponse) GetAssets() *AssetsConnection
func (*GetAssetsResponse) ProtoMessage ¶ added in v0.53.0
func (*GetAssetsResponse) ProtoMessage()
func (*GetAssetsResponse) ProtoReflect ¶ added in v0.53.0
func (x *GetAssetsResponse) ProtoReflect() protoreflect.Message
func (*GetAssetsResponse) Reset ¶ added in v0.53.0
func (x *GetAssetsResponse) Reset()
func (*GetAssetsResponse) String ¶ added in v0.53.0
func (x *GetAssetsResponse) String() string
type GetBalanceHistoryRequest ¶ added in v0.51.1
type GetBalanceHistoryRequest struct { // Limit the accounts considered according to the filter supplied Filter *AccountFilter `protobuf:"bytes,1,opt,name=filter,proto3" json:"filter,omitempty"` // By default the net balances of all the accounts specified by the filter are returned. // If a list if fields is given in group_by, split out those balances by the supplied crietera. GroupBy []AccountField `protobuf:"varint,2,rep,packed,name=group_by,json=groupBy,proto3,enum=datanode.api.v2.AccountField" json:"group_by,omitempty"` // contains filtered or unexported fields }
-- Balances --
func (*GetBalanceHistoryRequest) Descriptor
deprecated
added in
v0.51.1
func (*GetBalanceHistoryRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetBalanceHistoryRequest.ProtoReflect.Descriptor instead.
func (*GetBalanceHistoryRequest) GetFilter ¶ added in v0.51.1
func (x *GetBalanceHistoryRequest) GetFilter() *AccountFilter
func (*GetBalanceHistoryRequest) GetGroupBy ¶ added in v0.51.1
func (x *GetBalanceHistoryRequest) GetGroupBy() []AccountField
func (*GetBalanceHistoryRequest) ProtoMessage ¶ added in v0.51.1
func (*GetBalanceHistoryRequest) ProtoMessage()
func (*GetBalanceHistoryRequest) ProtoReflect ¶ added in v0.51.1
func (x *GetBalanceHistoryRequest) ProtoReflect() protoreflect.Message
func (*GetBalanceHistoryRequest) Reset ¶ added in v0.51.1
func (x *GetBalanceHistoryRequest) Reset()
func (*GetBalanceHistoryRequest) String ¶ added in v0.51.1
func (x *GetBalanceHistoryRequest) String() string
type GetBalanceHistoryResponse ¶ added in v0.51.1
type GetBalanceHistoryResponse struct { Balances []*AggregatedBalance `protobuf:"bytes,1,rep,name=balances,proto3" json:"balances,omitempty"` // contains filtered or unexported fields }
func (*GetBalanceHistoryResponse) Descriptor
deprecated
added in
v0.51.1
func (*GetBalanceHistoryResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetBalanceHistoryResponse.ProtoReflect.Descriptor instead.
func (*GetBalanceHistoryResponse) GetBalances ¶ added in v0.51.1
func (x *GetBalanceHistoryResponse) GetBalances() []*AggregatedBalance
func (*GetBalanceHistoryResponse) ProtoMessage ¶ added in v0.51.1
func (*GetBalanceHistoryResponse) ProtoMessage()
func (*GetBalanceHistoryResponse) ProtoReflect ¶ added in v0.51.1
func (x *GetBalanceHistoryResponse) ProtoReflect() protoreflect.Message
func (*GetBalanceHistoryResponse) Reset ¶ added in v0.51.1
func (x *GetBalanceHistoryResponse) Reset()
func (*GetBalanceHistoryResponse) String ¶ added in v0.51.1
func (x *GetBalanceHistoryResponse) String() string
type GetCandleDataRequest ¶ added in v0.49.3
type GetCandleDataRequest struct { // Candle identifier, required field. CandleId string `protobuf:"bytes,1,opt,name=candle_id,json=candleId,proto3" json:"candle_id,omitempty"` // Timestamp to retrieve candles since, in nanoseconds since the epoch, // required field - See [`VegaTimeResponse`](#api.VegaTimeResponse).`timestamp` FromTimestamp int64 `protobuf:"varint,2,opt,name=from_timestamp,json=fromTimestamp,proto3" json:"from_timestamp,omitempty"` // Timestamp to retrieve candles since, in nanoseconds since the epoch, // required field - See [`VegaTimeResponse`](#api.VegaTimeResponse).`timestamp` ToTimestamp int64 `protobuf:"varint,3,opt,name=to_timestamp,json=toTimestamp,proto3" json:"to_timestamp,omitempty"` // Time interval for the candles, required field specified as a valid postgres interval Interval vega.Interval `protobuf:"varint,4,opt,name=interval,proto3,enum=vega.Interval" json:"interval,omitempty"` // pagination controls Pagination *Pagination `protobuf:"bytes,5,opt,name=pagination,proto3" json:"pagination,omitempty"` // contains filtered or unexported fields }
Request for a list of candles for a market at an interval
func (*GetCandleDataRequest) Descriptor
deprecated
added in
v0.49.3
func (*GetCandleDataRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetCandleDataRequest.ProtoReflect.Descriptor instead.
func (*GetCandleDataRequest) GetCandleId ¶ added in v0.49.3
func (x *GetCandleDataRequest) GetCandleId() string
func (*GetCandleDataRequest) GetFromTimestamp ¶ added in v0.49.3
func (x *GetCandleDataRequest) GetFromTimestamp() int64
func (*GetCandleDataRequest) GetInterval ¶ added in v0.49.3
func (x *GetCandleDataRequest) GetInterval() vega.Interval
func (*GetCandleDataRequest) GetPagination ¶ added in v0.49.3
func (x *GetCandleDataRequest) GetPagination() *Pagination
func (*GetCandleDataRequest) GetToTimestamp ¶ added in v0.49.3
func (x *GetCandleDataRequest) GetToTimestamp() int64
func (*GetCandleDataRequest) ProtoMessage ¶ added in v0.49.3
func (*GetCandleDataRequest) ProtoMessage()
func (*GetCandleDataRequest) ProtoReflect ¶ added in v0.49.3
func (x *GetCandleDataRequest) ProtoReflect() protoreflect.Message
func (*GetCandleDataRequest) Reset ¶ added in v0.49.3
func (x *GetCandleDataRequest) Reset()
func (*GetCandleDataRequest) String ¶ added in v0.49.3
func (x *GetCandleDataRequest) String() string
type GetCandleDataResponse ¶ added in v0.49.3
type GetCandleDataResponse struct { // A list of 0 or more candles Candles *CandleDataConnection `protobuf:"bytes,1,opt,name=candles,proto3" json:"candles,omitempty"` // contains filtered or unexported fields }
Response for list of candles for a market at an interval
func (*GetCandleDataResponse) Descriptor
deprecated
added in
v0.49.3
func (*GetCandleDataResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetCandleDataResponse.ProtoReflect.Descriptor instead.
func (*GetCandleDataResponse) GetCandles ¶ added in v0.49.3
func (x *GetCandleDataResponse) GetCandles() *CandleDataConnection
func (*GetCandleDataResponse) ProtoMessage ¶ added in v0.49.3
func (*GetCandleDataResponse) ProtoMessage()
func (*GetCandleDataResponse) ProtoReflect ¶ added in v0.49.3
func (x *GetCandleDataResponse) ProtoReflect() protoreflect.Message
func (*GetCandleDataResponse) Reset ¶ added in v0.49.3
func (x *GetCandleDataResponse) Reset()
func (*GetCandleDataResponse) String ¶ added in v0.49.3
func (x *GetCandleDataResponse) String() string
type GetCandlesForMarketRequest ¶ added in v0.49.3
type GetCandlesForMarketRequest struct { // The unique identifier for the market MarketId string `protobuf:"bytes,1,opt,name=market_id,json=marketId,proto3" json:"market_id,omitempty"` // contains filtered or unexported fields }
-- Candles -- Request to get a list of supported intervals for the given market along with the corresponding candle id
func (*GetCandlesForMarketRequest) Descriptor
deprecated
added in
v0.49.3
func (*GetCandlesForMarketRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetCandlesForMarketRequest.ProtoReflect.Descriptor instead.
func (*GetCandlesForMarketRequest) GetMarketId ¶ added in v0.49.3
func (x *GetCandlesForMarketRequest) GetMarketId() string
func (*GetCandlesForMarketRequest) ProtoMessage ¶ added in v0.49.3
func (*GetCandlesForMarketRequest) ProtoMessage()
func (*GetCandlesForMarketRequest) ProtoReflect ¶ added in v0.49.3
func (x *GetCandlesForMarketRequest) ProtoReflect() protoreflect.Message
func (*GetCandlesForMarketRequest) Reset ¶ added in v0.49.3
func (x *GetCandlesForMarketRequest) Reset()
func (*GetCandlesForMarketRequest) String ¶ added in v0.49.3
func (x *GetCandlesForMarketRequest) String() string
type GetCandlesForMarketResponse ¶ added in v0.49.3
type GetCandlesForMarketResponse struct { IntervalToCandleId []*IntervalToCandleId `protobuf:"bytes,1,rep,name=interval_to_candle_id,json=intervalToCandleId,proto3" json:"interval_to_candle_id,omitempty"` // contains filtered or unexported fields }
A list of interval to candle id mappings for a given market
func (*GetCandlesForMarketResponse) Descriptor
deprecated
added in
v0.49.3
func (*GetCandlesForMarketResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetCandlesForMarketResponse.ProtoReflect.Descriptor instead.
func (*GetCandlesForMarketResponse) GetIntervalToCandleId ¶ added in v0.49.3
func (x *GetCandlesForMarketResponse) GetIntervalToCandleId() []*IntervalToCandleId
func (*GetCandlesForMarketResponse) ProtoMessage ¶ added in v0.49.3
func (*GetCandlesForMarketResponse) ProtoMessage()
func (*GetCandlesForMarketResponse) ProtoReflect ¶ added in v0.49.3
func (x *GetCandlesForMarketResponse) ProtoReflect() protoreflect.Message
func (*GetCandlesForMarketResponse) Reset ¶ added in v0.49.3
func (x *GetCandlesForMarketResponse) Reset()
func (*GetCandlesForMarketResponse) String ¶ added in v0.49.3
func (x *GetCandlesForMarketResponse) String() string
type GetDepositsRequest ¶ added in v0.53.0
type GetDepositsRequest struct { PartyId string `protobuf:"bytes,1,opt,name=party_id,json=partyId,proto3" json:"party_id,omitempty"` Pagination *Pagination `protobuf:"bytes,2,opt,name=pagination,proto3" json:"pagination,omitempty"` // contains filtered or unexported fields }
-- Deposits --
func (*GetDepositsRequest) Descriptor
deprecated
added in
v0.53.0
func (*GetDepositsRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetDepositsRequest.ProtoReflect.Descriptor instead.
func (*GetDepositsRequest) GetPagination ¶ added in v0.53.0
func (x *GetDepositsRequest) GetPagination() *Pagination
func (*GetDepositsRequest) GetPartyId ¶ added in v0.53.0
func (x *GetDepositsRequest) GetPartyId() string
func (*GetDepositsRequest) ProtoMessage ¶ added in v0.53.0
func (*GetDepositsRequest) ProtoMessage()
func (*GetDepositsRequest) ProtoReflect ¶ added in v0.53.0
func (x *GetDepositsRequest) ProtoReflect() protoreflect.Message
func (*GetDepositsRequest) Reset ¶ added in v0.53.0
func (x *GetDepositsRequest) Reset()
func (*GetDepositsRequest) String ¶ added in v0.53.0
func (x *GetDepositsRequest) String() string
type GetDepositsResponse ¶ added in v0.53.0
type GetDepositsResponse struct { Deposits *DepositsConnection `protobuf:"bytes,1,opt,name=deposits,proto3" json:"deposits,omitempty"` // contains filtered or unexported fields }
func (*GetDepositsResponse) Descriptor
deprecated
added in
v0.53.0
func (*GetDepositsResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetDepositsResponse.ProtoReflect.Descriptor instead.
func (*GetDepositsResponse) GetDeposits ¶ added in v0.53.0
func (x *GetDepositsResponse) GetDeposits() *DepositsConnection
func (*GetDepositsResponse) ProtoMessage ¶ added in v0.53.0
func (*GetDepositsResponse) ProtoMessage()
func (*GetDepositsResponse) ProtoReflect ¶ added in v0.53.0
func (x *GetDepositsResponse) ProtoReflect() protoreflect.Message
func (*GetDepositsResponse) Reset ¶ added in v0.53.0
func (x *GetDepositsResponse) Reset()
func (*GetDepositsResponse) String ¶ added in v0.53.0
func (x *GetDepositsResponse) String() string
type GetERC20ListAssetBundleRequest ¶ added in v0.51.1
type GetERC20ListAssetBundleRequest struct { // The ID of the asset requested AssetId string `protobuf:"bytes,1,opt,name=asset_id,json=assetId,proto3" json:"asset_id,omitempty"` // contains filtered or unexported fields }
A request to get an asset bundle details
func (*GetERC20ListAssetBundleRequest) Descriptor
deprecated
added in
v0.51.1
func (*GetERC20ListAssetBundleRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetERC20ListAssetBundleRequest.ProtoReflect.Descriptor instead.
func (*GetERC20ListAssetBundleRequest) GetAssetId ¶ added in v0.51.1
func (x *GetERC20ListAssetBundleRequest) GetAssetId() string
func (*GetERC20ListAssetBundleRequest) ProtoMessage ¶ added in v0.51.1
func (*GetERC20ListAssetBundleRequest) ProtoMessage()
func (*GetERC20ListAssetBundleRequest) ProtoReflect ¶ added in v0.51.1
func (x *GetERC20ListAssetBundleRequest) ProtoReflect() protoreflect.Message
func (*GetERC20ListAssetBundleRequest) Reset ¶ added in v0.51.1
func (x *GetERC20ListAssetBundleRequest) Reset()
func (*GetERC20ListAssetBundleRequest) String ¶ added in v0.51.1
func (x *GetERC20ListAssetBundleRequest) String() string
type GetERC20ListAssetBundleResponse ¶ added in v0.51.1
type GetERC20ListAssetBundleResponse struct { // The address of the asset on ethereum AssetSource string `protobuf:"bytes,1,opt,name=asset_source,json=assetSource,proto3" json:"asset_source,omitempty"` // The ID of the vega asset VegaAssetId string `protobuf:"bytes,2,opt,name=vega_asset_id,json=vegaAssetId,proto3" json:"vega_asset_id,omitempty"` // The nonce, which is actually the internal reference for the proposal Nonce string `protobuf:"bytes,3,opt,name=nonce,proto3" json:"nonce,omitempty"` // The signatures bundle as hex encoded data, forward by 0x // e.g: 0x + sig1 + sig2 + ... + sixN Signatures string `protobuf:"bytes,4,opt,name=signatures,proto3" json:"signatures,omitempty"` // contains filtered or unexported fields }
The response with all information required to bundle the call to propose an erc20 asset
func (*GetERC20ListAssetBundleResponse) Descriptor
deprecated
added in
v0.51.1
func (*GetERC20ListAssetBundleResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetERC20ListAssetBundleResponse.ProtoReflect.Descriptor instead.
func (*GetERC20ListAssetBundleResponse) GetAssetSource ¶ added in v0.51.1
func (x *GetERC20ListAssetBundleResponse) GetAssetSource() string
func (*GetERC20ListAssetBundleResponse) GetNonce ¶ added in v0.51.1
func (x *GetERC20ListAssetBundleResponse) GetNonce() string
func (*GetERC20ListAssetBundleResponse) GetSignatures ¶ added in v0.51.1
func (x *GetERC20ListAssetBundleResponse) GetSignatures() string
func (*GetERC20ListAssetBundleResponse) GetVegaAssetId ¶ added in v0.51.1
func (x *GetERC20ListAssetBundleResponse) GetVegaAssetId() string
func (*GetERC20ListAssetBundleResponse) ProtoMessage ¶ added in v0.51.1
func (*GetERC20ListAssetBundleResponse) ProtoMessage()
func (*GetERC20ListAssetBundleResponse) ProtoReflect ¶ added in v0.51.1
func (x *GetERC20ListAssetBundleResponse) ProtoReflect() protoreflect.Message
func (*GetERC20ListAssetBundleResponse) Reset ¶ added in v0.51.1
func (x *GetERC20ListAssetBundleResponse) Reset()
func (*GetERC20ListAssetBundleResponse) String ¶ added in v0.51.1
func (x *GetERC20ListAssetBundleResponse) String() string
type GetERC20MultiSigSignerAddedBundlesRequest ¶ added in v0.50.2
type GetERC20MultiSigSignerAddedBundlesRequest struct { // The node id of the validator of which a signature bundle is required NodeId string `protobuf:"bytes,1,opt,name=node_id,json=nodeId,proto3" json:"node_id,omitempty"` // The epoch which generated the bundle i.e the epoch in which the node became a tendermint validator EpochSeq string `protobuf:"bytes,2,opt,name=epoch_seq,json=epochSeq,proto3" json:"epoch_seq,omitempty"` // Pagination controls Pagination *OffsetPagination `protobuf:"bytes,3,opt,name=pagination,proto3" json:"pagination,omitempty"` // contains filtered or unexported fields }
-- ERC20 Multi Sig --
func (*GetERC20MultiSigSignerAddedBundlesRequest) Descriptor
deprecated
added in
v0.50.2
func (*GetERC20MultiSigSignerAddedBundlesRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetERC20MultiSigSignerAddedBundlesRequest.ProtoReflect.Descriptor instead.
func (*GetERC20MultiSigSignerAddedBundlesRequest) GetEpochSeq ¶ added in v0.50.2
func (x *GetERC20MultiSigSignerAddedBundlesRequest) GetEpochSeq() string
func (*GetERC20MultiSigSignerAddedBundlesRequest) GetNodeId ¶ added in v0.50.2
func (x *GetERC20MultiSigSignerAddedBundlesRequest) GetNodeId() string
func (*GetERC20MultiSigSignerAddedBundlesRequest) GetPagination ¶ added in v0.50.2
func (x *GetERC20MultiSigSignerAddedBundlesRequest) GetPagination() *OffsetPagination
func (*GetERC20MultiSigSignerAddedBundlesRequest) ProtoMessage ¶ added in v0.50.2
func (*GetERC20MultiSigSignerAddedBundlesRequest) ProtoMessage()
func (*GetERC20MultiSigSignerAddedBundlesRequest) ProtoReflect ¶ added in v0.50.2
func (x *GetERC20MultiSigSignerAddedBundlesRequest) ProtoReflect() protoreflect.Message
func (*GetERC20MultiSigSignerAddedBundlesRequest) Reset ¶ added in v0.50.2
func (x *GetERC20MultiSigSignerAddedBundlesRequest) Reset()
func (*GetERC20MultiSigSignerAddedBundlesRequest) String ¶ added in v0.50.2
func (x *GetERC20MultiSigSignerAddedBundlesRequest) String() string
type GetERC20MultiSigSignerAddedBundlesResponse ¶ added in v0.50.2
type GetERC20MultiSigSignerAddedBundlesResponse struct { // list of bundles for that validator, it may have been added multiple times if removed in between Bundles []*ERC20MultiSigSignerAddedBundle `protobuf:"bytes,1,rep,name=bundles,proto3" json:"bundles,omitempty"` // contains filtered or unexported fields }
func (*GetERC20MultiSigSignerAddedBundlesResponse) Descriptor
deprecated
added in
v0.50.2
func (*GetERC20MultiSigSignerAddedBundlesResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetERC20MultiSigSignerAddedBundlesResponse.ProtoReflect.Descriptor instead.
func (*GetERC20MultiSigSignerAddedBundlesResponse) GetBundles ¶ added in v0.50.2
func (x *GetERC20MultiSigSignerAddedBundlesResponse) GetBundles() []*ERC20MultiSigSignerAddedBundle
func (*GetERC20MultiSigSignerAddedBundlesResponse) ProtoMessage ¶ added in v0.50.2
func (*GetERC20MultiSigSignerAddedBundlesResponse) ProtoMessage()
func (*GetERC20MultiSigSignerAddedBundlesResponse) ProtoReflect ¶ added in v0.50.2
func (x *GetERC20MultiSigSignerAddedBundlesResponse) ProtoReflect() protoreflect.Message
func (*GetERC20MultiSigSignerAddedBundlesResponse) Reset ¶ added in v0.50.2
func (x *GetERC20MultiSigSignerAddedBundlesResponse) Reset()
func (*GetERC20MultiSigSignerAddedBundlesResponse) String ¶ added in v0.50.2
func (x *GetERC20MultiSigSignerAddedBundlesResponse) String() string
type GetERC20MultiSigSignerRemovedBundlesRequest ¶ added in v0.50.2
type GetERC20MultiSigSignerRemovedBundlesRequest struct { // The node id of the validator of which a signature bundle is required NodeId string `protobuf:"bytes,1,opt,name=node_id,json=nodeId,proto3" json:"node_id,omitempty"` // The ethereum address of the validator which will submit the bundle Submitter string `protobuf:"bytes,2,opt,name=submitter,proto3" json:"submitter,omitempty"` // The epoch which generated the bundle i.e the epoch in which the node was demoted from a tendermint validator EpochSeq string `protobuf:"bytes,3,opt,name=epoch_seq,json=epochSeq,proto3" json:"epoch_seq,omitempty"` // Pagination controls Pagination *OffsetPagination `protobuf:"bytes,4,opt,name=pagination,proto3" json:"pagination,omitempty"` // contains filtered or unexported fields }
func (*GetERC20MultiSigSignerRemovedBundlesRequest) Descriptor
deprecated
added in
v0.50.2
func (*GetERC20MultiSigSignerRemovedBundlesRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetERC20MultiSigSignerRemovedBundlesRequest.ProtoReflect.Descriptor instead.
func (*GetERC20MultiSigSignerRemovedBundlesRequest) GetEpochSeq ¶ added in v0.50.2
func (x *GetERC20MultiSigSignerRemovedBundlesRequest) GetEpochSeq() string
func (*GetERC20MultiSigSignerRemovedBundlesRequest) GetNodeId ¶ added in v0.50.2
func (x *GetERC20MultiSigSignerRemovedBundlesRequest) GetNodeId() string
func (*GetERC20MultiSigSignerRemovedBundlesRequest) GetPagination ¶ added in v0.50.2
func (x *GetERC20MultiSigSignerRemovedBundlesRequest) GetPagination() *OffsetPagination
func (*GetERC20MultiSigSignerRemovedBundlesRequest) GetSubmitter ¶ added in v0.50.2
func (x *GetERC20MultiSigSignerRemovedBundlesRequest) GetSubmitter() string
func (*GetERC20MultiSigSignerRemovedBundlesRequest) ProtoMessage ¶ added in v0.50.2
func (*GetERC20MultiSigSignerRemovedBundlesRequest) ProtoMessage()
func (*GetERC20MultiSigSignerRemovedBundlesRequest) ProtoReflect ¶ added in v0.50.2
func (x *GetERC20MultiSigSignerRemovedBundlesRequest) ProtoReflect() protoreflect.Message
func (*GetERC20MultiSigSignerRemovedBundlesRequest) Reset ¶ added in v0.50.2
func (x *GetERC20MultiSigSignerRemovedBundlesRequest) Reset()
func (*GetERC20MultiSigSignerRemovedBundlesRequest) String ¶ added in v0.50.2
func (x *GetERC20MultiSigSignerRemovedBundlesRequest) String() string
type GetERC20MultiSigSignerRemovedBundlesResponse ¶ added in v0.50.2
type GetERC20MultiSigSignerRemovedBundlesResponse struct { // list of signer bundles for that validator Bundles []*ERC20MultiSigSignerRemovedBundle `protobuf:"bytes,1,rep,name=bundles,proto3" json:"bundles,omitempty"` // contains filtered or unexported fields }
func (*GetERC20MultiSigSignerRemovedBundlesResponse) Descriptor
deprecated
added in
v0.50.2
func (*GetERC20MultiSigSignerRemovedBundlesResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetERC20MultiSigSignerRemovedBundlesResponse.ProtoReflect.Descriptor instead.
func (*GetERC20MultiSigSignerRemovedBundlesResponse) GetBundles ¶ added in v0.50.2
func (x *GetERC20MultiSigSignerRemovedBundlesResponse) GetBundles() []*ERC20MultiSigSignerRemovedBundle
func (*GetERC20MultiSigSignerRemovedBundlesResponse) ProtoMessage ¶ added in v0.50.2
func (*GetERC20MultiSigSignerRemovedBundlesResponse) ProtoMessage()
func (*GetERC20MultiSigSignerRemovedBundlesResponse) ProtoReflect ¶ added in v0.50.2
func (x *GetERC20MultiSigSignerRemovedBundlesResponse) ProtoReflect() protoreflect.Message
func (*GetERC20MultiSigSignerRemovedBundlesResponse) Reset ¶ added in v0.50.2
func (x *GetERC20MultiSigSignerRemovedBundlesResponse) Reset()
func (*GetERC20MultiSigSignerRemovedBundlesResponse) String ¶ added in v0.50.2
func (x *GetERC20MultiSigSignerRemovedBundlesResponse) String() string
type GetLiquidityProvisionsRequest ¶ added in v0.53.0
type GetLiquidityProvisionsRequest struct { // The target market for the liquidity provision orders Market string `protobuf:"bytes,1,opt,name=market,proto3" json:"market,omitempty"` // The party which submitted the liquidity provision orders Party string `protobuf:"bytes,2,opt,name=party,proto3" json:"party,omitempty"` // The reference of the liquidity provision Reference string `protobuf:"bytes,3,opt,name=reference,proto3" json:"reference,omitempty"` Pagination *Pagination `protobuf:"bytes,4,opt,name=pagination,proto3" json:"pagination,omitempty"` // contains filtered or unexported fields }
-- Liquidity Provisions --
func (*GetLiquidityProvisionsRequest) Descriptor
deprecated
added in
v0.53.0
func (*GetLiquidityProvisionsRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetLiquidityProvisionsRequest.ProtoReflect.Descriptor instead.
func (*GetLiquidityProvisionsRequest) GetMarket ¶ added in v0.53.0
func (x *GetLiquidityProvisionsRequest) GetMarket() string
func (*GetLiquidityProvisionsRequest) GetPagination ¶ added in v0.53.0
func (x *GetLiquidityProvisionsRequest) GetPagination() *Pagination
func (*GetLiquidityProvisionsRequest) GetParty ¶ added in v0.53.0
func (x *GetLiquidityProvisionsRequest) GetParty() string
func (*GetLiquidityProvisionsRequest) GetReference ¶ added in v0.53.0
func (x *GetLiquidityProvisionsRequest) GetReference() string
func (*GetLiquidityProvisionsRequest) ProtoMessage ¶ added in v0.53.0
func (*GetLiquidityProvisionsRequest) ProtoMessage()
func (*GetLiquidityProvisionsRequest) ProtoReflect ¶ added in v0.53.0
func (x *GetLiquidityProvisionsRequest) ProtoReflect() protoreflect.Message
func (*GetLiquidityProvisionsRequest) Reset ¶ added in v0.53.0
func (x *GetLiquidityProvisionsRequest) Reset()
func (*GetLiquidityProvisionsRequest) String ¶ added in v0.53.0
func (x *GetLiquidityProvisionsRequest) String() string
type GetLiquidityProvisionsResponse ¶ added in v0.53.0
type GetLiquidityProvisionsResponse struct { LiquidityProvisions *LiquidityProvisionsConnection `protobuf:"bytes,1,opt,name=liquidity_provisions,json=liquidityProvisions,proto3" json:"liquidity_provisions,omitempty"` // contains filtered or unexported fields }
func (*GetLiquidityProvisionsResponse) Descriptor
deprecated
added in
v0.53.0
func (*GetLiquidityProvisionsResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetLiquidityProvisionsResponse.ProtoReflect.Descriptor instead.
func (*GetLiquidityProvisionsResponse) GetLiquidityProvisions ¶ added in v0.53.0
func (x *GetLiquidityProvisionsResponse) GetLiquidityProvisions() *LiquidityProvisionsConnection
func (*GetLiquidityProvisionsResponse) ProtoMessage ¶ added in v0.53.0
func (*GetLiquidityProvisionsResponse) ProtoMessage()
func (*GetLiquidityProvisionsResponse) ProtoReflect ¶ added in v0.53.0
func (x *GetLiquidityProvisionsResponse) ProtoReflect() protoreflect.Message
func (*GetLiquidityProvisionsResponse) Reset ¶ added in v0.53.0
func (x *GetLiquidityProvisionsResponse) Reset()
func (*GetLiquidityProvisionsResponse) String ¶ added in v0.53.0
func (x *GetLiquidityProvisionsResponse) String() string
type GetMarginLevelsRequest ¶ added in v0.51.1
type GetMarginLevelsRequest struct { PartyId string `protobuf:"bytes,1,opt,name=party_id,json=partyId,proto3" json:"party_id,omitempty"` MarketId string `protobuf:"bytes,2,opt,name=market_id,json=marketId,proto3" json:"market_id,omitempty"` Pagination *Pagination `protobuf:"bytes,3,opt,name=pagination,proto3" json:"pagination,omitempty"` // contains filtered or unexported fields }
func (*GetMarginLevelsRequest) Descriptor
deprecated
added in
v0.51.1
func (*GetMarginLevelsRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetMarginLevelsRequest.ProtoReflect.Descriptor instead.
func (*GetMarginLevelsRequest) GetMarketId ¶ added in v0.51.1
func (x *GetMarginLevelsRequest) GetMarketId() string
func (*GetMarginLevelsRequest) GetPagination ¶ added in v0.51.1
func (x *GetMarginLevelsRequest) GetPagination() *Pagination
func (*GetMarginLevelsRequest) GetPartyId ¶ added in v0.51.1
func (x *GetMarginLevelsRequest) GetPartyId() string
func (*GetMarginLevelsRequest) ProtoMessage ¶ added in v0.51.1
func (*GetMarginLevelsRequest) ProtoMessage()
func (*GetMarginLevelsRequest) ProtoReflect ¶ added in v0.51.1
func (x *GetMarginLevelsRequest) ProtoReflect() protoreflect.Message
func (*GetMarginLevelsRequest) Reset ¶ added in v0.51.1
func (x *GetMarginLevelsRequest) Reset()
func (*GetMarginLevelsRequest) String ¶ added in v0.51.1
func (x *GetMarginLevelsRequest) String() string
type GetMarginLevelsResponse ¶ added in v0.51.1
type GetMarginLevelsResponse struct { MarginLevels *MarginConnection `protobuf:"bytes,1,opt,name=margin_levels,json=marginLevels,proto3" json:"margin_levels,omitempty"` // contains filtered or unexported fields }
func (*GetMarginLevelsResponse) Descriptor
deprecated
added in
v0.51.1
func (*GetMarginLevelsResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetMarginLevelsResponse.ProtoReflect.Descriptor instead.
func (*GetMarginLevelsResponse) GetMarginLevels ¶ added in v0.51.1
func (x *GetMarginLevelsResponse) GetMarginLevels() *MarginConnection
func (*GetMarginLevelsResponse) ProtoMessage ¶ added in v0.51.1
func (*GetMarginLevelsResponse) ProtoMessage()
func (*GetMarginLevelsResponse) ProtoReflect ¶ added in v0.51.1
func (x *GetMarginLevelsResponse) ProtoReflect() protoreflect.Message
func (*GetMarginLevelsResponse) Reset ¶ added in v0.51.1
func (x *GetMarginLevelsResponse) Reset()
func (*GetMarginLevelsResponse) String ¶ added in v0.51.1
func (x *GetMarginLevelsResponse) String() string
type GetMarketDataHistoryByIDRequest ¶
type GetMarketDataHistoryByIDRequest struct { // Market identifier, required field MarketId string `protobuf:"bytes,1,opt,name=market_id,json=marketId,proto3" json:"market_id,omitempty"` // Optional Unix time in nanoseconds StartTimestamp *int64 `protobuf:"varint,2,opt,name=start_timestamp,json=startTimestamp,proto3,oneof" json:"start_timestamp,omitempty"` // Optional Unix time in nanoseconds EndTimestamp *int64 `protobuf:"varint,3,opt,name=end_timestamp,json=endTimestamp,proto3,oneof" json:"end_timestamp,omitempty"` // Optional pagination control Pagination *Pagination `protobuf:"bytes,4,opt,name=pagination,proto3,oneof" json:"pagination,omitempty"` // Optional offset pagination control in order to support existing version of the Market Data History query // that is available in the GraphQL API. That function has been deprecated, but until it's removed we have // added this to support pagination queries that use an offset. // // Deprecated: Do not use. OffsetPagination *OffsetPagination `protobuf:"bytes,5,opt,name=offset_pagination,json=offsetPagination,proto3,oneof" json:"offset_pagination,omitempty"` // contains filtered or unexported fields }
-- Market Data -- Request for Market Data History
func (*GetMarketDataHistoryByIDRequest) Descriptor
deprecated
func (*GetMarketDataHistoryByIDRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetMarketDataHistoryByIDRequest.ProtoReflect.Descriptor instead.
func (*GetMarketDataHistoryByIDRequest) GetEndTimestamp ¶
func (x *GetMarketDataHistoryByIDRequest) GetEndTimestamp() int64
func (*GetMarketDataHistoryByIDRequest) GetMarketId ¶
func (x *GetMarketDataHistoryByIDRequest) GetMarketId() string
func (*GetMarketDataHistoryByIDRequest) GetOffsetPagination
deprecated
added in
v0.52.0
func (x *GetMarketDataHistoryByIDRequest) GetOffsetPagination() *OffsetPagination
Deprecated: Do not use.
func (*GetMarketDataHistoryByIDRequest) GetPagination ¶
func (x *GetMarketDataHistoryByIDRequest) GetPagination() *Pagination
func (*GetMarketDataHistoryByIDRequest) GetStartTimestamp ¶
func (x *GetMarketDataHistoryByIDRequest) GetStartTimestamp() int64
func (*GetMarketDataHistoryByIDRequest) ProtoMessage ¶
func (*GetMarketDataHistoryByIDRequest) ProtoMessage()
func (*GetMarketDataHistoryByIDRequest) ProtoReflect ¶
func (x *GetMarketDataHistoryByIDRequest) ProtoReflect() protoreflect.Message
func (*GetMarketDataHistoryByIDRequest) Reset ¶
func (x *GetMarketDataHistoryByIDRequest) Reset()
func (*GetMarketDataHistoryByIDRequest) String ¶
func (x *GetMarketDataHistoryByIDRequest) String() string
type GetMarketDataHistoryByIDResponse ¶
type GetMarketDataHistoryByIDResponse struct { MarketData *MarketDataConnection `protobuf:"bytes,1,opt,name=market_data,json=marketData,proto3" json:"market_data,omitempty"` // contains filtered or unexported fields }
Response for Market Data History
func (*GetMarketDataHistoryByIDResponse) Descriptor
deprecated
func (*GetMarketDataHistoryByIDResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetMarketDataHistoryByIDResponse.ProtoReflect.Descriptor instead.
func (*GetMarketDataHistoryByIDResponse) GetMarketData ¶
func (x *GetMarketDataHistoryByIDResponse) GetMarketData() *MarketDataConnection
func (*GetMarketDataHistoryByIDResponse) ProtoMessage ¶
func (*GetMarketDataHistoryByIDResponse) ProtoMessage()
func (*GetMarketDataHistoryByIDResponse) ProtoReflect ¶
func (x *GetMarketDataHistoryByIDResponse) ProtoReflect() protoreflect.Message
func (*GetMarketDataHistoryByIDResponse) Reset ¶
func (x *GetMarketDataHistoryByIDResponse) Reset()
func (*GetMarketDataHistoryByIDResponse) String ¶
func (x *GetMarketDataHistoryByIDResponse) String() string
type GetMarketsRequest ¶ added in v0.51.1
type GetMarketsRequest struct { MarketId string `protobuf:"bytes,1,opt,name=market_id,json=marketId,proto3" json:"market_id,omitempty"` Pagination *Pagination `protobuf:"bytes,2,opt,name=pagination,proto3" json:"pagination,omitempty"` // contains filtered or unexported fields }
-- Markets --
func (*GetMarketsRequest) Descriptor
deprecated
added in
v0.51.1
func (*GetMarketsRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetMarketsRequest.ProtoReflect.Descriptor instead.
func (*GetMarketsRequest) GetMarketId ¶ added in v0.51.1
func (x *GetMarketsRequest) GetMarketId() string
func (*GetMarketsRequest) GetPagination ¶ added in v0.51.1
func (x *GetMarketsRequest) GetPagination() *Pagination
func (*GetMarketsRequest) ProtoMessage ¶ added in v0.51.1
func (*GetMarketsRequest) ProtoMessage()
func (*GetMarketsRequest) ProtoReflect ¶ added in v0.51.1
func (x *GetMarketsRequest) ProtoReflect() protoreflect.Message
func (*GetMarketsRequest) Reset ¶ added in v0.51.1
func (x *GetMarketsRequest) Reset()
func (*GetMarketsRequest) String ¶ added in v0.51.1
func (x *GetMarketsRequest) String() string
type GetMarketsResponse ¶ added in v0.51.1
type GetMarketsResponse struct { Markets *MarketConnection `protobuf:"bytes,1,opt,name=markets,proto3" json:"markets,omitempty"` // contains filtered or unexported fields }
func (*GetMarketsResponse) Descriptor
deprecated
added in
v0.51.1
func (*GetMarketsResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetMarketsResponse.ProtoReflect.Descriptor instead.
func (*GetMarketsResponse) GetMarkets ¶ added in v0.51.1
func (x *GetMarketsResponse) GetMarkets() *MarketConnection
func (*GetMarketsResponse) ProtoMessage ¶ added in v0.51.1
func (*GetMarketsResponse) ProtoMessage()
func (*GetMarketsResponse) ProtoReflect ¶ added in v0.51.1
func (x *GetMarketsResponse) ProtoReflect() protoreflect.Message
func (*GetMarketsResponse) Reset ¶ added in v0.51.1
func (x *GetMarketsResponse) Reset()
func (*GetMarketsResponse) String ¶ added in v0.51.1
func (x *GetMarketsResponse) String() string
type GetNetworkLimitsRequest ¶
type GetNetworkLimitsRequest struct {
// contains filtered or unexported fields
}
-- Network Limits -- Request for the current network limits
func (*GetNetworkLimitsRequest) Descriptor
deprecated
func (*GetNetworkLimitsRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetNetworkLimitsRequest.ProtoReflect.Descriptor instead.
func (*GetNetworkLimitsRequest) ProtoMessage ¶
func (*GetNetworkLimitsRequest) ProtoMessage()
func (*GetNetworkLimitsRequest) ProtoReflect ¶
func (x *GetNetworkLimitsRequest) ProtoReflect() protoreflect.Message
func (*GetNetworkLimitsRequest) Reset ¶
func (x *GetNetworkLimitsRequest) Reset()
func (*GetNetworkLimitsRequest) String ¶
func (x *GetNetworkLimitsRequest) String() string
type GetNetworkLimitsResponse ¶
type GetNetworkLimitsResponse struct { Limits *vega.NetworkLimits `protobuf:"bytes,1,opt,name=limits,proto3" json:"limits,omitempty"` // contains filtered or unexported fields }
Response for the current network limits
func (*GetNetworkLimitsResponse) Descriptor
deprecated
func (*GetNetworkLimitsResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetNetworkLimitsResponse.ProtoReflect.Descriptor instead.
func (*GetNetworkLimitsResponse) GetLimits ¶
func (x *GetNetworkLimitsResponse) GetLimits() *vega.NetworkLimits
func (*GetNetworkLimitsResponse) ProtoMessage ¶
func (*GetNetworkLimitsResponse) ProtoMessage()
func (*GetNetworkLimitsResponse) ProtoReflect ¶
func (x *GetNetworkLimitsResponse) ProtoReflect() protoreflect.Message
func (*GetNetworkLimitsResponse) Reset ¶
func (x *GetNetworkLimitsResponse) Reset()
func (*GetNetworkLimitsResponse) String ¶
func (x *GetNetworkLimitsResponse) String() string
type GetOracleDataBySpecIDRequest ¶ added in v0.51.0
type GetOracleDataBySpecIDRequest struct { // The oracle spec ID the oracle data are broadcast to OracleSpecId string `protobuf:"bytes,1,opt,name=oracle_spec_id,json=oracleSpecId,proto3" json:"oracle_spec_id,omitempty"` // Pagination controls Pagination *Pagination `protobuf:"bytes,2,opt,name=pagination,proto3" json:"pagination,omitempty"` // contains filtered or unexported fields }
The request to get all oracle data broadcast to a given oracle spec
func (*GetOracleDataBySpecIDRequest) Descriptor
deprecated
added in
v0.51.0
func (*GetOracleDataBySpecIDRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetOracleDataBySpecIDRequest.ProtoReflect.Descriptor instead.
func (*GetOracleDataBySpecIDRequest) GetOracleSpecId ¶ added in v0.51.0
func (x *GetOracleDataBySpecIDRequest) GetOracleSpecId() string
func (*GetOracleDataBySpecIDRequest) GetPagination ¶ added in v0.51.0
func (x *GetOracleDataBySpecIDRequest) GetPagination() *Pagination
func (*GetOracleDataBySpecIDRequest) ProtoMessage ¶ added in v0.51.0
func (*GetOracleDataBySpecIDRequest) ProtoMessage()
func (*GetOracleDataBySpecIDRequest) ProtoReflect ¶ added in v0.51.0
func (x *GetOracleDataBySpecIDRequest) ProtoReflect() protoreflect.Message
func (*GetOracleDataBySpecIDRequest) Reset ¶ added in v0.51.0
func (x *GetOracleDataBySpecIDRequest) Reset()
func (*GetOracleDataBySpecIDRequest) String ¶ added in v0.51.0
func (x *GetOracleDataBySpecIDRequest) String() string
type GetOracleDataBySpecIDResponse ¶ added in v0.51.0
type GetOracleDataBySpecIDResponse struct { // The list of oracle data broadcast to a given spec OracleData []*v11.OracleData `protobuf:"bytes,1,rep,name=oracle_data,json=oracleData,proto3" json:"oracle_data,omitempty"` // contains filtered or unexported fields }
The response for a list of all oracle data broadcast to a given spec
func (*GetOracleDataBySpecIDResponse) Descriptor
deprecated
added in
v0.51.0
func (*GetOracleDataBySpecIDResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetOracleDataBySpecIDResponse.ProtoReflect.Descriptor instead.
func (*GetOracleDataBySpecIDResponse) GetOracleData ¶ added in v0.51.0
func (x *GetOracleDataBySpecIDResponse) GetOracleData() []*v11.OracleData
func (*GetOracleDataBySpecIDResponse) ProtoMessage ¶ added in v0.51.0
func (*GetOracleDataBySpecIDResponse) ProtoMessage()
func (*GetOracleDataBySpecIDResponse) ProtoReflect ¶ added in v0.51.0
func (x *GetOracleDataBySpecIDResponse) ProtoReflect() protoreflect.Message
func (*GetOracleDataBySpecIDResponse) Reset ¶ added in v0.51.0
func (x *GetOracleDataBySpecIDResponse) Reset()
func (*GetOracleDataBySpecIDResponse) String ¶ added in v0.51.0
func (x *GetOracleDataBySpecIDResponse) String() string
type GetOracleDataConnectionRequest ¶ added in v0.53.0
type GetOracleDataConnectionRequest struct { SpecId string `protobuf:"bytes,1,opt,name=spec_id,json=specId,proto3" json:"spec_id,omitempty"` Pagination *Pagination `protobuf:"bytes,2,opt,name=pagination,proto3" json:"pagination,omitempty"` // contains filtered or unexported fields }
func (*GetOracleDataConnectionRequest) Descriptor
deprecated
added in
v0.53.0
func (*GetOracleDataConnectionRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetOracleDataConnectionRequest.ProtoReflect.Descriptor instead.
func (*GetOracleDataConnectionRequest) GetPagination ¶ added in v0.53.0
func (x *GetOracleDataConnectionRequest) GetPagination() *Pagination
func (*GetOracleDataConnectionRequest) GetSpecId ¶ added in v0.53.0
func (x *GetOracleDataConnectionRequest) GetSpecId() string
func (*GetOracleDataConnectionRequest) ProtoMessage ¶ added in v0.53.0
func (*GetOracleDataConnectionRequest) ProtoMessage()
func (*GetOracleDataConnectionRequest) ProtoReflect ¶ added in v0.53.0
func (x *GetOracleDataConnectionRequest) ProtoReflect() protoreflect.Message
func (*GetOracleDataConnectionRequest) Reset ¶ added in v0.53.0
func (x *GetOracleDataConnectionRequest) Reset()
func (*GetOracleDataConnectionRequest) String ¶ added in v0.53.0
func (x *GetOracleDataConnectionRequest) String() string
type GetOracleDataConnectionResponse ¶ added in v0.53.0
type GetOracleDataConnectionResponse struct { OracleData *OracleDataConnection `protobuf:"bytes,1,opt,name=oracle_data,json=oracleData,proto3" json:"oracle_data,omitempty"` // contains filtered or unexported fields }
func (*GetOracleDataConnectionResponse) Descriptor
deprecated
added in
v0.53.0
func (*GetOracleDataConnectionResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetOracleDataConnectionResponse.ProtoReflect.Descriptor instead.
func (*GetOracleDataConnectionResponse) GetOracleData ¶ added in v0.53.0
func (x *GetOracleDataConnectionResponse) GetOracleData() *OracleDataConnection
func (*GetOracleDataConnectionResponse) ProtoMessage ¶ added in v0.53.0
func (*GetOracleDataConnectionResponse) ProtoMessage()
func (*GetOracleDataConnectionResponse) ProtoReflect ¶ added in v0.53.0
func (x *GetOracleDataConnectionResponse) ProtoReflect() protoreflect.Message
func (*GetOracleDataConnectionResponse) Reset ¶ added in v0.53.0
func (x *GetOracleDataConnectionResponse) Reset()
func (*GetOracleDataConnectionResponse) String ¶ added in v0.53.0
func (x *GetOracleDataConnectionResponse) String() string
type GetOracleSpecByIDRequest ¶ added in v0.51.0
type GetOracleSpecByIDRequest struct { // The ID to get the oracle spec for OracleSpecId string `protobuf:"bytes,1,opt,name=oracle_spec_id,json=oracleSpecId,proto3" json:"oracle_spec_id,omitempty"` // contains filtered or unexported fields }
The request to get a specific oracle spec by identifier
func (*GetOracleSpecByIDRequest) Descriptor
deprecated
added in
v0.51.0
func (*GetOracleSpecByIDRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetOracleSpecByIDRequest.ProtoReflect.Descriptor instead.
func (*GetOracleSpecByIDRequest) GetOracleSpecId ¶ added in v0.51.0
func (x *GetOracleSpecByIDRequest) GetOracleSpecId() string
func (*GetOracleSpecByIDRequest) ProtoMessage ¶ added in v0.51.0
func (*GetOracleSpecByIDRequest) ProtoMessage()
func (*GetOracleSpecByIDRequest) ProtoReflect ¶ added in v0.51.0
func (x *GetOracleSpecByIDRequest) ProtoReflect() protoreflect.Message
func (*GetOracleSpecByIDRequest) Reset ¶ added in v0.51.0
func (x *GetOracleSpecByIDRequest) Reset()
func (*GetOracleSpecByIDRequest) String ¶ added in v0.51.0
func (x *GetOracleSpecByIDRequest) String() string
type GetOracleSpecByIDResponse ¶ added in v0.51.0
type GetOracleSpecByIDResponse struct { // The oracle spec matching the ID. OracleSpec *v11.OracleSpec `protobuf:"bytes,1,opt,name=oracle_spec,json=oracleSpec,proto3" json:"oracle_spec,omitempty"` // contains filtered or unexported fields }
The response for a oracle spec
func (*GetOracleSpecByIDResponse) Descriptor
deprecated
added in
v0.51.0
func (*GetOracleSpecByIDResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetOracleSpecByIDResponse.ProtoReflect.Descriptor instead.
func (*GetOracleSpecByIDResponse) GetOracleSpec ¶ added in v0.51.0
func (x *GetOracleSpecByIDResponse) GetOracleSpec() *v11.OracleSpec
func (*GetOracleSpecByIDResponse) ProtoMessage ¶ added in v0.51.0
func (*GetOracleSpecByIDResponse) ProtoMessage()
func (*GetOracleSpecByIDResponse) ProtoReflect ¶ added in v0.51.0
func (x *GetOracleSpecByIDResponse) ProtoReflect() protoreflect.Message
func (*GetOracleSpecByIDResponse) Reset ¶ added in v0.51.0
func (x *GetOracleSpecByIDResponse) Reset()
func (*GetOracleSpecByIDResponse) String ¶ added in v0.51.0
func (x *GetOracleSpecByIDResponse) String() string
type GetOracleSpecsConnectionRequest ¶ added in v0.53.0
type GetOracleSpecsConnectionRequest struct { SpecId string `protobuf:"bytes,1,opt,name=spec_id,json=specId,proto3" json:"spec_id,omitempty"` Pagination *Pagination `protobuf:"bytes,2,opt,name=pagination,proto3" json:"pagination,omitempty"` // contains filtered or unexported fields }
func (*GetOracleSpecsConnectionRequest) Descriptor
deprecated
added in
v0.53.0
func (*GetOracleSpecsConnectionRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetOracleSpecsConnectionRequest.ProtoReflect.Descriptor instead.
func (*GetOracleSpecsConnectionRequest) GetPagination ¶ added in v0.53.0
func (x *GetOracleSpecsConnectionRequest) GetPagination() *Pagination
func (*GetOracleSpecsConnectionRequest) GetSpecId ¶ added in v0.53.0
func (x *GetOracleSpecsConnectionRequest) GetSpecId() string
func (*GetOracleSpecsConnectionRequest) ProtoMessage ¶ added in v0.53.0
func (*GetOracleSpecsConnectionRequest) ProtoMessage()
func (*GetOracleSpecsConnectionRequest) ProtoReflect ¶ added in v0.53.0
func (x *GetOracleSpecsConnectionRequest) ProtoReflect() protoreflect.Message
func (*GetOracleSpecsConnectionRequest) Reset ¶ added in v0.53.0
func (x *GetOracleSpecsConnectionRequest) Reset()
func (*GetOracleSpecsConnectionRequest) String ¶ added in v0.53.0
func (x *GetOracleSpecsConnectionRequest) String() string
type GetOracleSpecsConnectionResponse ¶ added in v0.53.0
type GetOracleSpecsConnectionResponse struct { OracleSpecs *OracleSpecsConnection `protobuf:"bytes,1,opt,name=oracle_specs,json=oracleSpecs,proto3" json:"oracle_specs,omitempty"` // contains filtered or unexported fields }
func (*GetOracleSpecsConnectionResponse) Descriptor
deprecated
added in
v0.53.0
func (*GetOracleSpecsConnectionResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetOracleSpecsConnectionResponse.ProtoReflect.Descriptor instead.
func (*GetOracleSpecsConnectionResponse) GetOracleSpecs ¶ added in v0.53.0
func (x *GetOracleSpecsConnectionResponse) GetOracleSpecs() *OracleSpecsConnection
func (*GetOracleSpecsConnectionResponse) ProtoMessage ¶ added in v0.53.0
func (*GetOracleSpecsConnectionResponse) ProtoMessage()
func (*GetOracleSpecsConnectionResponse) ProtoReflect ¶ added in v0.53.0
func (x *GetOracleSpecsConnectionResponse) ProtoReflect() protoreflect.Message
func (*GetOracleSpecsConnectionResponse) Reset ¶ added in v0.53.0
func (x *GetOracleSpecsConnectionResponse) Reset()
func (*GetOracleSpecsConnectionResponse) String ¶ added in v0.53.0
func (x *GetOracleSpecsConnectionResponse) String() string
type GetOrderVersionsByIDConnectionRequest ¶ added in v0.53.0
type GetOrderVersionsByIDConnectionRequest struct { // Order identifier, required field OrderId string `protobuf:"bytes,1,opt,name=order_id,json=orderId,proto3" json:"order_id,omitempty"` // Pagination controls Pagination *Pagination `protobuf:"bytes,2,opt,name=pagination,proto3" json:"pagination,omitempty"` // contains filtered or unexported fields }
Request for a list of all versions of an order given the specified order identifier
func (*GetOrderVersionsByIDConnectionRequest) Descriptor
deprecated
added in
v0.53.0
func (*GetOrderVersionsByIDConnectionRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetOrderVersionsByIDConnectionRequest.ProtoReflect.Descriptor instead.
func (*GetOrderVersionsByIDConnectionRequest) GetOrderId ¶ added in v0.53.0
func (x *GetOrderVersionsByIDConnectionRequest) GetOrderId() string
func (*GetOrderVersionsByIDConnectionRequest) GetPagination ¶ added in v0.53.0
func (x *GetOrderVersionsByIDConnectionRequest) GetPagination() *Pagination
func (*GetOrderVersionsByIDConnectionRequest) ProtoMessage ¶ added in v0.53.0
func (*GetOrderVersionsByIDConnectionRequest) ProtoMessage()
func (*GetOrderVersionsByIDConnectionRequest) ProtoReflect ¶ added in v0.53.0
func (x *GetOrderVersionsByIDConnectionRequest) ProtoReflect() protoreflect.Message
func (*GetOrderVersionsByIDConnectionRequest) Reset ¶ added in v0.53.0
func (x *GetOrderVersionsByIDConnectionRequest) Reset()
func (*GetOrderVersionsByIDConnectionRequest) String ¶ added in v0.53.0
func (x *GetOrderVersionsByIDConnectionRequest) String() string
type GetOrderVersionsByIDConnectionResponse ¶ added in v0.53.0
type GetOrderVersionsByIDConnectionResponse struct { // A list of 0 or more orders (list will contain the same order but with different versions, if it has been amended) Orders *OrderConnection `protobuf:"bytes,1,opt,name=orders,proto3" json:"orders,omitempty"` // contains filtered or unexported fields }
Response to a request for a list of all versions of an order
func (*GetOrderVersionsByIDConnectionResponse) Descriptor
deprecated
added in
v0.53.0
func (*GetOrderVersionsByIDConnectionResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetOrderVersionsByIDConnectionResponse.ProtoReflect.Descriptor instead.
func (*GetOrderVersionsByIDConnectionResponse) GetOrders ¶ added in v0.53.0
func (x *GetOrderVersionsByIDConnectionResponse) GetOrders() *OrderConnection
func (*GetOrderVersionsByIDConnectionResponse) ProtoMessage ¶ added in v0.53.0
func (*GetOrderVersionsByIDConnectionResponse) ProtoMessage()
func (*GetOrderVersionsByIDConnectionResponse) ProtoReflect ¶ added in v0.53.0
func (x *GetOrderVersionsByIDConnectionResponse) ProtoReflect() protoreflect.Message
func (*GetOrderVersionsByIDConnectionResponse) Reset ¶ added in v0.53.0
func (x *GetOrderVersionsByIDConnectionResponse) Reset()
func (*GetOrderVersionsByIDConnectionResponse) String ¶ added in v0.53.0
func (x *GetOrderVersionsByIDConnectionResponse) String() string
type GetOrderVersionsByIDRequest ¶ added in v0.51.1
type GetOrderVersionsByIDRequest struct { // Order identifier, required field OrderId string `protobuf:"bytes,1,opt,name=order_id,json=orderId,proto3" json:"order_id,omitempty"` // Pagination controls Pagination *OffsetPagination `protobuf:"bytes,2,opt,name=pagination,proto3" json:"pagination,omitempty"` // contains filtered or unexported fields }
Request for a list of all versions of an order given the specified order identifier
func (*GetOrderVersionsByIDRequest) Descriptor
deprecated
added in
v0.51.1
func (*GetOrderVersionsByIDRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetOrderVersionsByIDRequest.ProtoReflect.Descriptor instead.
func (*GetOrderVersionsByIDRequest) GetOrderId ¶ added in v0.51.1
func (x *GetOrderVersionsByIDRequest) GetOrderId() string
func (*GetOrderVersionsByIDRequest) GetPagination ¶ added in v0.51.1
func (x *GetOrderVersionsByIDRequest) GetPagination() *OffsetPagination
func (*GetOrderVersionsByIDRequest) ProtoMessage ¶ added in v0.51.1
func (*GetOrderVersionsByIDRequest) ProtoMessage()
func (*GetOrderVersionsByIDRequest) ProtoReflect ¶ added in v0.51.1
func (x *GetOrderVersionsByIDRequest) ProtoReflect() protoreflect.Message
func (*GetOrderVersionsByIDRequest) Reset ¶ added in v0.51.1
func (x *GetOrderVersionsByIDRequest) Reset()
func (*GetOrderVersionsByIDRequest) String ¶ added in v0.51.1
func (x *GetOrderVersionsByIDRequest) String() string
type GetOrderVersionsByIDResponse ¶ added in v0.51.1
type GetOrderVersionsByIDResponse struct { // Paged connection with 0 or more orders (list will contain the same order but with different versions, if it has been amended) Orders *OrderConnection `protobuf:"bytes,1,opt,name=orders,proto3" json:"orders,omitempty"` // contains filtered or unexported fields }
Response to a request for a list of all versions of an order
func (*GetOrderVersionsByIDResponse) Descriptor
deprecated
added in
v0.51.1
func (*GetOrderVersionsByIDResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetOrderVersionsByIDResponse.ProtoReflect.Descriptor instead.
func (*GetOrderVersionsByIDResponse) GetOrders ¶ added in v0.51.1
func (x *GetOrderVersionsByIDResponse) GetOrders() *OrderConnection
func (*GetOrderVersionsByIDResponse) ProtoMessage ¶ added in v0.51.1
func (*GetOrderVersionsByIDResponse) ProtoMessage()
func (*GetOrderVersionsByIDResponse) ProtoReflect ¶ added in v0.51.1
func (x *GetOrderVersionsByIDResponse) ProtoReflect() protoreflect.Message
func (*GetOrderVersionsByIDResponse) Reset ¶ added in v0.51.1
func (x *GetOrderVersionsByIDResponse) Reset()
func (*GetOrderVersionsByIDResponse) String ¶ added in v0.51.1
func (x *GetOrderVersionsByIDResponse) String() string
type GetOrdersByMarketConnectionRequest ¶ added in v0.53.0
type GetOrdersByMarketConnectionRequest struct { // Market identifier, required field MarketId string `protobuf:"bytes,1,opt,name=market_id,json=marketId,proto3" json:"market_id,omitempty"` // Optional pagination controls Pagination *Pagination `protobuf:"bytes,2,opt,name=pagination,proto3" json:"pagination,omitempty"` // contains filtered or unexported fields }
Request for a list of orders for a market
func (*GetOrdersByMarketConnectionRequest) Descriptor
deprecated
added in
v0.53.0
func (*GetOrdersByMarketConnectionRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetOrdersByMarketConnectionRequest.ProtoReflect.Descriptor instead.
func (*GetOrdersByMarketConnectionRequest) GetMarketId ¶ added in v0.53.0
func (x *GetOrdersByMarketConnectionRequest) GetMarketId() string
func (*GetOrdersByMarketConnectionRequest) GetPagination ¶ added in v0.53.0
func (x *GetOrdersByMarketConnectionRequest) GetPagination() *Pagination
func (*GetOrdersByMarketConnectionRequest) ProtoMessage ¶ added in v0.53.0
func (*GetOrdersByMarketConnectionRequest) ProtoMessage()
func (*GetOrdersByMarketConnectionRequest) ProtoReflect ¶ added in v0.53.0
func (x *GetOrdersByMarketConnectionRequest) ProtoReflect() protoreflect.Message
func (*GetOrdersByMarketConnectionRequest) Reset ¶ added in v0.53.0
func (x *GetOrdersByMarketConnectionRequest) Reset()
func (*GetOrdersByMarketConnectionRequest) String ¶ added in v0.53.0
func (x *GetOrdersByMarketConnectionRequest) String() string
type GetOrdersByMarketConnectionResponse ¶ added in v0.53.0
type GetOrdersByMarketConnectionResponse struct { // Paged order connection Orders *OrderConnection `protobuf:"bytes,1,opt,name=orders,proto3" json:"orders,omitempty"` // contains filtered or unexported fields }
Response for a list of orders for a market
func (*GetOrdersByMarketConnectionResponse) Descriptor
deprecated
added in
v0.53.0
func (*GetOrdersByMarketConnectionResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetOrdersByMarketConnectionResponse.ProtoReflect.Descriptor instead.
func (*GetOrdersByMarketConnectionResponse) GetOrders ¶ added in v0.53.0
func (x *GetOrdersByMarketConnectionResponse) GetOrders() *OrderConnection
func (*GetOrdersByMarketConnectionResponse) ProtoMessage ¶ added in v0.53.0
func (*GetOrdersByMarketConnectionResponse) ProtoMessage()
func (*GetOrdersByMarketConnectionResponse) ProtoReflect ¶ added in v0.53.0
func (x *GetOrdersByMarketConnectionResponse) ProtoReflect() protoreflect.Message
func (*GetOrdersByMarketConnectionResponse) Reset ¶ added in v0.53.0
func (x *GetOrdersByMarketConnectionResponse) Reset()
func (*GetOrdersByMarketConnectionResponse) String ¶ added in v0.53.0
func (x *GetOrdersByMarketConnectionResponse) String() string
type GetOrdersByMarketRequest ¶ added in v0.51.1
type GetOrdersByMarketRequest struct { // Market identifier, required field MarketId string `protobuf:"bytes,1,opt,name=market_id,json=marketId,proto3" json:"market_id,omitempty"` // Optional pagination controls Pagination *OffsetPagination `protobuf:"bytes,2,opt,name=pagination,proto3" json:"pagination,omitempty"` // contains filtered or unexported fields }
-- Orders -- Request for a list of orders for a market
func (*GetOrdersByMarketRequest) Descriptor
deprecated
added in
v0.51.1
func (*GetOrdersByMarketRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetOrdersByMarketRequest.ProtoReflect.Descriptor instead.
func (*GetOrdersByMarketRequest) GetMarketId ¶ added in v0.51.1
func (x *GetOrdersByMarketRequest) GetMarketId() string
func (*GetOrdersByMarketRequest) GetPagination ¶ added in v0.51.1
func (x *GetOrdersByMarketRequest) GetPagination() *OffsetPagination
func (*GetOrdersByMarketRequest) ProtoMessage ¶ added in v0.51.1
func (*GetOrdersByMarketRequest) ProtoMessage()
func (*GetOrdersByMarketRequest) ProtoReflect ¶ added in v0.51.1
func (x *GetOrdersByMarketRequest) ProtoReflect() protoreflect.Message
func (*GetOrdersByMarketRequest) Reset ¶ added in v0.51.1
func (x *GetOrdersByMarketRequest) Reset()
func (*GetOrdersByMarketRequest) String ¶ added in v0.51.1
func (x *GetOrdersByMarketRequest) String() string
type GetOrdersByMarketResponse ¶ added in v0.51.1
type GetOrdersByMarketResponse struct { // A list of 0 or more orders Orders []*vega.Order `protobuf:"bytes,1,rep,name=orders,proto3" json:"orders,omitempty"` // contains filtered or unexported fields }
Response for a list of orders for a market
func (*GetOrdersByMarketResponse) Descriptor
deprecated
added in
v0.51.1
func (*GetOrdersByMarketResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetOrdersByMarketResponse.ProtoReflect.Descriptor instead.
func (*GetOrdersByMarketResponse) GetOrders ¶ added in v0.51.1
func (x *GetOrdersByMarketResponse) GetOrders() []*vega.Order
func (*GetOrdersByMarketResponse) ProtoMessage ¶ added in v0.51.1
func (*GetOrdersByMarketResponse) ProtoMessage()
func (*GetOrdersByMarketResponse) ProtoReflect ¶ added in v0.51.1
func (x *GetOrdersByMarketResponse) ProtoReflect() protoreflect.Message
func (*GetOrdersByMarketResponse) Reset ¶ added in v0.51.1
func (x *GetOrdersByMarketResponse) Reset()
func (*GetOrdersByMarketResponse) String ¶ added in v0.51.1
func (x *GetOrdersByMarketResponse) String() string
type GetOrdersByPartyConnectionRequest ¶ added in v0.53.0
type GetOrdersByPartyConnectionRequest struct { // Market identifier, required field PartyId string `protobuf:"bytes,1,opt,name=party_id,json=partyId,proto3" json:"party_id,omitempty"` MarketId string `protobuf:"bytes,2,opt,name=market_id,json=marketId,proto3" json:"market_id,omitempty"` // Optional pagination controls Pagination *Pagination `protobuf:"bytes,3,opt,name=pagination,proto3" json:"pagination,omitempty"` // contains filtered or unexported fields }
Request for a list of orders for a market
func (*GetOrdersByPartyConnectionRequest) Descriptor
deprecated
added in
v0.53.0
func (*GetOrdersByPartyConnectionRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetOrdersByPartyConnectionRequest.ProtoReflect.Descriptor instead.
func (*GetOrdersByPartyConnectionRequest) GetMarketId ¶ added in v0.53.0
func (x *GetOrdersByPartyConnectionRequest) GetMarketId() string
func (*GetOrdersByPartyConnectionRequest) GetPagination ¶ added in v0.53.0
func (x *GetOrdersByPartyConnectionRequest) GetPagination() *Pagination
func (*GetOrdersByPartyConnectionRequest) GetPartyId ¶ added in v0.53.0
func (x *GetOrdersByPartyConnectionRequest) GetPartyId() string
func (*GetOrdersByPartyConnectionRequest) ProtoMessage ¶ added in v0.53.0
func (*GetOrdersByPartyConnectionRequest) ProtoMessage()
func (*GetOrdersByPartyConnectionRequest) ProtoReflect ¶ added in v0.53.0
func (x *GetOrdersByPartyConnectionRequest) ProtoReflect() protoreflect.Message
func (*GetOrdersByPartyConnectionRequest) Reset ¶ added in v0.53.0
func (x *GetOrdersByPartyConnectionRequest) Reset()
func (*GetOrdersByPartyConnectionRequest) String ¶ added in v0.53.0
func (x *GetOrdersByPartyConnectionRequest) String() string
type GetOrdersByPartyConnectionResponse ¶ added in v0.53.0
type GetOrdersByPartyConnectionResponse struct { // Paged order connection Orders *OrderConnection `protobuf:"bytes,1,opt,name=orders,proto3" json:"orders,omitempty"` // contains filtered or unexported fields }
Response for a list of orders for a market
func (*GetOrdersByPartyConnectionResponse) Descriptor
deprecated
added in
v0.53.0
func (*GetOrdersByPartyConnectionResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetOrdersByPartyConnectionResponse.ProtoReflect.Descriptor instead.
func (*GetOrdersByPartyConnectionResponse) GetOrders ¶ added in v0.53.0
func (x *GetOrdersByPartyConnectionResponse) GetOrders() *OrderConnection
func (*GetOrdersByPartyConnectionResponse) ProtoMessage ¶ added in v0.53.0
func (*GetOrdersByPartyConnectionResponse) ProtoMessage()
func (*GetOrdersByPartyConnectionResponse) ProtoReflect ¶ added in v0.53.0
func (x *GetOrdersByPartyConnectionResponse) ProtoReflect() protoreflect.Message
func (*GetOrdersByPartyConnectionResponse) Reset ¶ added in v0.53.0
func (x *GetOrdersByPartyConnectionResponse) Reset()
func (*GetOrdersByPartyConnectionResponse) String ¶ added in v0.53.0
func (x *GetOrdersByPartyConnectionResponse) String() string
type GetPartiesRequest ¶ added in v0.51.1
type GetPartiesRequest struct { PartyId string `protobuf:"bytes,1,opt,name=party_id,json=partyId,proto3" json:"party_id,omitempty"` Pagination *Pagination `protobuf:"bytes,2,opt,name=pagination,proto3" json:"pagination,omitempty"` // contains filtered or unexported fields }
-- Parties --
func (*GetPartiesRequest) Descriptor
deprecated
added in
v0.51.1
func (*GetPartiesRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetPartiesRequest.ProtoReflect.Descriptor instead.
func (*GetPartiesRequest) GetPagination ¶ added in v0.51.1
func (x *GetPartiesRequest) GetPagination() *Pagination
func (*GetPartiesRequest) GetPartyId ¶ added in v0.51.1
func (x *GetPartiesRequest) GetPartyId() string
func (*GetPartiesRequest) ProtoMessage ¶ added in v0.51.1
func (*GetPartiesRequest) ProtoMessage()
func (*GetPartiesRequest) ProtoReflect ¶ added in v0.51.1
func (x *GetPartiesRequest) ProtoReflect() protoreflect.Message
func (*GetPartiesRequest) Reset ¶ added in v0.51.1
func (x *GetPartiesRequest) Reset()
func (*GetPartiesRequest) String ¶ added in v0.51.1
func (x *GetPartiesRequest) String() string
type GetPartiesResponse ¶ added in v0.51.1
type GetPartiesResponse struct { Party *PartyConnection `protobuf:"bytes,1,opt,name=party,proto3" json:"party,omitempty"` // contains filtered or unexported fields }
func (*GetPartiesResponse) Descriptor
deprecated
added in
v0.51.1
func (*GetPartiesResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetPartiesResponse.ProtoReflect.Descriptor instead.
func (*GetPartiesResponse) GetParty ¶ added in v0.51.1
func (x *GetPartiesResponse) GetParty() *PartyConnection
func (*GetPartiesResponse) ProtoMessage ¶ added in v0.51.1
func (*GetPartiesResponse) ProtoMessage()
func (*GetPartiesResponse) ProtoReflect ¶ added in v0.51.1
func (x *GetPartiesResponse) ProtoReflect() protoreflect.Message
func (*GetPartiesResponse) Reset ¶ added in v0.51.1
func (x *GetPartiesResponse) Reset()
func (*GetPartiesResponse) String ¶ added in v0.51.1
func (x *GetPartiesResponse) String() string
type GetPositionsByPartyConnectionRequest ¶ added in v0.53.0
type GetPositionsByPartyConnectionRequest struct { // Party identifier, required field PartyId string `protobuf:"bytes,1,opt,name=party_id,json=partyId,proto3" json:"party_id,omitempty"` // Market identifier MarketId string `protobuf:"bytes,2,opt,name=market_id,json=marketId,proto3" json:"market_id,omitempty"` // Optional pagination control Pagination *Pagination `protobuf:"bytes,3,opt,name=pagination,proto3,oneof" json:"pagination,omitempty"` // contains filtered or unexported fields }
-- Positions -- Request for a list of positions for a party Optionally, if a market identifier is set, the results will be filtered for that market only
func (*GetPositionsByPartyConnectionRequest) Descriptor
deprecated
added in
v0.53.0
func (*GetPositionsByPartyConnectionRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetPositionsByPartyConnectionRequest.ProtoReflect.Descriptor instead.
func (*GetPositionsByPartyConnectionRequest) GetMarketId ¶ added in v0.53.0
func (x *GetPositionsByPartyConnectionRequest) GetMarketId() string
func (*GetPositionsByPartyConnectionRequest) GetPagination ¶ added in v0.53.0
func (x *GetPositionsByPartyConnectionRequest) GetPagination() *Pagination
func (*GetPositionsByPartyConnectionRequest) GetPartyId ¶ added in v0.53.0
func (x *GetPositionsByPartyConnectionRequest) GetPartyId() string
func (*GetPositionsByPartyConnectionRequest) ProtoMessage ¶ added in v0.53.0
func (*GetPositionsByPartyConnectionRequest) ProtoMessage()
func (*GetPositionsByPartyConnectionRequest) ProtoReflect ¶ added in v0.53.0
func (x *GetPositionsByPartyConnectionRequest) ProtoReflect() protoreflect.Message
func (*GetPositionsByPartyConnectionRequest) Reset ¶ added in v0.53.0
func (x *GetPositionsByPartyConnectionRequest) Reset()
func (*GetPositionsByPartyConnectionRequest) String ¶ added in v0.53.0
func (x *GetPositionsByPartyConnectionRequest) String() string
type GetPositionsByPartyConnectionResponse ¶ added in v0.53.0
type GetPositionsByPartyConnectionResponse struct { // A list of 0 or more positions Positions *PositionConnection `protobuf:"bytes,1,opt,name=positions,proto3" json:"positions,omitempty"` // contains filtered or unexported fields }
Response for a list of positions for a party
func (*GetPositionsByPartyConnectionResponse) Descriptor
deprecated
added in
v0.53.0
func (*GetPositionsByPartyConnectionResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetPositionsByPartyConnectionResponse.ProtoReflect.Descriptor instead.
func (*GetPositionsByPartyConnectionResponse) GetPositions ¶ added in v0.53.0
func (x *GetPositionsByPartyConnectionResponse) GetPositions() *PositionConnection
func (*GetPositionsByPartyConnectionResponse) ProtoMessage ¶ added in v0.53.0
func (*GetPositionsByPartyConnectionResponse) ProtoMessage()
func (*GetPositionsByPartyConnectionResponse) ProtoReflect ¶ added in v0.53.0
func (x *GetPositionsByPartyConnectionResponse) ProtoReflect() protoreflect.Message
func (*GetPositionsByPartyConnectionResponse) Reset ¶ added in v0.53.0
func (x *GetPositionsByPartyConnectionResponse) Reset()
func (*GetPositionsByPartyConnectionResponse) String ¶ added in v0.53.0
func (x *GetPositionsByPartyConnectionResponse) String() string
type GetRewardSummariesRequest ¶ added in v0.52.0
type GetRewardSummariesRequest struct { PartyId string `protobuf:"bytes,1,opt,name=party_id,json=partyId,proto3" json:"party_id,omitempty"` AssetId string `protobuf:"bytes,2,opt,name=asset_id,json=assetId,proto3" json:"asset_id,omitempty"` // contains filtered or unexported fields }
A request to get reward details for a party
func (*GetRewardSummariesRequest) Descriptor
deprecated
added in
v0.52.0
func (*GetRewardSummariesRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetRewardSummariesRequest.ProtoReflect.Descriptor instead.
func (*GetRewardSummariesRequest) GetAssetId ¶ added in v0.52.0
func (x *GetRewardSummariesRequest) GetAssetId() string
func (*GetRewardSummariesRequest) GetPartyId ¶ added in v0.52.0
func (x *GetRewardSummariesRequest) GetPartyId() string
func (*GetRewardSummariesRequest) ProtoMessage ¶ added in v0.52.0
func (*GetRewardSummariesRequest) ProtoMessage()
func (*GetRewardSummariesRequest) ProtoReflect ¶ added in v0.52.0
func (x *GetRewardSummariesRequest) ProtoReflect() protoreflect.Message
func (*GetRewardSummariesRequest) Reset ¶ added in v0.52.0
func (x *GetRewardSummariesRequest) Reset()
func (*GetRewardSummariesRequest) String ¶ added in v0.52.0
func (x *GetRewardSummariesRequest) String() string
type GetRewardSummariesResponse ¶ added in v0.52.0
type GetRewardSummariesResponse struct { Summaries []*vega.RewardSummary `protobuf:"bytes,1,rep,name=summaries,proto3" json:"summaries,omitempty"` // contains filtered or unexported fields }
The return message with reward details in for a single party
func (*GetRewardSummariesResponse) Descriptor
deprecated
added in
v0.52.0
func (*GetRewardSummariesResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetRewardSummariesResponse.ProtoReflect.Descriptor instead.
func (*GetRewardSummariesResponse) GetSummaries ¶ added in v0.52.0
func (x *GetRewardSummariesResponse) GetSummaries() []*vega.RewardSummary
func (*GetRewardSummariesResponse) ProtoMessage ¶ added in v0.52.0
func (*GetRewardSummariesResponse) ProtoMessage()
func (*GetRewardSummariesResponse) ProtoReflect ¶ added in v0.52.0
func (x *GetRewardSummariesResponse) ProtoReflect() protoreflect.Message
func (*GetRewardSummariesResponse) Reset ¶ added in v0.52.0
func (x *GetRewardSummariesResponse) Reset()
func (*GetRewardSummariesResponse) String ¶ added in v0.52.0
func (x *GetRewardSummariesResponse) String() string
type GetRewardsRequest ¶ added in v0.52.0
type GetRewardsRequest struct { PartyId string `protobuf:"bytes,1,opt,name=party_id,json=partyId,proto3" json:"party_id,omitempty"` AssetId string `protobuf:"bytes,2,opt,name=asset_id,json=assetId,proto3" json:"asset_id,omitempty"` Pagination *Pagination `protobuf:"bytes,3,opt,name=pagination,proto3" json:"pagination,omitempty"` // contains filtered or unexported fields }
A request to get reward details for a party
func (*GetRewardsRequest) Descriptor
deprecated
added in
v0.52.0
func (*GetRewardsRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetRewardsRequest.ProtoReflect.Descriptor instead.
func (*GetRewardsRequest) GetAssetId ¶ added in v0.52.0
func (x *GetRewardsRequest) GetAssetId() string
func (*GetRewardsRequest) GetPagination ¶ added in v0.52.0
func (x *GetRewardsRequest) GetPagination() *Pagination
func (*GetRewardsRequest) GetPartyId ¶ added in v0.52.0
func (x *GetRewardsRequest) GetPartyId() string
func (*GetRewardsRequest) ProtoMessage ¶ added in v0.52.0
func (*GetRewardsRequest) ProtoMessage()
func (*GetRewardsRequest) ProtoReflect ¶ added in v0.52.0
func (x *GetRewardsRequest) ProtoReflect() protoreflect.Message
func (*GetRewardsRequest) Reset ¶ added in v0.52.0
func (x *GetRewardsRequest) Reset()
func (*GetRewardsRequest) String ¶ added in v0.52.0
func (x *GetRewardsRequest) String() string
type GetRewardsResponse ¶ added in v0.52.0
type GetRewardsResponse struct { Rewards *RewardsConnection `protobuf:"bytes,1,opt,name=rewards,proto3" json:"rewards,omitempty"` // contains filtered or unexported fields }
The return message with reward details in for a single party
func (*GetRewardsResponse) Descriptor
deprecated
added in
v0.52.0
func (*GetRewardsResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetRewardsResponse.ProtoReflect.Descriptor instead.
func (*GetRewardsResponse) GetRewards ¶ added in v0.52.0
func (x *GetRewardsResponse) GetRewards() *RewardsConnection
func (*GetRewardsResponse) ProtoMessage ¶ added in v0.52.0
func (*GetRewardsResponse) ProtoMessage()
func (*GetRewardsResponse) ProtoReflect ¶ added in v0.52.0
func (x *GetRewardsResponse) ProtoReflect() protoreflect.Message
func (*GetRewardsResponse) Reset ¶ added in v0.52.0
func (x *GetRewardsResponse) Reset()
func (*GetRewardsResponse) String ¶ added in v0.52.0
func (x *GetRewardsResponse) String() string
type GetTradesByMarketRequest ¶ added in v0.51.1
type GetTradesByMarketRequest struct { MarketId string `protobuf:"bytes,1,opt,name=market_id,json=marketId,proto3" json:"market_id,omitempty"` Pagination *Pagination `protobuf:"bytes,2,opt,name=pagination,proto3" json:"pagination,omitempty"` // contains filtered or unexported fields }
func (*GetTradesByMarketRequest) Descriptor
deprecated
added in
v0.51.1
func (*GetTradesByMarketRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetTradesByMarketRequest.ProtoReflect.Descriptor instead.
func (*GetTradesByMarketRequest) GetMarketId ¶ added in v0.51.1
func (x *GetTradesByMarketRequest) GetMarketId() string
func (*GetTradesByMarketRequest) GetPagination ¶ added in v0.51.1
func (x *GetTradesByMarketRequest) GetPagination() *Pagination
func (*GetTradesByMarketRequest) ProtoMessage ¶ added in v0.51.1
func (*GetTradesByMarketRequest) ProtoMessage()
func (*GetTradesByMarketRequest) ProtoReflect ¶ added in v0.51.1
func (x *GetTradesByMarketRequest) ProtoReflect() protoreflect.Message
func (*GetTradesByMarketRequest) Reset ¶ added in v0.51.1
func (x *GetTradesByMarketRequest) Reset()
func (*GetTradesByMarketRequest) String ¶ added in v0.51.1
func (x *GetTradesByMarketRequest) String() string
type GetTradesByMarketResponse ¶ added in v0.51.1
type GetTradesByMarketResponse struct { Trades *TradeConnection `protobuf:"bytes,1,opt,name=trades,proto3" json:"trades,omitempty"` // contains filtered or unexported fields }
func (*GetTradesByMarketResponse) Descriptor
deprecated
added in
v0.51.1
func (*GetTradesByMarketResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetTradesByMarketResponse.ProtoReflect.Descriptor instead.
func (*GetTradesByMarketResponse) GetTrades ¶ added in v0.51.1
func (x *GetTradesByMarketResponse) GetTrades() *TradeConnection
func (*GetTradesByMarketResponse) ProtoMessage ¶ added in v0.51.1
func (*GetTradesByMarketResponse) ProtoMessage()
func (*GetTradesByMarketResponse) ProtoReflect ¶ added in v0.51.1
func (x *GetTradesByMarketResponse) ProtoReflect() protoreflect.Message
func (*GetTradesByMarketResponse) Reset ¶ added in v0.51.1
func (x *GetTradesByMarketResponse) Reset()
func (*GetTradesByMarketResponse) String ¶ added in v0.51.1
func (x *GetTradesByMarketResponse) String() string
type GetTradesByOrderIDRequest ¶ added in v0.51.1
type GetTradesByOrderIDRequest struct { MarketId string `protobuf:"bytes,1,opt,name=market_id,json=marketId,proto3" json:"market_id,omitempty"` OrderId string `protobuf:"bytes,2,opt,name=order_id,json=orderId,proto3" json:"order_id,omitempty"` Pagination *Pagination `protobuf:"bytes,3,opt,name=pagination,proto3" json:"pagination,omitempty"` // contains filtered or unexported fields }
func (*GetTradesByOrderIDRequest) Descriptor
deprecated
added in
v0.51.1
func (*GetTradesByOrderIDRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetTradesByOrderIDRequest.ProtoReflect.Descriptor instead.
func (*GetTradesByOrderIDRequest) GetMarketId ¶ added in v0.51.1
func (x *GetTradesByOrderIDRequest) GetMarketId() string
func (*GetTradesByOrderIDRequest) GetOrderId ¶ added in v0.51.1
func (x *GetTradesByOrderIDRequest) GetOrderId() string
func (*GetTradesByOrderIDRequest) GetPagination ¶ added in v0.51.1
func (x *GetTradesByOrderIDRequest) GetPagination() *Pagination
func (*GetTradesByOrderIDRequest) ProtoMessage ¶ added in v0.51.1
func (*GetTradesByOrderIDRequest) ProtoMessage()
func (*GetTradesByOrderIDRequest) ProtoReflect ¶ added in v0.51.1
func (x *GetTradesByOrderIDRequest) ProtoReflect() protoreflect.Message
func (*GetTradesByOrderIDRequest) Reset ¶ added in v0.51.1
func (x *GetTradesByOrderIDRequest) Reset()
func (*GetTradesByOrderIDRequest) String ¶ added in v0.51.1
func (x *GetTradesByOrderIDRequest) String() string
type GetTradesByOrderIDResponse ¶ added in v0.51.1
type GetTradesByOrderIDResponse struct { Trades *TradeConnection `protobuf:"bytes,1,opt,name=trades,proto3" json:"trades,omitempty"` // contains filtered or unexported fields }
func (*GetTradesByOrderIDResponse) Descriptor
deprecated
added in
v0.51.1
func (*GetTradesByOrderIDResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetTradesByOrderIDResponse.ProtoReflect.Descriptor instead.
func (*GetTradesByOrderIDResponse) GetTrades ¶ added in v0.51.1
func (x *GetTradesByOrderIDResponse) GetTrades() *TradeConnection
func (*GetTradesByOrderIDResponse) ProtoMessage ¶ added in v0.51.1
func (*GetTradesByOrderIDResponse) ProtoMessage()
func (*GetTradesByOrderIDResponse) ProtoReflect ¶ added in v0.51.1
func (x *GetTradesByOrderIDResponse) ProtoReflect() protoreflect.Message
func (*GetTradesByOrderIDResponse) Reset ¶ added in v0.51.1
func (x *GetTradesByOrderIDResponse) Reset()
func (*GetTradesByOrderIDResponse) String ¶ added in v0.51.1
func (x *GetTradesByOrderIDResponse) String() string
type GetTradesByPartyRequest ¶ added in v0.51.1
type GetTradesByPartyRequest struct { PartyId string `protobuf:"bytes,1,opt,name=party_id,json=partyId,proto3" json:"party_id,omitempty"` MarketId string `protobuf:"bytes,2,opt,name=market_id,json=marketId,proto3" json:"market_id,omitempty"` Pagination *Pagination `protobuf:"bytes,3,opt,name=pagination,proto3" json:"pagination,omitempty"` // contains filtered or unexported fields }
func (*GetTradesByPartyRequest) Descriptor
deprecated
added in
v0.51.1
func (*GetTradesByPartyRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetTradesByPartyRequest.ProtoReflect.Descriptor instead.
func (*GetTradesByPartyRequest) GetMarketId ¶ added in v0.51.1
func (x *GetTradesByPartyRequest) GetMarketId() string
func (*GetTradesByPartyRequest) GetPagination ¶ added in v0.51.1
func (x *GetTradesByPartyRequest) GetPagination() *Pagination
func (*GetTradesByPartyRequest) GetPartyId ¶ added in v0.51.1
func (x *GetTradesByPartyRequest) GetPartyId() string
func (*GetTradesByPartyRequest) ProtoMessage ¶ added in v0.51.1
func (*GetTradesByPartyRequest) ProtoMessage()
func (*GetTradesByPartyRequest) ProtoReflect ¶ added in v0.51.1
func (x *GetTradesByPartyRequest) ProtoReflect() protoreflect.Message
func (*GetTradesByPartyRequest) Reset ¶ added in v0.51.1
func (x *GetTradesByPartyRequest) Reset()
func (*GetTradesByPartyRequest) String ¶ added in v0.51.1
func (x *GetTradesByPartyRequest) String() string
type GetTradesByPartyResponse ¶ added in v0.51.1
type GetTradesByPartyResponse struct { Trades *TradeConnection `protobuf:"bytes,1,opt,name=trades,proto3" json:"trades,omitempty"` // contains filtered or unexported fields }
func (*GetTradesByPartyResponse) Descriptor
deprecated
added in
v0.51.1
func (*GetTradesByPartyResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetTradesByPartyResponse.ProtoReflect.Descriptor instead.
func (*GetTradesByPartyResponse) GetTrades ¶ added in v0.51.1
func (x *GetTradesByPartyResponse) GetTrades() *TradeConnection
func (*GetTradesByPartyResponse) ProtoMessage ¶ added in v0.51.1
func (*GetTradesByPartyResponse) ProtoMessage()
func (*GetTradesByPartyResponse) ProtoReflect ¶ added in v0.51.1
func (x *GetTradesByPartyResponse) ProtoReflect() protoreflect.Message
func (*GetTradesByPartyResponse) Reset ¶ added in v0.51.1
func (x *GetTradesByPartyResponse) Reset()
func (*GetTradesByPartyResponse) String ¶ added in v0.51.1
func (x *GetTradesByPartyResponse) String() string
type GetWithdrawalsRequest ¶ added in v0.53.0
type GetWithdrawalsRequest struct { PartyId string `protobuf:"bytes,1,opt,name=party_id,json=partyId,proto3" json:"party_id,omitempty"` Pagination *Pagination `protobuf:"bytes,2,opt,name=pagination,proto3" json:"pagination,omitempty"` // contains filtered or unexported fields }
-- Withdrawals --
func (*GetWithdrawalsRequest) Descriptor
deprecated
added in
v0.53.0
func (*GetWithdrawalsRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetWithdrawalsRequest.ProtoReflect.Descriptor instead.
func (*GetWithdrawalsRequest) GetPagination ¶ added in v0.53.0
func (x *GetWithdrawalsRequest) GetPagination() *Pagination
func (*GetWithdrawalsRequest) GetPartyId ¶ added in v0.53.0
func (x *GetWithdrawalsRequest) GetPartyId() string
func (*GetWithdrawalsRequest) ProtoMessage ¶ added in v0.53.0
func (*GetWithdrawalsRequest) ProtoMessage()
func (*GetWithdrawalsRequest) ProtoReflect ¶ added in v0.53.0
func (x *GetWithdrawalsRequest) ProtoReflect() protoreflect.Message
func (*GetWithdrawalsRequest) Reset ¶ added in v0.53.0
func (x *GetWithdrawalsRequest) Reset()
func (*GetWithdrawalsRequest) String ¶ added in v0.53.0
func (x *GetWithdrawalsRequest) String() string
type GetWithdrawalsResponse ¶ added in v0.53.0
type GetWithdrawalsResponse struct { Withdrawals *WithdrawalsConnection `protobuf:"bytes,1,opt,name=withdrawals,proto3" json:"withdrawals,omitempty"` // contains filtered or unexported fields }
func (*GetWithdrawalsResponse) Descriptor
deprecated
added in
v0.53.0
func (*GetWithdrawalsResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetWithdrawalsResponse.ProtoReflect.Descriptor instead.
func (*GetWithdrawalsResponse) GetWithdrawals ¶ added in v0.53.0
func (x *GetWithdrawalsResponse) GetWithdrawals() *WithdrawalsConnection
func (*GetWithdrawalsResponse) ProtoMessage ¶ added in v0.53.0
func (*GetWithdrawalsResponse) ProtoMessage()
func (*GetWithdrawalsResponse) ProtoReflect ¶ added in v0.53.0
func (x *GetWithdrawalsResponse) ProtoReflect() protoreflect.Message
func (*GetWithdrawalsResponse) Reset ¶ added in v0.53.0
func (x *GetWithdrawalsResponse) Reset()
func (*GetWithdrawalsResponse) String ¶ added in v0.53.0
func (x *GetWithdrawalsResponse) String() string
type IntervalToCandleId ¶ added in v0.49.3
type IntervalToCandleId struct { // The interval for the candle Interval string `protobuf:"bytes,1,opt,name=interval,proto3" json:"interval,omitempty"` // The unique id of the candle CandleId string `protobuf:"bytes,2,opt,name=candle_id,json=candleId,proto3" json:"candle_id,omitempty"` // contains filtered or unexported fields }
Maps an interval for a given market to its corresponding candle_id
func (*IntervalToCandleId) Descriptor
deprecated
added in
v0.49.3
func (*IntervalToCandleId) Descriptor() ([]byte, []int)
Deprecated: Use IntervalToCandleId.ProtoReflect.Descriptor instead.
func (*IntervalToCandleId) GetCandleId ¶ added in v0.49.3
func (x *IntervalToCandleId) GetCandleId() string
func (*IntervalToCandleId) GetInterval ¶ added in v0.49.3
func (x *IntervalToCandleId) GetInterval() string
func (*IntervalToCandleId) ProtoMessage ¶ added in v0.49.3
func (*IntervalToCandleId) ProtoMessage()
func (*IntervalToCandleId) ProtoReflect ¶ added in v0.49.3
func (x *IntervalToCandleId) ProtoReflect() protoreflect.Message
func (*IntervalToCandleId) Reset ¶ added in v0.49.3
func (x *IntervalToCandleId) Reset()
func (*IntervalToCandleId) String ¶ added in v0.49.3
func (x *IntervalToCandleId) String() string
type LiquidityProvisionsConnection ¶ added in v0.53.0
type LiquidityProvisionsConnection struct { TotalCount int64 `protobuf:"varint,1,opt,name=total_count,json=totalCount,proto3" json:"total_count,omitempty"` Edges []*LiquidityProvisionsEdge `protobuf:"bytes,2,rep,name=edges,proto3" json:"edges,omitempty"` PageInfo *PageInfo `protobuf:"bytes,3,opt,name=page_info,json=pageInfo,proto3" json:"page_info,omitempty"` // contains filtered or unexported fields }
func (*LiquidityProvisionsConnection) Descriptor
deprecated
added in
v0.53.0
func (*LiquidityProvisionsConnection) Descriptor() ([]byte, []int)
Deprecated: Use LiquidityProvisionsConnection.ProtoReflect.Descriptor instead.
func (*LiquidityProvisionsConnection) GetEdges ¶ added in v0.53.0
func (x *LiquidityProvisionsConnection) GetEdges() []*LiquidityProvisionsEdge
func (*LiquidityProvisionsConnection) GetPageInfo ¶ added in v0.53.0
func (x *LiquidityProvisionsConnection) GetPageInfo() *PageInfo
func (*LiquidityProvisionsConnection) GetTotalCount ¶ added in v0.53.0
func (x *LiquidityProvisionsConnection) GetTotalCount() int64
func (*LiquidityProvisionsConnection) ProtoMessage ¶ added in v0.53.0
func (*LiquidityProvisionsConnection) ProtoMessage()
func (*LiquidityProvisionsConnection) ProtoReflect ¶ added in v0.53.0
func (x *LiquidityProvisionsConnection) ProtoReflect() protoreflect.Message
func (*LiquidityProvisionsConnection) Reset ¶ added in v0.53.0
func (x *LiquidityProvisionsConnection) Reset()
func (*LiquidityProvisionsConnection) String ¶ added in v0.53.0
func (x *LiquidityProvisionsConnection) String() string
type LiquidityProvisionsEdge ¶ added in v0.53.0
type LiquidityProvisionsEdge struct { Node *vega.LiquidityProvision `protobuf:"bytes,1,opt,name=node,proto3" json:"node,omitempty"` Cursor string `protobuf:"bytes,2,opt,name=cursor,proto3" json:"cursor,omitempty"` // contains filtered or unexported fields }
func (*LiquidityProvisionsEdge) Descriptor
deprecated
added in
v0.53.0
func (*LiquidityProvisionsEdge) Descriptor() ([]byte, []int)
Deprecated: Use LiquidityProvisionsEdge.ProtoReflect.Descriptor instead.
func (*LiquidityProvisionsEdge) GetCursor ¶ added in v0.53.0
func (x *LiquidityProvisionsEdge) GetCursor() string
func (*LiquidityProvisionsEdge) GetNode ¶ added in v0.53.0
func (x *LiquidityProvisionsEdge) GetNode() *vega.LiquidityProvision
func (*LiquidityProvisionsEdge) ProtoMessage ¶ added in v0.53.0
func (*LiquidityProvisionsEdge) ProtoMessage()
func (*LiquidityProvisionsEdge) ProtoReflect ¶ added in v0.53.0
func (x *LiquidityProvisionsEdge) ProtoReflect() protoreflect.Message
func (*LiquidityProvisionsEdge) Reset ¶ added in v0.53.0
func (x *LiquidityProvisionsEdge) Reset()
func (*LiquidityProvisionsEdge) String ¶ added in v0.53.0
func (x *LiquidityProvisionsEdge) String() string
type ListOracleDataRequest ¶ added in v0.51.0
type ListOracleDataRequest struct { // Pagination controls Pagination *Pagination `protobuf:"bytes,1,opt,name=pagination,proto3" json:"pagination,omitempty"` // contains filtered or unexported fields }
The request to get all seen oracle data
func (*ListOracleDataRequest) Descriptor
deprecated
added in
v0.51.0
func (*ListOracleDataRequest) Descriptor() ([]byte, []int)
Deprecated: Use ListOracleDataRequest.ProtoReflect.Descriptor instead.
func (*ListOracleDataRequest) GetPagination ¶ added in v0.51.0
func (x *ListOracleDataRequest) GetPagination() *Pagination
func (*ListOracleDataRequest) ProtoMessage ¶ added in v0.51.0
func (*ListOracleDataRequest) ProtoMessage()
func (*ListOracleDataRequest) ProtoReflect ¶ added in v0.51.0
func (x *ListOracleDataRequest) ProtoReflect() protoreflect.Message
func (*ListOracleDataRequest) Reset ¶ added in v0.51.0
func (x *ListOracleDataRequest) Reset()
func (*ListOracleDataRequest) String ¶ added in v0.51.0
func (x *ListOracleDataRequest) String() string
type ListOracleDataResponse ¶ added in v0.51.0
type ListOracleDataResponse struct { // The list of seen oracle data OracleData []*v11.OracleData `protobuf:"bytes,1,rep,name=oracle_data,json=oracleData,proto3" json:"oracle_data,omitempty"` // contains filtered or unexported fields }
The response to get all seen oracle data
func (*ListOracleDataResponse) Descriptor
deprecated
added in
v0.51.0
func (*ListOracleDataResponse) Descriptor() ([]byte, []int)
Deprecated: Use ListOracleDataResponse.ProtoReflect.Descriptor instead.
func (*ListOracleDataResponse) GetOracleData ¶ added in v0.51.0
func (x *ListOracleDataResponse) GetOracleData() []*v11.OracleData
func (*ListOracleDataResponse) ProtoMessage ¶ added in v0.51.0
func (*ListOracleDataResponse) ProtoMessage()
func (*ListOracleDataResponse) ProtoReflect ¶ added in v0.51.0
func (x *ListOracleDataResponse) ProtoReflect() protoreflect.Message
func (*ListOracleDataResponse) Reset ¶ added in v0.51.0
func (x *ListOracleDataResponse) Reset()
func (*ListOracleDataResponse) String ¶ added in v0.51.0
func (x *ListOracleDataResponse) String() string
type ListOracleSpecsRequest ¶ added in v0.51.0
type ListOracleSpecsRequest struct { // Pagination controls Pagination *Pagination `protobuf:"bytes,1,opt,name=pagination,proto3" json:"pagination,omitempty"` // contains filtered or unexported fields }
The request to get all active oracle specs
func (*ListOracleSpecsRequest) Descriptor
deprecated
added in
v0.51.0
func (*ListOracleSpecsRequest) Descriptor() ([]byte, []int)
Deprecated: Use ListOracleSpecsRequest.ProtoReflect.Descriptor instead.
func (*ListOracleSpecsRequest) GetPagination ¶ added in v0.51.0
func (x *ListOracleSpecsRequest) GetPagination() *Pagination
func (*ListOracleSpecsRequest) ProtoMessage ¶ added in v0.51.0
func (*ListOracleSpecsRequest) ProtoMessage()
func (*ListOracleSpecsRequest) ProtoReflect ¶ added in v0.51.0
func (x *ListOracleSpecsRequest) ProtoReflect() protoreflect.Message
func (*ListOracleSpecsRequest) Reset ¶ added in v0.51.0
func (x *ListOracleSpecsRequest) Reset()
func (*ListOracleSpecsRequest) String ¶ added in v0.51.0
func (x *ListOracleSpecsRequest) String() string
type ListOracleSpecsResponse ¶ added in v0.51.0
type ListOracleSpecsResponse struct { // The list of active oracle specs OracleSpecs []*v11.OracleSpec `protobuf:"bytes,1,rep,name=oracle_specs,json=oracleSpecs,proto3" json:"oracle_specs,omitempty"` // contains filtered or unexported fields }
The response to get all active oracle specs
func (*ListOracleSpecsResponse) Descriptor
deprecated
added in
v0.51.0
func (*ListOracleSpecsResponse) Descriptor() ([]byte, []int)
Deprecated: Use ListOracleSpecsResponse.ProtoReflect.Descriptor instead.
func (*ListOracleSpecsResponse) GetOracleSpecs ¶ added in v0.51.0
func (x *ListOracleSpecsResponse) GetOracleSpecs() []*v11.OracleSpec
func (*ListOracleSpecsResponse) ProtoMessage ¶ added in v0.51.0
func (*ListOracleSpecsResponse) ProtoMessage()
func (*ListOracleSpecsResponse) ProtoReflect ¶ added in v0.51.0
func (x *ListOracleSpecsResponse) ProtoReflect() protoreflect.Message
func (*ListOracleSpecsResponse) Reset ¶ added in v0.51.0
func (x *ListOracleSpecsResponse) Reset()
func (*ListOracleSpecsResponse) String ¶ added in v0.51.0
func (x *ListOracleSpecsResponse) String() string
type ListTransfersRequest ¶ added in v0.53.0
type ListTransfersRequest struct { // Public key of which transfers to request Pubkey *string `protobuf:"bytes,1,opt,name=pubkey,proto3,oneof" json:"pubkey,omitempty"` // Directions to include in the response data Direction TransferDirection `protobuf:"varint,2,opt,name=direction,proto3,enum=datanode.api.v2.TransferDirection" json:"direction,omitempty"` // Optional pagination cntrol Pagination *Pagination `protobuf:"bytes,3,opt,name=pagination,proto3,oneof" json:"pagination,omitempty"` // contains filtered or unexported fields }
Request for transfers
func (*ListTransfersRequest) Descriptor
deprecated
added in
v0.53.0
func (*ListTransfersRequest) Descriptor() ([]byte, []int)
Deprecated: Use ListTransfersRequest.ProtoReflect.Descriptor instead.
func (*ListTransfersRequest) GetDirection ¶ added in v0.53.0
func (x *ListTransfersRequest) GetDirection() TransferDirection
func (*ListTransfersRequest) GetPagination ¶ added in v0.53.0
func (x *ListTransfersRequest) GetPagination() *Pagination
func (*ListTransfersRequest) GetPubkey ¶ added in v0.53.0
func (x *ListTransfersRequest) GetPubkey() string
func (*ListTransfersRequest) ProtoMessage ¶ added in v0.53.0
func (*ListTransfersRequest) ProtoMessage()
func (*ListTransfersRequest) ProtoReflect ¶ added in v0.53.0
func (x *ListTransfersRequest) ProtoReflect() protoreflect.Message
func (*ListTransfersRequest) Reset ¶ added in v0.53.0
func (x *ListTransfersRequest) Reset()
func (*ListTransfersRequest) String ¶ added in v0.53.0
func (x *ListTransfersRequest) String() string
type ListTransfersResponse ¶ added in v0.53.0
type ListTransfersResponse struct { Transfers *TransferConnection `protobuf:"bytes,1,opt,name=transfers,proto3" json:"transfers,omitempty"` // contains filtered or unexported fields }
Response for transfers
func (*ListTransfersResponse) Descriptor
deprecated
added in
v0.53.0
func (*ListTransfersResponse) Descriptor() ([]byte, []int)
Deprecated: Use ListTransfersResponse.ProtoReflect.Descriptor instead.
func (*ListTransfersResponse) GetTransfers ¶ added in v0.53.0
func (x *ListTransfersResponse) GetTransfers() *TransferConnection
func (*ListTransfersResponse) ProtoMessage ¶ added in v0.53.0
func (*ListTransfersResponse) ProtoMessage()
func (*ListTransfersResponse) ProtoReflect ¶ added in v0.53.0
func (x *ListTransfersResponse) ProtoReflect() protoreflect.Message
func (*ListTransfersResponse) Reset ¶ added in v0.53.0
func (x *ListTransfersResponse) Reset()
func (*ListTransfersResponse) String ¶ added in v0.53.0
func (x *ListTransfersResponse) String() string
type ListVotesRequest ¶ added in v0.53.0
type ListVotesRequest struct { // Party of which the votes are requested PartyId string `protobuf:"bytes,1,opt,name=party_id,json=partyId,proto3" json:"party_id,omitempty"` // Optional pagination control Pagination *Pagination `protobuf:"bytes,2,opt,name=pagination,proto3,oneof" json:"pagination,omitempty"` // contains filtered or unexported fields }
-- Votes -- Request for Votes
func (*ListVotesRequest) Descriptor
deprecated
added in
v0.53.0
func (*ListVotesRequest) Descriptor() ([]byte, []int)
Deprecated: Use ListVotesRequest.ProtoReflect.Descriptor instead.
func (*ListVotesRequest) GetPagination ¶ added in v0.53.0
func (x *ListVotesRequest) GetPagination() *Pagination
func (*ListVotesRequest) GetPartyId ¶ added in v0.53.0
func (x *ListVotesRequest) GetPartyId() string
func (*ListVotesRequest) ProtoMessage ¶ added in v0.53.0
func (*ListVotesRequest) ProtoMessage()
func (*ListVotesRequest) ProtoReflect ¶ added in v0.53.0
func (x *ListVotesRequest) ProtoReflect() protoreflect.Message
func (*ListVotesRequest) Reset ¶ added in v0.53.0
func (x *ListVotesRequest) Reset()
func (*ListVotesRequest) String ¶ added in v0.53.0
func (x *ListVotesRequest) String() string
type ListVotesResponse ¶ added in v0.53.0
type ListVotesResponse struct { Votes *VoteConnection `protobuf:"bytes,1,opt,name=votes,proto3" json:"votes,omitempty"` // contains filtered or unexported fields }
Response for Votes
func (*ListVotesResponse) Descriptor
deprecated
added in
v0.53.0
func (*ListVotesResponse) Descriptor() ([]byte, []int)
Deprecated: Use ListVotesResponse.ProtoReflect.Descriptor instead.
func (*ListVotesResponse) GetVotes ¶ added in v0.53.0
func (x *ListVotesResponse) GetVotes() *VoteConnection
func (*ListVotesResponse) ProtoMessage ¶ added in v0.53.0
func (*ListVotesResponse) ProtoMessage()
func (*ListVotesResponse) ProtoReflect ¶ added in v0.53.0
func (x *ListVotesResponse) ProtoReflect() protoreflect.Message
func (*ListVotesResponse) Reset ¶ added in v0.53.0
func (x *ListVotesResponse) Reset()
func (*ListVotesResponse) String ¶ added in v0.53.0
func (x *ListVotesResponse) String() string
type MarginConnection ¶ added in v0.51.1
type MarginConnection struct { TotalCount int64 `protobuf:"varint,1,opt,name=total_count,json=totalCount,proto3" json:"total_count,omitempty"` Edges []*MarginEdge `protobuf:"bytes,2,rep,name=edges,proto3" json:"edges,omitempty"` PageInfo *PageInfo `protobuf:"bytes,3,opt,name=page_info,json=pageInfo,proto3" json:"page_info,omitempty"` // contains filtered or unexported fields }
func (*MarginConnection) Descriptor
deprecated
added in
v0.51.1
func (*MarginConnection) Descriptor() ([]byte, []int)
Deprecated: Use MarginConnection.ProtoReflect.Descriptor instead.
func (*MarginConnection) GetEdges ¶ added in v0.51.1
func (x *MarginConnection) GetEdges() []*MarginEdge
func (*MarginConnection) GetPageInfo ¶ added in v0.51.1
func (x *MarginConnection) GetPageInfo() *PageInfo
func (*MarginConnection) GetTotalCount ¶ added in v0.51.1
func (x *MarginConnection) GetTotalCount() int64
func (*MarginConnection) ProtoMessage ¶ added in v0.51.1
func (*MarginConnection) ProtoMessage()
func (*MarginConnection) ProtoReflect ¶ added in v0.51.1
func (x *MarginConnection) ProtoReflect() protoreflect.Message
func (*MarginConnection) Reset ¶ added in v0.51.1
func (x *MarginConnection) Reset()
func (*MarginConnection) String ¶ added in v0.51.1
func (x *MarginConnection) String() string
type MarginEdge ¶ added in v0.51.1
type MarginEdge struct { Node *vega.MarginLevels `protobuf:"bytes,1,opt,name=node,proto3" json:"node,omitempty"` Cursor string `protobuf:"bytes,2,opt,name=cursor,proto3" json:"cursor,omitempty"` // contains filtered or unexported fields }
func (*MarginEdge) Descriptor
deprecated
added in
v0.51.1
func (*MarginEdge) Descriptor() ([]byte, []int)
Deprecated: Use MarginEdge.ProtoReflect.Descriptor instead.
func (*MarginEdge) GetCursor ¶ added in v0.51.1
func (x *MarginEdge) GetCursor() string
func (*MarginEdge) GetNode ¶ added in v0.51.1
func (x *MarginEdge) GetNode() *vega.MarginLevels
func (*MarginEdge) ProtoMessage ¶ added in v0.51.1
func (*MarginEdge) ProtoMessage()
func (*MarginEdge) ProtoReflect ¶ added in v0.51.1
func (x *MarginEdge) ProtoReflect() protoreflect.Message
func (*MarginEdge) Reset ¶ added in v0.51.1
func (x *MarginEdge) Reset()
func (*MarginEdge) String ¶ added in v0.51.1
func (x *MarginEdge) String() string
type MarketConnection ¶ added in v0.51.1
type MarketConnection struct { TotalCount int64 `protobuf:"varint,1,opt,name=total_count,json=totalCount,proto3" json:"total_count,omitempty"` Edges []*MarketEdge `protobuf:"bytes,2,rep,name=edges,proto3" json:"edges,omitempty"` PageInfo *PageInfo `protobuf:"bytes,3,opt,name=page_info,json=pageInfo,proto3" json:"page_info,omitempty"` // contains filtered or unexported fields }
func (*MarketConnection) Descriptor
deprecated
added in
v0.51.1
func (*MarketConnection) Descriptor() ([]byte, []int)
Deprecated: Use MarketConnection.ProtoReflect.Descriptor instead.
func (*MarketConnection) GetEdges ¶ added in v0.51.1
func (x *MarketConnection) GetEdges() []*MarketEdge
func (*MarketConnection) GetPageInfo ¶ added in v0.51.1
func (x *MarketConnection) GetPageInfo() *PageInfo
func (*MarketConnection) GetTotalCount ¶ added in v0.51.1
func (x *MarketConnection) GetTotalCount() int64
func (*MarketConnection) ProtoMessage ¶ added in v0.51.1
func (*MarketConnection) ProtoMessage()
func (*MarketConnection) ProtoReflect ¶ added in v0.51.1
func (x *MarketConnection) ProtoReflect() protoreflect.Message
func (*MarketConnection) Reset ¶ added in v0.51.1
func (x *MarketConnection) Reset()
func (*MarketConnection) String ¶ added in v0.51.1
func (x *MarketConnection) String() string
type MarketDataConnection ¶ added in v0.52.0
type MarketDataConnection struct { TotalCount int64 `protobuf:"varint,1,opt,name=total_count,json=totalCount,proto3" json:"total_count,omitempty"` Edges []*MarketDataEdge `protobuf:"bytes,2,rep,name=edges,proto3" json:"edges,omitempty"` PageInfo *PageInfo `protobuf:"bytes,3,opt,name=page_info,json=pageInfo,proto3" json:"page_info,omitempty"` // contains filtered or unexported fields }
func (*MarketDataConnection) Descriptor
deprecated
added in
v0.52.0
func (*MarketDataConnection) Descriptor() ([]byte, []int)
Deprecated: Use MarketDataConnection.ProtoReflect.Descriptor instead.
func (*MarketDataConnection) GetEdges ¶ added in v0.52.0
func (x *MarketDataConnection) GetEdges() []*MarketDataEdge
func (*MarketDataConnection) GetPageInfo ¶ added in v0.52.0
func (x *MarketDataConnection) GetPageInfo() *PageInfo
func (*MarketDataConnection) GetTotalCount ¶ added in v0.52.0
func (x *MarketDataConnection) GetTotalCount() int64
func (*MarketDataConnection) ProtoMessage ¶ added in v0.52.0
func (*MarketDataConnection) ProtoMessage()
func (*MarketDataConnection) ProtoReflect ¶ added in v0.52.0
func (x *MarketDataConnection) ProtoReflect() protoreflect.Message
func (*MarketDataConnection) Reset ¶ added in v0.52.0
func (x *MarketDataConnection) Reset()
func (*MarketDataConnection) String ¶ added in v0.52.0
func (x *MarketDataConnection) String() string
type MarketDataEdge ¶ added in v0.52.0
type MarketDataEdge struct { Node *vega.MarketData `protobuf:"bytes,1,opt,name=node,proto3" json:"node,omitempty"` Cursor string `protobuf:"bytes,2,opt,name=cursor,proto3" json:"cursor,omitempty"` // contains filtered or unexported fields }
func (*MarketDataEdge) Descriptor
deprecated
added in
v0.52.0
func (*MarketDataEdge) Descriptor() ([]byte, []int)
Deprecated: Use MarketDataEdge.ProtoReflect.Descriptor instead.
func (*MarketDataEdge) GetCursor ¶ added in v0.52.0
func (x *MarketDataEdge) GetCursor() string
func (*MarketDataEdge) GetNode ¶ added in v0.52.0
func (x *MarketDataEdge) GetNode() *vega.MarketData
func (*MarketDataEdge) ProtoMessage ¶ added in v0.52.0
func (*MarketDataEdge) ProtoMessage()
func (*MarketDataEdge) ProtoReflect ¶ added in v0.52.0
func (x *MarketDataEdge) ProtoReflect() protoreflect.Message
func (*MarketDataEdge) Reset ¶ added in v0.52.0
func (x *MarketDataEdge) Reset()
func (*MarketDataEdge) String ¶ added in v0.52.0
func (x *MarketDataEdge) String() string
type MarketEdge ¶ added in v0.51.1
type MarketEdge struct { Node *vega.Market `protobuf:"bytes,1,opt,name=node,proto3" json:"node,omitempty"` Cursor string `protobuf:"bytes,2,opt,name=cursor,proto3" json:"cursor,omitempty"` // contains filtered or unexported fields }
func (*MarketEdge) Descriptor
deprecated
added in
v0.51.1
func (*MarketEdge) Descriptor() ([]byte, []int)
Deprecated: Use MarketEdge.ProtoReflect.Descriptor instead.
func (*MarketEdge) GetCursor ¶ added in v0.51.1
func (x *MarketEdge) GetCursor() string
func (*MarketEdge) GetNode ¶ added in v0.51.1
func (x *MarketEdge) GetNode() *vega.Market
func (*MarketEdge) ProtoMessage ¶ added in v0.51.1
func (*MarketEdge) ProtoMessage()
func (*MarketEdge) ProtoReflect ¶ added in v0.51.1
func (x *MarketEdge) ProtoReflect() protoreflect.Message
func (*MarketEdge) Reset ¶ added in v0.51.1
func (x *MarketEdge) Reset()
func (*MarketEdge) String ¶ added in v0.51.1
func (x *MarketEdge) String() string
type MarketsDataSubscribeRequest ¶ added in v0.53.0
type MarketsDataSubscribeRequest struct { // Market identifier MarketId string `protobuf:"bytes,1,opt,name=market_id,json=marketId,proto3" json:"market_id,omitempty"` // contains filtered or unexported fields }
Request to subscribe to a stream of MarketsData Optionally, the list can be additionally filtered by market
func (*MarketsDataSubscribeRequest) Descriptor
deprecated
added in
v0.53.0
func (*MarketsDataSubscribeRequest) Descriptor() ([]byte, []int)
Deprecated: Use MarketsDataSubscribeRequest.ProtoReflect.Descriptor instead.
func (*MarketsDataSubscribeRequest) GetMarketId ¶ added in v0.53.0
func (x *MarketsDataSubscribeRequest) GetMarketId() string
func (*MarketsDataSubscribeRequest) ProtoMessage ¶ added in v0.53.0
func (*MarketsDataSubscribeRequest) ProtoMessage()
func (*MarketsDataSubscribeRequest) ProtoReflect ¶ added in v0.53.0
func (x *MarketsDataSubscribeRequest) ProtoReflect() protoreflect.Message
func (*MarketsDataSubscribeRequest) Reset ¶ added in v0.53.0
func (x *MarketsDataSubscribeRequest) Reset()
func (*MarketsDataSubscribeRequest) String ¶ added in v0.53.0
func (x *MarketsDataSubscribeRequest) String() string
type MarketsDataSubscribeResponse ¶ added in v0.53.0
type MarketsDataSubscribeResponse struct { MarketData []*vega.MarketData `protobuf:"bytes,1,rep,name=market_data,json=marketData,proto3" json:"market_data,omitempty"` // contains filtered or unexported fields }
func (*MarketsDataSubscribeResponse) Descriptor
deprecated
added in
v0.53.0
func (*MarketsDataSubscribeResponse) Descriptor() ([]byte, []int)
Deprecated: Use MarketsDataSubscribeResponse.ProtoReflect.Descriptor instead.
func (*MarketsDataSubscribeResponse) GetMarketData ¶ added in v0.53.0
func (x *MarketsDataSubscribeResponse) GetMarketData() []*vega.MarketData
func (*MarketsDataSubscribeResponse) ProtoMessage ¶ added in v0.53.0
func (*MarketsDataSubscribeResponse) ProtoMessage()
func (*MarketsDataSubscribeResponse) ProtoReflect ¶ added in v0.53.0
func (x *MarketsDataSubscribeResponse) ProtoReflect() protoreflect.Message
func (*MarketsDataSubscribeResponse) Reset ¶ added in v0.53.0
func (x *MarketsDataSubscribeResponse) Reset()
func (*MarketsDataSubscribeResponse) String ¶ added in v0.53.0
func (x *MarketsDataSubscribeResponse) String() string
type ObserveVotesRequest ¶ added in v0.53.0
type ObserveVotesRequest struct { // Party of which the votes are requested PartyId *string `protobuf:"bytes,1,opt,name=party_id,json=partyId,proto3,oneof" json:"party_id,omitempty"` // Option proposal id for which the votes are requested ProposalId *string `protobuf:"bytes,2,opt,name=proposal_id,json=proposalId,proto3,oneof" json:"proposal_id,omitempty"` // contains filtered or unexported fields }
func (*ObserveVotesRequest) Descriptor
deprecated
added in
v0.53.0
func (*ObserveVotesRequest) Descriptor() ([]byte, []int)
Deprecated: Use ObserveVotesRequest.ProtoReflect.Descriptor instead.
func (*ObserveVotesRequest) GetPartyId ¶ added in v0.53.0
func (x *ObserveVotesRequest) GetPartyId() string
func (*ObserveVotesRequest) GetProposalId ¶ added in v0.53.0
func (x *ObserveVotesRequest) GetProposalId() string
func (*ObserveVotesRequest) ProtoMessage ¶ added in v0.53.0
func (*ObserveVotesRequest) ProtoMessage()
func (*ObserveVotesRequest) ProtoReflect ¶ added in v0.53.0
func (x *ObserveVotesRequest) ProtoReflect() protoreflect.Message
func (*ObserveVotesRequest) Reset ¶ added in v0.53.0
func (x *ObserveVotesRequest) Reset()
func (*ObserveVotesRequest) String ¶ added in v0.53.0
func (x *ObserveVotesRequest) String() string
type ObserveVotesResponse ¶ added in v0.53.0
type ObserveVotesResponse struct { Vote *vega.Vote `protobuf:"bytes,1,opt,name=vote,proto3" json:"vote,omitempty"` // contains filtered or unexported fields }
func (*ObserveVotesResponse) Descriptor
deprecated
added in
v0.53.0
func (*ObserveVotesResponse) Descriptor() ([]byte, []int)
Deprecated: Use ObserveVotesResponse.ProtoReflect.Descriptor instead.
func (*ObserveVotesResponse) GetVote ¶ added in v0.53.0
func (x *ObserveVotesResponse) GetVote() *vega.Vote
func (*ObserveVotesResponse) ProtoMessage ¶ added in v0.53.0
func (*ObserveVotesResponse) ProtoMessage()
func (*ObserveVotesResponse) ProtoReflect ¶ added in v0.53.0
func (x *ObserveVotesResponse) ProtoReflect() protoreflect.Message
func (*ObserveVotesResponse) Reset ¶ added in v0.53.0
func (x *ObserveVotesResponse) Reset()
func (*ObserveVotesResponse) String ¶ added in v0.53.0
func (x *ObserveVotesResponse) String() string
type OffsetPagination ¶ added in v0.51.1
type OffsetPagination struct { // Skip the number of records specified, default is 0 Skip uint64 `protobuf:"varint,1,opt,name=skip,proto3" json:"skip,omitempty"` // Limit the number of returned records to the value specified, default is 50 Limit uint64 `protobuf:"varint,2,opt,name=limit,proto3" json:"limit,omitempty"` // Descending reverses the order of the records returned, // default is true, if false the results will be returned in ascending order Descending bool `protobuf:"varint,3,opt,name=descending,proto3" json:"descending,omitempty"` // contains filtered or unexported fields }
-- Pagination -- Pagination controls
func (*OffsetPagination) Descriptor
deprecated
added in
v0.51.1
func (*OffsetPagination) Descriptor() ([]byte, []int)
Deprecated: Use OffsetPagination.ProtoReflect.Descriptor instead.
func (*OffsetPagination) GetDescending ¶ added in v0.51.1
func (x *OffsetPagination) GetDescending() bool
func (*OffsetPagination) GetLimit ¶ added in v0.51.1
func (x *OffsetPagination) GetLimit() uint64
func (*OffsetPagination) GetSkip ¶ added in v0.51.1
func (x *OffsetPagination) GetSkip() uint64
func (*OffsetPagination) ProtoMessage ¶ added in v0.51.1
func (*OffsetPagination) ProtoMessage()
func (*OffsetPagination) ProtoReflect ¶ added in v0.51.1
func (x *OffsetPagination) ProtoReflect() protoreflect.Message
func (*OffsetPagination) Reset ¶ added in v0.51.1
func (x *OffsetPagination) Reset()
func (*OffsetPagination) String ¶ added in v0.51.1
func (x *OffsetPagination) String() string
type OracleDataConnection ¶ added in v0.53.0
type OracleDataConnection struct { TotalCount int64 `protobuf:"varint,1,opt,name=total_count,json=totalCount,proto3" json:"total_count,omitempty"` Edges []*OracleDataEdge `protobuf:"bytes,2,rep,name=edges,proto3" json:"edges,omitempty"` PageInfo *PageInfo `protobuf:"bytes,3,opt,name=page_info,json=pageInfo,proto3" json:"page_info,omitempty"` // contains filtered or unexported fields }
func (*OracleDataConnection) Descriptor
deprecated
added in
v0.53.0
func (*OracleDataConnection) Descriptor() ([]byte, []int)
Deprecated: Use OracleDataConnection.ProtoReflect.Descriptor instead.
func (*OracleDataConnection) GetEdges ¶ added in v0.53.0
func (x *OracleDataConnection) GetEdges() []*OracleDataEdge
func (*OracleDataConnection) GetPageInfo ¶ added in v0.53.0
func (x *OracleDataConnection) GetPageInfo() *PageInfo
func (*OracleDataConnection) GetTotalCount ¶ added in v0.53.0
func (x *OracleDataConnection) GetTotalCount() int64
func (*OracleDataConnection) ProtoMessage ¶ added in v0.53.0
func (*OracleDataConnection) ProtoMessage()
func (*OracleDataConnection) ProtoReflect ¶ added in v0.53.0
func (x *OracleDataConnection) ProtoReflect() protoreflect.Message
func (*OracleDataConnection) Reset ¶ added in v0.53.0
func (x *OracleDataConnection) Reset()
func (*OracleDataConnection) String ¶ added in v0.53.0
func (x *OracleDataConnection) String() string
type OracleDataEdge ¶ added in v0.53.0
type OracleDataEdge struct { Node *v11.OracleData `protobuf:"bytes,1,opt,name=node,proto3" json:"node,omitempty"` Cursor string `protobuf:"bytes,2,opt,name=cursor,proto3" json:"cursor,omitempty"` // contains filtered or unexported fields }
func (*OracleDataEdge) Descriptor
deprecated
added in
v0.53.0
func (*OracleDataEdge) Descriptor() ([]byte, []int)
Deprecated: Use OracleDataEdge.ProtoReflect.Descriptor instead.
func (*OracleDataEdge) GetCursor ¶ added in v0.53.0
func (x *OracleDataEdge) GetCursor() string
func (*OracleDataEdge) GetNode ¶ added in v0.53.0
func (x *OracleDataEdge) GetNode() *v11.OracleData
func (*OracleDataEdge) ProtoMessage ¶ added in v0.53.0
func (*OracleDataEdge) ProtoMessage()
func (*OracleDataEdge) ProtoReflect ¶ added in v0.53.0
func (x *OracleDataEdge) ProtoReflect() protoreflect.Message
func (*OracleDataEdge) Reset ¶ added in v0.53.0
func (x *OracleDataEdge) Reset()
func (*OracleDataEdge) String ¶ added in v0.53.0
func (x *OracleDataEdge) String() string
type OracleSpecEdge ¶ added in v0.53.0
type OracleSpecEdge struct { Node *v11.OracleSpec `protobuf:"bytes,1,opt,name=node,proto3" json:"node,omitempty"` Cursor string `protobuf:"bytes,2,opt,name=cursor,proto3" json:"cursor,omitempty"` // contains filtered or unexported fields }
func (*OracleSpecEdge) Descriptor
deprecated
added in
v0.53.0
func (*OracleSpecEdge) Descriptor() ([]byte, []int)
Deprecated: Use OracleSpecEdge.ProtoReflect.Descriptor instead.
func (*OracleSpecEdge) GetCursor ¶ added in v0.53.0
func (x *OracleSpecEdge) GetCursor() string
func (*OracleSpecEdge) GetNode ¶ added in v0.53.0
func (x *OracleSpecEdge) GetNode() *v11.OracleSpec
func (*OracleSpecEdge) ProtoMessage ¶ added in v0.53.0
func (*OracleSpecEdge) ProtoMessage()
func (*OracleSpecEdge) ProtoReflect ¶ added in v0.53.0
func (x *OracleSpecEdge) ProtoReflect() protoreflect.Message
func (*OracleSpecEdge) Reset ¶ added in v0.53.0
func (x *OracleSpecEdge) Reset()
func (*OracleSpecEdge) String ¶ added in v0.53.0
func (x *OracleSpecEdge) String() string
type OracleSpecsConnection ¶ added in v0.53.0
type OracleSpecsConnection struct { TotalCount int64 `protobuf:"varint,1,opt,name=total_count,json=totalCount,proto3" json:"total_count,omitempty"` Edges []*OracleSpecEdge `protobuf:"bytes,2,rep,name=edges,proto3" json:"edges,omitempty"` PageInfo *PageInfo `protobuf:"bytes,3,opt,name=page_info,json=pageInfo,proto3" json:"page_info,omitempty"` // contains filtered or unexported fields }
func (*OracleSpecsConnection) Descriptor
deprecated
added in
v0.53.0
func (*OracleSpecsConnection) Descriptor() ([]byte, []int)
Deprecated: Use OracleSpecsConnection.ProtoReflect.Descriptor instead.
func (*OracleSpecsConnection) GetEdges ¶ added in v0.53.0
func (x *OracleSpecsConnection) GetEdges() []*OracleSpecEdge
func (*OracleSpecsConnection) GetPageInfo ¶ added in v0.53.0
func (x *OracleSpecsConnection) GetPageInfo() *PageInfo
func (*OracleSpecsConnection) GetTotalCount ¶ added in v0.53.0
func (x *OracleSpecsConnection) GetTotalCount() int64
func (*OracleSpecsConnection) ProtoMessage ¶ added in v0.53.0
func (*OracleSpecsConnection) ProtoMessage()
func (*OracleSpecsConnection) ProtoReflect ¶ added in v0.53.0
func (x *OracleSpecsConnection) ProtoReflect() protoreflect.Message
func (*OracleSpecsConnection) Reset ¶ added in v0.53.0
func (x *OracleSpecsConnection) Reset()
func (*OracleSpecsConnection) String ¶ added in v0.53.0
func (x *OracleSpecsConnection) String() string
type OrderConnection ¶ added in v0.51.1
type OrderConnection struct { TotalCount int64 `protobuf:"varint,1,opt,name=total_count,json=totalCount,proto3" json:"total_count,omitempty"` Edges []*OrderEdge `protobuf:"bytes,2,rep,name=edges,proto3" json:"edges,omitempty"` PageInfo *PageInfo `protobuf:"bytes,3,opt,name=page_info,json=pageInfo,proto3" json:"page_info,omitempty"` // contains filtered or unexported fields }
func (*OrderConnection) Descriptor
deprecated
added in
v0.51.1
func (*OrderConnection) Descriptor() ([]byte, []int)
Deprecated: Use OrderConnection.ProtoReflect.Descriptor instead.
func (*OrderConnection) GetEdges ¶ added in v0.51.1
func (x *OrderConnection) GetEdges() []*OrderEdge
func (*OrderConnection) GetPageInfo ¶ added in v0.51.1
func (x *OrderConnection) GetPageInfo() *PageInfo
func (*OrderConnection) GetTotalCount ¶ added in v0.51.1
func (x *OrderConnection) GetTotalCount() int64
func (*OrderConnection) ProtoMessage ¶ added in v0.51.1
func (*OrderConnection) ProtoMessage()
func (*OrderConnection) ProtoReflect ¶ added in v0.51.1
func (x *OrderConnection) ProtoReflect() protoreflect.Message
func (*OrderConnection) Reset ¶ added in v0.51.1
func (x *OrderConnection) Reset()
func (*OrderConnection) String ¶ added in v0.51.1
func (x *OrderConnection) String() string
type OrderEdge ¶ added in v0.51.1
type OrderEdge struct { Node *vega.Order `protobuf:"bytes,1,opt,name=node,proto3" json:"node,omitempty"` Cursor string `protobuf:"bytes,2,opt,name=cursor,proto3" json:"cursor,omitempty"` // contains filtered or unexported fields }
func (*OrderEdge) Descriptor
deprecated
added in
v0.51.1
func (*OrderEdge) ProtoMessage ¶ added in v0.51.1
func (*OrderEdge) ProtoMessage()
func (*OrderEdge) ProtoReflect ¶ added in v0.51.1
func (x *OrderEdge) ProtoReflect() protoreflect.Message
type PageInfo ¶ added in v0.51.1
type PageInfo struct { HasNextPage bool `protobuf:"varint,1,opt,name=has_next_page,json=hasNextPage,proto3" json:"has_next_page,omitempty"` HasPreviousPage bool `protobuf:"varint,2,opt,name=has_previous_page,json=hasPreviousPage,proto3" json:"has_previous_page,omitempty"` StartCursor string `protobuf:"bytes,3,opt,name=start_cursor,json=startCursor,proto3" json:"start_cursor,omitempty"` EndCursor string `protobuf:"bytes,4,opt,name=end_cursor,json=endCursor,proto3" json:"end_cursor,omitempty"` // contains filtered or unexported fields }
Page information for cursor based pagination
func (*PageInfo) Descriptor
deprecated
added in
v0.51.1
func (*PageInfo) GetEndCursor ¶ added in v0.51.1
func (*PageInfo) GetHasNextPage ¶ added in v0.51.1
func (*PageInfo) GetHasPreviousPage ¶ added in v0.51.1
func (*PageInfo) GetStartCursor ¶ added in v0.51.1
func (*PageInfo) ProtoMessage ¶ added in v0.51.1
func (*PageInfo) ProtoMessage()
func (*PageInfo) ProtoReflect ¶ added in v0.51.1
func (x *PageInfo) ProtoReflect() protoreflect.Message
type Pagination ¶
type Pagination struct { First *int32 `protobuf:"varint,1,opt,name=first,proto3,oneof" json:"first,omitempty"` After *string `protobuf:"bytes,2,opt,name=after,proto3,oneof" json:"after,omitempty"` Last *int32 `protobuf:"varint,3,opt,name=last,proto3,oneof" json:"last,omitempty"` Before *string `protobuf:"bytes,4,opt,name=before,proto3,oneof" json:"before,omitempty"` // Newest records first, older records last, default is true NewestFirst *bool `protobuf:"varint,5,opt,name=newest_first,json=newestFirst,proto3,oneof" json:"newest_first,omitempty"` // contains filtered or unexported fields }
Cursor information for cursor based pagination requests
func (*Pagination) Descriptor
deprecated
func (*Pagination) Descriptor() ([]byte, []int)
Deprecated: Use Pagination.ProtoReflect.Descriptor instead.
func (*Pagination) GetAfter ¶ added in v0.51.1
func (x *Pagination) GetAfter() string
func (*Pagination) GetBefore ¶ added in v0.51.1
func (x *Pagination) GetBefore() string
func (*Pagination) GetFirst ¶ added in v0.51.1
func (x *Pagination) GetFirst() int32
func (*Pagination) GetLast ¶ added in v0.51.1
func (x *Pagination) GetLast() int32
func (*Pagination) GetNewestFirst ¶ added in v0.53.0
func (x *Pagination) GetNewestFirst() bool
func (*Pagination) ProtoMessage ¶
func (*Pagination) ProtoMessage()
func (*Pagination) ProtoReflect ¶
func (x *Pagination) ProtoReflect() protoreflect.Message
func (*Pagination) Reset ¶
func (x *Pagination) Reset()
func (*Pagination) String ¶
func (x *Pagination) String() string
type PartyConnection ¶ added in v0.51.1
type PartyConnection struct { TotalCount int64 `protobuf:"varint,1,opt,name=total_count,json=totalCount,proto3" json:"total_count,omitempty"` Edges []*PartyEdge `protobuf:"bytes,2,rep,name=edges,proto3" json:"edges,omitempty"` PageInfo *PageInfo `protobuf:"bytes,3,opt,name=page_info,json=pageInfo,proto3" json:"page_info,omitempty"` // contains filtered or unexported fields }
func (*PartyConnection) Descriptor
deprecated
added in
v0.51.1
func (*PartyConnection) Descriptor() ([]byte, []int)
Deprecated: Use PartyConnection.ProtoReflect.Descriptor instead.
func (*PartyConnection) GetEdges ¶ added in v0.51.1
func (x *PartyConnection) GetEdges() []*PartyEdge
func (*PartyConnection) GetPageInfo ¶ added in v0.51.1
func (x *PartyConnection) GetPageInfo() *PageInfo
func (*PartyConnection) GetTotalCount ¶ added in v0.51.1
func (x *PartyConnection) GetTotalCount() int64
func (*PartyConnection) ProtoMessage ¶ added in v0.51.1
func (*PartyConnection) ProtoMessage()
func (*PartyConnection) ProtoReflect ¶ added in v0.51.1
func (x *PartyConnection) ProtoReflect() protoreflect.Message
func (*PartyConnection) Reset ¶ added in v0.51.1
func (x *PartyConnection) Reset()
func (*PartyConnection) String ¶ added in v0.51.1
func (x *PartyConnection) String() string
type PartyEdge ¶ added in v0.51.1
type PartyEdge struct { Node *vega.Party `protobuf:"bytes,1,opt,name=node,proto3" json:"node,omitempty"` Cursor string `protobuf:"bytes,2,opt,name=cursor,proto3" json:"cursor,omitempty"` // contains filtered or unexported fields }
func (*PartyEdge) Descriptor
deprecated
added in
v0.51.1
func (*PartyEdge) ProtoMessage ¶ added in v0.51.1
func (*PartyEdge) ProtoMessage()
func (*PartyEdge) ProtoReflect ¶ added in v0.51.1
func (x *PartyEdge) ProtoReflect() protoreflect.Message
type PositionConnection ¶ added in v0.53.0
type PositionConnection struct { TotalCount int64 `protobuf:"varint,1,opt,name=total_count,json=totalCount,proto3" json:"total_count,omitempty"` Edges []*PositionEdge `protobuf:"bytes,2,rep,name=edges,proto3" json:"edges,omitempty"` PageInfo *PageInfo `protobuf:"bytes,3,opt,name=page_info,json=pageInfo,proto3" json:"page_info,omitempty"` // contains filtered or unexported fields }
func (*PositionConnection) Descriptor
deprecated
added in
v0.53.0
func (*PositionConnection) Descriptor() ([]byte, []int)
Deprecated: Use PositionConnection.ProtoReflect.Descriptor instead.
func (*PositionConnection) GetEdges ¶ added in v0.53.0
func (x *PositionConnection) GetEdges() []*PositionEdge
func (*PositionConnection) GetPageInfo ¶ added in v0.53.0
func (x *PositionConnection) GetPageInfo() *PageInfo
func (*PositionConnection) GetTotalCount ¶ added in v0.53.0
func (x *PositionConnection) GetTotalCount() int64
func (*PositionConnection) ProtoMessage ¶ added in v0.53.0
func (*PositionConnection) ProtoMessage()
func (*PositionConnection) ProtoReflect ¶ added in v0.53.0
func (x *PositionConnection) ProtoReflect() protoreflect.Message
func (*PositionConnection) Reset ¶ added in v0.53.0
func (x *PositionConnection) Reset()
func (*PositionConnection) String ¶ added in v0.53.0
func (x *PositionConnection) String() string
type PositionEdge ¶ added in v0.53.0
type PositionEdge struct { Node *vega.Position `protobuf:"bytes,1,opt,name=node,proto3" json:"node,omitempty"` Cursor string `protobuf:"bytes,2,opt,name=cursor,proto3" json:"cursor,omitempty"` // contains filtered or unexported fields }
func (*PositionEdge) Descriptor
deprecated
added in
v0.53.0
func (*PositionEdge) Descriptor() ([]byte, []int)
Deprecated: Use PositionEdge.ProtoReflect.Descriptor instead.
func (*PositionEdge) GetCursor ¶ added in v0.53.0
func (x *PositionEdge) GetCursor() string
func (*PositionEdge) GetNode ¶ added in v0.53.0
func (x *PositionEdge) GetNode() *vega.Position
func (*PositionEdge) ProtoMessage ¶ added in v0.53.0
func (*PositionEdge) ProtoMessage()
func (*PositionEdge) ProtoReflect ¶ added in v0.53.0
func (x *PositionEdge) ProtoReflect() protoreflect.Message
func (*PositionEdge) Reset ¶ added in v0.53.0
func (x *PositionEdge) Reset()
func (*PositionEdge) String ¶ added in v0.53.0
func (x *PositionEdge) String() string
type RewardEdge ¶ added in v0.52.0
type RewardEdge struct { Node *vega.Reward `protobuf:"bytes,1,opt,name=node,proto3" json:"node,omitempty"` Cursor string `protobuf:"bytes,2,opt,name=cursor,proto3" json:"cursor,omitempty"` // contains filtered or unexported fields }
func (*RewardEdge) Descriptor
deprecated
added in
v0.52.0
func (*RewardEdge) Descriptor() ([]byte, []int)
Deprecated: Use RewardEdge.ProtoReflect.Descriptor instead.
func (*RewardEdge) GetCursor ¶ added in v0.52.0
func (x *RewardEdge) GetCursor() string
func (*RewardEdge) GetNode ¶ added in v0.52.0
func (x *RewardEdge) GetNode() *vega.Reward
func (*RewardEdge) ProtoMessage ¶ added in v0.52.0
func (*RewardEdge) ProtoMessage()
func (*RewardEdge) ProtoReflect ¶ added in v0.52.0
func (x *RewardEdge) ProtoReflect() protoreflect.Message
func (*RewardEdge) Reset ¶ added in v0.52.0
func (x *RewardEdge) Reset()
func (*RewardEdge) String ¶ added in v0.52.0
func (x *RewardEdge) String() string
type RewardsConnection ¶ added in v0.52.0
type RewardsConnection struct { TotalCount int64 `protobuf:"varint,1,opt,name=total_count,json=totalCount,proto3" json:"total_count,omitempty"` Edges []*RewardEdge `protobuf:"bytes,2,rep,name=edges,proto3" json:"edges,omitempty"` PageInfo *PageInfo `protobuf:"bytes,3,opt,name=page_info,json=pageInfo,proto3" json:"page_info,omitempty"` // contains filtered or unexported fields }
func (*RewardsConnection) Descriptor
deprecated
added in
v0.52.0
func (*RewardsConnection) Descriptor() ([]byte, []int)
Deprecated: Use RewardsConnection.ProtoReflect.Descriptor instead.
func (*RewardsConnection) GetEdges ¶ added in v0.52.0
func (x *RewardsConnection) GetEdges() []*RewardEdge
func (*RewardsConnection) GetPageInfo ¶ added in v0.52.0
func (x *RewardsConnection) GetPageInfo() *PageInfo
func (*RewardsConnection) GetTotalCount ¶ added in v0.52.0
func (x *RewardsConnection) GetTotalCount() int64
func (*RewardsConnection) ProtoMessage ¶ added in v0.52.0
func (*RewardsConnection) ProtoMessage()
func (*RewardsConnection) ProtoReflect ¶ added in v0.52.0
func (x *RewardsConnection) ProtoReflect() protoreflect.Message
func (*RewardsConnection) Reset ¶ added in v0.52.0
func (x *RewardsConnection) Reset()
func (*RewardsConnection) String ¶ added in v0.52.0
func (x *RewardsConnection) String() string
type SubscribeToCandleDataRequest ¶ added in v0.49.3
type SubscribeToCandleDataRequest struct { // The unique identifier for the candle CandleId string `protobuf:"bytes,1,opt,name=candle_id,json=candleId,proto3" json:"candle_id,omitempty"` // contains filtered or unexported fields }
Request to subscribe to a stream of (Candles)[#vega.Candle]
func (*SubscribeToCandleDataRequest) Descriptor
deprecated
added in
v0.49.3
func (*SubscribeToCandleDataRequest) Descriptor() ([]byte, []int)
Deprecated: Use SubscribeToCandleDataRequest.ProtoReflect.Descriptor instead.
func (*SubscribeToCandleDataRequest) GetCandleId ¶ added in v0.49.3
func (x *SubscribeToCandleDataRequest) GetCandleId() string
func (*SubscribeToCandleDataRequest) ProtoMessage ¶ added in v0.49.3
func (*SubscribeToCandleDataRequest) ProtoMessage()
func (*SubscribeToCandleDataRequest) ProtoReflect ¶ added in v0.49.3
func (x *SubscribeToCandleDataRequest) ProtoReflect() protoreflect.Message
func (*SubscribeToCandleDataRequest) Reset ¶ added in v0.49.3
func (x *SubscribeToCandleDataRequest) Reset()
func (*SubscribeToCandleDataRequest) String ¶ added in v0.49.3
func (x *SubscribeToCandleDataRequest) String() string
type SubscribeToCandleDataResponse ¶ added in v0.49.3
type SubscribeToCandleDataResponse struct { Candle *Candle `protobuf:"bytes,1,opt,name=candle,proto3" json:"candle,omitempty"` // contains filtered or unexported fields }
func (*SubscribeToCandleDataResponse) Descriptor
deprecated
added in
v0.49.3
func (*SubscribeToCandleDataResponse) Descriptor() ([]byte, []int)
Deprecated: Use SubscribeToCandleDataResponse.ProtoReflect.Descriptor instead.
func (*SubscribeToCandleDataResponse) GetCandle ¶ added in v0.49.3
func (x *SubscribeToCandleDataResponse) GetCandle() *Candle
func (*SubscribeToCandleDataResponse) ProtoMessage ¶ added in v0.49.3
func (*SubscribeToCandleDataResponse) ProtoMessage()
func (*SubscribeToCandleDataResponse) ProtoReflect ¶ added in v0.49.3
func (x *SubscribeToCandleDataResponse) ProtoReflect() protoreflect.Message
func (*SubscribeToCandleDataResponse) Reset ¶ added in v0.49.3
func (x *SubscribeToCandleDataResponse) Reset()
func (*SubscribeToCandleDataResponse) String ¶ added in v0.49.3
func (x *SubscribeToCandleDataResponse) String() string
type TradeConnection ¶ added in v0.51.1
type TradeConnection struct { TotalCount int64 `protobuf:"varint,1,opt,name=total_count,json=totalCount,proto3" json:"total_count,omitempty"` Edges []*TradeEdge `protobuf:"bytes,2,rep,name=edges,proto3" json:"edges,omitempty"` PageInfo *PageInfo `protobuf:"bytes,3,opt,name=page_info,json=pageInfo,proto3" json:"page_info,omitempty"` // contains filtered or unexported fields }
func (*TradeConnection) Descriptor
deprecated
added in
v0.51.1
func (*TradeConnection) Descriptor() ([]byte, []int)
Deprecated: Use TradeConnection.ProtoReflect.Descriptor instead.
func (*TradeConnection) GetEdges ¶ added in v0.51.1
func (x *TradeConnection) GetEdges() []*TradeEdge
func (*TradeConnection) GetPageInfo ¶ added in v0.51.1
func (x *TradeConnection) GetPageInfo() *PageInfo
func (*TradeConnection) GetTotalCount ¶ added in v0.51.1
func (x *TradeConnection) GetTotalCount() int64
func (*TradeConnection) ProtoMessage ¶ added in v0.51.1
func (*TradeConnection) ProtoMessage()
func (*TradeConnection) ProtoReflect ¶ added in v0.51.1
func (x *TradeConnection) ProtoReflect() protoreflect.Message
func (*TradeConnection) Reset ¶ added in v0.51.1
func (x *TradeConnection) Reset()
func (*TradeConnection) String ¶ added in v0.51.1
func (x *TradeConnection) String() string
type TradeEdge ¶ added in v0.51.1
type TradeEdge struct { Node *vega.Trade `protobuf:"bytes,1,opt,name=node,proto3" json:"node,omitempty"` Cursor string `protobuf:"bytes,2,opt,name=cursor,proto3" json:"cursor,omitempty"` // contains filtered or unexported fields }
-- Trades --
func (*TradeEdge) Descriptor
deprecated
added in
v0.51.1
func (*TradeEdge) ProtoMessage ¶ added in v0.51.1
func (*TradeEdge) ProtoMessage()
func (*TradeEdge) ProtoReflect ¶ added in v0.51.1
func (x *TradeEdge) ProtoReflect() protoreflect.Message
type TradingDataServiceClient ¶
type TradingDataServiceClient interface { // -- Orders -- // Get a list of Orders by Market GetOrdersByMarket(ctx context.Context, in *GetOrdersByMarketRequest, opts ...grpc.CallOption) (*GetOrdersByMarketResponse, error) // Get all versions of the order by its orderID GetOrderVersionsByID(ctx context.Context, in *GetOrderVersionsByIDRequest, opts ...grpc.CallOption) (*GetOrderVersionsByIDResponse, error) // Get a list of Orders by Market using cursor based pagination GetOrdersByMarketConnection(ctx context.Context, in *GetOrdersByMarketConnectionRequest, opts ...grpc.CallOption) (*GetOrdersByMarketConnectionResponse, error) // Get a list of Orders by Party using cursor based pagination GetOrdersByPartyConnection(ctx context.Context, in *GetOrdersByPartyConnectionRequest, opts ...grpc.CallOption) (*GetOrdersByPartyConnectionResponse, error) // Get all versions of the order by its orderID using cursor based pagination GetOrderVersionsByIDConnection(ctx context.Context, in *GetOrderVersionsByIDConnectionRequest, opts ...grpc.CallOption) (*GetOrderVersionsByIDConnectionResponse, error) // -- Positions -- // Get a list of Positions by Party using cursor based pagination GetPositionsByPartyConnection(ctx context.Context, in *GetPositionsByPartyConnectionRequest, opts ...grpc.CallOption) (*GetPositionsByPartyConnectionResponse, error) // -- Balances -- // Get an aggregated list of the changes in balances in a set of accounts over time GetBalanceHistory(ctx context.Context, in *GetBalanceHistoryRequest, opts ...grpc.CallOption) (*GetBalanceHistoryResponse, error) // -- Market Data -- // Get Market Data History for a Market ID between given dates using a cursor based pagination model GetMarketDataHistoryByID(ctx context.Context, in *GetMarketDataHistoryByIDRequest, opts ...grpc.CallOption) (*GetMarketDataHistoryByIDResponse, error) // Subscribe to a stream of Markets Data MarketsDataSubscribe(ctx context.Context, in *MarketsDataSubscribeRequest, opts ...grpc.CallOption) (TradingDataService_MarketsDataSubscribeClient, error) // -- Transfers -- // List Transfers to/from/either a public key using a cursor based pagination model ListTransfers(ctx context.Context, in *ListTransfersRequest, opts ...grpc.CallOption) (*ListTransfersResponse, error) // -- Network Limits -- // Get the current network limits (is bootstrapping finished, are proposals enabled etc..) GetNetworkLimits(ctx context.Context, in *GetNetworkLimitsRequest, opts ...grpc.CallOption) (*GetNetworkLimitsResponse, error) // -- Candles -- // Get candle data for a given candle id GetCandleData(ctx context.Context, in *GetCandleDataRequest, opts ...grpc.CallOption) (*GetCandleDataResponse, error) // Subscribe to a stream of Candle updates SubscribeToCandleData(ctx context.Context, in *SubscribeToCandleDataRequest, opts ...grpc.CallOption) (TradingDataService_SubscribeToCandleDataClient, error) // Gets all available intervals for a given market along with the corresponding candle id GetCandlesForMarket(ctx context.Context, in *GetCandlesForMarketRequest, opts ...grpc.CallOption) (*GetCandlesForMarketResponse, error) // -- Votes -- // Get Votes for a Party ID using a cursor based pagination model ListVotes(ctx context.Context, in *ListVotesRequest, opts ...grpc.CallOption) (*ListVotesResponse, error) // Subscribe to a stream of votes ObserveVotes(ctx context.Context, in *ObserveVotesRequest, opts ...grpc.CallOption) (TradingDataService_ObserveVotesClient, error) // -- ERC20 Multi Sig -- // Gets the signature bundles that add a particular validator to the multisig contract GetERC20MultiSigSignerAddedBundles(ctx context.Context, in *GetERC20MultiSigSignerAddedBundlesRequest, opts ...grpc.CallOption) (*GetERC20MultiSigSignerAddedBundlesResponse, error) // Gets the signature bundles that remove a particular validator to the multisig contract GetERC20MultiSigSignerRemovedBundles(ctx context.Context, in *GetERC20MultiSigSignerRemovedBundlesRequest, opts ...grpc.CallOption) (*GetERC20MultiSigSignerRemovedBundlesResponse, error) // Gets the signature bundles that remove a particular validator to the multisig contract GetERC20ListAssetBundle(ctx context.Context, in *GetERC20ListAssetBundleRequest, opts ...grpc.CallOption) (*GetERC20ListAssetBundleResponse, error) // -- Trades -- // Get trades by market using a cursor based pagination model GetTradesByMarket(ctx context.Context, in *GetTradesByMarketRequest, opts ...grpc.CallOption) (*GetTradesByMarketResponse, error) // Get trades by party using a cursor based pagination model GetTradesByParty(ctx context.Context, in *GetTradesByPartyRequest, opts ...grpc.CallOption) (*GetTradesByPartyResponse, error) // Get trades by market with the corresponding orderID using a cursor based pagination model GetTradesByOrderID(ctx context.Context, in *GetTradesByOrderIDRequest, opts ...grpc.CallOption) (*GetTradesByOrderIDResponse, error) // -- Oracles -- // Get an oracle spec by ID. GetOracleSpecByID(ctx context.Context, in *GetOracleSpecByIDRequest, opts ...grpc.CallOption) (*GetOracleSpecByIDResponse, error) // Get the oracle specs ListOracleSpecs(ctx context.Context, in *ListOracleSpecsRequest, opts ...grpc.CallOption) (*ListOracleSpecsResponse, error) // Get oracle data that matched the given spec GetOracleDataBySpecID(ctx context.Context, in *GetOracleDataBySpecIDRequest, opts ...grpc.CallOption) (*GetOracleDataBySpecIDResponse, error) // Get all oracle data ListOracleData(ctx context.Context, in *ListOracleDataRequest, opts ...grpc.CallOption) (*ListOracleDataResponse, error) // Get cursor based paginated oracle specs data GetOracleSpecsConnection(ctx context.Context, in *GetOracleSpecsConnectionRequest, opts ...grpc.CallOption) (*GetOracleSpecsConnectionResponse, error) // Get cursor based paginated oracle data GetOracleDataConnection(ctx context.Context, in *GetOracleDataConnectionRequest, opts ...grpc.CallOption) (*GetOracleDataConnectionResponse, error) // -- Markets -- // Get all markets using a cursor based pagination model GetMarkets(ctx context.Context, in *GetMarketsRequest, opts ...grpc.CallOption) (*GetMarketsResponse, error) // -- Parties -- // Get Parties using a cursor based pagination model GetParties(ctx context.Context, in *GetPartiesRequest, opts ...grpc.CallOption) (*GetPartiesResponse, error) // -- Margin Levels -- // Get Margin Levels using a cursor based pagination model GetMarginLevels(ctx context.Context, in *GetMarginLevelsRequest, opts ...grpc.CallOption) (*GetMarginLevelsResponse, error) // Get rewards GetRewards(ctx context.Context, in *GetRewardsRequest, opts ...grpc.CallOption) (*GetRewardsResponse, error) // Get reward summaries GetRewardSummaries(ctx context.Context, in *GetRewardSummariesRequest, opts ...grpc.CallOption) (*GetRewardSummariesResponse, error) // -- Deposits -- GetDeposits(ctx context.Context, in *GetDepositsRequest, opts ...grpc.CallOption) (*GetDepositsResponse, error) // -- Withdrawals -- GetWithdrawals(ctx context.Context, in *GetWithdrawalsRequest, opts ...grpc.CallOption) (*GetWithdrawalsResponse, error) // -- Assets -- GetAssets(ctx context.Context, in *GetAssetsRequest, opts ...grpc.CallOption) (*GetAssetsResponse, error) // -- Liquidity Provisions -- GetLiquidityProvisions(ctx context.Context, in *GetLiquidityProvisionsRequest, opts ...grpc.CallOption) (*GetLiquidityProvisionsResponse, error) }
TradingDataServiceClient is the client API for TradingDataService service.
For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkgo.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.
func NewTradingDataServiceClient ¶
func NewTradingDataServiceClient(cc grpc.ClientConnInterface) TradingDataServiceClient
type TradingDataServiceServer ¶
type TradingDataServiceServer interface { // -- Orders -- // Get a list of Orders by Market GetOrdersByMarket(context.Context, *GetOrdersByMarketRequest) (*GetOrdersByMarketResponse, error) // Get all versions of the order by its orderID GetOrderVersionsByID(context.Context, *GetOrderVersionsByIDRequest) (*GetOrderVersionsByIDResponse, error) // Get a list of Orders by Market using cursor based pagination GetOrdersByMarketConnection(context.Context, *GetOrdersByMarketConnectionRequest) (*GetOrdersByMarketConnectionResponse, error) // Get a list of Orders by Party using cursor based pagination GetOrdersByPartyConnection(context.Context, *GetOrdersByPartyConnectionRequest) (*GetOrdersByPartyConnectionResponse, error) // Get all versions of the order by its orderID using cursor based pagination GetOrderVersionsByIDConnection(context.Context, *GetOrderVersionsByIDConnectionRequest) (*GetOrderVersionsByIDConnectionResponse, error) // -- Positions -- // Get a list of Positions by Party using cursor based pagination GetPositionsByPartyConnection(context.Context, *GetPositionsByPartyConnectionRequest) (*GetPositionsByPartyConnectionResponse, error) // -- Balances -- // Get an aggregated list of the changes in balances in a set of accounts over time GetBalanceHistory(context.Context, *GetBalanceHistoryRequest) (*GetBalanceHistoryResponse, error) // -- Market Data -- // Get Market Data History for a Market ID between given dates using a cursor based pagination model GetMarketDataHistoryByID(context.Context, *GetMarketDataHistoryByIDRequest) (*GetMarketDataHistoryByIDResponse, error) // Subscribe to a stream of Markets Data MarketsDataSubscribe(*MarketsDataSubscribeRequest, TradingDataService_MarketsDataSubscribeServer) error // -- Transfers -- // List Transfers to/from/either a public key using a cursor based pagination model ListTransfers(context.Context, *ListTransfersRequest) (*ListTransfersResponse, error) // -- Network Limits -- // Get the current network limits (is bootstrapping finished, are proposals enabled etc..) GetNetworkLimits(context.Context, *GetNetworkLimitsRequest) (*GetNetworkLimitsResponse, error) // -- Candles -- // Get candle data for a given candle id GetCandleData(context.Context, *GetCandleDataRequest) (*GetCandleDataResponse, error) // Subscribe to a stream of Candle updates SubscribeToCandleData(*SubscribeToCandleDataRequest, TradingDataService_SubscribeToCandleDataServer) error // Gets all available intervals for a given market along with the corresponding candle id GetCandlesForMarket(context.Context, *GetCandlesForMarketRequest) (*GetCandlesForMarketResponse, error) // -- Votes -- // Get Votes for a Party ID using a cursor based pagination model ListVotes(context.Context, *ListVotesRequest) (*ListVotesResponse, error) // Subscribe to a stream of votes ObserveVotes(*ObserveVotesRequest, TradingDataService_ObserveVotesServer) error // -- ERC20 Multi Sig -- // Gets the signature bundles that add a particular validator to the multisig contract GetERC20MultiSigSignerAddedBundles(context.Context, *GetERC20MultiSigSignerAddedBundlesRequest) (*GetERC20MultiSigSignerAddedBundlesResponse, error) // Gets the signature bundles that remove a particular validator to the multisig contract GetERC20MultiSigSignerRemovedBundles(context.Context, *GetERC20MultiSigSignerRemovedBundlesRequest) (*GetERC20MultiSigSignerRemovedBundlesResponse, error) // Gets the signature bundles that remove a particular validator to the multisig contract GetERC20ListAssetBundle(context.Context, *GetERC20ListAssetBundleRequest) (*GetERC20ListAssetBundleResponse, error) // -- Trades -- // Get trades by market using a cursor based pagination model GetTradesByMarket(context.Context, *GetTradesByMarketRequest) (*GetTradesByMarketResponse, error) // Get trades by party using a cursor based pagination model GetTradesByParty(context.Context, *GetTradesByPartyRequest) (*GetTradesByPartyResponse, error) // Get trades by market with the corresponding orderID using a cursor based pagination model GetTradesByOrderID(context.Context, *GetTradesByOrderIDRequest) (*GetTradesByOrderIDResponse, error) // -- Oracles -- // Get an oracle spec by ID. GetOracleSpecByID(context.Context, *GetOracleSpecByIDRequest) (*GetOracleSpecByIDResponse, error) // Get the oracle specs ListOracleSpecs(context.Context, *ListOracleSpecsRequest) (*ListOracleSpecsResponse, error) // Get oracle data that matched the given spec GetOracleDataBySpecID(context.Context, *GetOracleDataBySpecIDRequest) (*GetOracleDataBySpecIDResponse, error) // Get all oracle data ListOracleData(context.Context, *ListOracleDataRequest) (*ListOracleDataResponse, error) // Get cursor based paginated oracle specs data GetOracleSpecsConnection(context.Context, *GetOracleSpecsConnectionRequest) (*GetOracleSpecsConnectionResponse, error) // Get cursor based paginated oracle data GetOracleDataConnection(context.Context, *GetOracleDataConnectionRequest) (*GetOracleDataConnectionResponse, error) // -- Markets -- // Get all markets using a cursor based pagination model GetMarkets(context.Context, *GetMarketsRequest) (*GetMarketsResponse, error) // -- Parties -- // Get Parties using a cursor based pagination model GetParties(context.Context, *GetPartiesRequest) (*GetPartiesResponse, error) // -- Margin Levels -- // Get Margin Levels using a cursor based pagination model GetMarginLevels(context.Context, *GetMarginLevelsRequest) (*GetMarginLevelsResponse, error) // Get rewards GetRewards(context.Context, *GetRewardsRequest) (*GetRewardsResponse, error) // Get reward summaries GetRewardSummaries(context.Context, *GetRewardSummariesRequest) (*GetRewardSummariesResponse, error) // -- Deposits -- GetDeposits(context.Context, *GetDepositsRequest) (*GetDepositsResponse, error) // -- Withdrawals -- GetWithdrawals(context.Context, *GetWithdrawalsRequest) (*GetWithdrawalsResponse, error) // -- Assets -- GetAssets(context.Context, *GetAssetsRequest) (*GetAssetsResponse, error) // -- Liquidity Provisions -- GetLiquidityProvisions(context.Context, *GetLiquidityProvisionsRequest) (*GetLiquidityProvisionsResponse, error) // contains filtered or unexported methods }
TradingDataServiceServer is the server API for TradingDataService service. All implementations must embed UnimplementedTradingDataServiceServer for forward compatibility
type TradingDataService_MarketsDataSubscribeClient ¶ added in v0.53.0
type TradingDataService_MarketsDataSubscribeClient interface { Recv() (*MarketsDataSubscribeResponse, error) grpc.ClientStream }
type TradingDataService_MarketsDataSubscribeServer ¶ added in v0.53.0
type TradingDataService_MarketsDataSubscribeServer interface { Send(*MarketsDataSubscribeResponse) error grpc.ServerStream }
type TradingDataService_ObserveVotesClient ¶ added in v0.53.0
type TradingDataService_ObserveVotesClient interface { Recv() (*ObserveVotesResponse, error) grpc.ClientStream }
type TradingDataService_ObserveVotesServer ¶ added in v0.53.0
type TradingDataService_ObserveVotesServer interface { Send(*ObserveVotesResponse) error grpc.ServerStream }
type TradingDataService_SubscribeToCandleDataClient ¶ added in v0.49.3
type TradingDataService_SubscribeToCandleDataClient interface { Recv() (*SubscribeToCandleDataResponse, error) grpc.ClientStream }
type TradingDataService_SubscribeToCandleDataServer ¶ added in v0.49.3
type TradingDataService_SubscribeToCandleDataServer interface { Send(*SubscribeToCandleDataResponse) error grpc.ServerStream }
type TransferConnection ¶ added in v0.53.0
type TransferConnection struct { TotalCount int64 `protobuf:"varint,1,opt,name=total_count,json=totalCount,proto3" json:"total_count,omitempty"` Edges []*TransferEdge `protobuf:"bytes,2,rep,name=edges,proto3" json:"edges,omitempty"` PageInfo *PageInfo `protobuf:"bytes,3,opt,name=page_info,json=pageInfo,proto3" json:"page_info,omitempty"` // contains filtered or unexported fields }
func (*TransferConnection) Descriptor
deprecated
added in
v0.53.0
func (*TransferConnection) Descriptor() ([]byte, []int)
Deprecated: Use TransferConnection.ProtoReflect.Descriptor instead.
func (*TransferConnection) GetEdges ¶ added in v0.53.0
func (x *TransferConnection) GetEdges() []*TransferEdge
func (*TransferConnection) GetPageInfo ¶ added in v0.53.0
func (x *TransferConnection) GetPageInfo() *PageInfo
func (*TransferConnection) GetTotalCount ¶ added in v0.53.0
func (x *TransferConnection) GetTotalCount() int64
func (*TransferConnection) ProtoMessage ¶ added in v0.53.0
func (*TransferConnection) ProtoMessage()
func (*TransferConnection) ProtoReflect ¶ added in v0.53.0
func (x *TransferConnection) ProtoReflect() protoreflect.Message
func (*TransferConnection) Reset ¶ added in v0.53.0
func (x *TransferConnection) Reset()
func (*TransferConnection) String ¶ added in v0.53.0
func (x *TransferConnection) String() string
type TransferDirection ¶ added in v0.53.0
type TransferDirection int32
-- Transfers --
const ( TransferDirection_TRANSFER_DIRECTION_UNSPECIFIED TransferDirection = 0 TransferDirection_TRANSFER_DIRECTION_TRANSFER_FROM TransferDirection = 1 TransferDirection_TRANSFER_DIRECTION_TRANSFER_TO TransferDirection = 2 TransferDirection_TRANSFER_DIRECTION_TRANSFER_TO_OR_FROM TransferDirection = 3 )
func (TransferDirection) Descriptor ¶ added in v0.53.0
func (TransferDirection) Descriptor() protoreflect.EnumDescriptor
func (TransferDirection) Enum ¶ added in v0.53.0
func (x TransferDirection) Enum() *TransferDirection
func (TransferDirection) EnumDescriptor
deprecated
added in
v0.53.0
func (TransferDirection) EnumDescriptor() ([]byte, []int)
Deprecated: Use TransferDirection.Descriptor instead.
func (TransferDirection) Number ¶ added in v0.53.0
func (x TransferDirection) Number() protoreflect.EnumNumber
func (TransferDirection) String ¶ added in v0.53.0
func (x TransferDirection) String() string
func (TransferDirection) Type ¶ added in v0.53.0
func (TransferDirection) Type() protoreflect.EnumType
type TransferEdge ¶ added in v0.53.0
type TransferEdge struct { Node *v1.Transfer `protobuf:"bytes,1,opt,name=node,proto3" json:"node,omitempty"` Cursor string `protobuf:"bytes,2,opt,name=cursor,proto3" json:"cursor,omitempty"` // contains filtered or unexported fields }
func (*TransferEdge) Descriptor
deprecated
added in
v0.53.0
func (*TransferEdge) Descriptor() ([]byte, []int)
Deprecated: Use TransferEdge.ProtoReflect.Descriptor instead.
func (*TransferEdge) GetCursor ¶ added in v0.53.0
func (x *TransferEdge) GetCursor() string
func (*TransferEdge) GetNode ¶ added in v0.53.0
func (x *TransferEdge) GetNode() *v1.Transfer
func (*TransferEdge) ProtoMessage ¶ added in v0.53.0
func (*TransferEdge) ProtoMessage()
func (*TransferEdge) ProtoReflect ¶ added in v0.53.0
func (x *TransferEdge) ProtoReflect() protoreflect.Message
func (*TransferEdge) Reset ¶ added in v0.53.0
func (x *TransferEdge) Reset()
func (*TransferEdge) String ¶ added in v0.53.0
func (x *TransferEdge) String() string
type UnimplementedTradingDataServiceServer ¶
type UnimplementedTradingDataServiceServer struct { }
UnimplementedTradingDataServiceServer must be embedded to have forward compatible implementations.
func (UnimplementedTradingDataServiceServer) GetAssets ¶ added in v0.53.0
func (UnimplementedTradingDataServiceServer) GetAssets(context.Context, *GetAssetsRequest) (*GetAssetsResponse, error)
func (UnimplementedTradingDataServiceServer) GetBalanceHistory ¶ added in v0.51.1
func (UnimplementedTradingDataServiceServer) GetBalanceHistory(context.Context, *GetBalanceHistoryRequest) (*GetBalanceHistoryResponse, error)
func (UnimplementedTradingDataServiceServer) GetCandleData ¶ added in v0.49.3
func (UnimplementedTradingDataServiceServer) GetCandleData(context.Context, *GetCandleDataRequest) (*GetCandleDataResponse, error)
func (UnimplementedTradingDataServiceServer) GetCandlesForMarket ¶ added in v0.49.3
func (UnimplementedTradingDataServiceServer) GetCandlesForMarket(context.Context, *GetCandlesForMarketRequest) (*GetCandlesForMarketResponse, error)
func (UnimplementedTradingDataServiceServer) GetDeposits ¶ added in v0.53.0
func (UnimplementedTradingDataServiceServer) GetDeposits(context.Context, *GetDepositsRequest) (*GetDepositsResponse, error)
func (UnimplementedTradingDataServiceServer) GetERC20ListAssetBundle ¶ added in v0.53.0
func (UnimplementedTradingDataServiceServer) GetERC20ListAssetBundle(context.Context, *GetERC20ListAssetBundleRequest) (*GetERC20ListAssetBundleResponse, error)
func (UnimplementedTradingDataServiceServer) GetERC20MultiSigSignerAddedBundles ¶ added in v0.50.2
func (UnimplementedTradingDataServiceServer) GetERC20MultiSigSignerAddedBundles(context.Context, *GetERC20MultiSigSignerAddedBundlesRequest) (*GetERC20MultiSigSignerAddedBundlesResponse, error)
func (UnimplementedTradingDataServiceServer) GetERC20MultiSigSignerRemovedBundles ¶ added in v0.50.2
func (UnimplementedTradingDataServiceServer) GetERC20MultiSigSignerRemovedBundles(context.Context, *GetERC20MultiSigSignerRemovedBundlesRequest) (*GetERC20MultiSigSignerRemovedBundlesResponse, error)
func (UnimplementedTradingDataServiceServer) GetLiquidityProvisions ¶ added in v0.53.0
func (UnimplementedTradingDataServiceServer) GetLiquidityProvisions(context.Context, *GetLiquidityProvisionsRequest) (*GetLiquidityProvisionsResponse, error)
func (UnimplementedTradingDataServiceServer) GetMarginLevels ¶ added in v0.51.1
func (UnimplementedTradingDataServiceServer) GetMarginLevels(context.Context, *GetMarginLevelsRequest) (*GetMarginLevelsResponse, error)
func (UnimplementedTradingDataServiceServer) GetMarketDataHistoryByID ¶
func (UnimplementedTradingDataServiceServer) GetMarketDataHistoryByID(context.Context, *GetMarketDataHistoryByIDRequest) (*GetMarketDataHistoryByIDResponse, error)
func (UnimplementedTradingDataServiceServer) GetMarkets ¶ added in v0.51.1
func (UnimplementedTradingDataServiceServer) GetMarkets(context.Context, *GetMarketsRequest) (*GetMarketsResponse, error)
func (UnimplementedTradingDataServiceServer) GetNetworkLimits ¶
func (UnimplementedTradingDataServiceServer) GetNetworkLimits(context.Context, *GetNetworkLimitsRequest) (*GetNetworkLimitsResponse, error)
func (UnimplementedTradingDataServiceServer) GetOracleDataBySpecID ¶ added in v0.51.0
func (UnimplementedTradingDataServiceServer) GetOracleDataBySpecID(context.Context, *GetOracleDataBySpecIDRequest) (*GetOracleDataBySpecIDResponse, error)
func (UnimplementedTradingDataServiceServer) GetOracleDataConnection ¶ added in v0.53.0
func (UnimplementedTradingDataServiceServer) GetOracleDataConnection(context.Context, *GetOracleDataConnectionRequest) (*GetOracleDataConnectionResponse, error)
func (UnimplementedTradingDataServiceServer) GetOracleSpecByID ¶ added in v0.51.0
func (UnimplementedTradingDataServiceServer) GetOracleSpecByID(context.Context, *GetOracleSpecByIDRequest) (*GetOracleSpecByIDResponse, error)
func (UnimplementedTradingDataServiceServer) GetOracleSpecsConnection ¶ added in v0.53.0
func (UnimplementedTradingDataServiceServer) GetOracleSpecsConnection(context.Context, *GetOracleSpecsConnectionRequest) (*GetOracleSpecsConnectionResponse, error)
func (UnimplementedTradingDataServiceServer) GetOrderVersionsByID ¶ added in v0.51.1
func (UnimplementedTradingDataServiceServer) GetOrderVersionsByID(context.Context, *GetOrderVersionsByIDRequest) (*GetOrderVersionsByIDResponse, error)
func (UnimplementedTradingDataServiceServer) GetOrderVersionsByIDConnection ¶ added in v0.53.0
func (UnimplementedTradingDataServiceServer) GetOrderVersionsByIDConnection(context.Context, *GetOrderVersionsByIDConnectionRequest) (*GetOrderVersionsByIDConnectionResponse, error)
func (UnimplementedTradingDataServiceServer) GetOrdersByMarket ¶ added in v0.51.1
func (UnimplementedTradingDataServiceServer) GetOrdersByMarket(context.Context, *GetOrdersByMarketRequest) (*GetOrdersByMarketResponse, error)
func (UnimplementedTradingDataServiceServer) GetOrdersByMarketConnection ¶ added in v0.53.0
func (UnimplementedTradingDataServiceServer) GetOrdersByMarketConnection(context.Context, *GetOrdersByMarketConnectionRequest) (*GetOrdersByMarketConnectionResponse, error)
func (UnimplementedTradingDataServiceServer) GetOrdersByPartyConnection ¶ added in v0.53.0
func (UnimplementedTradingDataServiceServer) GetOrdersByPartyConnection(context.Context, *GetOrdersByPartyConnectionRequest) (*GetOrdersByPartyConnectionResponse, error)
func (UnimplementedTradingDataServiceServer) GetParties ¶ added in v0.51.1
func (UnimplementedTradingDataServiceServer) GetParties(context.Context, *GetPartiesRequest) (*GetPartiesResponse, error)
func (UnimplementedTradingDataServiceServer) GetPositionsByPartyConnection ¶ added in v0.53.0
func (UnimplementedTradingDataServiceServer) GetPositionsByPartyConnection(context.Context, *GetPositionsByPartyConnectionRequest) (*GetPositionsByPartyConnectionResponse, error)
func (UnimplementedTradingDataServiceServer) GetRewardSummaries ¶ added in v0.52.0
func (UnimplementedTradingDataServiceServer) GetRewardSummaries(context.Context, *GetRewardSummariesRequest) (*GetRewardSummariesResponse, error)
func (UnimplementedTradingDataServiceServer) GetRewards ¶ added in v0.52.0
func (UnimplementedTradingDataServiceServer) GetRewards(context.Context, *GetRewardsRequest) (*GetRewardsResponse, error)
func (UnimplementedTradingDataServiceServer) GetTradesByMarket ¶ added in v0.51.1
func (UnimplementedTradingDataServiceServer) GetTradesByMarket(context.Context, *GetTradesByMarketRequest) (*GetTradesByMarketResponse, error)
func (UnimplementedTradingDataServiceServer) GetTradesByOrderID ¶ added in v0.51.1
func (UnimplementedTradingDataServiceServer) GetTradesByOrderID(context.Context, *GetTradesByOrderIDRequest) (*GetTradesByOrderIDResponse, error)
func (UnimplementedTradingDataServiceServer) GetTradesByParty ¶ added in v0.51.1
func (UnimplementedTradingDataServiceServer) GetTradesByParty(context.Context, *GetTradesByPartyRequest) (*GetTradesByPartyResponse, error)
func (UnimplementedTradingDataServiceServer) GetWithdrawals ¶ added in v0.53.0
func (UnimplementedTradingDataServiceServer) GetWithdrawals(context.Context, *GetWithdrawalsRequest) (*GetWithdrawalsResponse, error)
func (UnimplementedTradingDataServiceServer) ListOracleData ¶ added in v0.51.0
func (UnimplementedTradingDataServiceServer) ListOracleData(context.Context, *ListOracleDataRequest) (*ListOracleDataResponse, error)
func (UnimplementedTradingDataServiceServer) ListOracleSpecs ¶ added in v0.51.0
func (UnimplementedTradingDataServiceServer) ListOracleSpecs(context.Context, *ListOracleSpecsRequest) (*ListOracleSpecsResponse, error)
func (UnimplementedTradingDataServiceServer) ListTransfers ¶ added in v0.53.0
func (UnimplementedTradingDataServiceServer) ListTransfers(context.Context, *ListTransfersRequest) (*ListTransfersResponse, error)
func (UnimplementedTradingDataServiceServer) ListVotes ¶ added in v0.53.0
func (UnimplementedTradingDataServiceServer) ListVotes(context.Context, *ListVotesRequest) (*ListVotesResponse, error)
func (UnimplementedTradingDataServiceServer) MarketsDataSubscribe ¶ added in v0.53.0
func (UnimplementedTradingDataServiceServer) MarketsDataSubscribe(*MarketsDataSubscribeRequest, TradingDataService_MarketsDataSubscribeServer) error
func (UnimplementedTradingDataServiceServer) ObserveVotes ¶ added in v0.53.0
func (UnimplementedTradingDataServiceServer) ObserveVotes(*ObserveVotesRequest, TradingDataService_ObserveVotesServer) error
func (UnimplementedTradingDataServiceServer) SubscribeToCandleData ¶ added in v0.49.3
func (UnimplementedTradingDataServiceServer) SubscribeToCandleData(*SubscribeToCandleDataRequest, TradingDataService_SubscribeToCandleDataServer) error
type UnsafeTradingDataServiceServer ¶
type UnsafeTradingDataServiceServer interface {
// contains filtered or unexported methods
}
UnsafeTradingDataServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to TradingDataServiceServer will result in compilation errors.
type VoteConnection ¶ added in v0.53.0
type VoteConnection struct { TotalCount int64 `protobuf:"varint,1,opt,name=total_count,json=totalCount,proto3" json:"total_count,omitempty"` Edges []*VoteEdge `protobuf:"bytes,2,rep,name=edges,proto3" json:"edges,omitempty"` PageInfo *PageInfo `protobuf:"bytes,3,opt,name=page_info,json=pageInfo,proto3" json:"page_info,omitempty"` // contains filtered or unexported fields }
func (*VoteConnection) Descriptor
deprecated
added in
v0.53.0
func (*VoteConnection) Descriptor() ([]byte, []int)
Deprecated: Use VoteConnection.ProtoReflect.Descriptor instead.
func (*VoteConnection) GetEdges ¶ added in v0.53.0
func (x *VoteConnection) GetEdges() []*VoteEdge
func (*VoteConnection) GetPageInfo ¶ added in v0.53.0
func (x *VoteConnection) GetPageInfo() *PageInfo
func (*VoteConnection) GetTotalCount ¶ added in v0.53.0
func (x *VoteConnection) GetTotalCount() int64
func (*VoteConnection) ProtoMessage ¶ added in v0.53.0
func (*VoteConnection) ProtoMessage()
func (*VoteConnection) ProtoReflect ¶ added in v0.53.0
func (x *VoteConnection) ProtoReflect() protoreflect.Message
func (*VoteConnection) Reset ¶ added in v0.53.0
func (x *VoteConnection) Reset()
func (*VoteConnection) String ¶ added in v0.53.0
func (x *VoteConnection) String() string
type VoteEdge ¶ added in v0.53.0
type VoteEdge struct { Node *vega.Vote `protobuf:"bytes,1,opt,name=node,proto3" json:"node,omitempty"` Cursor string `protobuf:"bytes,2,opt,name=cursor,proto3" json:"cursor,omitempty"` // contains filtered or unexported fields }
func (*VoteEdge) Descriptor
deprecated
added in
v0.53.0
func (*VoteEdge) ProtoMessage ¶ added in v0.53.0
func (*VoteEdge) ProtoMessage()
func (*VoteEdge) ProtoReflect ¶ added in v0.53.0
func (x *VoteEdge) ProtoReflect() protoreflect.Message
type WithdrawalEdge ¶ added in v0.53.0
type WithdrawalEdge struct { Node *vega.Withdrawal `protobuf:"bytes,1,opt,name=node,proto3" json:"node,omitempty"` Cursor string `protobuf:"bytes,2,opt,name=cursor,proto3" json:"cursor,omitempty"` // contains filtered or unexported fields }
func (*WithdrawalEdge) Descriptor
deprecated
added in
v0.53.0
func (*WithdrawalEdge) Descriptor() ([]byte, []int)
Deprecated: Use WithdrawalEdge.ProtoReflect.Descriptor instead.
func (*WithdrawalEdge) GetCursor ¶ added in v0.53.0
func (x *WithdrawalEdge) GetCursor() string
func (*WithdrawalEdge) GetNode ¶ added in v0.53.0
func (x *WithdrawalEdge) GetNode() *vega.Withdrawal
func (*WithdrawalEdge) ProtoMessage ¶ added in v0.53.0
func (*WithdrawalEdge) ProtoMessage()
func (*WithdrawalEdge) ProtoReflect ¶ added in v0.53.0
func (x *WithdrawalEdge) ProtoReflect() protoreflect.Message
func (*WithdrawalEdge) Reset ¶ added in v0.53.0
func (x *WithdrawalEdge) Reset()
func (*WithdrawalEdge) String ¶ added in v0.53.0
func (x *WithdrawalEdge) String() string
type WithdrawalsConnection ¶ added in v0.53.0
type WithdrawalsConnection struct { TotalCount int64 `protobuf:"varint,1,opt,name=total_count,json=totalCount,proto3" json:"total_count,omitempty"` Edges []*WithdrawalEdge `protobuf:"bytes,2,rep,name=edges,proto3" json:"edges,omitempty"` PageInfo *PageInfo `protobuf:"bytes,3,opt,name=page_info,json=pageInfo,proto3" json:"page_info,omitempty"` // contains filtered or unexported fields }
func (*WithdrawalsConnection) Descriptor
deprecated
added in
v0.53.0
func (*WithdrawalsConnection) Descriptor() ([]byte, []int)
Deprecated: Use WithdrawalsConnection.ProtoReflect.Descriptor instead.
func (*WithdrawalsConnection) GetEdges ¶ added in v0.53.0
func (x *WithdrawalsConnection) GetEdges() []*WithdrawalEdge
func (*WithdrawalsConnection) GetPageInfo ¶ added in v0.53.0
func (x *WithdrawalsConnection) GetPageInfo() *PageInfo
func (*WithdrawalsConnection) GetTotalCount ¶ added in v0.53.0
func (x *WithdrawalsConnection) GetTotalCount() int64
func (*WithdrawalsConnection) ProtoMessage ¶ added in v0.53.0
func (*WithdrawalsConnection) ProtoMessage()
func (*WithdrawalsConnection) ProtoReflect ¶ added in v0.53.0
func (x *WithdrawalsConnection) ProtoReflect() protoreflect.Message
func (*WithdrawalsConnection) Reset ¶ added in v0.53.0
func (x *WithdrawalsConnection) Reset()
func (*WithdrawalsConnection) String ¶ added in v0.53.0
func (x *WithdrawalsConnection) String() string