|
@@ -6545,6 +6545,62 @@ func (x *SpotPresaleListingOrderRsp) GetClientSerialNo() string {
|
|
|
return ""
|
|
return ""
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
|
|
+// 铁合金成交通知
|
|
|
|
|
+type THJPurchaseTradeNtf struct {
|
|
|
|
|
+ state protoimpl.MessageState
|
|
|
|
|
+ sizeCache protoimpl.SizeCache
|
|
|
|
|
+ unknownFields protoimpl.UnknownFields
|
|
|
|
|
+
|
|
|
|
|
+ Header *MessageHead `protobuf:"bytes,1,opt,name=Header" json:"Header,omitempty"` // 消息头
|
|
|
|
|
+ WRTradeDetailID *uint64 `protobuf:"varint,2,opt,name=WRTradeDetailID" json:"WRTradeDetailID,omitempty"` // uint64 预售成交明细ID
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+func (x *THJPurchaseTradeNtf) Reset() {
|
|
|
|
|
+ *x = THJPurchaseTradeNtf{}
|
|
|
|
|
+ if protoimpl.UnsafeEnabled {
|
|
|
|
|
+ mi := &file_mtp2_proto_msgTypes[57]
|
|
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
|
|
+ }
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+func (x *THJPurchaseTradeNtf) String() string {
|
|
|
|
|
+ return protoimpl.X.MessageStringOf(x)
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+func (*THJPurchaseTradeNtf) ProtoMessage() {}
|
|
|
|
|
+
|
|
|
|
|
+func (x *THJPurchaseTradeNtf) ProtoReflect() protoreflect.Message {
|
|
|
|
|
+ mi := &file_mtp2_proto_msgTypes[57]
|
|
|
|
|
+ if protoimpl.UnsafeEnabled && x != nil {
|
|
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
|
+ if ms.LoadMessageInfo() == nil {
|
|
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
|
|
+ }
|
|
|
|
|
+ return ms
|
|
|
|
|
+ }
|
|
|
|
|
+ return mi.MessageOf(x)
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+// Deprecated: Use THJPurchaseTradeNtf.ProtoReflect.Descriptor instead.
|
|
|
|
|
+func (*THJPurchaseTradeNtf) Descriptor() ([]byte, []int) {
|
|
|
|
|
+ return file_mtp2_proto_rawDescGZIP(), []int{57}
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+func (x *THJPurchaseTradeNtf) GetHeader() *MessageHead {
|
|
|
|
|
+ if x != nil {
|
|
|
|
|
+ return x.Header
|
|
|
|
|
+ }
|
|
|
|
|
+ return nil
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+func (x *THJPurchaseTradeNtf) GetWRTradeDetailID() uint64 {
|
|
|
|
|
+ if x != nil && x.WRTradeDetailID != nil {
|
|
|
|
|
+ return *x.WRTradeDetailID
|
|
|
|
|
+ }
|
|
|
|
|
+ return 0
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
var File_mtp2_proto protoreflect.FileDescriptor
|
|
var File_mtp2_proto protoreflect.FileDescriptor
|
|
|
|
|
|
|
|
var file_mtp2_proto_rawDesc = []byte{
|
|
var file_mtp2_proto_rawDesc = []byte{
|
|
@@ -7750,7 +7806,14 @@ var file_mtp2_proto_rawDesc = []byte{
|
|
|
0x04, 0x52, 0x0e, 0x57, 0x52, 0x54, 0x72, 0x61, 0x64, 0x65, 0x4f, 0x72, 0x64, 0x65, 0x72, 0x49,
|
|
0x04, 0x52, 0x0e, 0x57, 0x52, 0x54, 0x72, 0x61, 0x64, 0x65, 0x4f, 0x72, 0x64, 0x65, 0x72, 0x49,
|
|
|
0x44, 0x12, 0x26, 0x0a, 0x0e, 0x43, 0x6c, 0x69, 0x65, 0x6e, 0x74, 0x53, 0x65, 0x72, 0x69, 0x61,
|
|
0x44, 0x12, 0x26, 0x0a, 0x0e, 0x43, 0x6c, 0x69, 0x65, 0x6e, 0x74, 0x53, 0x65, 0x72, 0x69, 0x61,
|
|
|
0x6c, 0x4e, 0x6f, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0e, 0x43, 0x6c, 0x69, 0x65, 0x6e,
|
|
0x6c, 0x4e, 0x6f, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0e, 0x43, 0x6c, 0x69, 0x65, 0x6e,
|
|
|
- 0x74, 0x53, 0x65, 0x72, 0x69, 0x61, 0x6c, 0x4e, 0x6f,
|
|
|
|
|
|
|
+ 0x74, 0x53, 0x65, 0x72, 0x69, 0x61, 0x6c, 0x4e, 0x6f, 0x22, 0x68, 0x0a, 0x13, 0x54, 0x48, 0x4a,
|
|
|
|
|
+ 0x50, 0x75, 0x72, 0x63, 0x68, 0x61, 0x73, 0x65, 0x54, 0x72, 0x61, 0x64, 0x65, 0x4e, 0x74, 0x66,
|
|
|
|
|
+ 0x12, 0x27, 0x0a, 0x06, 0x48, 0x65, 0x61, 0x64, 0x65, 0x72, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b,
|
|
|
|
|
+ 0x32, 0x0f, 0x2e, 0x70, 0x62, 0x2e, 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x48, 0x65, 0x61,
|
|
|
|
|
+ 0x64, 0x52, 0x06, 0x48, 0x65, 0x61, 0x64, 0x65, 0x72, 0x12, 0x28, 0x0a, 0x0f, 0x57, 0x52, 0x54,
|
|
|
|
|
+ 0x72, 0x61, 0x64, 0x65, 0x44, 0x65, 0x74, 0x61, 0x69, 0x6c, 0x49, 0x44, 0x18, 0x02, 0x20, 0x01,
|
|
|
|
|
+ 0x28, 0x04, 0x52, 0x0f, 0x57, 0x52, 0x54, 0x72, 0x61, 0x64, 0x65, 0x44, 0x65, 0x74, 0x61, 0x69,
|
|
|
|
|
+ 0x6c, 0x49, 0x44,
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
var (
|
|
var (
|
|
@@ -7765,7 +7828,7 @@ func file_mtp2_proto_rawDescGZIP() []byte {
|
|
|
return file_mtp2_proto_rawDescData
|
|
return file_mtp2_proto_rawDescData
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
-var file_mtp2_proto_msgTypes = make([]protoimpl.MessageInfo, 57)
|
|
|
|
|
|
|
+var file_mtp2_proto_msgTypes = make([]protoimpl.MessageInfo, 58)
|
|
|
var file_mtp2_proto_goTypes = []interface{}{
|
|
var file_mtp2_proto_goTypes = []interface{}{
|
|
|
(*MessageHead)(nil), // 0: pb.MessageHead
|
|
(*MessageHead)(nil), // 0: pb.MessageHead
|
|
|
(*ModifyPwdReq)(nil), // 1: pb.ModifyPwdReq
|
|
(*ModifyPwdReq)(nil), // 1: pb.ModifyPwdReq
|
|
@@ -7824,6 +7887,7 @@ var file_mtp2_proto_goTypes = []interface{}{
|
|
|
(*DepositConfigInfo)(nil), // 54: pb.DepositConfigInfo
|
|
(*DepositConfigInfo)(nil), // 54: pb.DepositConfigInfo
|
|
|
(*SpotPresaleListingOrderReq)(nil), // 55: pb.SpotPresaleListingOrderReq
|
|
(*SpotPresaleListingOrderReq)(nil), // 55: pb.SpotPresaleListingOrderReq
|
|
|
(*SpotPresaleListingOrderRsp)(nil), // 56: pb.SpotPresaleListingOrderRsp
|
|
(*SpotPresaleListingOrderRsp)(nil), // 56: pb.SpotPresaleListingOrderRsp
|
|
|
|
|
+ (*THJPurchaseTradeNtf)(nil), // 57: pb.THJPurchaseTradeNtf
|
|
|
}
|
|
}
|
|
|
var file_mtp2_proto_depIdxs = []int32{
|
|
var file_mtp2_proto_depIdxs = []int32{
|
|
|
0, // 0: pb.ModifyPwdReq.Header:type_name -> pb.MessageHead
|
|
0, // 0: pb.ModifyPwdReq.Header:type_name -> pb.MessageHead
|
|
@@ -7883,11 +7947,12 @@ var file_mtp2_proto_depIdxs = []int32{
|
|
|
0, // 54: pb.SpotPresaleListingOrderReq.Header:type_name -> pb.MessageHead
|
|
0, // 54: pb.SpotPresaleListingOrderReq.Header:type_name -> pb.MessageHead
|
|
|
54, // 55: pb.SpotPresaleListingOrderReq.DepositConfigs:type_name -> pb.DepositConfigInfo
|
|
54, // 55: pb.SpotPresaleListingOrderReq.DepositConfigs:type_name -> pb.DepositConfigInfo
|
|
|
0, // 56: pb.SpotPresaleListingOrderRsp.Header:type_name -> pb.MessageHead
|
|
0, // 56: pb.SpotPresaleListingOrderRsp.Header:type_name -> pb.MessageHead
|
|
|
- 57, // [57:57] is the sub-list for method output_type
|
|
|
|
|
- 57, // [57:57] is the sub-list for method input_type
|
|
|
|
|
- 57, // [57:57] is the sub-list for extension type_name
|
|
|
|
|
- 57, // [57:57] is the sub-list for extension extendee
|
|
|
|
|
- 0, // [0:57] is the sub-list for field type_name
|
|
|
|
|
|
|
+ 0, // 57: pb.THJPurchaseTradeNtf.Header:type_name -> pb.MessageHead
|
|
|
|
|
+ 58, // [58:58] is the sub-list for method output_type
|
|
|
|
|
+ 58, // [58:58] is the sub-list for method input_type
|
|
|
|
|
+ 58, // [58:58] is the sub-list for extension type_name
|
|
|
|
|
+ 58, // [58:58] is the sub-list for extension extendee
|
|
|
|
|
+ 0, // [0:58] is the sub-list for field type_name
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
func init() { file_mtp2_proto_init() }
|
|
func init() { file_mtp2_proto_init() }
|
|
@@ -8580,6 +8645,18 @@ func file_mtp2_proto_init() {
|
|
|
return nil
|
|
return nil
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
|
|
+ file_mtp2_proto_msgTypes[57].Exporter = func(v interface{}, i int) interface{} {
|
|
|
|
|
+ switch v := v.(*THJPurchaseTradeNtf); i {
|
|
|
|
|
+ case 0:
|
|
|
|
|
+ return &v.state
|
|
|
|
|
+ case 1:
|
|
|
|
|
+ return &v.sizeCache
|
|
|
|
|
+ case 2:
|
|
|
|
|
+ return &v.unknownFields
|
|
|
|
|
+ default:
|
|
|
|
|
+ return nil
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
}
|
|
}
|
|
|
type x struct{}
|
|
type x struct{}
|
|
|
out := protoimpl.TypeBuilder{
|
|
out := protoimpl.TypeBuilder{
|
|
@@ -8587,7 +8664,7 @@ func file_mtp2_proto_init() {
|
|
|
GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
|
|
GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
|
|
|
RawDescriptor: file_mtp2_proto_rawDesc,
|
|
RawDescriptor: file_mtp2_proto_rawDesc,
|
|
|
NumEnums: 0,
|
|
NumEnums: 0,
|
|
|
- NumMessages: 57,
|
|
|
|
|
|
|
+ NumMessages: 58,
|
|
|
NumExtensions: 0,
|
|
NumExtensions: 0,
|
|
|
NumServices: 0,
|
|
NumServices: 0,
|
|
|
},
|
|
},
|