retry

package
v1.55.2 Latest Latest
Warning

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

Go to latest
Published: Dec 18, 2023 License: AGPL-3.0 Imports: 6 Imported by: 9

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

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

Types

This section is empty.

Jump to

Keyboard shortcuts

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