mocks

package
v0.75.8 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 3, 2024 License: AGPL-3.0 Imports: 6 Imported by: 0

Documentation

Overview

Package mocks is a generated GoMock package.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MockCoreProxyServiceClient

type MockCoreProxyServiceClient struct {
	// contains filtered or unexported fields
}

MockCoreProxyServiceClient is a mock of CoreProxyServiceClient interface.

func NewMockCoreProxyServiceClient

func NewMockCoreProxyServiceClient(ctrl *gomock.Controller) *MockCoreProxyServiceClient

NewMockCoreProxyServiceClient creates a new mock instance.

func (*MockCoreProxyServiceClient) CheckRawTransaction

CheckRawTransaction mocks base method.

func (*MockCoreProxyServiceClient) CheckTransaction

CheckTransaction mocks base method.

func (*MockCoreProxyServiceClient) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockCoreProxyServiceClient) GetSpamStatistics added in v0.67.0

GetSpamStatistics mocks base method.

func (*MockCoreProxyServiceClient) GetVegaTime

GetVegaTime mocks base method.

func (*MockCoreProxyServiceClient) LastBlockHeight

LastBlockHeight mocks base method.

func (*MockCoreProxyServiceClient) ObserveEventBus

ObserveEventBus mocks base method.

func (*MockCoreProxyServiceClient) PropagateChainEvent

PropagateChainEvent mocks base method.

func (*MockCoreProxyServiceClient) Statistics

Statistics mocks base method.

func (*MockCoreProxyServiceClient) SubmitRawTransaction

SubmitRawTransaction mocks base method.

func (*MockCoreProxyServiceClient) SubmitTransaction

SubmitTransaction mocks base method.

type MockCoreProxyServiceClientMockRecorder

type MockCoreProxyServiceClientMockRecorder struct {
	// contains filtered or unexported fields
}

MockCoreProxyServiceClientMockRecorder is the mock recorder for MockCoreProxyServiceClient.

func (*MockCoreProxyServiceClientMockRecorder) CheckRawTransaction

