model

package
v0.0.0-...-83adff0 Latest Latest
Warning

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

Go to latest
Published: Jul 6, 2020 License: GPL-3.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 IncomeAssetMonthly

type IncomeAssetMonthly struct {
	List []*IncomeAssetMonthlyByContent
	Page *Page
}

IncomeAssetMonthly .

type IncomeAssetMonthlyByContent

type IncomeAssetMonthlyByContent struct {
	OID           int64
	OType         string
	Currency      string
	Title         string
	Price         int64
	TotalBuyTimes int64
	NewBuyTimes   int64
	TotalErrTimes int64
	NewErrTimes   int64
}

IncomeAssetMonthlyByContent .

type IncomeAssetOverview

type IncomeAssetOverview struct {
	Total         int64
	TotalBuyTimes int64
	MonthNew      int64
	DayNew        int64
}

IncomeAssetOverview .

type Page

type Page struct {
	Num   int64
	Size  int64
	Total int64
}

Page .

type TradeOrder

type TradeOrder struct {
	OrderID  string `json:"order_id"`
	MID      int64  `json:"mid"`
	Biz      string `json:"biz"`
	Platform string `json:"platform"`
	OID      int64  `json:"oid"`
	OType    string `json:"otype"`
	Fee      int64  `json:"fee"`
	Currency string `json:"currency"`
	PayID    string `json:"pay_id"`
	State    string `json:"state"`
	Reason   string `json:"reason"`
}

TradeOrder .

Jump to

Keyboard shortcuts

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