private

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 Account

type Account struct {
	Arg      *events.Argument   `json:"arg"`
	Balances []*account.Balance `json:"data"`
}

type AlgoOrder added in v1.2.4

type AlgoOrder struct {
	Arg    *events.Argument   `json:"arg"`
	Orders []*trade.AlgoOrder `json:"data"`
}

type BalanceAndPosition

type BalanceAndPosition struct {
	Arg                 *events.Argument              `json:"arg"`
	BalanceAndPositions []*account.BalanceAndPosition `json:"data"`
}

type Order

type Order struct {
	Arg    *events.Argument `json:"arg"`
	Orders []*trade.Order   `json:"data"`
}

type Position

type Position struct {
	Arg       *events.Argument    `json:"arg"`
	Positions []*account.Position `json:"data"`
}

Jump to

Keyboard shortcuts

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