Documentation ¶
Index ¶
- Constants
- Variables
- type C2S
- type Request
- type Response
- func (*Response) Descriptor() ([]byte, []int)deprecated
- func (x *Response) GetErrCode() int32
- func (x *Response) GetRetMsg() string
- func (x *Response) GetRetType() int32
- func (x *Response) GetS2C() *S2C
- func (*Response) ProtoMessage()
- func (x *Response) ProtoReflect() protoreflect.Message
- func (x *Response) Reset()
- func (x *Response) String() string
- type S2C
- func (*S2C) Descriptor() ([]byte, []int)deprecated
- func (x *S2C) GetCapitalInBig() float64
- func (x *S2C) GetCapitalInMid() float64
- func (x *S2C) GetCapitalInSmall() float64
- func (x *S2C) GetCapitalInSuper() float64
- func (x *S2C) GetCapitalOutBig() float64
- func (x *S2C) GetCapitalOutMid() float64
- func (x *S2C) GetCapitalOutSmall() float64
- func (x *S2C) GetCapitalOutSuper() float64
- func (x *S2C) GetUpdateTime() string
- func (x *S2C) GetUpdateTimestamp() float64
- func (*S2C) ProtoMessage()
- func (x *S2C) ProtoReflect() protoreflect.Message
- func (x *S2C) Reset()
- func (x *S2C) String() string
Constants ¶
View Source
const (
Default_Response_RetType = int32(-400)
)
Default values for Response fields.
Variables ¶
View Source
var File_Qot_GetCapitalDistribution_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type C2S ¶
type C2S struct { Security *qotcommon.Security `protobuf:"bytes,1,req,name=security" json:"security,omitempty"` //股票 // contains filtered or unexported fields }
func (*C2S) Descriptor
deprecated
func (*C2S) GetSecurity ¶
func (*C2S) ProtoMessage ¶
func (*C2S) ProtoMessage()
func (*C2S) ProtoReflect ¶
func (x *C2S) ProtoReflect() protoreflect.Message
type Request ¶
type Request struct { C2S *C2S `protobuf:"bytes,1,req,name=c2s" json:"c2s,omitempty"` // contains filtered or unexported fields }
func (*Request) Descriptor
deprecated
func (*Request) ProtoMessage ¶
func (*Request) ProtoMessage()
func (*Request) ProtoReflect ¶
func (x *Request) ProtoReflect() protoreflect.Message
type Response ¶
type Response struct { RetType *int32 `protobuf:"varint,1,req,name=retType,def=-400" json:"retType,omitempty"` //RetType,返回结果 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"` // contains filtered or unexported fields }
func (*Response) Descriptor
deprecated
func (*Response) GetErrCode ¶
func (*Response) GetRetType ¶
func (*Response) ProtoMessage ¶
func (*Response) ProtoMessage()
func (*Response) ProtoReflect ¶
func (x *Response) ProtoReflect() protoreflect.Message
type S2C ¶
type S2C struct { CapitalInSuper *float64 `protobuf:"fixed64,9,opt,name=capitalInSuper" json:"capitalInSuper,omitempty"` // 流入资金额度,特大单 CapitalInBig *float64 `protobuf:"fixed64,1,req,name=capitalInBig" json:"capitalInBig,omitempty"` // 流入资金额度,大单 CapitalInMid *float64 `protobuf:"fixed64,2,req,name=capitalInMid" json:"capitalInMid,omitempty"` // 流入资金额度,中单 CapitalInSmall *float64 `protobuf:"fixed64,3,req,name=capitalInSmall" json:"capitalInSmall,omitempty"` // 流入资金额度,小单 CapitalOutSuper *float64 `protobuf:"fixed64,10,opt,name=capitalOutSuper" json:"capitalOutSuper,omitempty"` // 流出资金额度,特大单 CapitalOutBig *float64 `protobuf:"fixed64,4,req,name=capitalOutBig" json:"capitalOutBig,omitempty"` // 流出资金额度,大单 CapitalOutMid *float64 `protobuf:"fixed64,5,req,name=capitalOutMid" json:"capitalOutMid,omitempty"` // 流出资金额度,中单 CapitalOutSmall *float64 `protobuf:"fixed64,6,req,name=capitalOutSmall" json:"capitalOutSmall,omitempty"` // 流出资金额度,小单 UpdateTime *string `protobuf:"bytes,7,opt,name=updateTime" json:"updateTime,omitempty"` // 更新时间字符串 UpdateTimestamp *float64 `protobuf:"fixed64,8,opt,name=updateTimestamp" json:"updateTimestamp,omitempty"` // 更新时间戳 // contains filtered or unexported fields }
func (*S2C) Descriptor
deprecated
func (*S2C) GetCapitalInBig ¶
func (*S2C) GetCapitalInMid ¶
func (*S2C) GetCapitalInSmall ¶
func (*S2C) GetCapitalInSuper ¶
func (*S2C) GetCapitalOutBig ¶
func (*S2C) GetCapitalOutMid ¶
func (*S2C) GetCapitalOutSmall ¶
func (*S2C) GetCapitalOutSuper ¶
func (*S2C) GetUpdateTime ¶
func (*S2C) GetUpdateTimestamp ¶
func (*S2C) ProtoMessage ¶
func (*S2C) ProtoMessage()
func (*S2C) ProtoReflect ¶
func (x *S2C) ProtoReflect() protoreflect.Message
Click to show internal directories.
Click to hide internal directories.