Documentation ¶
Index ¶
- func CallBackCreator(handlers ...func(d *orders_types.Orders) futures.WsUserDataHandler) func(d *orders_types.Orders) futures.WsUserDataHandler
- func CancelAllOrdersCreator(client *futures.Client) func(pp *orders_types.Orders) orders_types.CancelAllOrdersFunction
- func CancelOrderCreator(client *futures.Client) func(pp *orders_types.Orders) orders_types.CancelOrderFunction
- func CreateOrderCreator(client *futures.Client, quantityRound int, priceRound int) func(*orders_types.Orders) orders_types.CreateOrderFunction
- func GetAllOrdersCreator(client *futures.Client) func(pp *orders_types.Orders) orders_types.AllOrdersFunction
- func GetOpenOrdersCreator(client *futures.Client) func(pp *orders_types.Orders) orders_types.OpenOrderFunction
- func GetOrderCreator(client *futures.Client) func(pp *orders_types.Orders) orders_types.GetOrderFunction
- func UserDataStreamCreator(client *futures.Client, ...) func(d *orders_types.Orders) types.StreamFunction
- func WsErrorHandlerCreator(handlers ...func(*orders_types.Orders) futures.ErrHandler) func(*orders_types.Orders) futures.ErrHandler
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CallBackCreator ¶
func CallBackCreator( handlers ...func(d *orders_types.Orders) futures.WsUserDataHandler) func(d *orders_types.Orders) futures.WsUserDataHandler
func CancelAllOrdersCreator ¶
func CancelAllOrdersCreator(client *futures.Client) func(pp *orders_types.Orders) orders_types.CancelAllOrdersFunction
func CancelOrderCreator ¶
func CancelOrderCreator(client *futures.Client) func(pp *orders_types.Orders) orders_types.CancelOrderFunction
func CreateOrderCreator ¶
func CreateOrderCreator( client *futures.Client, quantityRound int, priceRound int) func(*orders_types.Orders) orders_types.CreateOrderFunction
func GetAllOrdersCreator ¶
func GetAllOrdersCreator(client *futures.Client) func(pp *orders_types.Orders) orders_types.AllOrdersFunction
func GetOpenOrdersCreator ¶
func GetOpenOrdersCreator(client *futures.Client) func(pp *orders_types.Orders) orders_types.OpenOrderFunction
func GetOrderCreator ¶
func GetOrderCreator(client *futures.Client) func(pp *orders_types.Orders) orders_types.GetOrderFunction
func UserDataStreamCreator ¶
func UserDataStreamCreator( client *futures.Client, handlerCreator func(d *orders_types.Orders) futures.WsUserDataHandler, errHandlerCreator func(d *orders_types.Orders) futures.ErrHandler) func(d *orders_types.Orders) types.StreamFunction
func WsErrorHandlerCreator ¶
func WsErrorHandlerCreator(handlers ...func(*orders_types.Orders) futures.ErrHandler) func(*orders_types.Orders) futures.ErrHandler
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.