bbgo_origin/pkg/exchange/binance
Wei-Ning Huang e7961be86a binance: set TimeInForce to GTC by default for limit orders
Binance does not allow submitting order without TimeInForce set for
certain order types. Set TimeInforce to GTC (Good-Til-Cancel) by
default.
2021-04-14 09:49:03 +08:00
..
convert.go convert and parse binance margin account structure 2021-02-28 15:06:20 +08:00
depthframe_callbacks.go move onConnect to the standard stream 2020-11-07 12:38:57 +08:00
depthframe.go fix lock issue 2021-02-01 18:55:47 +08:00
exchange.go binance: set TimeInForce to GTC by default for limit orders 2021-04-14 09:49:03 +08:00
parse_test.go turning margin mode 2021-01-19 23:31:04 +08:00
parse.go add exchange field to binance trades and binance orders 2021-03-24 17:51:19 +08:00
stream_callbacks.go turning margin mode 2021-01-19 23:31:04 +08:00
stream.go move emitStart method call into the stream Connect method 2021-03-16 01:32:27 +08:00
ticker_test.go Address review feedbacks 2021-02-07 22:58:30 +01:00