batch

package
v1.18.3 Latest Latest
Warning

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

Go to latest
Published: Dec 5, 2021 License: MIT Imports: 5 Imported by: 5

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ClosedOrderBatchQuery added in v1.13.0

type ClosedOrderBatchQuery struct {
	types.Exchange
}

func (ClosedOrderBatchQuery) Query added in v1.13.0

func (e ClosedOrderBatchQuery) Query(ctx context.Context, symbol string, startTime, endTime time.Time, lastOrderID uint64) (c chan types.Order, errC chan error)

type KLineBatchQuery added in v1.13.0

type KLineBatchQuery struct {
	types.Exchange
}

func (KLineBatchQuery) Query added in v1.13.0

func (e KLineBatchQuery) Query(ctx context.Context, symbol string, interval types.Interval, startTime, endTime time.Time) (c chan types.KLine, errC chan error)

type RewardBatchQuery added in v1.13.0

type RewardBatchQuery struct {
	Service types.ExchangeRewardService
}

func (*RewardBatchQuery) Query added in v1.13.0

func (q *RewardBatchQuery) Query(ctx context.Context, startTime, endTime time.Time) (c chan types.Reward, errC chan error)

type TradeBatchQuery added in v1.13.0

type TradeBatchQuery struct {
	types.Exchange
}

func (TradeBatchQuery) Query added in v1.13.0

func (e TradeBatchQuery) Query(ctx context.Context, symbol string, options *types.TradeQueryOptions) (c chan types.Trade, errC chan error)

Jump to

Keyboard shortcuts

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