mirror of
https://github.com/c9s/bbgo.git
synced 2024-11-22 14:55:16 +00:00
max: update market struct fields
This commit is contained in:
parent
d9e10b7fcd
commit
8721679f74
|
@ -22,12 +22,14 @@ type PublicService struct {
|
|||
type Market struct {
|
||||
ID string `json:"id"`
|
||||
Name string `json:"name"`
|
||||
Status string `json:"market_status"` // active
|
||||
BaseUnit string `json:"base_unit"`
|
||||
BaseUnitPrecision int `json:"base_unit_precision"`
|
||||
QuoteUnit string `json:"quote_unit"`
|
||||
QuoteUnitPrecision int `json:"quote_unit_precision"`
|
||||
MinBaseAmount fixedpoint.Value `json:"min_base_amount"`
|
||||
MinQuoteAmount fixedpoint.Value `json:"min_quote_amount"`
|
||||
SupportMargin bool `json:"m_wallet_supported"`
|
||||
}
|
||||
|
||||
type Ticker struct {
|
||||
|
|
Loading…
Reference in New Issue
Block a user