Qot_GetIpoList

package
v0.0.0-...-1a60310 Latest Latest
Warning

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

Go to latest
Published: Mar 17, 2020 License: MIT Imports: 5 Imported by: 0

Documentation

Overview

Package Qot_GetIpoList is a generated protocol buffer package.

It is generated from these files:

Qot_GetIpoList.proto

It has these top-level messages:

BasicIpoData
CNIpoExData
WinningNumData
HKIpoExData
USIpoExData
IpoData
C2S
S2C
Request
Response

Index

Constants

View Source
const Default_Response_RetType int32 = -400

Variables

This section is empty.

Functions

This section is empty.

Types

type BasicIpoData

type BasicIpoData struct {
	Security         *Qot_Common.Security `protobuf:"bytes,1,req,name=security" json:"security,omitempty"`
	Name             *string              `protobuf:"bytes,2,req,name=name" json:"name,omitempty"`
	ListTime         *string              `protobuf:"bytes,3,opt,name=listTime" json:"listTime,omitempty"`
	ListTimestamp    *float64             `protobuf:"fixed64,4,opt,name=listTimestamp" json:"listTimestamp,omitempty"`
	XXX_unrecognized []byte               `json:"-"`
}

Ipo基本数据

func (*BasicIpoData) Descriptor

func (*BasicIpoData) Descriptor() ([]byte, []int)

func (*BasicIpoData) GetListTime

func (m *BasicIpoData) GetListTime() string

func (*BasicIpoData) GetListTimestamp

func (m *BasicIpoData) GetListTimestamp() float64

func (*BasicIpoData) GetName

func (m *BasicIpoData) GetName() string

func (*BasicIpoData) GetSecurity

func (m *BasicIpoData) GetSecurity() *Qot_Common.Security

func (*BasicIpoData) ProtoMessage

func (*BasicIpoData) ProtoMessage()

func (*BasicIpoData) Reset

func (m *BasicIpoData) Reset()

func (*BasicIpoData) String

func (m *BasicIpoData) String() string

type C2S

type C2S struct {
	Market           *int32 `protobuf:"varint,1,req,name=market" json:"market,omitempty"`
	XXX_unrecognized []byte `json:"-"`
}

func (*C2S) Descriptor

func (*C2S) Descriptor() ([]byte, []int)

func (*C2S) GetMarket

func (m *C2S) GetMarket() int32

func (*C2S) ProtoMessage

func (*C2S) ProtoMessage()

func (*C2S) Reset

func (m *C2S) Reset()

func (*C2S) String

func (m *C2S) String() string

type CNIpoExData

type CNIpoExData struct {
	ApplyCode              *string           `protobuf:"bytes,1,req,name=applyCode" json:"applyCode,omitempty"`
	IssueSize              *int64            `protobuf:"varint,2,req,name=issueSize" json:"issueSize,omitempty"`
	OnlineIssueSize        *int64            `protobuf:"varint,3,req,name=onlineIssueSize" json:"onlineIssueSize,omitempty"`
	ApplyUpperLimit        *int64            `protobuf:"varint,4,req,name=applyUpperLimit" json:"applyUpperLimit,omitempty"`
	ApplyLimitMarketValue  *int64            `protobuf:"varint,5,req,name=applyLimitMarketValue" json:"applyLimitMarketValue,omitempty"`
	IsEstimateIpoPrice     *bool             `protobuf:"varint,6,req,name=isEstimateIpoPrice" json:"isEstimateIpoPrice,omitempty"`
	IpoPrice               *float64          `protobuf:"fixed64,7,req,name=ipoPrice" json:"ipoPrice,omitempty"`
	IndustryPeRate         *float64          `protobuf:"fixed64,8,req,name=industryPeRate" json:"industryPeRate,omitempty"`
	IsEstimateWinningRatio *bool             `protobuf:"varint,9,req,name=isEstimateWinningRatio" json:"isEstimateWinningRatio,omitempty"`
	WinningRatio           *float64          `protobuf:"fixed64,10,req,name=winningRatio" json:"winningRatio,omitempty"`
	IssuePeRate            *float64          `protobuf:"fixed64,11,req,name=issuePeRate" json:"issuePeRate,omitempty"`
	ApplyTime              *string           `protobuf:"bytes,12,opt,name=applyTime" json:"applyTime,omitempty"`
	ApplyTimestamp         *float64          `protobuf:"fixed64,13,opt,name=applyTimestamp" json:"applyTimestamp,omitempty"`
	WinningTime            *string           `protobuf:"bytes,14,opt,name=winningTime" json:"winningTime,omitempty"`
	WinningTimestamp       *float64          `protobuf:"fixed64,15,opt,name=winningTimestamp" json:"winningTimestamp,omitempty"`
	IsHasWon               *bool             `protobuf:"varint,16,req,name=isHasWon" json:"isHasWon,omitempty"`
	WinningNumData         []*WinningNumData `protobuf:"bytes,17,rep,name=winningNumData" json:"winningNumData,omitempty"`
	XXX_unrecognized       []byte            `json:"-"`
}

