trade

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: 2 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AlgoOrderList

type AlgoOrderList struct {
	responses.Basic
	AlgoOrders []*trade.AlgoOrder `json:"data"`
}

type AmendOrder

type AmendOrder struct {
	responses.Basic
	AmendOrders []*trade.AmendOrder `json:"data"`
}

type CancelAlgoOrder

type CancelAlgoOrder struct {
	responses.Basic
	CancelAlgoOrders []*trade.CancelAlgoOrder `json:"data"`
}

type CancelOrder

type CancelOrder struct {
	responses.Basic
	CancelOrders []*trade.CancelOrder `json:"data"`
}

type ClosePosition

type ClosePosition struct {
	responses.Basic
	ClosePositions []*trade.ClosePosition `json:"data"`
}

type OrderList

type OrderList struct {
	responses.Basic
	Orders []*trade.Order `json:"data"`
}

type PlaceAlgoOrder

type PlaceAlgoOrder struct {
	responses.Basic
	PlaceAlgoOrders []*trade.PlaceAlgoOrder `json:"data"`
}

type PlaceOrder

type PlaceOrder struct {
	responses.Basic
	PlaceOrders []*trade.PlaceOrder `json:"data"`
}

type TransactionDetail

type TransactionDetail struct {
	responses.Basic
	TransactionDetails []*trade.TransactionDetail `json:"data"`
}

Jump to

Keyboard shortcuts

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