Documentation ¶
Index ¶
- func CallBackCreator(handlers ...func(d *depth_types.Depths) futures.WsDepthHandler) func(d *depth_types.Depths) futures.WsDepthHandler
- func DepthStreamCreator(levels depth_types.DepthStreamLevel, rate depth_types.DepthStreamRate, ...) func(d *depth_types.Depths) types.StreamFunction
- func InitCreator(limit depth_types.DepthAPILimit, client *futures.Client) func(d *depth_types.Depths) types.InitFunction
- func WsErrorHandlerCreator(handlers ...func(*depth_types.Depths) futures.ErrHandler) func(*depth_types.Depths) futures.ErrHandler
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CallBackCreator ¶
func CallBackCreator( handlers ...func(d *depth_types.Depths) futures.WsDepthHandler) func(d *depth_types.Depths) futures.WsDepthHandler
func DepthStreamCreator ¶
func DepthStreamCreator( levels depth_types.DepthStreamLevel, rate depth_types.DepthStreamRate, handlerCreator func(d *depth_types.Depths) futures.WsDepthHandler, errHandlerCreator func(d *depth_types.Depths) futures.ErrHandler) func(d *depth_types.Depths) types.StreamFunction
func InitCreator ¶
func InitCreator(limit depth_types.DepthAPILimit, client *futures.Client) func(d *depth_types.Depths) types.InitFunction
func WsErrorHandlerCreator ¶
func WsErrorHandlerCreator(handlers ...func(*depth_types.Depths) futures.ErrHandler) func(*depth_types.Depths) futures.ErrHandler
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.