Documentation ¶
Index ¶
- type ExchangeBatchProcessor
- func (e ExchangeBatchProcessor) BatchQueryClosedOrders(ctx context.Context, symbol string, startTime, endTime time.Time, ...) (c chan types.Order, errC chan error)
- func (e ExchangeBatchProcessor) BatchQueryKLines(ctx context.Context, symbol string, interval types.Interval, ...) (c chan types.KLine, errC chan error)
- func (e ExchangeBatchProcessor) BatchQueryTrades(ctx context.Context, symbol string, options *types.TradeQueryOptions) (c chan types.Trade, errC chan error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ExchangeBatchProcessor ¶
func (ExchangeBatchProcessor) BatchQueryClosedOrders ¶
func (ExchangeBatchProcessor) BatchQueryKLines ¶
func (ExchangeBatchProcessor) BatchQueryTrades ¶
func (e ExchangeBatchProcessor) BatchQueryTrades(ctx context.Context, symbol string, options *types.TradeQueryOptions) (c chan types.Trade, errC chan error)
Click to show internal directories.
Click to hide internal directories.