instrument usecases & repository methods
This commit is contained in:
parent
39b89fc404
commit
16d38bb3cf
7 changed files with 100 additions and 13 deletions
9
internal/entities/instrument.go
Normal file
9
internal/entities/instrument.go
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
package entities
|
||||
|
||||
type InstrumentID string
|
||||
|
||||
type Instrument struct {
|
||||
ID InstrumentID
|
||||
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