func (mr *MockCoreProxyServiceClientMockRecorder) CheckRawTransaction(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CheckRawTransaction indicates an expected call of CheckRawTransaction.

func (*MockCoreProxyServiceClientMockRecorder) CheckTransaction

func (mr *MockCoreProxyServiceClientMockRecorder) CheckTransaction(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CheckTransaction indicates an expected call of CheckTransaction.

func (*MockCoreProxyServiceClientMockRecorder) GetSpamStatistics added in v0.67.0

func (mr *MockCoreProxyServiceClientMockRecorder) GetSpamStatistics(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetSpamStatistics indicates an expected call of GetSpamStatistics.

func (*MockCoreProxyServiceClientMockRecorder) GetVegaTime

func (mr *MockCoreProxyServiceClientMockRecorder) GetVegaTime(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetVegaTime indicates an expected call of GetVegaTime.

func (*MockCoreProxyServiceClientMockRecorder) LastBlockHeight

func (mr *MockCoreProxyServiceClientMockRecorder) LastBlockHeight(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

LastBlockHeight indicates an expected call of LastBlockHeight.

func (*MockCoreProxyServiceClientMockRecorder) ObserveEventBus

func (mr *MockCoreProxyServiceClientMockRecorder) ObserveEventBus(arg0 interface{}, arg1 ...interface{}) *gomock.Call

ObserveEventBus indicates an expected call of ObserveEventBus.

func (*MockCoreProxyServiceClientMockRecorder) PropagateChainEvent

func (mr *MockCoreProxyServiceClientMockRecorder) PropagateChainEvent(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

PropagateChainEvent indicates an expected call of PropagateChainEvent.

func (*MockCoreProxyServiceClientMockRecorder) Statistics

func (mr *MockCoreProxyServiceClientMockRecorder) Statistics(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

Statistics indicates an expected call of Statistics.

func (*MockCoreProxyServiceClientMockRecorder) SubmitRawTransaction

func (mr *MockCoreProxyServiceClientMockRecorder) SubmitRawTransaction(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

SubmitRawTransaction indicates an expected call of SubmitRawTransaction.

func (*MockCoreProxyServiceClientMockRecorder) SubmitTransaction

func (mr *MockCoreProxyServiceClientMockRecorder) SubmitTransaction(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

SubmitTransaction indicates an expected call of SubmitTransaction.

type MockTradingDataServiceClientV2

type MockTradingDataServiceClientV2 struct {
	// contains filtered or unexported fields
}

MockTradingDataServiceClientV2 is a mock of TradingDataServiceClientV2 interface.

func NewMockTradingDataServiceClientV2

func NewMockTradingDataServiceClientV2(ctrl *gomock.Controller) *MockTradingDataServiceClientV2

NewMockTradingDataServiceClientV2 creates a new mock instance.

func (*MockTradingDataServiceClientV2) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockTradingDataServiceClientV2) EstimateFee

EstimateFee mocks base method.

func (*MockTradingDataServiceClientV2) EstimateMargin

EstimateMargin mocks base method.

func (*MockTradingDataServiceClientV2) EstimatePosition added in v0.71.0

EstimatePosition mocks base method.

func (*MockTradingDataServiceClientV2) EstimateTransferFee added in v0.74.0

EstimateTransferFee mocks base method.

func (*MockTradingDataServiceClientV2) ExportLedgerEntries added in v0.67.0

ExportLedgerEntries mocks base method.

func (*MockTradingDataServiceClientV2) ExportNetworkHistory added in v0.71.0

ExportNetworkHistory mocks base method.

func (*MockTradingDataServiceClientV2) GetActiveNetworkHistoryPeerAddresses added in v0.67.0

GetActiveNetworkHistoryPeerAddresses mocks base method.

func (*MockTradingDataServiceClientV2) GetAsset

GetAsset mocks base method.

func (*MockTradingDataServiceClientV2) GetCurrentReferralProgram added in v0.73.0

GetCurrentReferralProgram mocks base method.

func (*MockTradingDataServiceClientV2) GetCurrentVolumeDiscountProgram added in v0.73.0

GetCurrentVolumeDiscountProgram mocks base method.

func (*MockTradingDataServiceClientV2) GetDeposit

GetDeposit mocks base method.

func (*MockTradingDataServiceClientV2) GetERC20ListAssetBundle

GetERC20ListAssetBundle mocks base method.

func (*MockTradingDataServiceClientV2) GetERC20SetAssetLimitsBundle

GetERC20SetAssetLimitsBundle mocks base method.

func (*MockTradingDataServiceClientV2) GetERC20WithdrawalApproval

GetERC20WithdrawalApproval mocks base method.

func (*MockTradingDataServiceClientV2) GetEpoch

GetEpoch mocks base method.

func (*MockTradingDataServiceClientV2) GetFeesStats added in v0.73.0

GetFeesStats mocks base method.

func (*MockTradingDataServiceClientV2) GetFeesStatsForParty added in v0.73.0

GetFeesStatsForParty mocks base method.

func (*MockTradingDataServiceClientV2) GetGovernanceData

GetGovernanceData mocks base method.

func (*MockTradingDataServiceClientV2) GetLastTrade

GetLastTrade mocks base method.

func (*MockTradingDataServiceClientV2) GetLatestMarketData

GetLatestMarketData mocks base method.

func (*MockTradingDataServiceClientV2) GetLatestMarketDepth

GetLatestMarketDepth mocks base method.

func (*MockTradingDataServiceClientV2) GetMarket

GetMarket mocks base method.

func (*MockTradingDataServiceClientV2) GetMarketDataHistoryByID

GetMarketDataHistoryByID mocks base method.

func (*MockTradingDataServiceClientV2) GetMostRecentNetworkHistorySegment added in v0.67.0

GetMostRecentNetworkHistorySegment mocks base method.

func (*MockTradingDataServiceClientV2) GetNetworkData

GetNetworkData mocks base method.

func (*MockTradingDataServiceClientV2) GetNetworkHistoryBootstrapPeers added in v0.71.0

GetNetworkHistoryBootstrapPeers mocks base method.

func (*MockTradingDataServiceClientV2) GetNetworkHistoryStatus added in v0.71.0

GetNetworkHistoryStatus mocks base method.

func (*MockTradingDataServiceClientV2) GetNetworkLimits

GetNetworkLimits mocks base method.

func (*MockTradingDataServiceClientV2) GetNetworkParameter

GetNetworkParameter mocks base method.

func (*MockTradingDataServiceClientV2) GetNode

GetNode mocks base method.

func (*MockTradingDataServiceClientV2) GetOracleSpec

GetOracleSpec mocks base method.

func (*MockTradingDataServiceClientV2) GetOrder

GetOrder mocks base method.

func (*MockTradingDataServiceClientV2) GetParty

GetParty mocks base method.

func (*MockTradingDataServiceClientV2) GetPartyActivityStreak added in v0.73.0

GetPartyActivityStreak mocks base method.

func (*MockTradingDataServiceClientV2) GetPartyVestingStats added in v0.73.0

GetPartyVestingStats mocks base method.

func (*MockTradingDataServiceClientV2) GetProtocolUpgradeStatus added in v0.59.0

GetProtocolUpgradeStatus mocks base method.

func (*MockTradingDataServiceClientV2) GetReferralSetStats added in v0.73.0

GetReferralSetStats mocks base method.

func (*MockTradingDataServiceClientV2) GetRiskFactors

GetRiskFactors mocks base method.

func (*MockTradingDataServiceClientV2) GetStake

GetStake mocks base method.

func (*MockTradingDataServiceClientV2) GetStopOrder added in v0.72.0

GetStopOrder mocks base method.

func (*MockTradingDataServiceClientV2) GetTimeWeightedNotionalPosition added in v0.75.0

GetTimeWeightedNotionalPosition mocks base method.

func (*MockTradingDataServiceClientV2) GetTotalTransferFeeDiscount added in v0.74.0

GetTotalTransferFeeDiscount mocks base method.

func (*MockTradingDataServiceClientV2) GetTransfer added in v0.73.0

GetTransfer mocks base method.

func (*MockTradingDataServiceClientV2) GetVegaTime

GetVegaTime mocks base method.

func (*MockTradingDataServiceClientV2) GetVestingBalancesSummary added in v0.73.0

GetVestingBalancesSummary mocks base method.

func (*MockTradingDataServiceClientV2) GetVolumeDiscountStats added in v0.73.0

GetVolumeDiscountStats mocks base method.

func (*MockTradingDataServiceClientV2) GetWithdrawal

GetWithdrawal mocks base method.

func (*MockTradingDataServiceClientV2) Info

Info mocks base method.

func (*MockTradingDataServiceClientV2) ListAccounts

ListAccounts mocks base method.

func (*MockTradingDataServiceClientV2) ListAllLiquidityProvisions added in v0.73.0

ListAllLiquidityProvisions mocks base method.

func (*MockTradingDataServiceClientV2) ListAllNetworkHistorySegments added in v0.67.0

ListAllNetworkHistorySegments mocks base method.

func (*MockTradingDataServiceClientV2) ListAllPositions added in v0.68.0

ListAllPositions mocks base method.

func (*MockTradingDataServiceClientV2) ListAssets

ListAssets mocks base method.

func (*MockTradingDataServiceClientV2) ListBalanceChanges added in v0.59.0

ListBalanceChanges mocks base method.

func (*MockTradingDataServiceClientV2) ListCandleData

ListCandleData mocks base method.

func (*MockTradingDataServiceClientV2) ListCandleIntervals

ListCandleIntervals mocks base method.

func (*MockTradingDataServiceClientV2) ListCheckpoints

ListCheckpoints mocks base method.

func (*MockTradingDataServiceClientV2) ListCoreSnapshots added in v0.65.0

ListCoreSnapshots mocks base method.

func (*MockTradingDataServiceClientV2) ListDelegations

ListDelegations mocks base method.

func (*MockTradingDataServiceClientV2) ListDeposits

ListDeposits mocks base method.

func (*MockTradingDataServiceClientV2) ListERC20MultiSigSignerAddedBundles added in v0.59.0

ListERC20MultiSigSignerAddedBundles mocks base method.

func (*MockTradingDataServiceClientV2) ListERC20MultiSigSignerRemovedBundles added in v0.59.0

ListERC20MultiSigSignerRemovedBundles mocks base method.

func (*MockTradingDataServiceClientV2) ListEntities added in v0.71.0

ListEntities mocks base method.

func (*MockTradingDataServiceClientV2) ListEpochRewardSummaries added in v0.65.0

ListEpochRewardSummaries mocks base method.

func (*MockTradingDataServiceClientV2) ListEthereumKeyRotations

ListEthereumKeyRotations mocks base method.

func (*MockTradingDataServiceClientV2) ListFundingPayments added in v0.73.0

ListFundingPayments mocks base method.

func (*MockTradingDataServiceClientV2) ListFundingPeriodDataPoints added in v0.73.0

ListFundingPeriodDataPoints mocks base method.

func (*MockTradingDataServiceClientV2) ListFundingPeriods added in v0.73.0

ListFundingPeriods mocks base method.

func (*MockTradingDataServiceClientV2) ListGames added in v0.74.0

ListGames mocks base method.

func (*MockTradingDataServiceClientV2) ListGovernanceData

ListGovernanceData mocks base method.

func (*MockTradingDataServiceClientV2) ListKeyRotations

ListKeyRotations mocks base method.

func (*MockTradingDataServiceClientV2) ListLatestMarketData

ListLatestMarketData mocks base method.

func (*MockTradingDataServiceClientV2) ListLedgerEntries added in v0.58.0

ListLedgerEntries mocks base method.

func (*MockTradingDataServiceClientV2) ListLiquidityProviders added in v0.73.0

ListLiquidityProviders mocks base method.

func (*MockTradingDataServiceClientV2) ListLiquidityProvisions

ListLiquidityProvisions mocks base method.

func (*MockTradingDataServiceClientV2) ListMarginLevels

ListMarginLevels mocks base method.

func (*MockTradingDataServiceClientV2) ListMarkets

ListMarkets mocks base method.

func (*MockTradingDataServiceClientV2) ListNetworkParameters

ListNetworkParameters mocks base method.

func (*MockTradingDataServiceClientV2) ListNodeSignatures

ListNodeSignatures mocks base method.

func (*MockTradingDataServiceClientV2) ListNodes

ListNodes mocks base method.

func (*MockTradingDataServiceClientV2) ListOracleData

ListOracleData mocks base method.

func (*MockTradingDataServiceClientV2) ListOracleSpecs

ListOracleSpecs mocks base method.

func (*MockTradingDataServiceClientV2) ListOrderVersions

ListOrderVersions mocks base method.

func (*MockTradingDataServiceClientV2) ListOrders

ListOrders mocks base method.

func (*MockTradingDataServiceClientV2) ListPaidLiquidityFees added in v0.73.0

ListPaidLiquidityFees mocks base method.

func (*MockTradingDataServiceClientV2) ListParties

ListParties mocks base method.

func (*MockTradingDataServiceClientV2) ListPartiesProfiles added in v0.74.0

ListPartiesProfiles mocks base method.

func (*MockTradingDataServiceClientV2) ListPartyMarginModes added in v0.74.0

ListPartyMarginModes mocks base method.

func (*MockTradingDataServiceClientV2) ListPositions

ListPositions mocks base method.

func (*MockTradingDataServiceClientV2) ListProtocolUpgradeProposals added in v0.61.0

ListProtocolUpgradeProposals mocks base method.

func (*MockTradingDataServiceClientV2) ListReferralSetReferees added in v0.73.0

ListReferralSetReferees mocks base method.

func (*MockTradingDataServiceClientV2) ListReferralSets added in v0.73.0

ListReferralSets mocks base method.

func (*MockTradingDataServiceClientV2) ListRewardSummaries

ListRewardSummaries mocks base method.

func (*MockTradingDataServiceClientV2) ListRewards

ListRewards mocks base method.

func (*MockTradingDataServiceClientV2) ListStopOrders added in v0.72.0

ListStopOrders mocks base method.

func (*MockTradingDataServiceClientV2) ListSuccessorMarkets added in v0.72.0

ListSuccessorMarkets mocks base method.

func (*MockTradingDataServiceClientV2) ListTeamMembersStatistics added in v0.74.0

ListTeamMembersStatistics mocks base method.

func (*MockTradingDataServiceClientV2) ListTeamRefereeHistory added in v0.73.0

ListTeamRefereeHistory mocks base method.

func (*MockTradingDataServiceClientV2) ListTeamReferees added in v0.73.0

ListTeamReferees mocks base method.

func (*MockTradingDataServiceClientV2) ListTeams added in v0.73.0

ListTeams mocks base method.

func (*MockTradingDataServiceClientV2) ListTeamsStatistics added in v0.74.0

ListTeamsStatistics mocks base method.

func (*MockTradingDataServiceClientV2) ListTrades

ListTrades mocks base method.

func (*MockTradingDataServiceClientV2) ListTransfers

ListTransfers mocks base method.

func (*MockTradingDataServiceClientV2) ListVotes

ListVotes mocks base method.

func (*MockTradingDataServiceClientV2) ListWithdrawals

ListWithdrawals mocks base method.

func (*MockTradingDataServiceClientV2) ObserveAccounts

ObserveAccounts mocks base method.

func (*MockTradingDataServiceClientV2) ObserveCandleData

ObserveCandleData mocks base method.

func (*MockTradingDataServiceClientV2) ObserveEventBus

ObserveEventBus mocks base method.

func (*MockTradingDataServiceClientV2) ObserveGovernance

ObserveGovernance mocks base method.

func (*MockTradingDataServiceClientV2) ObserveLedgerMovements added in v0.56.0

ObserveLedgerMovements mocks base method.

func (*MockTradingDataServiceClientV2) ObserveLiquidityProvisions added in v0.55.0

ObserveLiquidityProvisions mocks base method.

func (*MockTradingDataServiceClientV2) ObserveMarginLevels

ObserveMarginLevels mocks base method.

func (*MockTradingDataServiceClientV2) ObserveMarketsData

ObserveMarketsData mocks base method.

func (*MockTradingDataServiceClientV2) ObserveMarketsDepth

ObserveMarketsDepth mocks base method.

func (*MockTradingDataServiceClientV2) ObserveMarketsDepthUpdates

ObserveMarketsDepthUpdates mocks base method.

func (*MockTradingDataServiceClientV2) ObserveOrders

ObserveOrders mocks base method.

func (*MockTradingDataServiceClientV2) ObservePositions

ObservePositions mocks base method.

func (*MockTradingDataServiceClientV2) ObserveTrades

ObserveTrades mocks base method.

func (*MockTradingDataServiceClientV2) ObserveTransactionResults added in v0.74.0

ObserveTransactionResults mocks base method.

func (*MockTradingDataServiceClientV2) ObserveVotes

ObserveVotes mocks base method.

func (*MockTradingDataServiceClientV2) Ping added in v0.60.0

Ping mocks base method.

type MockTradingDataServiceClientV2MockRecorder

type MockTradingDataServiceClientV2MockRecorder struct {
	// contains filtered or unexported fields
}

MockTradingDataServiceClientV2MockRecorder is the mock recorder for MockTradingDataServiceClientV2.

func (*MockTradingDataServiceClientV2MockRecorder) EstimateFee

func (mr *MockTradingDataServiceClientV2MockRecorder) EstimateFee(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

EstimateFee indicates an expected call of EstimateFee.

func (*MockTradingDataServiceClientV2MockRecorder) EstimateMargin

func (mr *MockTradingDataServiceClientV2MockRecorder) EstimateMargin(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

EstimateMargin indicates an expected call of EstimateMargin.

func (*MockTradingDataServiceClientV2MockRecorder) EstimatePosition added in v0.71.0

func (mr *MockTradingDataServiceClientV2MockRecorder) EstimatePosition(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

EstimatePosition indicates an expected call of EstimatePosition.

func (*MockTradingDataServiceClientV2MockRecorder) EstimateTransferFee added in v0.74.0

func (mr *MockTradingDataServiceClientV2MockRecorder) EstimateTransferFee(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

EstimateTransferFee indicates an expected call of EstimateTransferFee.

func (*MockTradingDataServiceClientV2MockRecorder) ExportLedgerEntries added in v0.67.0

func (mr *MockTradingDataServiceClientV2MockRecorder) ExportLedgerEntries(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ExportLedgerEntries indicates an expected call of ExportLedgerEntries.

func (*MockTradingDataServiceClientV2MockRecorder) ExportNetworkHistory added in v0.71.0

func (mr *MockTradingDataServiceClientV2MockRecorder) ExportNetworkHistory(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ExportNetworkHistory indicates an expected call of ExportNetworkHistory.

func (*MockTradingDataServiceClientV2MockRecorder) GetActiveNetworkHistoryPeerAddresses added in v0.67.0

func (mr *MockTradingDataServiceClientV2MockRecorder) GetActiveNetworkHistoryPeerAddresses(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetActiveNetworkHistoryPeerAddresses indicates an expected call of GetActiveNetworkHistoryPeerAddresses.

func (*MockTradingDataServiceClientV2MockRecorder) GetAsset

func (mr *MockTradingDataServiceClientV2MockRecorder) GetAsset(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetAsset indicates an expected call of GetAsset.

func (*MockTradingDataServiceClientV2MockRecorder) GetCurrentReferralProgram added in v0.73.0

func (mr *MockTradingDataServiceClientV2MockRecorder) GetCurrentReferralProgram(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetCurrentReferralProgram indicates an expected call of GetCurrentReferralProgram.

func (*MockTradingDataServiceClientV2MockRecorder) GetCurrentVolumeDiscountProgram added in v0.73.0

func (mr *MockTradingDataServiceClientV2MockRecorder) GetCurrentVolumeDiscountProgram(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetCurrentVolumeDiscountProgram indicates an expected call of GetCurrentVolumeDiscountProgram.

func (*MockTradingDataServiceClientV2MockRecorder) GetDeposit

func (mr *MockTradingDataServiceClientV2MockRecorder) GetDeposit(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetDeposit indicates an expected call of GetDeposit.

func (*MockTradingDataServiceClientV2MockRecorder) GetERC20ListAssetBundle

func (mr *MockTradingDataServiceClientV2MockRecorder) GetERC20ListAssetBundle(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetERC20ListAssetBundle indicates an expected call of GetERC20ListAssetBundle.

func (*MockTradingDataServiceClientV2MockRecorder) GetERC20SetAssetLimitsBundle

func (mr *MockTradingDataServiceClientV2MockRecorder) GetERC20SetAssetLimitsBundle(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetERC20SetAssetLimitsBundle indicates an expected call of GetERC20SetAssetLimitsBundle.

func (*MockTradingDataServiceClientV2MockRecorder) GetERC20WithdrawalApproval

func (mr *MockTradingDataServiceClientV2MockRecorder) GetERC20WithdrawalApproval(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetERC20WithdrawalApproval indicates an expected call of GetERC20WithdrawalApproval.

func (*MockTradingDataServiceClientV2MockRecorder) GetEpoch

func (mr *MockTradingDataServiceClientV2MockRecorder) GetEpoch(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetEpoch indicates an expected call of GetEpoch.

func (*MockTradingDataServiceClientV2MockRecorder) GetFeesStats added in v0.73.0

func (mr *MockTradingDataServiceClientV2MockRecorder) GetFeesStats(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetFeesStats indicates an expected call of GetFeesStats.

func (*MockTradingDataServiceClientV2MockRecorder) GetFeesStatsForParty added in v0.73.0

func (mr *MockTradingDataServiceClientV2MockRecorder) GetFeesStatsForParty(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetFeesStatsForParty indicates an expected call of GetFeesStatsForParty.

func (*MockTradingDataServiceClientV2MockRecorder) GetGovernanceData

func (mr *MockTradingDataServiceClientV2MockRecorder) GetGovernanceData(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetGovernanceData indicates an expected call of GetGovernanceData.

func (*MockTradingDataServiceClientV2MockRecorder) GetLastTrade

func (mr *MockTradingDataServiceClientV2MockRecorder) GetLastTrade(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetLastTrade indicates an expected call of GetLastTrade.

func (*MockTradingDataServiceClientV2MockRecorder) GetLatestMarketData

func (mr *MockTradingDataServiceClientV2MockRecorder) GetLatestMarketData(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetLatestMarketData indicates an expected call of GetLatestMarketData.

func (*MockTradingDataServiceClientV2MockRecorder) GetLatestMarketDepth

func (mr *MockTradingDataServiceClientV2MockRecorder) GetLatestMarketDepth(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetLatestMarketDepth indicates an expected call of GetLatestMarketDepth.

func (*MockTradingDataServiceClientV2MockRecorder) GetMarket

func (mr *MockTradingDataServiceClientV2MockRecorder) GetMarket(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetMarket indicates an expected call of GetMarket.

func (*MockTradingDataServiceClientV2MockRecorder) GetMarketDataHistoryByID

func (mr *MockTradingDataServiceClientV2MockRecorder) GetMarketDataHistoryByID(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetMarketDataHistoryByID indicates an expected call of GetMarketDataHistoryByID.

func (*MockTradingDataServiceClientV2MockRecorder) GetMostRecentNetworkHistorySegment added in v0.67.0

func (mr *MockTradingDataServiceClientV2MockRecorder) GetMostRecentNetworkHistorySegment(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetMostRecentNetworkHistorySegment indicates an expected call of GetMostRecentNetworkHistorySegment.

func (*MockTradingDataServiceClientV2MockRecorder) GetNetworkData

func (mr *MockTradingDataServiceClientV2MockRecorder) GetNetworkData(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetNetworkData indicates an expected call of GetNetworkData.

func (*MockTradingDataServiceClientV2MockRecorder) GetNetworkHistoryBootstrapPeers added in v0.71.0

func (mr *MockTradingDataServiceClientV2MockRecorder) GetNetworkHistoryBootstrapPeers(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetNetworkHistoryBootstrapPeers indicates an expected call of GetNetworkHistoryBootstrapPeers.

func (*MockTradingDataServiceClientV2MockRecorder) GetNetworkHistoryStatus added in v0.71.0

func (mr *MockTradingDataServiceClientV2MockRecorder) GetNetworkHistoryStatus(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetNetworkHistoryStatus indicates an expected call of GetNetworkHistoryStatus.

func (*MockTradingDataServiceClientV2MockRecorder) GetNetworkLimits

func (mr *MockTradingDataServiceClientV2MockRecorder) GetNetworkLimits(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetNetworkLimits indicates an expected call of GetNetworkLimits.

func (*MockTradingDataServiceClientV2MockRecorder) GetNetworkParameter

func (mr *MockTradingDataServiceClientV2MockRecorder) GetNetworkParameter(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetNetworkParameter indicates an expected call of GetNetworkParameter.

func (*MockTradingDataServiceClientV2MockRecorder) GetNode

func (mr *MockTradingDataServiceClientV2MockRecorder) GetNode(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetNode indicates an expected call of GetNode.

func (*MockTradingDataServiceClientV2MockRecorder) GetOracleSpec

func (mr *MockTradingDataServiceClientV2MockRecorder) GetOracleSpec(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetOracleSpec indicates an expected call of GetOracleSpec.

func (*MockTradingDataServiceClientV2MockRecorder) GetOrder

func (mr *MockTradingDataServiceClientV2MockRecorder) GetOrder(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetOrder indicates an expected call of GetOrder.

func (*MockTradingDataServiceClientV2MockRecorder) GetParty

func (mr *MockTradingDataServiceClientV2MockRecorder) GetParty(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetParty indicates an expected call of GetParty.

func (*MockTradingDataServiceClientV2MockRecorder) GetPartyActivityStreak added in v0.73.0

func (mr *MockTradingDataServiceClientV2MockRecorder) GetPartyActivityStreak(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetPartyActivityStreak indicates an expected call of GetPartyActivityStreak.

func (*MockTradingDataServiceClientV2MockRecorder) GetPartyVestingStats added in v0.73.0

func (mr *MockTradingDataServiceClientV2MockRecorder) GetPartyVestingStats(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetPartyVestingStats indicates an expected call of GetPartyVestingStats.

func (*MockTradingDataServiceClientV2MockRecorder) GetProtocolUpgradeStatus added in v0.59.0

func (mr *MockTradingDataServiceClientV2MockRecorder) GetProtocolUpgradeStatus(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetProtocolUpgradeStatus indicates an expected call of GetProtocolUpgradeStatus.

func (*MockTradingDataServiceClientV2MockRecorder) GetReferralSetStats added in v0.73.0

func (mr *MockTradingDataServiceClientV2MockRecorder) GetReferralSetStats(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetReferralSetStats indicates an expected call of GetReferralSetStats.

func (*MockTradingDataServiceClientV2MockRecorder) GetRiskFactors

func (mr *MockTradingDataServiceClientV2MockRecorder) GetRiskFactors(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetRiskFactors indicates an expected call of GetRiskFactors.

func (*MockTradingDataServiceClientV2MockRecorder) GetStake

func (mr *MockTradingDataServiceClientV2MockRecorder) GetStake(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetStake indicates an expected call of GetStake.

func (*MockTradingDataServiceClientV2MockRecorder) GetStopOrder added in v0.72.0

func (mr *MockTradingDataServiceClientV2MockRecorder) GetStopOrder(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetStopOrder indicates an expected call of GetStopOrder.

func (*MockTradingDataServiceClientV2MockRecorder) GetTimeWeightedNotionalPosition added in v0.75.0

func (mr *MockTradingDataServiceClientV2MockRecorder) GetTimeWeightedNotionalPosition(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetTimeWeightedNotionalPosition indicates an expected call of GetTimeWeightedNotionalPosition.

func (*MockTradingDataServiceClientV2MockRecorder) GetTotalTransferFeeDiscount added in v0.74.0

func (mr *MockTradingDataServiceClientV2MockRecorder) GetTotalTransferFeeDiscount(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetTotalTransferFeeDiscount indicates an expected call of GetTotalTransferFeeDiscount.

func (*MockTradingDataServiceClientV2MockRecorder) GetTransfer added in v0.73.0

func (mr *MockTradingDataServiceClientV2MockRecorder) GetTransfer(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetTransfer indicates an expected call of GetTransfer.

func (*MockTradingDataServiceClientV2MockRecorder) GetVegaTime

func (mr *MockTradingDataServiceClientV2MockRecorder) GetVegaTime(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetVegaTime indicates an expected call of GetVegaTime.

func (*MockTradingDataServiceClientV2MockRecorder) GetVestingBalancesSummary added in v0.73.0

func (mr *MockTradingDataServiceClientV2MockRecorder) GetVestingBalancesSummary(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetVestingBalancesSummary indicates an expected call of GetVestingBalancesSummary.

func (*MockTradingDataServiceClientV2MockRecorder) GetVolumeDiscountStats added in v0.73.0

func (mr *MockTradingDataServiceClientV2MockRecorder) GetVolumeDiscountStats(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetVolumeDiscountStats indicates an expected call of GetVolumeDiscountStats.

func (*MockTradingDataServiceClientV2MockRecorder) GetWithdrawal

func (mr *MockTradingDataServiceClientV2MockRecorder) GetWithdrawal(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetWithdrawal indicates an expected call of GetWithdrawal.

func (*MockTradingDataServiceClientV2MockRecorder) Info

func (mr *MockTradingDataServiceClientV2MockRecorder) Info(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

Info indicates an expected call of Info.

func (*MockTradingDataServiceClientV2MockRecorder) ListAccounts

func (mr *MockTradingDataServiceClientV2MockRecorder) ListAccounts(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListAccounts indicates an expected call of ListAccounts.

func (*MockTradingDataServiceClientV2MockRecorder) ListAllLiquidityProvisions added in v0.73.0

func (mr *MockTradingDataServiceClientV2MockRecorder) ListAllLiquidityProvisions(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListAllLiquidityProvisions indicates an expected call of ListAllLiquidityProvisions.

func (*MockTradingDataServiceClientV2MockRecorder) ListAllNetworkHistorySegments added in v0.67.0

func (mr *MockTradingDataServiceClientV2MockRecorder) ListAllNetworkHistorySegments(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListAllNetworkHistorySegments indicates an expected call of ListAllNetworkHistorySegments.

func (*MockTradingDataServiceClientV2MockRecorder) ListAllPositions added in v0.68.0

func (mr *MockTradingDataServiceClientV2MockRecorder) ListAllPositions(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListAllPositions indicates an expected call of ListAllPositions.

func (*MockTradingDataServiceClientV2MockRecorder) ListAssets

func (mr *MockTradingDataServiceClientV2MockRecorder) ListAssets(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListAssets indicates an expected call of ListAssets.

func (*MockTradingDataServiceClientV2MockRecorder) ListBalanceChanges added in v0.59.0

func (mr *MockTradingDataServiceClientV2MockRecorder) ListBalanceChanges(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListBalanceChanges indicates an expected call of ListBalanceChanges.

func (*MockTradingDataServiceClientV2MockRecorder) ListCandleData

func (mr *MockTradingDataServiceClientV2MockRecorder) ListCandleData(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListCandleData indicates an expected call of ListCandleData.

func (*MockTradingDataServiceClientV2MockRecorder) ListCandleIntervals

func (mr *MockTradingDataServiceClientV2MockRecorder) ListCandleIntervals(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListCandleIntervals indicates an expected call of ListCandleIntervals.

func (*MockTradingDataServiceClientV2MockRecorder) ListCheckpoints

func (mr *MockTradingDataServiceClientV2MockRecorder) ListCheckpoints(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListCheckpoints indicates an expected call of ListCheckpoints.

func (*MockTradingDataServiceClientV2MockRecorder) ListCoreSnapshots added in v0.65.0

func (mr *MockTradingDataServiceClientV2MockRecorder) ListCoreSnapshots(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListCoreSnapshots indicates an expected call of ListCoreSnapshots.

func (*MockTradingDataServiceClientV2MockRecorder) ListDelegations

func (mr *MockTradingDataServiceClientV2MockRecorder) ListDelegations(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListDelegations indicates an expected call of ListDelegations.

func (*MockTradingDataServiceClientV2MockRecorder) ListDeposits

func (mr *MockTradingDataServiceClientV2MockRecorder) ListDeposits(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListDeposits indicates an expected call of ListDeposits.

func (*MockTradingDataServiceClientV2MockRecorder) ListERC20MultiSigSignerAddedBundles added in v0.59.0

func (mr *MockTradingDataServiceClientV2MockRecorder) ListERC20MultiSigSignerAddedBundles(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListERC20MultiSigSignerAddedBundles indicates an expected call of ListERC20MultiSigSignerAddedBundles.

func (*MockTradingDataServiceClientV2MockRecorder) ListERC20MultiSigSignerRemovedBundles added in v0.59.0

func (mr *MockTradingDataServiceClientV2MockRecorder) ListERC20MultiSigSignerRemovedBundles(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListERC20MultiSigSignerRemovedBundles indicates an expected call of ListERC20MultiSigSignerRemovedBundles.

func (*MockTradingDataServiceClientV2MockRecorder) ListEntities added in v0.71.0

func (mr *MockTradingDataServiceClientV2MockRecorder) ListEntities(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListEntities indicates an expected call of ListEntities.

func (*MockTradingDataServiceClientV2MockRecorder) ListEpochRewardSummaries added in v0.65.0

func (mr *MockTradingDataServiceClientV2MockRecorder) ListEpochRewardSummaries(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListEpochRewardSummaries indicates an expected call of ListEpochRewardSummaries.

func (*MockTradingDataServiceClientV2MockRecorder) ListEthereumKeyRotations

func (mr *MockTradingDataServiceClientV2MockRecorder) ListEthereumKeyRotations(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListEthereumKeyRotations indicates an expected call of ListEthereumKeyRotations.

func (*MockTradingDataServiceClientV2MockRecorder) ListFundingPayments added in v0.73.0

func (mr *MockTradingDataServiceClientV2MockRecorder) ListFundingPayments(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListFundingPayments indicates an expected call of ListFundingPayments.

func (*MockTradingDataServiceClientV2MockRecorder) ListFundingPeriodDataPoints added in v0.73.0

func (mr *MockTradingDataServiceClientV2MockRecorder) ListFundingPeriodDataPoints(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListFundingPeriodDataPoints indicates an expected call of ListFundingPeriodDataPoints.

func (*MockTradingDataServiceClientV2MockRecorder) ListFundingPeriods added in v0.73.0

func (mr *MockTradingDataServiceClientV2MockRecorder) ListFundingPeriods(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListFundingPeriods indicates an expected call of ListFundingPeriods.

func (*MockTradingDataServiceClientV2MockRecorder) ListGames added in v0.74.0

func (mr *MockTradingDataServiceClientV2MockRecorder) ListGames(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListGames indicates an expected call of ListGames.

func (*MockTradingDataServiceClientV2MockRecorder) ListGovernanceData

func (mr *MockTradingDataServiceClientV2MockRecorder) ListGovernanceData(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListGovernanceData indicates an expected call of ListGovernanceData.

func (*MockTradingDataServiceClientV2MockRecorder) ListKeyRotations

func (mr *MockTradingDataServiceClientV2MockRecorder) ListKeyRotations(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListKeyRotations indicates an expected call of ListKeyRotations.

func (*MockTradingDataServiceClientV2MockRecorder) ListLatestMarketData

func (mr *MockTradingDataServiceClientV2MockRecorder) ListLatestMarketData(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListLatestMarketData indicates an expected call of ListLatestMarketData.

func (*MockTradingDataServiceClientV2MockRecorder) ListLedgerEntries added in v0.58.0

func (mr *MockTradingDataServiceClientV2MockRecorder) ListLedgerEntries(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListLedgerEntries indicates an expected call of ListLedgerEntries.

func (*MockTradingDataServiceClientV2MockRecorder) ListLiquidityProviders added in v0.73.0

func (mr *MockTradingDataServiceClientV2MockRecorder) ListLiquidityProviders(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListLiquidityProviders indicates an expected call of ListLiquidityProviders.

func (*MockTradingDataServiceClientV2MockRecorder) ListLiquidityProvisions

func (mr *MockTradingDataServiceClientV2MockRecorder) ListLiquidityProvisions(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListLiquidityProvisions indicates an expected call of ListLiquidityProvisions.

func (*MockTradingDataServiceClientV2MockRecorder) ListMarginLevels

func (mr *MockTradingDataServiceClientV2MockRecorder) ListMarginLevels(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListMarginLevels indicates an expected call of ListMarginLevels.

func (*MockTradingDataServiceClientV2MockRecorder) ListMarkets

func (mr *MockTradingDataServiceClientV2MockRecorder) ListMarkets(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListMarkets indicates an expected call of ListMarkets.

func (*MockTradingDataServiceClientV2MockRecorder) ListNetworkParameters

func (mr *MockTradingDataServiceClientV2MockRecorder) ListNetworkParameters(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListNetworkParameters indicates an expected call of ListNetworkParameters.

func (*MockTradingDataServiceClientV2MockRecorder) ListNodeSignatures

func (mr *MockTradingDataServiceClientV2MockRecorder) ListNodeSignatures(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListNodeSignatures indicates an expected call of ListNodeSignatures.

func (*MockTradingDataServiceClientV2MockRecorder) ListNodes

func (mr *MockTradingDataServiceClientV2MockRecorder) ListNodes(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListNodes indicates an expected call of ListNodes.

func (*MockTradingDataServiceClientV2MockRecorder) ListOracleData

func (mr *MockTradingDataServiceClientV2MockRecorder) ListOracleData(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListOracleData indicates an expected call of ListOracleData.

func (*MockTradingDataServiceClientV2MockRecorder) ListOracleSpecs

func (mr *MockTradingDataServiceClientV2MockRecorder) ListOracleSpecs(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListOracleSpecs indicates an expected call of ListOracleSpecs.

func (*MockTradingDataServiceClientV2MockRecorder) ListOrderVersions

func (mr *MockTradingDataServiceClientV2MockRecorder) ListOrderVersions(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListOrderVersions indicates an expected call of ListOrderVersions.

func (*MockTradingDataServiceClientV2MockRecorder) ListOrders

func (mr *MockTradingDataServiceClientV2MockRecorder) ListOrders(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListOrders indicates an expected call of ListOrders.

func (*MockTradingDataServiceClientV2MockRecorder) ListPaidLiquidityFees added in v0.73.0

func (mr *MockTradingDataServiceClientV2MockRecorder) ListPaidLiquidityFees(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListPaidLiquidityFees indicates an expected call of ListPaidLiquidityFees.

func (*MockTradingDataServiceClientV2MockRecorder) ListParties

func (mr *MockTradingDataServiceClientV2MockRecorder) ListParties(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListParties indicates an expected call of ListParties.

func (*MockTradingDataServiceClientV2MockRecorder) ListPartiesProfiles added in v0.74.0

func (mr *MockTradingDataServiceClientV2MockRecorder) ListPartiesProfiles(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListPartiesProfiles indicates an expected call of ListPartiesProfiles.

func (*MockTradingDataServiceClientV2MockRecorder) ListPartyMarginModes added in v0.74.0

func (mr *MockTradingDataServiceClientV2MockRecorder) ListPartyMarginModes(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListPartyMarginModes indicates an expected call of ListPartyMarginModes.

func (*MockTradingDataServiceClientV2MockRecorder) ListPositions

func (mr *MockTradingDataServiceClientV2MockRecorder) ListPositions(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListPositions indicates an expected call of ListPositions.

func (*MockTradingDataServiceClientV2MockRecorder) ListProtocolUpgradeProposals added in v0.61.0

func (mr *MockTradingDataServiceClientV2MockRecorder) ListProtocolUpgradeProposals(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListProtocolUpgradeProposals indicates an expected call of ListProtocolUpgradeProposals.

func (*MockTradingDataServiceClientV2MockRecorder) ListReferralSetReferees added in v0.73.0

func (mr *MockTradingDataServiceClientV2MockRecorder) ListReferralSetReferees(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListReferralSetReferees indicates an expected call of ListReferralSetReferees.

func (*MockTradingDataServiceClientV2MockRecorder) ListReferralSets added in v0.73.0

func (mr *MockTradingDataServiceClientV2MockRecorder) ListReferralSets(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListReferralSets indicates an expected call of ListReferralSets.

func (*MockTradingDataServiceClientV2MockRecorder) ListRewardSummaries

func (mr *MockTradingDataServiceClientV2MockRecorder) ListRewardSummaries(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListRewardSummaries indicates an expected call of ListRewardSummaries.

func (*MockTradingDataServiceClientV2MockRecorder) ListRewards

func (mr *MockTradingDataServiceClientV2MockRecorder) ListRewards(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListRewards indicates an expected call of ListRewards.

func (*MockTradingDataServiceClientV2MockRecorder) ListStopOrders added in v0.72.0

func (mr *MockTradingDataServiceClientV2MockRecorder) ListStopOrders(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListStopOrders indicates an expected call of ListStopOrders.

func (*MockTradingDataServiceClientV2MockRecorder) ListSuccessorMarkets added in v0.72.0

func (mr *MockTradingDataServiceClientV2MockRecorder) ListSuccessorMarkets(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListSuccessorMarkets indicates an expected call of ListSuccessorMarkets.

func (*MockTradingDataServiceClientV2MockRecorder) ListTeamMembersStatistics added in v0.74.0

func (mr *MockTradingDataServiceClientV2MockRecorder) ListTeamMembersStatistics(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListTeamMembersStatistics indicates an expected call of ListTeamMembersStatistics.

func (*MockTradingDataServiceClientV2MockRecorder) ListTeamRefereeHistory added in v0.73.0

func (mr *MockTradingDataServiceClientV2MockRecorder) ListTeamRefereeHistory(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListTeamRefereeHistory indicates an expected call of ListTeamRefereeHistory.

func (*MockTradingDataServiceClientV2MockRecorder) ListTeamReferees added in v0.73.0

func (mr *MockTradingDataServiceClientV2MockRecorder) ListTeamReferees(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListTeamReferees indicates an expected call of ListTeamReferees.

func (*MockTradingDataServiceClientV2MockRecorder) ListTeams added in v0.73.0

func (mr *MockTradingDataServiceClientV2MockRecorder) ListTeams(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListTeams indicates an expected call of ListTeams.

func (*MockTradingDataServiceClientV2MockRecorder) ListTeamsStatistics added in v0.74.0

func (mr *MockTradingDataServiceClientV2MockRecorder) ListTeamsStatistics(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListTeamsStatistics indicates an expected call of ListTeamsStatistics.

func (*MockTradingDataServiceClientV2MockRecorder) ListTrades

func (mr *MockTradingDataServiceClientV2MockRecorder) ListTrades(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListTrades indicates an expected call of ListTrades.

func (*MockTradingDataServiceClientV2MockRecorder) ListTransfers

func (mr *MockTradingDataServiceClientV2MockRecorder) ListTransfers(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListTransfers indicates an expected call of ListTransfers.

func (*MockTradingDataServiceClientV2MockRecorder) ListVotes

func (mr *MockTradingDataServiceClientV2MockRecorder) ListVotes(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListVotes indicates an expected call of ListVotes.

func (*MockTradingDataServiceClientV2MockRecorder) ListWithdrawals

func (mr *MockTradingDataServiceClientV2MockRecorder) ListWithdrawals(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListWithdrawals indicates an expected call of ListWithdrawals.

func (*MockTradingDataServiceClientV2MockRecorder) ObserveAccounts

func (mr *MockTradingDataServiceClientV2MockRecorder) ObserveAccounts(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ObserveAccounts indicates an expected call of ObserveAccounts.

func (*MockTradingDataServiceClientV2MockRecorder) ObserveCandleData

func (mr *MockTradingDataServiceClientV2MockRecorder) ObserveCandleData(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ObserveCandleData indicates an expected call of ObserveCandleData.

func (*MockTradingDataServiceClientV2MockRecorder) ObserveEventBus

func (mr *MockTradingDataServiceClientV2MockRecorder) ObserveEventBus(arg0 interface{}, arg1 ...interface{}) *gomock.Call

ObserveEventBus indicates an expected call of ObserveEventBus.

func (*MockTradingDataServiceClientV2MockRecorder) ObserveGovernance

func (mr *MockTradingDataServiceClientV2MockRecorder) ObserveGovernance(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ObserveGovernance indicates an expected call of ObserveGovernance.

func (*MockTradingDataServiceClientV2MockRecorder) ObserveLedgerMovements added in v0.56.0

func (mr *MockTradingDataServiceClientV2MockRecorder) ObserveLedgerMovements(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ObserveLedgerMovements indicates an expected call of ObserveLedgerMovements.

func (*MockTradingDataServiceClientV2MockRecorder) ObserveLiquidityProvisions added in v0.55.0

func (mr *MockTradingDataServiceClientV2MockRecorder) ObserveLiquidityProvisions(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ObserveLiquidityProvisions indicates an expected call of ObserveLiquidityProvisions.

func (*MockTradingDataServiceClientV2MockRecorder) ObserveMarginLevels

func (mr *MockTradingDataServiceClientV2MockRecorder) ObserveMarginLevels(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ObserveMarginLevels indicates an expected call of ObserveMarginLevels.

func (*MockTradingDataServiceClientV2MockRecorder) ObserveMarketsData

func (mr *MockTradingDataServiceClientV2MockRecorder) ObserveMarketsData(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ObserveMarketsData indicates an expected call of ObserveMarketsData.

func (*MockTradingDataServiceClientV2MockRecorder) ObserveMarketsDepth

func (mr *MockTradingDataServiceClientV2MockRecorder) ObserveMarketsDepth(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ObserveMarketsDepth indicates an expected call of ObserveMarketsDepth.

func (*MockTradingDataServiceClientV2MockRecorder) ObserveMarketsDepthUpdates

func (mr *MockTradingDataServiceClientV2MockRecorder) ObserveMarketsDepthUpdates(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ObserveMarketsDepthUpdates indicates an expected call of ObserveMarketsDepthUpdates.

func (*MockTradingDataServiceClientV2MockRecorder) ObserveOrders

func (mr *MockTradingDataServiceClientV2MockRecorder) ObserveOrders(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ObserveOrders indicates an expected call of ObserveOrders.

func (*MockTradingDataServiceClientV2MockRecorder) ObservePositions

func (mr *MockTradingDataServiceClientV2MockRecorder) ObservePositions(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ObservePositions indicates an expected call of ObservePositions.

func (*MockTradingDataServiceClientV2MockRecorder) ObserveTrades

func (mr *MockTradingDataServiceClientV2MockRecorder) ObserveTrades(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ObserveTrades indicates an expected call of ObserveTrades.

func (*MockTradingDataServiceClientV2MockRecorder) ObserveTransactionResults added in v0.74.0

func (mr *MockTradingDataServiceClientV2MockRecorder) ObserveTransactionResults(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ObserveTransactionResults indicates an expected call of ObserveTransactionResults.

func (*MockTradingDataServiceClientV2MockRecorder) ObserveVotes

func (mr *MockTradingDataServiceClientV2MockRecorder) ObserveVotes(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ObserveVotes indicates an expected call of ObserveVotes.

func (*MockTradingDataServiceClientV2MockRecorder) Ping added in v0.60.0

func (mr *MockTradingDataServiceClientV2MockRecorder) Ping(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

Ping indicates an expected call of Ping.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL