mocks

package
v0.59.0 Latest Latest
Warning

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

Go to latest
Published: Oct 20, 2022 License: MIT Imports: 7 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) 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) 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 MockTradingDataServiceClient

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

MockTradingDataServiceClient is a mock of TradingDataServiceClient interface.

func NewMockTradingDataServiceClient

func NewMockTradingDataServiceClient(ctrl *gomock.Controller) *MockTradingDataServiceClient

NewMockTradingDataServiceClient creates a new mock instance.

func (*MockTradingDataServiceClient) AccountsSubscribe

AccountsSubscribe mocks base method.

func (*MockTradingDataServiceClient) AssetByID

AssetByID mocks base method.

func (*MockTradingDataServiceClient) Assets

Assets mocks base method.

func (*MockTradingDataServiceClient) Candles

Candles mocks base method.

func (*MockTradingDataServiceClient) CandlesSubscribe

CandlesSubscribe mocks base method.

func (*MockTradingDataServiceClient) Checkpoints

Checkpoints mocks base method.

func (*MockTradingDataServiceClient) Delegations

Delegations mocks base method.

func (*MockTradingDataServiceClient) Deposit

Deposit mocks base method.

func (*MockTradingDataServiceClient) Deposits

Deposits mocks base method.

func (*MockTradingDataServiceClient) ERC20WithdrawalApproval

ERC20WithdrawalApproval mocks base method.

func (*MockTradingDataServiceClient) EXPECT

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

func (*MockTradingDataServiceClient) EstimateFee

EstimateFee mocks base method.

func (*MockTradingDataServiceClient) EstimateMargin

EstimateMargin mocks base method.

func (*MockTradingDataServiceClient) FeeInfrastructureAccounts

FeeInfrastructureAccounts mocks base method.

func (*MockTradingDataServiceClient) GetEpoch

GetEpoch mocks base method.

func (*MockTradingDataServiceClient) GetKeyRotations

GetKeyRotations mocks base method.

func (*MockTradingDataServiceClient) GetKeyRotationsByNode

GetKeyRotationsByNode mocks base method.

func (*MockTradingDataServiceClient) GetNetworkParametersProposals

GetNetworkParametersProposals mocks base method.

func (*MockTradingDataServiceClient) GetNewAssetProposals

GetNewAssetProposals mocks base method.

func (*MockTradingDataServiceClient) GetNewFreeformProposals

GetNewFreeformProposals mocks base method.

func (*MockTradingDataServiceClient) GetNewMarketProposals

GetNewMarketProposals mocks base method.

func (*MockTradingDataServiceClient) GetNodeByID

GetNodeByID mocks base method.

func (*MockTradingDataServiceClient) GetNodeData

GetNodeData mocks base method.

func (*MockTradingDataServiceClient) GetNodeSignaturesAggregate

GetNodeSignaturesAggregate mocks base method.

func (*MockTradingDataServiceClient) GetNodes

GetNodes mocks base method.

func (*MockTradingDataServiceClient) GetProposalByID

GetProposalByID mocks base method.

func (*MockTradingDataServiceClient) GetProposalByReference

GetProposalByReference mocks base method.

func (*MockTradingDataServiceClient) GetProposals

GetProposals mocks base method.

func (*MockTradingDataServiceClient) GetProposalsByParty

GetProposalsByParty mocks base method.

func (*MockTradingDataServiceClient) GetRewardSummaries

GetRewardSummaries mocks base method.

func (*MockTradingDataServiceClient) GetRewards

GetRewards mocks base method.

func (*MockTradingDataServiceClient) GetRiskFactors

GetRiskFactors mocks base method.

func (*MockTradingDataServiceClient) GetUpdateMarketProposals

GetUpdateMarketProposals mocks base method.

func (*MockTradingDataServiceClient) GetVegaTime

GetVegaTime mocks base method.

func (*MockTradingDataServiceClient) GetVotesByParty

GetVotesByParty mocks base method.

func (*MockTradingDataServiceClient) GlobalRewardPoolAccounts

GlobalRewardPoolAccounts mocks base method.

func (*MockTradingDataServiceClient) LastTrade

