Qot_GetRehab

package
v1.0.2 Latest Latest
Warning

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

Go to latest
Published: Sep 15, 2024 License: MIT Imports: 5 Imported by: 0

Documentation

Index

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) Descriptor() ([]byte, []int)

func (*C2S) GetSecurityList

func (m *C2S) GetSecurityList() []*Qot_Common.Security

func (*C2S) ProtoMessage

func (*C2S) ProtoMessage()

func (*C2S) Reset

func (m *C2S) Reset()

func (*C2S) String

func (m *C2S) String() string

func (*C2S) XXX_DiscardUnknown

func (m *C2S) XXX_DiscardUnknown()

func (*C2S) XXX_Marshal

func (m *C2S) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*C2S) XXX_Merge

func (dst *C2S) XXX_Merge(src proto.Message)

func (*C2S) XXX_Size

func (m *C2S) XXX_Size() int

func (*C2S) XXX_Unmarshal

func (m *C2S) XXX_Unmarshal(b []byte) error

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) Descriptor() ([]byte, []int)

func (*Rehab) GetAddBase

func (m *Rehab) GetAddBase() int32

func (*Rehab) GetAddErt

func (m *Rehab) GetAddErt() int32

func (*Rehab) GetAddPrice

func (m *Rehab) GetAddPrice() float64

func (*Rehab) GetAllotBase

func (m *Rehab) GetAllotBase() int32

func (*Rehab) GetAllotErt

func (m *Rehab) GetAllotErt() int32

func (*Rehab) GetAllotPrice

func (m *Rehab) GetAllotPrice() float64

func (*Rehab) GetBonusBase

func (m *Rehab) GetBonusBase() int32

func (*Rehab) GetBonusErt

func (m *Rehab) GetBonusErt() int32

func (*Rehab) GetBwdFactorA

func (m *Rehab) GetBwdFactorA() float64

func (*Rehab) GetBwdFactorB

func (m *Rehab) GetBwdFactorB() float64

func (*Rehab) GetCompanyActFlag

func (m *Rehab) GetCompanyActFlag() int64

func (*Rehab) GetDividend

func (m *Rehab) GetDividend() float64

func (*Rehab) GetFwdFactorA

func (m *Rehab) GetFwdFactorA() float64

func (*Rehab) GetFwdFactorB

func (m *Rehab) GetFwdFactorB() float64

func (*Rehab) GetJoinBase

func (m *Rehab) GetJoinBase() int32

func (*Rehab) GetJoinErt

func (m *Rehab) GetJoinErt() int32

func (*Rehab) GetSpDividend

func (m *Rehab) GetSpDividend() float64

func (*Rehab) GetSplitBase

func (m *Rehab) GetSplitBase() int32

func (*Rehab) GetSplitErt

func (m *Rehab) GetSplitErt() int32

func (*Rehab) GetTime

func (m *Rehab) GetTime() string

func (*Rehab) GetTransferBase

func (m *Rehab) GetTransferBase() int32

func (*Rehab) GetTransferErt

func (m *Rehab) GetTransferErt() int32

func (*Rehab) ProtoMessage

func (*Rehab) ProtoMessage()

func (*Rehab) Reset

func (m *Rehab) Reset()

func (*Rehab) String

func (m *Rehab) String() string

func (*Rehab) XXX_DiscardUnknown

func (m *Rehab) XXX_DiscardUnknown()

func (*Rehab) XXX_Marshal

func (m *Rehab) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Rehab) XXX_Merge

func (dst *Rehab) XXX_Merge(src proto.Message)

func (*Rehab) XXX_Size

func (m *Rehab) XXX_Size() int

func (*Rehab) XXX_Unmarshal

func (m *Rehab) XXX_Unmarshal(b []byte) error

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) 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

func (*Request) XXX_DiscardUnknown

func (m *Request) XXX_DiscardUnknown()

func (*Request) XXX_Marshal

func (m *Request) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Request) XXX_Merge

func (dst *Request) XXX_Merge(src proto.Message)

func (*Request) XXX_Size

func (m *Request) XXX_Size() int

func (*Request) XXX_Unmarshal

func (m *Request) XXX_Unmarshal(b []byte) error

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) 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

func (*Response) XXX_DiscardUnknown

func (m *Response) XXX_DiscardUnknown()

func (*Response) XXX_Marshal

func (m *Response) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Response) XXX_Merge

func (dst *Response) XXX_Merge(src proto.Message)

func (*Response) XXX_Size

func (m *Response) XXX_Size() int

func (*Response) XXX_Unmarshal

func (m *Response) XXX_Unmarshal(b []byte) error

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) Descriptor() ([]byte, []int)

func (*S2C) GetSecurityRehabList

func (m *S2C) GetSecurityRehabList() []*SecurityRehab

func (*S2C) ProtoMessage

func (*S2C) ProtoMessage()

func (*S2C) Reset

func (m *S2C) Reset()

func (*S2C) String

func (m *S2C) String() string

func (*S2C) XXX_DiscardUnknown

func (m *S2C) XXX_DiscardUnknown()

func (*S2C) XXX_Marshal

func (m *S2C) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*S2C) XXX_Merge

func (dst *S2C) XXX_Merge(src proto.Message)

func (*S2C) XXX_Size

func (m *S2C) XXX_Size() int

func (*S2C) XXX_Unmarshal

func (m *S2C) XXX_Unmarshal(b []byte) error

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

Jump to

Keyboard shortcuts

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