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