account

package
v0.0.0-...-7f56f77 Latest Latest
Warning

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

Go to latest
Published: Feb 14, 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 GetAccountAndPositionRisk

type GetAccountAndPositionRisk struct {
	responses.Basic
	PositionAndAccountRisks []*models.PositionAndAccountRisk `json:"data"`
}

type GetBalance

type GetBalance struct {
	responses.Basic
	Balances []*models.Balance `json:"data,omitempty"`
}

type GetBills

type GetBills struct {
	responses.Basic
	Bills []*models.Bill `json:"data"`
}

type GetConfig

type GetConfig struct {
	responses.Basic
	Configs []*models.Config `json:"data"`
}

type GetFeeRates

type GetFeeRates struct {
	responses.Basic
	Fees []*models.Fee `json:"data"`
}

type GetInterestAccrued

type GetInterestAccrued struct {
	responses.Basic
	InterestAccrues []*models.InterestAccrued `json:"data"`
}

type GetInterestRates

type GetInterestRates struct {
	responses.Basic
	Interests []*models.InterestRate `json:"data"`
}

type GetMaxAvailableTradeAmount

type GetMaxAvailableTradeAmount struct {
	responses.Basic
	MaxAvailableTradeAmounts []*models.MaxAvailableTradeAmount `json:"data"`
}

type GetMaxBuySellAmount

type GetMaxBuySellAmount struct {
	responses.Basic
	MaxBuySellAmounts []*models.MaxBuySellAmount `json:"data"`
}

type GetMaxLoan

type GetMaxLoan struct {
	responses.Basic
	Loans []*models.Loan `json:"data"`
}

type GetMaxWithdrawals

type GetMaxWithdrawals struct {
	responses.Basic
	MaxWithdrawals []*models.MaxWithdrawal `json:"data"`
}

type GetPositions

type GetPositions struct {
	responses.Basic
	Positions []*models.Position `json:"data"`
}

type IncreaseDecreaseMargin

type IncreaseDecreaseMargin struct {
	responses.Basic
	MarginBalanceAmounts []*models.MarginBalanceAmount `json:"data"`
}

type Leverage

type Leverage struct {
	responses.Basic
	Leverages []*models.Leverage `json:"data"`
}

type SetGreeks

type SetGreeks struct {
	responses.Basic
	Greeks []*models.Greek `json:"data"`
}

type SetPositionMode

type SetPositionMode struct {
	responses.Basic
	PositionModes []*models.PositionMode `json:"data"`
}

Jump to

Keyboard shortcuts

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