Documentation ¶
Index ¶
- Constants
- type Response
- func (*Response) Descriptor() ([]byte, []int)
- func (m *Response) GetErrCode() int32
- func (m *Response) GetRetMsg() string
- func (m *Response) GetRetType() int32
- func (m *Response) GetS2C() *S2C
- func (*Response) ProtoMessage()
- func (m *Response) Reset()
- func (m *Response) String() string
- func (m *Response) XXX_DiscardUnknown()
- func (m *Response) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *Response) XXX_Merge(src proto.Message)
- func (m *Response) XXX_Size() int
- func (m *Response) XXX_Unmarshal(b []byte) error
- type S2C
- func (*S2C) Descriptor() ([]byte, []int)
- func (m *S2C) GetSecurity() *Qot_Common.Security
- func (m *S2C) GetTickerList() []*Qot_Common.Ticker
- func (*S2C) ProtoMessage()
- func (m *S2C) Reset()
- func (m *S2C) String() string
- func (m *S2C) XXX_DiscardUnknown()
- func (m *S2C) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *S2C) XXX_Merge(src proto.Message)
- func (m *S2C) XXX_Size() int
- func (m *S2C) XXX_Unmarshal(b []byte) error
Constants ¶
View Source
const Default_Response_RetType int32 = -400
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
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_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*Response) Descriptor ¶
func (*Response) GetErrCode ¶
func (*Response) GetRetType ¶
func (*Response) ProtoMessage ¶
func (*Response) ProtoMessage()
func (*Response) XXX_DiscardUnknown ¶
func (m *Response) XXX_DiscardUnknown()
func (*Response) XXX_Marshal ¶
func (*Response) XXX_Unmarshal ¶
type S2C ¶
type S2C struct { Security *Qot_Common.Security `protobuf:"bytes,1,req,name=security" json:"security,omitempty"` TickerList []*Qot_Common.Ticker `protobuf:"bytes,2,rep,name=tickerList" json:"tickerList,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*S2C) Descriptor ¶
func (*S2C) GetSecurity ¶
func (m *S2C) GetSecurity() *Qot_Common.Security
func (*S2C) GetTickerList ¶
func (m *S2C) GetTickerList() []*Qot_Common.Ticker
func (*S2C) ProtoMessage ¶
func (*S2C) ProtoMessage()
func (*S2C) XXX_DiscardUnknown ¶
func (m *S2C) XXX_DiscardUnknown()
func (*S2C) XXX_Unmarshal ¶
Click to show internal directories.
Click to hide internal directories.