Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AssetsResponse ¶
type Fetcher ¶
type Fetcher struct {
// contains filtered or unexported fields
}
func (*Fetcher) LoadAssets ¶
type PairInfo ¶
type PairInfo struct { Altname string `json:"altname"` Wsname string `json:"wsname"` AclassBase string `json:"aclass_base"` Base string `json:"base"` AclassQuote string `json:"aclass_quote"` Quote string `json:"quote"` Lot string `json:"lot"` CostDecimals int `json:"cost_decimals"` PairDecimals int `json:"pair_decimals"` LotDecimals int `json:"lot_decimals"` LotMultiplier int `json:"lot_multiplier"` LeverageBuy []any `json:"leverage_buy"` LeverageSell []any `json:"leverage_sell"` Fees [][]float64 `json:"fees"` FeesMaker [][]float64 `json:"fees_maker"` FeeVolumeCurrency string `json:"fee_volume_currency"` MarginCall int `json:"margin_call"` MarginStop int `json:"margin_stop"` Ordermin string `json:"ordermin"` Costmin string `json:"costmin"` TickSize string `json:"tick_size"` Status string `json:"status"` }
type PairResponse ¶
type ProxyApi ¶
type ProxyApi struct {
// contains filtered or unexported fields
}
func NewProxyApi ¶
func (*ProxyApi) TradesHistory ¶
Click to show internal directories.
Click to hide internal directories.