ccxt-go/exchange_orderbookside.go

8 lines
103 B
Go
Raw Normal View History

2025-02-28 10:33:20 +08:00
package ccxt
type OrderBookSide struct {
}
func (c *OrderBookSide) StoreArray(array interface{}) {
}