Documentation ¶
Index ¶
- Variables
- 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 QueryClosedOrdersUntilSuccessful(ctx context.Context, ex types.ExchangeTradeHistoryService, symbol string, ...) (closedOrders []types.Order, err error)
- func QueryClosedOrdersUntilSuccessfulLite(ctx context.Context, ex types.ExchangeTradeHistoryService, symbol string, ...) (closedOrders []types.Order, 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 QueryOrderTradesUntilSuccessful(ctx context.Context, ex types.ExchangeOrderQueryService, q types.OrderQuery) (trades []types.Trade, err error)
- func QueryOrderTradesUntilSuccessfulLite(ctx context.Context, ex types.ExchangeOrderQueryService, q types.OrderQuery) (trades []types.Trade, 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 ¶
View Source
var ErrOrderIsNil = errors.New("order object is nil")
Functions ¶
func GeneralBackoff ¶
func GeneralLiteBackoff ¶
func QueryOrderTradesUntilSuccessful ¶
func QueryOrderTradesUntilSuccessful( ctx context.Context, ex types.ExchangeOrderQueryService, q types.OrderQuery, ) (trades []types.Trade, err error)
func QueryOrderTradesUntilSuccessfulLite ¶
func QueryOrderTradesUntilSuccessfulLite( ctx context.Context, ex types.ExchangeOrderQueryService, q types.OrderQuery, ) (trades []types.Trade, err error)
func QueryOrderUntilCanceled ¶
func QueryOrderUntilFilled ¶
func QueryOrderUntilSuccessful ¶
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.