init; project structure & bybit provider
This commit is contained in:
commit
ae096d4820
14 changed files with 482 additions and 0 deletions
6
internal/entities/pair.go
Normal file
6
internal/entities/pair.go
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
package entities
|
||||
|
||||
type Pair struct {
|
||||
BaseCurrency string // base currency of the pair. e.g. BTC.
|
||||
QuoteCurrency string // quote currency of the pair. e.g. USDT.
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue