message

package
v0.0.0-...-54421ad Latest Latest
Warning

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

Go to latest
Published: Apr 23, 2019 License: BSD-3-Clause Imports: 0 Imported by: 9

Documentation

Index

Constants

View Source
const (
	MsgSourceStockDealType_ADD = iota
	MsgSourceStockDealType_Del
)

Variables

This section is empty.

Functions

This section is empty.

Types

type MsgRevokeOrder

type MsgRevokeOrder struct {
	ID         uint   `json:"id"`
	Order_id   uint   `json:"order_id"`
	User_id    int    `json:"user_id"`
	Stock_code string `json:"stock_code"`
	Trade_type int    `json:"trade_type"`
	Req_time   string `json:"req_time"`
}

撤单消息体

type MsgSourceStockDeal

type MsgSourceStockDeal struct {
	ID         uint   `json:"id"`
	Type       int    `json:"type"`
	Stock_code string `json:"stock_code"`
	Stock_name string `json:"stock_name"`
	Req_time   string `json:"req_time"`
}

添加 stock code 到数据源 的处理

Jump to

Keyboard shortcuts

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