market

package
v1.0.51 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 19, 2023 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Candle

type Candle struct {
	responses.Basic
	Candles []*market.Candle `json:"data,omitempty"`
}

type CandleMarket

type CandleMarket struct {
	responses.Basic
	Candles []*market.IndexCandle `json:"data,omitempty"`
}

type IndexCandle

type IndexCandle struct {
	responses.Basic
	Candles []*market.IndexCandle `json:"data,omitempty"`
}

type IndexComponent

type IndexComponent struct {
	responses.Basic
	IndexComponents *market.IndexComponent `json:"data,omitempty"`
}

type IndexTicker

type IndexTicker struct {
	responses.Basic
	IndexTickers []*market.IndexTicker `json:"data,omitempty"`
}

type OrderBook

type OrderBook struct {
	responses.Basic
	OrderBooks []*market.OrderBook `json:"data,omitempty"`
}

type Ticker

type Ticker struct {
	responses.Basic
	Tickers []*market.Ticker `json:"data,omitempty"`
}

type TotalVolume24H

type TotalVolume24H struct {
	responses.Basic
	TotalVolume24Hs []*market.TotalVolume24H `json:"data,omitempty"`
}

type Trade

type Trade struct {
	responses.Basic
	Trades []*market.Trade `json:"data,omitempty"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL