retry

package
v1.59.2 Latest Latest
Warning

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

Go to latest
Published: May 20, 2024 License: AGPL-3.0 Imports: 7 Imported by: 9

Documentation

Index

Constants

This section is empty.

Variables

View Source
var ErrOrderIsNil = errors.New("order object is nil")

Functions

func CancelAllOrdersUntilSuccessful

func CancelAllOrdersUntilSuccessful(ctx context.Context, service advancedOrderCancelService) error

func CancelOrdersUntilSuccessful

func CancelOrdersUntilSuccessful(ctx context.Context, ex types.Exchange, orders ...types.Order) error

func GeneralBackoff

func GeneralBackoff(ctx context.Context, op backoff.Operation) (err error)

func GeneralLiteBackoff added in v1.53.0

func GeneralLiteBackoff(ctx context.Context, op backoff.Operation) (err error)

func QueryAccountUntilSuccessful added in v1.54.0

func QueryAccountUntilSuccessful(
	ctx context.Context, ex types.ExchangeAccountService,
) (account *types.Account, err error)

func QueryClosedOrdersUntilSuccessful added in v1.58.0

func QueryClosedOrdersUntilSuccessful(
	ctx context.Context, ex types.ExchangeTradeHistoryService, symbol string, since, until time.Time, lastOrderID uint64,
) (closedOrders []types.Order, err error)

func QueryClosedOrdersUntilSuccessfulLite added in v1.58.0

func QueryClosedOrdersUntilSuccessfulLite(
	ctx context.Context, ex types.ExchangeTradeHistoryService, symbol string, since, until time.Time, lastOrderID uint64,
) (closedOrders []types.Order, err error)

func QueryOpenOrdersUntilSuccessful

func QueryOpenOrdersUntilSuccessful(
	ctx context.Context, ex types.Exchange, symbol string,
) (openOrders []types.Order, err error)

func QueryOpenOrdersUntilSuccessfulLite added in v1.53.0

func QueryOpenOrdersUntilSuccessfulLite(
	ctx context.Context, ex types.Exchange, symbol string,
) (openOrders []types.Order, err error)

func QueryOrderTradesUntilSuccessful added in v1.58.0

func QueryOrderTradesUntilSuccessful(
	ctx context.Context, ex types.ExchangeOrderQueryService, q types.OrderQuery,
) (trades []types.Trade, err error)

QueryOrderTradesUntilSuccessful query order's trades until success (include the trading fee is not processing)

func QueryOrderTradesUntilSuccessfulLite added in v1.58.0

func QueryOrderTradesUntilSuccessfulLite(
	ctx context.Context, ex types.ExchangeOrderQueryService, q types.OrderQuery,
) (trades []types.Trade, err error)

QueryOrderTradesUntilSuccessfulLite query order's trades until success (include the trading fee is not processing)

func QueryOrderUntilCanceled added in v1.55.0

func QueryOrderUntilCanceled(
	ctx context.Context, queryOrderService types.ExchangeOrderQueryService, symbol string, orderId uint64,
) (o *types.Order, err error)

func QueryOrderUntilFilled

func QueryOrderUntilFilled(
	ctx context.Context, queryOrderService types.ExchangeOrderQueryService, symbol string, orderId uint64,
) (o *types.Order, err error)

func QueryOrderUntilSuccessful added in v1.52.0

func QueryOrderUntilSuccessful(
	ctx context.Context, query types.ExchangeOrderQueryService, opts types.OrderQuery,
) (order *types.Order, err error)

func QueryTickerUntilSuccessful added in v1.55.0

func QueryTickerUntilSuccessful(ctx context.Context, ex types.Exchange, symbol string) (ticker *types.Ticker, err error)

func QueryTradesUntilSuccessful added in v1.59.0

func QueryTradesUntilSuccessful(
	ctx context.Context, ex types.ExchangeTradeHistoryService, symbol string, q *types.TradeQueryOptions,
) (trades []types.Trade, err error)

func QueryTradesUntilSuccessfulLite added in v1.59.0

func QueryTradesUntilSuccessfulLite(
	ctx context.Context, ex types.ExchangeTradeHistoryService, symbol string, q *types.TradeQueryOptions,
) (trades []types.Trade, err error)

Types

This section is empty.

Jump to

Keyboard shortcuts

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