Documentation ¶
Index ¶
- Variables
- func CancelOrder(id, currency string) (*respSimple, error)
- func CreateOrder(amount, currency, tradeType, price string) (*respOrder, error)
- func GetAccountInfo() (*respAccountInfo, error)
- func GetDepth(market, size string) (*respDepth, error)
- func GetOrder(id, currency string) (*order, error)
- func GetOrders(currency string) (*respOrders, error)
Constants ¶
This section is empty.
Variables ¶
View Source
var (
Config configure
)
Config 中币接口配置信息
Functions ¶
func CancelOrder ¶
func CreateOrder ¶
func GetAccountInfo ¶
func GetAccountInfo() (*respAccountInfo, error)
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.