A股Ipo列表额外数据

func (*CNIpoExData) Descriptor

func (*CNIpoExData) Descriptor() ([]byte, []int)

func (*CNIpoExData) GetApplyCode

func (m *CNIpoExData) GetApplyCode() string

func (*CNIpoExData) GetApplyLimitMarketValue

func (m *CNIpoExData) GetApplyLimitMarketValue() int64

func (*CNIpoExData) GetApplyTime

func (m *CNIpoExData) GetApplyTime() string

func (*CNIpoExData) GetApplyTimestamp

func (m *CNIpoExData) GetApplyTimestamp() float64

func (*CNIpoExData) GetApplyUpperLimit

func (m *CNIpoExData) GetApplyUpperLimit() int64

func (*CNIpoExData) GetIndustryPeRate

func (m *CNIpoExData) GetIndustryPeRate() float64

func (*CNIpoExData) GetIpoPrice

func (m *CNIpoExData) GetIpoPrice() float64

func (*CNIpoExData) GetIsEstimateIpoPrice

func (m *CNIpoExData) GetIsEstimateIpoPrice() bool

func (*CNIpoExData) GetIsEstimateWinningRatio

func (m *CNIpoExData) GetIsEstimateWinningRatio() bool

func (*CNIpoExData) GetIsHasWon

func (m *CNIpoExData) GetIsHasWon() bool

func (*CNIpoExData) GetIssuePeRate

func (m *CNIpoExData) GetIssuePeRate() float64

func (*CNIpoExData) GetIssueSize

func (m *CNIpoExData) GetIssueSize() int64

func (*CNIpoExData) GetOnlineIssueSize

func (m *CNIpoExData) GetOnlineIssueSize() int64

func (*CNIpoExData) GetWinningNumData

func (m *CNIpoExData) GetWinningNumData() []*WinningNumData

func (*CNIpoExData) GetWinningRatio

func (m *CNIpoExData) GetWinningRatio() float64

func (*CNIpoExData) GetWinningTime

func (m *CNIpoExData) GetWinningTime() string

func (*CNIpoExData) GetWinningTimestamp

func (m *CNIpoExData) GetWinningTimestamp() float64

func (*CNIpoExData) ProtoMessage

func (*CNIpoExData) ProtoMessage()

func (*CNIpoExData) Reset

func (m *CNIpoExData) Reset()

func (*CNIpoExData) String

func (m *CNIpoExData) String() string

type HKIpoExData

type HKIpoExData struct {
	IpoPriceMin       *float64 `protobuf:"fixed64,1,req,name=ipoPriceMin" json:"ipoPriceMin,omitempty"`
	IpoPriceMax       *float64 `protobuf:"fixed64,2,req,name=ipoPriceMax" json:"ipoPriceMax,omitempty"`
	ListPrice         *float64 `protobuf:"fixed64,3,req,name=listPrice" json:"listPrice,omitempty"`
	LotSize           *int32   `protobuf:"varint,4,req,name=lotSize" json:"lotSize,omitempty"`
	EntrancePrice     *float64 `protobuf:"fixed64,5,req,name=entrancePrice" json:"entrancePrice,omitempty"`
	IsSubscribeStatus *bool    `protobuf:"varint,6,req,name=isSubscribeStatus" json:"isSubscribeStatus,omitempty"`
	ApplyEndTime      *string  `protobuf:"bytes,7,opt,name=applyEndTime" json:"applyEndTime,omitempty"`
	ApplyEndTimestamp *float64 `protobuf:"fixed64,8,opt,name=applyEndTimestamp" json:"applyEndTimestamp,omitempty"`
	XXX_unrecognized  []byte   `json:"-"`
}

港股Ipo列表额外数据

func (*HKIpoExData) Descriptor

func (*HKIpoExData) Descriptor() ([]byte, []int)

func (*HKIpoExData) GetApplyEndTime

func (m *HKIpoExData) GetApplyEndTime() string

func (*HKIpoExData) GetApplyEndTimestamp

func (m *HKIpoExData) GetApplyEndTimestamp() float64

func (*HKIpoExData) GetEntrancePrice

func (m *HKIpoExData) GetEntrancePrice() float64

func (*HKIpoExData) GetIpoPriceMax

func (m *HKIpoExData) GetIpoPriceMax() float64

func (*HKIpoExData) GetIpoPriceMin

func (m *HKIpoExData) GetIpoPriceMin() float64

func (*HKIpoExData) GetIsSubscribeStatus

func (m *HKIpoExData) GetIsSubscribeStatus() bool

func (*HKIpoExData) GetListPrice

func (m *HKIpoExData) GetListPrice() float64

func (*HKIpoExData) GetLotSize

func (m *HKIpoExData) GetLotSize() int32

func (*HKIpoExData) ProtoMessage

func (*HKIpoExData) ProtoMessage()

func (*HKIpoExData) Reset

func (m *HKIpoExData) Reset()

func (*HKIpoExData) String

func (m *HKIpoExData) String() string

type IpoData

type IpoData struct {
	Basic            *BasicIpoData `protobuf:"bytes,1,req,name=basic" json:"basic,omitempty"`
	CnExData         *CNIpoExData  `protobuf:"bytes,2,opt,name=cnExData" json:"cnExData,omitempty"`
	HkExData         *HKIpoExData  `protobuf:"bytes,3,opt,name=hkExData" json:"hkExData,omitempty"`
	UsExData         *USIpoExData  `protobuf:"bytes,4,opt,name=usExData" json:"usExData,omitempty"`
	XXX_unrecognized []byte        `json:"-"`
}

新股Ipo数据

func (*IpoData) Descriptor

func (*IpoData) Descriptor() ([]byte, []int)

func (*IpoData) GetBasic

func (m *IpoData) GetBasic() *BasicIpoData

func (*IpoData) GetCnExData

func (m *IpoData) GetCnExData() *CNIpoExData

func (*IpoData) GetHkExData

func (m *IpoData) GetHkExData() *HKIpoExData

func (*IpoData) GetUsExData

func (m *IpoData) GetUsExData() *USIpoExData

func (*IpoData) ProtoMessage

func (*IpoData) ProtoMessage()

func (*IpoData) Reset

func (m *IpoData) Reset()

func (*IpoData) String

func (m *IpoData) String() string

type Request

type Request struct {
	C2S              *C2S   `protobuf:"bytes,1,req,name=c2s" json:"c2s,omitempty"`
	XXX_unrecognized []byte `json:"-"`
}

func (*Request) Descriptor

func (*Request) Descriptor() ([]byte, []int)

func (*Request) GetC2S

func (m *Request) GetC2S() *C2S

