triggerorder

package
v0.0.0-...-841ffdc Latest Latest
Warning

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

Go to latest
Published: Jul 8, 2024 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ContractTriggerOrderRequest

type ContractTriggerOrderRequest struct {
	ContractCode string `json:"contract_code"`

	ContractType string `json:"contract_type"`

	Symbol string `json:"symbol"`

	ReduceOnly int `json:"reduce_only"`

	TriggerType string `json:"trigger_type"`

	TriggerPrice float32 `json:"trigger_price"`

	OrderPrice float32 `json:"order_price,omitempty"`

	OrderPriceType string `json:"order_price_type,omitempty"`

	Volume int64 `json:"volume"`

	Direction string `json:"direction"`

	Offset string `json:"offset"`

	LeverRate int `json:"lever_rate,omitempty"`
}

Jump to

Keyboard shortcuts

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