LastTrade mocks base method.

func (*MockTradingDataServiceClient) LedgerMovementsSubscribe added in v0.56.0

LedgerMovementsSubscribe mocks base method.

func (*MockTradingDataServiceClient) LiquidityProvisions

LiquidityProvisions mocks base method.

func (*MockTradingDataServiceClient) ListOracleData

ListOracleData mocks base method.

func (*MockTradingDataServiceClient) MarginLevels

MarginLevels mocks base method.

func (*MockTradingDataServiceClient) MarginLevelsSubscribe

MarginLevelsSubscribe mocks base method.

func (*MockTradingDataServiceClient) MarketAccounts

MarketAccounts mocks base method.

func (*MockTradingDataServiceClient) MarketByID

MarketByID mocks base method.

func (*MockTradingDataServiceClient) MarketDataByID

MarketDataByID mocks base method.

func (*MockTradingDataServiceClient) MarketDepth

MarketDepth mocks base method.

func (*MockTradingDataServiceClient) MarketDepthSubscribe

MarketDepthSubscribe mocks base method.

func (*MockTradingDataServiceClient) MarketDepthUpdatesSubscribe

MarketDepthUpdatesSubscribe mocks base method.

func (*MockTradingDataServiceClient) Markets

Markets mocks base method.

func (*MockTradingDataServiceClient) MarketsData

MarketsData mocks base method.

func (*MockTradingDataServiceClient) MarketsDataSubscribe

MarketsDataSubscribe mocks base method.

func (*MockTradingDataServiceClient) NetworkParameters

NetworkParameters mocks base method.

func (*MockTradingDataServiceClient) ObserveDelegations

ObserveDelegations mocks base method.

func (*MockTradingDataServiceClient) ObserveEventBus

ObserveEventBus mocks base method.

func (*MockTradingDataServiceClient) ObserveGovernance

ObserveGovernance mocks base method.

func (*MockTradingDataServiceClient) ObservePartyProposals

ObservePartyProposals mocks base method.

func (*MockTradingDataServiceClient) ObservePartyVotes

ObservePartyVotes mocks base method.

func (*MockTradingDataServiceClient) ObserveProposalVotes

ObserveProposalVotes mocks base method.

func (*MockTradingDataServiceClient) ObserveRewards

ObserveRewards mocks base method.

func (*MockTradingDataServiceClient) OracleDataBySpec

OracleDataBySpec mocks base method.

func (*MockTradingDataServiceClient) OracleSpec

OracleSpec mocks base method.

func (*MockTradingDataServiceClient) OracleSpecs

OracleSpecs mocks base method.

func (*MockTradingDataServiceClient) OrderByID

OrderByID mocks base method.

func (*MockTradingDataServiceClient) OrderByMarketAndID

OrderByMarketAndID mocks base method.

func (*MockTradingDataServiceClient) OrderByReference

OrderByReference mocks base method.

func (*MockTradingDataServiceClient) OrderVersionsByID

OrderVersionsByID mocks base method.

func (*MockTradingDataServiceClient) OrdersByMarket

OrdersByMarket mocks base method.

func (*MockTradingDataServiceClient) OrdersByParty

OrdersByParty mocks base method.

func (*MockTradingDataServiceClient) OrdersSubscribe

OrdersSubscribe mocks base method.

func (*MockTradingDataServiceClient) Parties

Parties mocks base method.

func (*MockTradingDataServiceClient) PartyAccounts

PartyAccounts mocks base method.

func (*MockTradingDataServiceClient) PartyByID

PartyByID mocks base method.

func (*MockTradingDataServiceClient) PartyStake

PartyStake mocks base method.

func (*MockTradingDataServiceClient) PositionsByParty

PositionsByParty mocks base method.

func (*MockTradingDataServiceClient) PositionsSubscribe

PositionsSubscribe mocks base method.

func (*MockTradingDataServiceClient) TradesByMarket

TradesByMarket mocks base method.

func (*MockTradingDataServiceClient) TradesByOrder

TradesByOrder mocks base method.

func (*MockTradingDataServiceClient) TradesByParty

TradesByParty mocks base method.