func (*Request) ProtoMessage

func (*Request) ProtoMessage()

func (*Request) Reset

func (m *Request) Reset()

func (*Request) String

func (m *Request) String() string

type Response

type Response struct {
	RetType          *int32  `protobuf:"varint,1,req,name=retType,def=-400" json:"retType,omitempty"`
	RetMsg           *string `protobuf:"bytes,2,opt,name=retMsg" json:"retMsg,omitempty"`
	ErrCode          *int32  `protobuf:"varint,3,opt,name=errCode" json:"errCode,omitempty"`
	S2C              *S2C    `protobuf:"bytes,4,opt,name=s2c" json:"s2c,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*Response) Descriptor

func (*Response) Descriptor() ([]byte, []int)

func (*Response) GetErrCode

func (m *Response) GetErrCode() int32

func (*Response) GetRetMsg

func (m *Response) GetRetMsg() string

func (*Response) GetRetType

func (m *Response) GetRetType() int32

func (*Response) GetS2C

func (m *Response) GetS2C() *S2C

func (*Response) ProtoMessage

func (*Response) ProtoMessage()

func (*Response) Reset

func (m *Response) Reset()

func (*Response) String

func (m *Response) String() string

type S2C

type S2C struct {
	IpoList          []*IpoData `protobuf:"bytes,1,rep,name=ipoList" json:"ipoList,omitempty"`
	XXX_unrecognized []byte     `json:"-"`
}

func (*S2C) Descriptor

func (*S2C) Descriptor() ([]byte, []int)

func (*S2C) GetIpoList

func (m *S2C) GetIpoList() []*IpoData

func (*S2C) ProtoMessage

func (*S2C) ProtoMessage()

func (*S2C) Reset

func (m *S2C) Reset()

func (*S2C) String

func (m *S2C) String() string

type USIpoExData

type USIpoExData struct {
	IpoPriceMin      *float64 `protobuf:"fixed64,1,req,name=ipoPriceMin" json:"ipoPriceMin,omitempty"`
	IpoPriceMax      *float64 `protobuf:"fixed64,2,req,name=ipoPriceMax" json:"ipoPriceMax,omitempty"`
	IssueSize        *int64   `protobuf:"varint,3,req,name=issueSize" json:"issueSize,omitempty"`
	XXX_unrecognized []byte   `json:"-"`
}

美股Ipo列表额外数据

func (*USIpoExData) Descriptor

func (*USIpoExData) Descriptor() ([]byte, []int)

func (*USIpoExData) GetIpoPriceMax

func (m *USIpoExData) GetIpoPriceMax() float64

func (*USIpoExData) GetIpoPriceMin

func (m *USIpoExData) GetIpoPriceMin() float64

func (*USIpoExData) GetIssueSize

func (m *USIpoExData) GetIssueSize() int64

func (*USIpoExData) ProtoMessage

func (*USIpoExData) ProtoMessage()

func (*USIpoExData) Reset

func (m *USIpoExData) Reset()

func (*USIpoExData) String

func (m *USIpoExData) String() string

type WinningNumData

type WinningNumData struct {
	WinningName      *string `protobuf:"bytes,1,req,name=winningName" json:"winningName,omitempty"`
	WinningInfo      *string `protobuf:"bytes,2,req,name=winningInfo" json:"winningInfo,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

中签号数据

func (*WinningNumData) Descriptor

func (*WinningNumData) Descriptor() ([]byte, []int)

func (*WinningNumData) GetWinningInfo

func (m *WinningNumData) GetWinningInfo() string

func (*WinningNumData) GetWinningName

func (m *WinningNumData) GetWinningName() string

func (*WinningNumData) ProtoMessage

func (*WinningNumData) ProtoMessage()

func (*WinningNumData) Reset

func (m *WinningNumData) Reset()

func (*WinningNumData) String

func (m *WinningNumData) String() string

Jump to

Keyboard shortcuts

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