Documentation ¶
Index ¶
- func CancelAllOrdersUntilSuccessful(ctx context.Context, service advancedOrderCancelService) error
- func CancelOrdersUntilSuccessful(ctx context.Context, ex types.Exchange, orders ...types.Order) error
- func GeneralBackoff(ctx context.Context, op backoff.Operation) (err error)
- func GeneralLiteBackoff(ctx context.Context, op backoff.Operation) (err error)
- func QueryAccountUntilSuccessful(ctx context.Context, ex types.ExchangeAccountService) (account *types.Account, err error)
- func QueryOpenOrdersUntilSuccessful(ctx context.Context, ex types.Exchange, symbol string) (openOrders []types.Order, err error)
- func QueryOpenOrdersUntilSuccessfulLite(ctx context.Context, ex types.Exchange, symbol string) (openOrders []types.Order, err error)
- func QueryOrderUntilCanceled(ctx context.Context, queryOrderService types.ExchangeOrderQueryService, ...) (o *types.Order, err error)
- func QueryOrderUntilFilled(ctx context.Context, queryOrderService types.ExchangeOrderQueryService, ...) (o *types.Order, err error)
- func QueryOrderUntilSuccessful(ctx context.Context, query types.ExchangeOrderQueryService, ...) (order *types.Order, err error)
- func QueryTickerUntilSuccessful(ctx context.Context, ex types.Exchange, symbol string) (ticker *types.Ticker, err error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GeneralBackoff ¶
func GeneralLiteBackoff ¶ added in v1.53.0
func QueryAccountUntilSuccessful ¶ added in v1.54.0
func QueryOpenOrdersUntilSuccessfulLite ¶ added in v1.53.0
func QueryOrderUntilCanceled ¶ added in v1.55.0
func QueryOrderUntilFilled ¶
func QueryOrderUntilSuccessful ¶ added in v1.52.0
func QueryOrderUntilSuccessful( ctx context.Context, query types.ExchangeOrderQueryService, opts types.OrderQuery, ) (order *types.Order, err error)
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.