subaccount

package
v1.0.34-alpha Latest Latest
Warning

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

Go to latest
Published: Mar 4, 2023 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 APIKey

type APIKey struct {
	SubAcct    string        `json:"subAcct,omitempty"`
	Label      string        `json:"label,omitempty"`
	APIKey     string        `json:"apiKey,omitempty"`
	SecretKey  string        `json:"secretKey,omitempty"`
	Passphrase string        `json:"Passphrase,omitempty"`
	Perm       string        `json:"perm,omitempty"`
	IP         string        `json:"ip,omitempty"`
	TS         okex.JSONTime `json:"ts,omitempty"`
}

type HistoryTransfer

type HistoryTransfer struct {
	SubAcct string         `json:"subAcct,omitempty"`
	Ccy     string         `json:"ccy,omitempty"`
	BillID  okex.JSONInt64 `json:"billId,omitempty"`
	Type    okex.BillType  `json:"type,omitempty,string"`
	TS      okex.JSONTime  `json:"ts,omitempty"`
}

type SubAccount

type SubAccount struct {
	SubAcct string        `json:"subAcct,omitempty"`
	Label   string        `json:"label,omitempty"`
	Mobile  string        `json:"mobile,omitempty"`
	GAuth   bool          `json:"gAuth"`
	Enable  bool          `json:"enable"`
	TS      okex.JSONTime `json:"ts"`
}

type Transfer

type Transfer struct {
	TransID okex.JSONInt64 `json:"transId"`
}

Jump to

Keyboard shortcuts

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