Versions in this module Expand all Collapse all v0 v0.2.6 Dec 26, 2024 Changes in this version + const Default_Response_RetType + var DelayStatisticsType_name = map[int32]string + var DelayStatisticsType_value = map[string]int32 + var File_GetDelayStatistics_proto protoreflect.FileDescriptor + var QotPushStage_name = map[int32]string + var QotPushStage_value = map[string]int32 + var QotPushType_name = map[int32]string + var QotPushType_value = map[string]int32 + type C2S struct + QotPushStage *int32 + SegmentList []int32 + TypeList []int32 + func (*C2S) Descriptor() ([]byte, []int) + func (*C2S) ProtoMessage() + func (x *C2S) GetQotPushStage() int32 + func (x *C2S) GetSegmentList() []int32 + func (x *C2S) GetTypeList() []int32 + func (x *C2S) ProtoReflect() protoreflect.Message + func (x *C2S) Reset() + func (x *C2S) String() string + type DelayStatistics struct + Count *int32 + DelayAvg *float32 + ItemList []*DelayStatisticsItem + QotPushType *int32 + func (*DelayStatistics) Descriptor() ([]byte, []int) + func (*DelayStatistics) ProtoMessage() + func (x *DelayStatistics) GetCount() int32 + func (x *DelayStatistics) GetDelayAvg() float32 + func (x *DelayStatistics) GetItemList() []*DelayStatisticsItem + func (x *DelayStatistics) GetQotPushType() int32 + func (x *DelayStatistics) ProtoReflect() protoreflect.Message + func (x *DelayStatistics) Reset() + func (x *DelayStatistics) String() string + type DelayStatisticsItem struct + Begin *int32 + Count *int32 + CumulativeRatio *float32 + End *int32 + Proportion *float32 + func (*DelayStatisticsItem) Descriptor() ([]byte, []int) + func (*DelayStatisticsItem) ProtoMessage() + func (x *DelayStatisticsItem) GetBegin() int32 + func (x *DelayStatisticsItem) GetCount() int32 + func (x *DelayStatisticsItem) GetCumulativeRatio() float32 + func (x *DelayStatisticsItem) GetEnd() int32 + func (x *DelayStatisticsItem) GetProportion() float32 + func (x *DelayStatisticsItem) ProtoReflect() protoreflect.Message + func (x *DelayStatisticsItem) Reset() + func (x *DelayStatisticsItem) String() string + type DelayStatisticsType int32 + const DelayStatisticsType_DelayStatisticsType_PlaceOrder + const DelayStatisticsType_DelayStatisticsType_QotPush + const DelayStatisticsType_DelayStatisticsType_ReqReply + const DelayStatisticsType_DelayStatisticsType_Unkonw + func (DelayStatisticsType) Descriptor() protoreflect.EnumDescriptor + func (DelayStatisticsType) EnumDescriptor() ([]byte, []int) + func (DelayStatisticsType) Type() protoreflect.EnumType + func (x *DelayStatisticsType) UnmarshalJSON(b []byte) error + func (x DelayStatisticsType) Enum() *DelayStatisticsType + func (x DelayStatisticsType) Number() protoreflect.EnumNumber + func (x DelayStatisticsType) String() string + type PlaceOrderStatisticsItem struct + NetDelay *float32 + OpenDCost *float32 + OrderID *string + TotalCost *float32 + UpdateCost *float32 + func (*PlaceOrderStatisticsItem) Descriptor() ([]byte, []int) + func (*PlaceOrderStatisticsItem) ProtoMessage() + func (x *PlaceOrderStatisticsItem) GetNetDelay() float32 + func (x *PlaceOrderStatisticsItem) GetOpenDCost() float32 + func (x *PlaceOrderStatisticsItem) GetOrderID() string + func (x *PlaceOrderStatisticsItem) GetTotalCost() float32 + func (x *PlaceOrderStatisticsItem) GetUpdateCost() float32 + func (x *PlaceOrderStatisticsItem) ProtoReflect() protoreflect.Message + func (x *PlaceOrderStatisticsItem) Reset() + func (x *PlaceOrderStatisticsItem) String() string + type QotPushStage int32 + const QotPushStage_QotPushStage_CR2CS + const QotPushStage_QotPushStage_SR2CS + const QotPushStage_QotPushStage_SR2SS + const QotPushStage_QotPushStage_SS2CR + const QotPushStage_QotPushStage_SS2CS + const QotPushStage_QotPushStage_Unkonw + func (QotPushStage) Descriptor() protoreflect.EnumDescriptor + func (QotPushStage) EnumDescriptor() ([]byte, []int) + func (QotPushStage) Type() protoreflect.EnumType + func (x *QotPushStage) UnmarshalJSON(b []byte) error + func (x QotPushStage) Enum() *QotPushStage + func (x QotPushStage) Number() protoreflect.EnumNumber + func (x QotPushStage) String() string + type QotPushType int32 + const QotPushType_QotPushType_Broker + const QotPushType_QotPushType_OrderBook + const QotPushType_QotPushType_Price + const QotPushType_QotPushType_Ticker + const QotPushType_QotPushType_Unkonw + func (QotPushType) Descriptor() protoreflect.EnumDescriptor + func (QotPushType) EnumDescriptor() ([]byte, []int) + func (QotPushType) Type() protoreflect.EnumType + func (x *QotPushType) UnmarshalJSON(b []byte) error + func (x QotPushType) Enum() *QotPushType + func (x QotPushType) Number() protoreflect.EnumNumber + func (x QotPushType) String() string + type ReqReplyStatisticsItem struct + Count *int32 + IsLocalReply *bool + NetDelayAvg *float32 + OpenDCostAvg *float32 + ProtoID *int32 + TotalCostAvg *float32 + func (*ReqReplyStatisticsItem) Descriptor() ([]byte, []int) + func (*ReqReplyStatisticsItem) ProtoMessage() + func (x *ReqReplyStatisticsItem) GetCount() int32 + func (x *ReqReplyStatisticsItem) GetIsLocalReply() bool + func (x *ReqReplyStatisticsItem) GetNetDelayAvg() float32 + func (x *ReqReplyStatisticsItem) GetOpenDCostAvg() float32 + func (x *ReqReplyStatisticsItem) GetProtoID() int32 + func (x *ReqReplyStatisticsItem) GetTotalCostAvg() float32 + func (x *ReqReplyStatisticsItem) ProtoReflect() protoreflect.Message + func (x *ReqReplyStatisticsItem) Reset() + func (x *ReqReplyStatisticsItem) String() string + type Request struct + C2S *C2S + func (*Request) Descriptor() ([]byte, []int) + func (*Request) ProtoMessage() + func (x *Request) GetC2S() *C2S + func (x *Request) ProtoReflect() protoreflect.Message + func (x *Request) Reset() + func (x *Request) String() string + type Response struct + ErrCode *int32 + RetMsg *string + RetType *int32 + S2C *S2C + func (*Response) Descriptor() ([]byte, []int) + func (*Response) ProtoMessage() + func (x *Response) GetErrCode() int32 + func (x *Response) GetRetMsg() string + func (x *Response) GetRetType() int32 + func (x *Response) GetS2C() *S2C + func (x *Response) ProtoReflect() protoreflect.Message + func (x *Response) Reset() + func (x *Response) String() string + type S2C struct + PlaceOrderStatisticsList []*PlaceOrderStatisticsItem + QotPushStatisticsList []*DelayStatistics + ReqReplyStatisticsList []*ReqReplyStatisticsItem + func (*S2C) Descriptor() ([]byte, []int) + func (*S2C) ProtoMessage() + func (x *S2C) GetPlaceOrderStatisticsList() []*PlaceOrderStatisticsItem + func (x *S2C) GetQotPushStatisticsList() []*DelayStatistics + func (x *S2C) GetReqReplyStatisticsList() []*ReqReplyStatisticsItem + func (x *S2C) ProtoReflect() protoreflect.Message + func (x *S2C) Reset() + func (x *S2C) String() string