public

package
v1.4.65 Latest Latest
Warning

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

Go to latest
Published: Apr 4, 2024 License: Apache-2.0 Imports: 3 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Candlesticks

type Candlesticks struct {
	Arg     *events.Argument       `json:"arg"`
	Candles []*market.Candlesticks `json:"data"`
}

type EstimatedDeliveryExercisePrice

type EstimatedDeliveryExercisePrice struct {
	Arg                             *events.Argument                             `json:"arg"`
	EstimatedDeliveryExercisePrices []*publicdata.EstimatedDeliveryExercisePrice `json:"data"`
}

type FundingRate

type FundingRate struct {
	Arg   *events.Argument          `json:"arg"`
	Rates []*publicdata.FundingRate `json:"data"`
}

type IndexCandlesticks

type IndexCandlesticks struct {
	Arg   *events.Argument      `json:"arg"`
	Rates []*market.IndexCandle `json:"data"`
}

type IndexTickers

type IndexTickers struct {
	Arg     *events.Argument      `json:"arg"`
	Tickers []*market.IndexTicker `json:"data"`
}

type Instruments

type Instruments struct {
	Arg         *events.Argument         `json:"arg"`
	Instruments []*publicdata.Instrument `json:"data"`
}

type MarkPrice

type MarkPrice struct {
	Arg    *events.Argument        `json:"arg"`
	Prices []*publicdata.MarkPrice `json:"data"`
}

type MarkPriceCandlesticks

type MarkPriceCandlesticks struct {
	Arg    *events.Argument      `json:"arg"`
	Prices []*market.IndexCandle `json:"data"`
}

type OPTIONSummary

type OPTIONSummary struct {
	Arg     *events.Argument               `json:"arg"`
	Options []*publicdata.OptionMarketData `json:"data"`
}

type OpenInterest

type OpenInterest struct {
	Arg           *events.Argument           `json:"arg"`
	OpenInterests []*publicdata.OpenInterest `json:"data"`
}

type OrderBook

type OrderBook struct {
	Arg   *events.Argument      `json:"arg"`
	Books []*market.OrderBookWs `json:"data"`
}

type PriceLimit

type PriceLimit struct {
	Arg   *events.Argument         `json:"arg"`
	Limit []*publicdata.LimitPrice `json:"data"`
}

type Tickers

type Tickers struct {
	Arg     *events.Argument `json:"arg"`
	Tickers []*market.Ticker `json:"data"`
}

type Trades

type Trades struct {
	Arg    *events.Argument `json:"arg"`
	Trades []*market.Trade  `json:"data"`
}

Jump to

Keyboard shortcuts

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