func (*MockTradingDataServiceClient) TradesSubscribe

TradesSubscribe mocks base method.

func (*MockTradingDataServiceClient) Transfers

Transfers mocks base method.

func (*MockTradingDataServiceClient) Withdrawal

Withdrawal mocks base method.

func (*MockTradingDataServiceClient) Withdrawals

Withdrawals mocks base method.

type MockTradingDataServiceClientMockRecorder

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

MockTradingDataServiceClientMockRecorder is the mock recorder for MockTradingDataServiceClient.

func (*MockTradingDataServiceClientMockRecorder) AccountsSubscribe

func (mr *MockTradingDataServiceClientMockRecorder) AccountsSubscribe(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

AccountsSubscribe indicates an expected call of AccountsSubscribe.

func (*MockTradingDataServiceClientMockRecorder) AssetByID

func (mr *MockTradingDataServiceClientMockRecorder) AssetByID(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

AssetByID indicates an expected call of AssetByID.

func (*MockTradingDataServiceClientMockRecorder) Assets

func (mr *MockTradingDataServiceClientMockRecorder) Assets(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

Assets indicates an expected call of Assets.

func (*MockTradingDataServiceClientMockRecorder) Candles

func (mr *MockTradingDataServiceClientMockRecorder) Candles(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

Candles indicates an expected call of Candles.

func (*MockTradingDataServiceClientMockRecorder) CandlesSubscribe

func (mr *MockTradingDataServiceClientMockRecorder) CandlesSubscribe(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CandlesSubscribe indicates an expected call of CandlesSubscribe.

func (*MockTradingDataServiceClientMockRecorder) Checkpoints

func (mr *MockTradingDataServiceClientMockRecorder) Checkpoints(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

Checkpoints indicates an expected call of Checkpoints.

func (*MockTradingDataServiceClientMockRecorder) Delegations

func (mr *MockTradingDataServiceClientMockRecorder) Delegations(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

Delegations indicates an expected call of Delegations.

func (*MockTradingDataServiceClientMockRecorder) Deposit

func (mr *MockTradingDataServiceClientMockRecorder) Deposit(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

Deposit indicates an expected call of Deposit.

func (*MockTradingDataServiceClientMockRecorder) Deposits

func (mr *MockTradingDataServiceClientMockRecorder) Deposits(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

Deposits indicates an expected call of Deposits.

func (*MockTradingDataServiceClientMockRecorder) ERC20WithdrawalApproval

func (mr *MockTradingDataServiceClientMockRecorder) ERC20WithdrawalApproval(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ERC20WithdrawalApproval indicates an expected call of ERC20WithdrawalApproval.

func (*MockTradingDataServiceClientMockRecorder) EstimateFee

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

EstimateFee indicates an expected call of EstimateFee.

func (*MockTradingDataServiceClientMockRecorder) EstimateMargin

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

EstimateMargin indicates an expected call of EstimateMargin.

func (*MockTradingDataServiceClientMockRecorder) FeeInfrastructureAccounts

func (mr *MockTradingDataServiceClientMockRecorder) FeeInfrastructureAccounts(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

FeeInfrastructureAccounts indicates an expected call of FeeInfrastructureAccounts.

func (*MockTradingDataServiceClientMockRecorder) GetEpoch

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

GetEpoch indicates an expected call of GetEpoch.

func (*MockTradingDataServiceClientMockRecorder) GetKeyRotations

func (mr *MockTradingDataServiceClientMockRecorder) GetKeyRotations(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetKeyRotations indicates an expected call of GetKeyRotations.

func (*MockTradingDataServiceClientMockRecorder) GetKeyRotationsByNode

func (mr *MockTradingDataServiceClientMockRecorder) GetKeyRotationsByNode(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetKeyRotationsByNode indicates an expected call of GetKeyRotationsByNode.

func (*MockTradingDataServiceClientMockRecorder) GetNetworkParametersProposals

func (mr *MockTradingDataServiceClientMockRecorder) GetNetworkParametersProposals(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetNetworkParametersProposals indicates an expected call of GetNetworkParametersProposals.

func (*MockTradingDataServiceClientMockRecorder) GetNewAssetProposals

func (mr *MockTradingDataServiceClientMockRecorder) GetNewAssetProposals(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetNewAssetProposals indicates an expected call of GetNewAssetProposals.

func (*MockTradingDataServiceClientMockRecorder) GetNewFreeformProposals

func (mr *MockTradingDataServiceClientMockRecorder) GetNewFreeformProposals(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetNewFreeformProposals indicates an expected call of GetNewFreeformProposals.

func (*MockTradingDataServiceClientMockRecorder) GetNewMarketProposals

func (mr *MockTradingDataServiceClientMockRecorder) GetNewMarketProposals(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetNewMarketProposals indicates an expected call of GetNewMarketProposals.

func (*MockTradingDataServiceClientMockRecorder) GetNodeByID

func (mr *MockTradingDataServiceClientMockRecorder) GetNodeByID(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetNodeByID indicates an expected call of GetNodeByID.

func (*MockTradingDataServiceClientMockRecorder) GetNodeData

func (mr *MockTradingDataServiceClientMockRecorder) GetNodeData(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetNodeData indicates an expected call of GetNodeData.

func (*MockTradingDataServiceClientMockRecorder) GetNodeSignaturesAggregate

func (mr *MockTradingDataServiceClientMockRecorder) GetNodeSignaturesAggregate(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetNodeSignaturesAggregate indicates an expected call of GetNodeSignaturesAggregate.

func (*MockTradingDataServiceClientMockRecorder) GetNodes

func (mr *MockTradingDataServiceClientMockRecorder) GetNodes(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetNodes indicates an expected call of GetNodes.

func (*MockTradingDataServiceClientMockRecorder) GetProposalByID

func (mr *MockTradingDataServiceClientMockRecorder) GetProposalByID(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetProposalByID indicates an expected call of GetProposalByID.

func (*MockTradingDataServiceClientMockRecorder) GetProposalByReference

func (mr *MockTradingDataServiceClientMockRecorder) GetProposalByReference(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetProposalByReference indicates an expected call of GetProposalByReference.

func (*MockTradingDataServiceClientMockRecorder) GetProposals

func (mr *MockTradingDataServiceClientMockRecorder) GetProposals(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetProposals indicates an expected call of GetProposals.

func (*MockTradingDataServiceClientMockRecorder) GetProposalsByParty

func (mr *MockTradingDataServiceClientMockRecorder) GetProposalsByParty(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetProposalsByParty indicates an expected call of GetProposalsByParty.

func (*MockTradingDataServiceClientMockRecorder) GetRewardSummaries

func (mr *MockTradingDataServiceClientMockRecorder) GetRewardSummaries(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetRewardSummaries indicates an expected call of GetRewardSummaries.

func (*MockTradingDataServiceClientMockRecorder) GetRewards

func (mr *MockTradingDataServiceClientMockRecorder) GetRewards(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetRewards indicates an expected call of GetRewards.

func (*MockTradingDataServiceClientMockRecorder) GetRiskFactors

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

GetRiskFactors indicates an expected call of GetRiskFactors.

func (*MockTradingDataServiceClientMockRecorder) GetUpdateMarketProposals

func (mr *MockTradingDataServiceClientMockRecorder) GetUpdateMarketProposals(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetUpdateMarketProposals indicates an expected call of GetUpdateMarketProposals.

func (*MockTradingDataServiceClientMockRecorder) GetVegaTime

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

GetVegaTime indicates an expected call of GetVegaTime.

func (*MockTradingDataServiceClientMockRecorder) GetVotesByParty

func (mr *MockTradingDataServiceClientMockRecorder) GetVotesByParty(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetVotesByParty indicates an expected call of GetVotesByParty.

func (*MockTradingDataServiceClientMockRecorder) GlobalRewardPoolAccounts

func (mr *MockTradingDataServiceClientMockRecorder) GlobalRewardPoolAccounts(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GlobalRewardPoolAccounts indicates an expected call of GlobalRewardPoolAccounts.

func (*MockTradingDataServiceClientMockRecorder) LastTrade

func (mr *MockTradingDataServiceClientMockRecorder) LastTrade(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

LastTrade indicates an expected call of LastTrade.

func (*MockTradingDataServiceClientMockRecorder) LedgerMovementsSubscribe added in v0.56.0

func (mr *MockTradingDataServiceClientMockRecorder) LedgerMovementsSubscribe(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

LedgerMovementsSubscribe indicates an expected call of LedgerMovementsSubscribe.

func (*MockTradingDataServiceClientMockRecorder) LiquidityProvisions

func (mr *MockTradingDataServiceClientMockRecorder) LiquidityProvisions(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

LiquidityProvisions indicates an expected call of LiquidityProvisions.

func (*MockTradingDataServiceClientMockRecorder) ListOracleData

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

ListOracleData indicates an expected call of ListOracleData.

func (*MockTradingDataServiceClientMockRecorder) MarginLevels

func (mr *MockTradingDataServiceClientMockRecorder) MarginLevels(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

MarginLevels indicates an expected call of MarginLevels.

func (*MockTradingDataServiceClientMockRecorder) MarginLevelsSubscribe

func (mr *MockTradingDataServiceClientMockRecorder) MarginLevelsSubscribe(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

MarginLevelsSubscribe indicates an expected call of MarginLevelsSubscribe.

func (*MockTradingDataServiceClientMockRecorder) MarketAccounts

func (mr *MockTradingDataServiceClientMockRecorder) MarketAccounts(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

MarketAccounts indicates an expected call of MarketAccounts.

func (*MockTradingDataServiceClientMockRecorder) MarketByID

func (mr *MockTradingDataServiceClientMockRecorder) MarketByID(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

MarketByID indicates an expected call of MarketByID.

func (*MockTradingDataServiceClientMockRecorder) MarketDataByID

func (mr *MockTradingDataServiceClientMockRecorder) MarketDataByID(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

MarketDataByID indicates an expected call of MarketDataByID.

func (*MockTradingDataServiceClientMockRecorder) MarketDepth

func (mr *MockTradingDataServiceClientMockRecorder) MarketDepth(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

MarketDepth indicates an expected call of MarketDepth.

func (*MockTradingDataServiceClientMockRecorder) MarketDepthSubscribe

func (mr *MockTradingDataServiceClientMockRecorder) MarketDepthSubscribe(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

MarketDepthSubscribe indicates an expected call of MarketDepthSubscribe.

func (*MockTradingDataServiceClientMockRecorder) MarketDepthUpdatesSubscribe

func (mr *MockTradingDataServiceClientMockRecorder) MarketDepthUpdatesSubscribe(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

MarketDepthUpdatesSubscribe indicates an expected call of MarketDepthUpdatesSubscribe.

func (*MockTradingDataServiceClientMockRecorder) Markets

func (mr *MockTradingDataServiceClientMockRecorder) Markets(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

Markets indicates an expected call of Markets.

func (*MockTradingDataServiceClientMockRecorder) MarketsData

func (mr *MockTradingDataServiceClientMockRecorder) MarketsData(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

MarketsData indicates an expected call of MarketsData.

func (*MockTradingDataServiceClientMockRecorder) MarketsDataSubscribe

func (mr *MockTradingDataServiceClientMockRecorder) MarketsDataSubscribe(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

MarketsDataSubscribe indicates an expected call of MarketsDataSubscribe.

func (*MockTradingDataServiceClientMockRecorder) NetworkParameters

func (mr *MockTradingDataServiceClientMockRecorder) NetworkParameters(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

NetworkParameters indicates an expected call of NetworkParameters.

func (*MockTradingDataServiceClientMockRecorder) ObserveDelegations

func (mr *MockTradingDataServiceClientMockRecorder) ObserveDelegations(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ObserveDelegations indicates an expected call of ObserveDelegations.

func (*MockTradingDataServiceClientMockRecorder) ObserveEventBus

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

ObserveEventBus indicates an expected call of ObserveEventBus.

func (*MockTradingDataServiceClientMockRecorder) ObserveGovernance

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

ObserveGovernance indicates an expected call of ObserveGovernance.

func (*MockTradingDataServiceClientMockRecorder) ObservePartyProposals

func (mr *MockTradingDataServiceClientMockRecorder) ObservePartyProposals(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ObservePartyProposals indicates an expected call of ObservePartyProposals.

func (*MockTradingDataServiceClientMockRecorder) ObservePartyVotes

func (mr *MockTradingDataServiceClientMockRecorder) ObservePartyVotes(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ObservePartyVotes indicates an expected call of ObservePartyVotes.

func (*MockTradingDataServiceClientMockRecorder) ObserveProposalVotes

func (mr *MockTradingDataServiceClientMockRecorder) ObserveProposalVotes(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ObserveProposalVotes indicates an expected call of ObserveProposalVotes.

func (*MockTradingDataServiceClientMockRecorder) ObserveRewards

func (mr *MockTradingDataServiceClientMockRecorder) ObserveRewards(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ObserveRewards indicates an expected call of ObserveRewards.

func (*MockTradingDataServiceClientMockRecorder) OracleDataBySpec

func (mr *MockTradingDataServiceClientMockRecorder) OracleDataBySpec(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

OracleDataBySpec indicates an expected call of OracleDataBySpec.

func (*MockTradingDataServiceClientMockRecorder) OracleSpec

func (mr *MockTradingDataServiceClientMockRecorder) OracleSpec(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

OracleSpec indicates an expected call of OracleSpec.

func (*MockTradingDataServiceClientMockRecorder) OracleSpecs

func (mr *MockTradingDataServiceClientMockRecorder) OracleSpecs(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

OracleSpecs indicates an expected call of OracleSpecs.

func (*MockTradingDataServiceClientMockRecorder) OrderByID

func (mr *MockTradingDataServiceClientMockRecorder) OrderByID(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

OrderByID indicates an expected call of OrderByID.

func (*MockTradingDataServiceClientMockRecorder) OrderByMarketAndID

func (mr *MockTradingDataServiceClientMockRecorder) OrderByMarketAndID(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

OrderByMarketAndID indicates an expected call of OrderByMarketAndID.

func (*MockTradingDataServiceClientMockRecorder) OrderByReference

func (mr *MockTradingDataServiceClientMockRecorder) OrderByReference(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

OrderByReference indicates an expected call of OrderByReference.

func (*MockTradingDataServiceClientMockRecorder) OrderVersionsByID

func (mr *MockTradingDataServiceClientMockRecorder) OrderVersionsByID(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

OrderVersionsByID indicates an expected call of OrderVersionsByID.

func (*MockTradingDataServiceClientMockRecorder) OrdersByMarket

func (mr *MockTradingDataServiceClientMockRecorder) OrdersByMarket(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

OrdersByMarket indicates an expected call of OrdersByMarket.

func (*MockTradingDataServiceClientMockRecorder) OrdersByParty

func (mr *MockTradingDataServiceClientMockRecorder) OrdersByParty(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

OrdersByParty indicates an expected call of OrdersByParty.

func (*MockTradingDataServiceClientMockRecorder) OrdersSubscribe

func (mr *MockTradingDataServiceClientMockRecorder) OrdersSubscribe(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

OrdersSubscribe indicates an expected call of OrdersSubscribe.

func (*MockTradingDataServiceClientMockRecorder) Parties

func (mr *MockTradingDataServiceClientMockRecorder) Parties(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

Parties indicates an expected call of Parties.

func (*MockTradingDataServiceClientMockRecorder) PartyAccounts

func (mr *MockTradingDataServiceClientMockRecorder) PartyAccounts(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

PartyAccounts indicates an expected call of PartyAccounts.

func (*MockTradingDataServiceClientMockRecorder) PartyByID

func (mr *MockTradingDataServiceClientMockRecorder) PartyByID(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

PartyByID indicates an expected call of PartyByID.

func (*MockTradingDataServiceClientMockRecorder) PartyStake

func (mr *MockTradingDataServiceClientMockRecorder) PartyStake(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

PartyStake indicates an expected call of PartyStake.

func (*MockTradingDataServiceClientMockRecorder) PositionsByParty

func (mr *MockTradingDataServiceClientMockRecorder) PositionsByParty(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

PositionsByParty indicates an expected call of PositionsByParty.

func (*MockTradingDataServiceClientMockRecorder) PositionsSubscribe

func (mr *MockTradingDataServiceClientMockRecorder) PositionsSubscribe(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

PositionsSubscribe indicates an expected call of PositionsSubscribe.

func (*MockTradingDataServiceClientMockRecorder) TradesByMarket

func (mr *MockTradingDataServiceClientMockRecorder) TradesByMarket(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

TradesByMarket indicates an expected call of TradesByMarket.

func (*MockTradingDataServiceClientMockRecorder) TradesByOrder

func (mr *MockTradingDataServiceClientMockRecorder) TradesByOrder(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

TradesByOrder indicates an expected call of TradesByOrder.

func (*MockTradingDataServiceClientMockRecorder) TradesByParty

func (mr *MockTradingDataServiceClientMockRecorder) TradesByParty(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

TradesByParty indicates an expected call of TradesByParty.

func (*MockTradingDataServiceClientMockRecorder) TradesSubscribe

func (mr *MockTradingDataServiceClientMockRecorder) TradesSubscribe(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

TradesSubscribe indicates an expected call of TradesSubscribe.

func (*MockTradingDataServiceClientMockRecorder) Transfers

func (mr *MockTradingDataServiceClientMockRecorder) Transfers(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

Transfers indicates an expected call of Transfers.

func (*MockTradingDataServiceClientMockRecorder) Withdrawal

func (mr *MockTradingDataServiceClientMockRecorder) Withdrawal(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

Withdrawal indicates an expected call of Withdrawal.

func (*MockTradingDataServiceClientMockRecorder) Withdrawals

func (mr *MockTradingDataServiceClientMockRecorder) Withdrawals(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

Withdrawals indicates an expected call of Withdrawals.

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) GetAsset

GetAsset 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) 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) GetNetworkData

GetNetworkData 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) GetProtocolUpgradeStatus added in v0.59.0

GetProtocolUpgradeStatus mocks base method.

func (*MockTradingDataServiceClientV2) GetRiskFactors

GetRiskFactors mocks base method.

func (*MockTradingDataServiceClientV2) GetStake

GetStake mocks base method.

func (*MockTradingDataServiceClientV2) GetVegaTime

GetVegaTime 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) 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) 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) ListEthereumKeyRotations

ListEthereumKeyRotations 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) 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) ListParties

ListParties mocks base method.

func (*MockTradingDataServiceClientV2) ListPositions

ListPositions mocks base method.

func (*MockTradingDataServiceClientV2) ListRewardSummaries

ListRewardSummaries mocks base method.

func (*MockTradingDataServiceClientV2) ListRewards

ListRewards 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) ObserveDelegations

ObserveDelegations 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) ObserveRewards

ObserveRewards mocks base method.

func (*MockTradingDataServiceClientV2) ObserveTrades

ObserveTrades mocks base method.

func (*MockTradingDataServiceClientV2) ObserveVotes

ObserveVotes 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) GetAsset

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

GetAsset indicates an expected call of GetAsset.

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) 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) GetNetworkData

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

GetNetworkData indicates an expected call of GetNetworkData.

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) 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) 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) GetVegaTime

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

GetVegaTime indicates an expected call of GetVegaTime.

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) 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) 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) ListEthereumKeyRotations

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

ListEthereumKeyRotations indicates an expected call of ListEthereumKeyRotations.

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) 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) ListParties

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

ListParties indicates an expected call of ListParties.

func (*MockTradingDataServiceClientV2MockRecorder) ListPositions

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

ListPositions indicates an expected call of ListPositions.

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) 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) ObserveDelegations

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

ObserveDelegations indicates an expected call of ObserveDelegations.

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) ObserveRewards

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

ObserveRewards indicates an expected call of ObserveRewards.

func (*MockTradingDataServiceClientV2MockRecorder) ObserveTrades

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

ObserveTrades indicates an expected call of ObserveTrades.

func (*MockTradingDataServiceClientV2MockRecorder) ObserveVotes

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

ObserveVotes indicates an expected call of ObserveVotes.

Jump to

Keyboard shortcuts

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