Discover Packages
github.com/BedeWong/iStock
service
message
package
Version:
v0.0.0-...-54421ad
Opens a new window with list of versions in this module.
Published: Apr 23, 2019
License: BSD-3-Clause
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 9
Opens a new window with list of known importers.
Documentation
Documentation
¶
View Source
const (
MsgSourceStockDealType_ADD = iota
MsgSourceStockDealType_Del
)
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 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 到数据源 的处理
Source Files
¶
Click to show internal directories.
Click to hide internal directories.