trade

package
v5.0.0-...-84a6732 Latest Latest
Warning

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

Go to latest
Published: Sep 24, 2021 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type GetCandlesticks

type GetCandlesticks struct {
	InstId string       `json:"instId"`
	After  int64        `json:"after,omitempty,string"`
	Before int64        `json:"before,omitempty,string"`
	Limit  int64        `json:"limit,omitempty,string"`
	Bar    okex.BarSize `json:"bar,omitempty,string"`
}

type GetIndexComponents

type GetIndexComponents struct {
	Index string `json:"index"`
}

type GetIndexTickers

type GetIndexTickers struct {
	InstId   string `json:"instId,omitempty"`
	QuoteCcy string `json:"quoteCcy,omitempty"`
}

type GetOrderBook

type GetOrderBook struct {
	InstId string `json:"instId"`
	Sz     int    `json:"sz,omitempty,string"`
}

type GetTickers

type GetTickers struct {
	Uly      string              `json:"uly,omitempty"`
	InstType okex.InstrumentType `json:"instType,string"`
}

type GetTrades

type GetTrades struct {
	InstId string `json:"instId"`
	Limit  int64  `json:"limit,omitempty,string"`
}

Jump to

Keyboard shortcuts

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