Documentation ¶
Index ¶
- Constants
- Variables
- type C2S
- func (*C2S) Descriptor() ([]byte, []int)
- func (m *C2S) GetSecurityList() []*Qot_Common.Security
- func (*C2S) ProtoMessage()
- func (m *C2S) Reset()
- func (m *C2S) String() string
- func (m *C2S) XXX_DiscardUnknown()
- func (m *C2S) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *C2S) XXX_Merge(src proto.Message)
- func (m *C2S) XXX_Size() int
- func (m *C2S) XXX_Unmarshal(b []byte) error
- type CompanyAct
- type Rehab
- func (*Rehab) Descriptor() ([]byte, []int)
- func (m *Rehab) GetAddBase() int32
- func (m *Rehab) GetAddErt() int32
- func (m *Rehab) GetAddPrice() float64
- func (m *Rehab) GetAllotBase() int32
- func (m *Rehab) GetAllotErt() int32
- func (m *Rehab) GetAllotPrice() float64
- func (m *Rehab) GetBonusBase() int32
- func (m *Rehab) GetBonusErt() int32
- func (m *Rehab) GetBwdFactorA() float64
- func (m *Rehab) GetBwdFactorB() float64
- func (m *Rehab) GetCompanyActFlag() int64
- func (m *Rehab) GetDividend() float64
- func (m *Rehab) GetFwdFactorA() float64
- func (m *Rehab) GetFwdFactorB() float64
- func (m *Rehab) GetJoinBase() int32
- func (m *Rehab) GetJoinErt() int32
- func (m *Rehab) GetSpDividend() float64
- func (m *Rehab) GetSplitBase() int32
- func (m *Rehab) GetSplitErt() int32
- func (m *Rehab) GetTime() string
- func (m *Rehab) GetTransferBase() int32
- func (m *Rehab) GetTransferErt() int32
- func (*Rehab) ProtoMessage()
- func (m *Rehab) Reset()
- func (m *Rehab) String() string
- func (m *Rehab) XXX_DiscardUnknown()
- func (m *Rehab) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *Rehab) XXX_Merge(src proto.Message)
- func (m *Rehab) XXX_Size() int
- func (m *Rehab) XXX_Unmarshal(b []byte) error
- type Request
- func (*Request) Descriptor() ([]byte, []int)
- func (m *Request) GetC2S() *C2S
- func (*Request) ProtoMessage()
- func (m *Request) Reset()
- func (m *Request) String() string
- func (m *Request) XXX_DiscardUnknown()
- func (m *Request) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *Request) XXX_Merge(src proto.Message)
- func (m *Request) XXX_Size() int
- func (m *Request) XXX_Unmarshal(b []byte) error
- 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) GetSecurityRehabList() []*SecurityRehab
- 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
- type SecurityRehab
- func (*SecurityRehab) Descriptor() ([]byte, []int)
- func (m *SecurityRehab) GetRehabList() []*Rehab
- func (m *SecurityRehab) GetSecurity() *Qot_Common.Security
- func (*SecurityRehab) ProtoMessage()
- func (m *SecurityRehab) Reset()
- func (m *SecurityRehab) String() string
- func (m *SecurityRehab) XXX_DiscardUnknown()
- func (m *SecurityRehab) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *SecurityRehab) XXX_Merge(src proto.Message)
- func (m *SecurityRehab) XXX_Size() int
- func (m *SecurityRehab) XXX_Unmarshal(b []byte) error
Constants ¶
View Source
const Default_Response_RetType int32 = -400
Variables ¶
View Source
var CompanyAct_name = map[int32]string{
0: "CompanyAct_None",
1: "CompanyAct_Split",
2: "CompanyAct_Join",
4: "CompanyAct_Bonus",
8: "CompanyAct_Transfer",
16: "CompanyAct_Allot",
32: "CompanyAct_Add",
64: "CompanyAct_Dividend",
128: "CompanyAct_SPDividend",
}
View Source
var CompanyAct_value = map[string]int32{
"CompanyAct_None": 0,
"CompanyAct_Split": 1,
"CompanyAct_Join": 2,
"CompanyAct_Bonus": 4,
"CompanyAct_Transfer": 8,
"CompanyAct_Allot": 16,
"CompanyAct_Add": 32,
"CompanyAct_Dividend": 64,
"CompanyAct_SPDividend": 128,
}
Functions ¶
This section is empty.
Types ¶
type C2S ¶
type C2S struct { SecurityList []*Qot_Common.Security `protobuf:"bytes,1,rep,name=securityList" json:"securityList,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*C2S) Descriptor ¶
func (*C2S) GetSecurityList ¶
func (m *C2S) GetSecurityList() []*Qot_Common.Security
func (*C2S) ProtoMessage ¶
func (*C2S) ProtoMessage()
func (*C2S) XXX_DiscardUnknown ¶
func (m *C2S) XXX_DiscardUnknown()
func (*C2S) XXX_Unmarshal ¶
type CompanyAct ¶
type CompanyAct int32
const ( CompanyAct_CompanyAct_None CompanyAct = 0 CompanyAct_CompanyAct_Split CompanyAct = 1 CompanyAct_CompanyAct_Join CompanyAct = 2 CompanyAct_CompanyAct_Bonus CompanyAct = 4 CompanyAct_CompanyAct_Transfer CompanyAct = 8 CompanyAct_CompanyAct_Allot CompanyAct = 16 CompanyAct_CompanyAct_Add CompanyAct = 32 CompanyAct_CompanyAct_Dividend CompanyAct = 64 CompanyAct_CompanyAct_SPDividend CompanyAct = 128 )
func (CompanyAct) Enum ¶
func (x CompanyAct) Enum() *CompanyAct
func (CompanyAct) EnumDescriptor ¶
func (CompanyAct) EnumDescriptor() ([]byte, []int)
func (CompanyAct) String ¶
func (x CompanyAct) String() string
func (*CompanyAct) UnmarshalJSON ¶
func (x *CompanyAct) UnmarshalJSON(data []byte) error
type Rehab ¶
type Rehab struct { Time *string `protobuf:"bytes,1,req,name=time" json:"time,omitempty"` CompanyActFlag *int64 `protobuf:"varint,2,req,name=companyActFlag" json:"companyActFlag,omitempty"` FwdFactorA *float64 `protobuf:"fixed64,3,req,name=fwdFactorA" json:"fwdFactorA,omitempty"` FwdFactorB *float64 `protobuf:"fixed64,4,req,name=fwdFactorB" json:"fwdFactorB,omitempty"` BwdFactorA *float64 `protobuf:"fixed64,5,req,name=bwdFactorA" json:"bwdFactorA,omitempty"` BwdFactorB *float64 `protobuf:"fixed64,6,req,name=bwdFactorB" json:"bwdFactorB,omitempty"` SplitBase *int32 `protobuf:"varint,7,opt,name=splitBase" json:"splitBase,omitempty"` SplitErt *int32 `protobuf:"varint,8,opt,name=splitErt" json:"splitErt,omitempty"` JoinBase *int32 `protobuf:"varint,9,opt,name=joinBase" json:"joinBase,omitempty"` JoinErt *int32 `protobuf:"varint,10,opt,name=joinErt" json:"joinErt,omitempty"` BonusBase *int32 `protobuf:"varint,11,opt,name=bonusBase" json:"bonusBase,omitempty"` BonusErt *int32 `protobuf:"varint,12,opt,name=bonusErt" json:"bonusErt,omitempty"` TransferBase *int32 `protobuf:"varint,13,opt,name=transferBase" json:"transferBase,omitempty"` TransferErt *int32 `protobuf:"varint,14,opt,name=transferErt" json:"transferErt,omitempty"` AllotBase *int32 `protobuf:"varint,15,opt,name=allotBase" json:"allotBase,omitempty"` AllotErt *int32 `protobuf:"varint,16,opt,name=allotErt" json:"allotErt,omitempty"` AllotPrice *float64 `protobuf:"fixed64,17,opt,name=allotPrice" json:"allotPrice,omitempty"` AddBase *int32 `protobuf:"varint,18,opt,name=addBase" json:"addBase,omitempty"` AddErt *int32 `protobuf:"varint,19,opt,name=addErt" json:"addErt,omitempty"` AddPrice *float64 `protobuf:"fixed64,20,opt,name=addPrice" json:"addPrice,omitempty"` Dividend *float64 `protobuf:"fixed64,21,opt,name=dividend" json:"dividend,omitempty"` SpDividend *float64 `protobuf:"fixed64,22,opt,name=spDividend" json:"spDividend,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*Rehab) Descriptor ¶
func (*Rehab) GetAddBase ¶
func (*Rehab) GetAddPrice ¶
func (*Rehab) GetAllotBase ¶
func (*Rehab) GetAllotErt ¶
func (*Rehab) GetAllotPrice ¶
func (*Rehab) GetBonusBase ¶
func (*Rehab) GetBonusErt ¶
func (*Rehab) GetBwdFactorA ¶
func (*Rehab) GetBwdFactorB ¶
func (*Rehab) GetCompanyActFlag ¶
func (*Rehab) GetDividend ¶
func (*Rehab) GetFwdFactorA ¶
func (*Rehab) GetFwdFactorB ¶
func (*Rehab) GetJoinBase ¶
func (*Rehab) GetJoinErt ¶
func (*Rehab) GetSpDividend ¶
func (*Rehab) GetSplitBase ¶
func (*Rehab) GetSplitErt ¶
func (*Rehab) GetTransferBase ¶
func (*Rehab) GetTransferErt ¶
func (*Rehab) ProtoMessage ¶
func (*Rehab) ProtoMessage()
func (*Rehab) XXX_DiscardUnknown ¶
func (m *Rehab) XXX_DiscardUnknown()
func (*Rehab) XXX_Marshal ¶
func (*Rehab) XXX_Unmarshal ¶
type Request ¶
type Request struct { C2S *C2S `protobuf:"bytes,1,req,name=c2s" json:"c2s,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*Request) Descriptor ¶
func (*Request) ProtoMessage ¶
func (*Request) ProtoMessage()
func (*Request) XXX_DiscardUnknown ¶
func (m *Request) XXX_DiscardUnknown()
func (*Request) XXX_Marshal ¶
func (*Request) XXX_Unmarshal ¶
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 { SecurityRehabList []*SecurityRehab `protobuf:"bytes,1,rep,name=securityRehabList" json:"securityRehabList,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*S2C) Descriptor ¶
func (*S2C) GetSecurityRehabList ¶
func (m *S2C) GetSecurityRehabList() []*SecurityRehab
func (*S2C) ProtoMessage ¶
func (*S2C) ProtoMessage()
func (*S2C) XXX_DiscardUnknown ¶
func (m *S2C) XXX_DiscardUnknown()
func (*S2C) XXX_Unmarshal ¶
type SecurityRehab ¶
type SecurityRehab struct { Security *Qot_Common.Security `protobuf:"bytes,1,req,name=security" json:"security,omitempty"` RehabList []*Rehab `protobuf:"bytes,2,rep,name=rehabList" json:"rehabList,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*SecurityRehab) Descriptor ¶
func (*SecurityRehab) Descriptor() ([]byte, []int)
func (*SecurityRehab) GetRehabList ¶
func (m *SecurityRehab) GetRehabList() []*Rehab
func (*SecurityRehab) GetSecurity ¶
func (m *SecurityRehab) GetSecurity() *Qot_Common.Security
func (*SecurityRehab) ProtoMessage ¶
func (*SecurityRehab) ProtoMessage()
func (*SecurityRehab) Reset ¶
func (m *SecurityRehab) Reset()
func (*SecurityRehab) String ¶
func (m *SecurityRehab) String() string
func (*SecurityRehab) XXX_DiscardUnknown ¶
func (m *SecurityRehab) XXX_DiscardUnknown()
func (*SecurityRehab) XXX_Marshal ¶
func (m *SecurityRehab) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*SecurityRehab) XXX_Merge ¶
func (dst *SecurityRehab) XXX_Merge(src proto.Message)
func (*SecurityRehab) XXX_Size ¶
func (m *SecurityRehab) XXX_Size() int
func (*SecurityRehab) XXX_Unmarshal ¶
func (m *SecurityRehab) XXX_Unmarshal(b []byte) error
Click to show internal directories.
Click to hide internal directories.