|
|
@@ -2063,46 +2063,46 @@ type TradeHolderDetailEx struct {
|
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
|
|
//mkey: 1 2
|
|
|
- TradeID *uint64 `protobuf:"varint,1,opt,name=TradeID" json:"TradeID,omitempty"` // 成交单号(101+Unix秒时间戳(10位)+2位(MarketServiceID)+xxxx)
|
|
|
- BuyOrSell *uint32 `protobuf:"varint,2,opt,name=BuyOrSell" json:"BuyOrSell,omitempty"` // 方向 - 0:买 1:卖
|
|
|
- TradeDate *string `protobuf:"bytes,3,opt,name=TradeDate" json:"TradeDate,omitempty"` // 交易日(yyyyMMdd)
|
|
|
- MarketID *uint32 `protobuf:"varint,4,opt,name=MarketID" json:"MarketID,omitempty"` // 市场ID
|
|
|
- GoodsID *uint32 `protobuf:"varint,5,opt,name=GoodsID" json:"GoodsID,omitempty"` // 商品ID
|
|
|
- UserID *uint32 `protobuf:"varint,6,opt,name=UserID" json:"UserID,omitempty"` // 用户ID
|
|
|
- AccountID *uint64 `protobuf:"varint,7,opt,name=AccountID" json:"AccountID,omitempty"` // 账号ID
|
|
|
- MatchUserID *uint32 `protobuf:"varint,8,opt,name=MatchUserID" json:"MatchUserID,omitempty"` // 对手用户ID
|
|
|
- MatchAccountID *uint64 `protobuf:"varint,9,opt,name=MatchAccountID" json:"MatchAccountID,omitempty"` // 对手账号ID
|
|
|
- OpenQty *uint64 `protobuf:"varint,10,opt,name=OpenQty" json:"OpenQty,omitempty"` // 建仓数量
|
|
|
- TradeAmount *float64 `protobuf:"fixed64,11,opt,name=TradeAmount" json:"TradeAmount,omitempty"` // 成交金额
|
|
|
- OpenPrice *float64 `protobuf:"fixed64,12,opt,name=OpenPrice" json:"OpenPrice,omitempty"` // 建仓价格
|
|
|
- HolderQty *uint64 `protobuf:"varint,13,opt,name=HolderQty" json:"HolderQty,omitempty"` // 持仓数量
|
|
|
- HolderAmount *float64 `protobuf:"fixed64,14,opt,name=HolderAmount" json:"HolderAmount,omitempty"` // 持仓金额
|
|
|
- HolderPrice *float64 `protobuf:"fixed64,15,opt,name=HolderPrice" json:"HolderPrice,omitempty"` // 持仓价格
|
|
|
- FreezeQty *uint64 `protobuf:"varint,16,opt,name=FreezeQty" json:"FreezeQty,omitempty"` // 冻结数量
|
|
|
- DeliveryQty *uint64 `protobuf:"varint,17,opt,name=DeliveryQty" json:"DeliveryQty,omitempty"` // 交收手数(已交收)
|
|
|
- HoldDays *uint64 `protobuf:"varint,18,opt,name=HoldDays" json:"HoldDays,omitempty"` // 持仓天数
|
|
|
- PayedDeposit *float64 `protobuf:"fixed64,19,opt,name=PayedDeposit" json:"PayedDeposit,omitempty"` // 已付定金
|
|
|
- RestockDeposit *float64 `protobuf:"fixed64,20,opt,name=RestockDeposit" json:"RestockDeposit,omitempty"` // 补充定金
|
|
|
- LateFeeDays *uint64 `protobuf:"varint,21,opt,name=LateFeeDays" json:"LateFeeDays,omitempty"` // 滞纳金起计天数
|
|
|
- LateFeeAlgorithm *uint32 `protobuf:"varint,22,opt,name=LateFeeAlgorithm" json:"LateFeeAlgorithm,omitempty"` // 滞纳金收取方式 1:比率 2:固定
|
|
|
- LateFeeValue *float64 `protobuf:"fixed64,23,opt,name=LateFeeValue" json:"LateFeeValue,omitempty"` // 滞纳金收取值
|
|
|
- CallAteFee *float64 `protobuf:"fixed64,24,opt,name=CallAteFee" json:"CallAteFee,omitempty"` // 已计滞纳金
|
|
|
- PromptDepositRate *float64 `protobuf:"fixed64,25,opt,name=PromptDepositRate" json:"PromptDepositRate,omitempty"` // 提示定金率
|
|
|
- CutDepositRate *float64 `protobuf:"fixed64,26,opt,name=CutDepositRate" json:"CutDepositRate,omitempty"` // 斩仓定金率
|
|
|
- PromptPrice *float64 `protobuf:"fixed64,27,opt,name=PromptPrice" json:"PromptPrice,omitempty"` // 提示价格
|
|
|
- CutPrice *float64 `protobuf:"fixed64,28,opt,name=CutPrice" json:"CutPrice,omitempty"` // 斩仓价格
|
|
|
- ClosePL *float64 `protobuf:"fixed64,29,opt,name=ClosePL" json:"ClosePL,omitempty"` // 平仓盈亏
|
|
|
- FloatPL *float64 `protobuf:"fixed64,30,opt,name=FloatPL" json:"FloatPL,omitempty"` // 浮动盈亏
|
|
|
- DepositRate *float64 `protobuf:"fixed64,31,opt,name=DepositRate" json:"DepositRate,omitempty"` // 订单定金率
|
|
|
- RefundableDeposit *float64 `protobuf:"fixed64,32,opt,name=RefundableDeposit" json:"RefundableDeposit,omitempty"` // 可退定金
|
|
|
- PayedLateFee *float64 `protobuf:"fixed64,33,opt,name=PayedLateFee" json:"PayedLateFee,omitempty"` // 已付滞纳金
|
|
|
- TradeTime *Date `protobuf:"bytes,34,opt,name=TradeTime" json:"TradeTime,omitempty"` //交易时间
|
|
|
- HandleStatus *float64 `protobuf:"fixed64,35,opt,name=HandleStatus" json:"HandleStatus,omitempty"` // 处理状态
|
|
|
- OriPayedDeposit *float64 `protobuf:"fixed64,36,opt,name=OriPayedDeposit" json:"OriPayedDeposit,omitempty"` // 初始已付定金
|
|
|
- OriRestockDeposit *float64 `protobuf:"fixed64,37,opt,name=OriRestockDeposit" json:"OriRestockDeposit,omitempty"` // 累计补充定金
|
|
|
- CanAutoAddDeposit *uint64 `protobuf:"varint,38,opt,name=CanAutoAddDeposit" json:"CanAutoAddDeposit,omitempty"` // 是否允许自动追加定金: 0-否 1-是(52)
|
|
|
- AddDepositRate *float64 `protobuf:"fixed64,39,opt,name=AddDepositRate" json:"AddDepositRate,omitempty"` // 自动追加定金率(52) - 允许时显示
|
|
|
- CanAutoRefundDeposit *uint64 `protobuf:"varint,40,opt,name=CanAutoRefundDeposit" json:"CanAutoRefundDeposit,omitempty"` // 是否允许自动退还定金: 0-否 1-是(52)
|
|
|
+ TradeID *uint64 `protobuf:"varint,1,opt,name=TradeID" json:"TradeID,omitempty"` // 成交单号(101+Unix秒时间戳(10位)+2位(MarketServiceID)+xxxx)
|
|
|
+ BuyOrSell *uint32 `protobuf:"varint,2,opt,name=BuyOrSell" json:"BuyOrSell,omitempty"` // 方向 - 0:买 1:卖
|
|
|
+ TradeDate *string `protobuf:"bytes,3,opt,name=TradeDate" json:"TradeDate,omitempty"` // 交易日(yyyyMMdd)
|
|
|
+ MarketID *uint32 `protobuf:"varint,4,opt,name=MarketID" json:"MarketID,omitempty"` // 市场ID
|
|
|
+ GoodsID *uint32 `protobuf:"varint,5,opt,name=GoodsID" json:"GoodsID,omitempty"` // 商品ID
|
|
|
+ UserID *uint32 `protobuf:"varint,6,opt,name=UserID" json:"UserID,omitempty"` // 用户ID
|
|
|
+ AccountID *uint64 `protobuf:"varint,7,opt,name=AccountID" json:"AccountID,omitempty"` // 账号ID
|
|
|
+ MatchUserID *uint32 `protobuf:"varint,8,opt,name=MatchUserID" json:"MatchUserID,omitempty"` // 对手用户ID
|
|
|
+ MatchAccountID *uint64 `protobuf:"varint,9,opt,name=MatchAccountID" json:"MatchAccountID,omitempty"` // 对手账号ID
|
|
|
+ OpenQty *uint64 `protobuf:"varint,10,opt,name=OpenQty" json:"OpenQty,omitempty"` // 建仓数量
|
|
|
+ TradeAmount *float64 `protobuf:"fixed64,11,opt,name=TradeAmount" json:"TradeAmount,omitempty"` // 成交金额
|
|
|
+ OpenPrice *float64 `protobuf:"fixed64,12,opt,name=OpenPrice" json:"OpenPrice,omitempty"` // 建仓价格
|
|
|
+ HolderQty *uint64 `protobuf:"varint,13,opt,name=HolderQty" json:"HolderQty,omitempty"` // 持仓数量
|
|
|
+ HolderAmount *float64 `protobuf:"fixed64,14,opt,name=HolderAmount" json:"HolderAmount,omitempty"` // 持仓金额
|
|
|
+ HolderPrice *float64 `protobuf:"fixed64,15,opt,name=HolderPrice" json:"HolderPrice,omitempty"` // 持仓价格
|
|
|
+ FreezeQty *uint64 `protobuf:"varint,16,opt,name=FreezeQty" json:"FreezeQty,omitempty"` // 冻结数量
|
|
|
+ DeliveryQty *uint64 `protobuf:"varint,17,opt,name=DeliveryQty" json:"DeliveryQty,omitempty"` // 交收手数(已交收)
|
|
|
+ HoldDays *uint64 `protobuf:"varint,18,opt,name=HoldDays" json:"HoldDays,omitempty"` // 持仓天数
|
|
|
+ PayedDeposit *float64 `protobuf:"fixed64,19,opt,name=PayedDeposit" json:"PayedDeposit,omitempty"` // 已付定金
|
|
|
+ RestockDeposit *float64 `protobuf:"fixed64,20,opt,name=RestockDeposit" json:"RestockDeposit,omitempty"` // 补充定金
|
|
|
+ LateFeeDays *uint64 `protobuf:"varint,21,opt,name=LateFeeDays" json:"LateFeeDays,omitempty"` // 滞纳金起计天数
|
|
|
+ LateFeeAlgorithm *uint32 `protobuf:"varint,22,opt,name=LateFeeAlgorithm" json:"LateFeeAlgorithm,omitempty"` // 滞纳金收取方式 1:比率 2:固定
|
|
|
+ LateFeeValue *float64 `protobuf:"fixed64,23,opt,name=LateFeeValue" json:"LateFeeValue,omitempty"` // 滞纳金收取值
|
|
|
+ CallAteFee *float64 `protobuf:"fixed64,24,opt,name=CallAteFee" json:"CallAteFee,omitempty"` // 已计滞纳金
|
|
|
+ PromptDepositRate *float64 `protobuf:"fixed64,25,opt,name=PromptDepositRate" json:"PromptDepositRate,omitempty"` // 提示定金率
|
|
|
+ CutDepositRate *float64 `protobuf:"fixed64,26,opt,name=CutDepositRate" json:"CutDepositRate,omitempty"` // 斩仓定金率
|
|
|
+ PromptPrice *float64 `protobuf:"fixed64,27,opt,name=PromptPrice" json:"PromptPrice,omitempty"` // 提示价格
|
|
|
+ CutPrice *float64 `protobuf:"fixed64,28,opt,name=CutPrice" json:"CutPrice,omitempty"` // 斩仓价格
|
|
|
+ ClosePL *float64 `protobuf:"fixed64,29,opt,name=ClosePL" json:"ClosePL,omitempty"` // 平仓盈亏
|
|
|
+ FloatPL *float64 `protobuf:"fixed64,30,opt,name=FloatPL" json:"FloatPL,omitempty"` // 浮动盈亏
|
|
|
+ DepositRate *float64 `protobuf:"fixed64,31,opt,name=DepositRate" json:"DepositRate,omitempty"` // 订单定金率
|
|
|
+ RefundableDeposit *float64 `protobuf:"fixed64,32,opt,name=RefundableDeposit" json:"RefundableDeposit,omitempty"` // 可退定金
|
|
|
+ PayedLateFee *float64 `protobuf:"fixed64,33,opt,name=PayedLateFee" json:"PayedLateFee,omitempty"` // 已付滞纳金
|
|
|
+ TradeTime *string `protobuf:"bytes,34,opt,name=TradeTime" json:"TradeTime,omitempty"` //交易时间
|
|
|
+ HandleStatus *uint32 `protobuf:"varint,35,opt,name=HandleStatus" json:"HandleStatus,omitempty"` //处理状态
|
|
|
+ OriPayedDeposit *float64 `protobuf:"fixed64,36,opt,name=OriPayedDeposit" json:"OriPayedDeposit,omitempty"` //原始已付定金
|
|
|
+ OriReStockDeposit *float64 `protobuf:"fixed64,37,opt,name=OriReStockDeposit" json:"OriReStockDeposit,omitempty"` //原始补充定金
|
|
|
+ CanAutoAddDeposit *uint64 `protobuf:"varint,38,opt,name=CanAutoAddDeposit" json:"CanAutoAddDeposit,omitempty"` // 是否允许自动追加定金: 0-否 1-是(52)
|
|
|
+ AddDepositRate *float64 `protobuf:"fixed64,39,opt,name=AddDepositRate" json:"AddDepositRate,omitempty"` // 自动追加定金率(52) - 允许时显示
|
|
|
+ CanAutoRefundDeposit *uint64 `protobuf:"varint,40,opt,name=CanAutoRefundDeposit" json:"CanAutoRefundDeposit,omitempty"` // 是否允许自动退还定金: 0-否 1-是(52)
|
|
|
}
|
|
|
|
|
|
func (x *TradeHolderDetailEx) Reset() {
|
|
|
@@ -2361,11 +2361,25 @@ func (x *TradeHolderDetailEx) GetRefundableDeposit() float64 {
|
|
|
return 0
|
|
|
}
|
|
|
|
|
|
-func (x *TradeHolderDetailEx) GetTradeTime() *Date {
|
|
|
- if x != nil {
|
|
|
- return x.TradeTime
|
|
|
+func (x *TradeHolderDetailEx) GetPayedLateFee() float64 {
|
|
|
+ if x != nil && x.PayedLateFee != nil {
|
|
|
+ return *x.PayedLateFee
|
|
|
}
|
|
|
- return nil
|
|
|
+ return 0
|
|
|
+}
|
|
|
+
|
|
|
+func (x *TradeHolderDetailEx) GetTradeTime() string {
|
|
|
+ if x != nil && x.TradeTime != nil {
|
|
|
+ return *x.TradeTime
|
|
|
+ }
|
|
|
+ return ""
|
|
|
+}
|
|
|
+
|
|
|
+func (x *TradeHolderDetailEx) GetHandleStatus() uint32 {
|
|
|
+ if x != nil && x.HandleStatus != nil {
|
|
|
+ return *x.HandleStatus
|
|
|
+ }
|
|
|
+ return 0
|
|
|
}
|
|
|
|
|
|
func (x *TradeHolderDetailEx) GetOriPayedDeposit() float64 {
|
|
|
@@ -2375,9 +2389,9 @@ func (x *TradeHolderDetailEx) GetOriPayedDeposit() float64 {
|
|
|
return 0
|
|
|
}
|
|
|
|
|
|
-func (x *TradeHolderDetailEx) GetOriRestockDeposit() float64 {
|
|
|
- if x != nil && x.OriRestockDeposit != nil {
|
|
|
- return *x.OriRestockDeposit
|
|
|
+func (x *TradeHolderDetailEx) GetOriReStockDeposit() float64 {
|
|
|
+ if x != nil && x.OriReStockDeposit != nil {
|
|
|
+ return *x.OriReStockDeposit
|
|
|
}
|
|
|
return 0
|
|
|
}
|
|
|
@@ -2403,7 +2417,6 @@ func (x *TradeHolderDetailEx) GetCanAutoRefundDeposit() uint64 {
|
|
|
return 0
|
|
|
}
|
|
|
|
|
|
-
|
|
|
// RedisTradeHolderDetailEx redis存储交易持仓扩展表
|
|
|
type RedisTradeHolderDetailEx struct {
|
|
|
state protoimpl.MessageState
|
|
|
@@ -3078,7 +3091,7 @@ var file_mtp2_proto_rawDesc = []byte{
|
|
|
0x61, 0x6d, 0x65, 0x18, 0x16, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, 0x4d, 0x69, 0x64, 0x64, 0x6c,
|
|
|
0x65, 0x47, 0x6f, 0x6f, 0x64, 0x73, 0x4e, 0x61, 0x6d, 0x65, 0x12, 0x20, 0x0a, 0x0b, 0x47, 0x6f,
|
|
|
0x6f, 0x64, 0x73, 0x55, 0x6e, 0x69, 0x74, 0x49, 0x44, 0x18, 0x17, 0x20, 0x01, 0x28, 0x0d, 0x52,
|
|
|
- 0x0b, 0x47, 0x6f, 0x6f, 0x64, 0x73, 0x55, 0x6e, 0x69, 0x74, 0x49, 0x44, 0x22, 0xd9, 0x08, 0x0a,
|
|
|
+ 0x0b, 0x47, 0x6f, 0x6f, 0x64, 0x73, 0x55, 0x6e, 0x69, 0x74, 0x49, 0x44, 0x22, 0xf9, 0x0a, 0x0a,
|
|
|
0x13, 0x54, 0x72, 0x61, 0x64, 0x65, 0x48, 0x6f, 0x6c, 0x64, 0x65, 0x72, 0x44, 0x65, 0x74, 0x61,
|
|
|
0x69, 0x6c, 0x45, 0x78, 0x12, 0x18, 0x0a, 0x07, 0x54, 0x72, 0x61, 0x64, 0x65, 0x49, 0x44, 0x18,
|
|
|
0x01, 0x20, 0x01, 0x28, 0x04, 0x52, 0x07, 0x54, 0x72, 0x61, 0x64, 0x65, 0x49, 0x44, 0x12, 0x1c,
|
|
|
@@ -3146,9 +3159,27 @@ var file_mtp2_proto_rawDesc = []byte{
|
|
|
0x74, 0x65, 0x12, 0x2c, 0x0a, 0x11, 0x52, 0x65, 0x66, 0x75, 0x6e, 0x64, 0x61, 0x62, 0x6c, 0x65,
|
|
|
0x44, 0x65, 0x70, 0x6f, 0x73, 0x69, 0x74, 0x18, 0x20, 0x20, 0x01, 0x28, 0x01, 0x52, 0x11, 0x52,
|
|
|
0x65, 0x66, 0x75, 0x6e, 0x64, 0x61, 0x62, 0x6c, 0x65, 0x44, 0x65, 0x70, 0x6f, 0x73, 0x69, 0x74,
|
|
|
- 0x12, 0x26, 0x0a, 0x09, 0x54, 0x72, 0x61, 0x64, 0x65, 0x54, 0x69, 0x6d, 0x65, 0x18, 0x22, 0x20,
|
|
|
- 0x01, 0x28, 0x0b, 0x32, 0x08, 0x2e, 0x70, 0x62, 0x2e, 0x44, 0x61, 0x74, 0x65, 0x52, 0x09, 0x54,
|
|
|
- 0x72, 0x61, 0x64, 0x65, 0x54, 0x69, 0x6d, 0x65, 0x22, 0x81, 0x03, 0x0a, 0x18, 0x52, 0x65, 0x64,
|
|
|
+ 0x12, 0x22, 0x0a, 0x0c, 0x50, 0x61, 0x79, 0x65, 0x64, 0x4c, 0x61, 0x74, 0x65, 0x46, 0x65, 0x65,
|
|
|
+ 0x18, 0x21, 0x20, 0x01, 0x28, 0x01, 0x52, 0x0c, 0x50, 0x61, 0x79, 0x65, 0x64, 0x4c, 0x61, 0x74,
|
|
|
+ 0x65, 0x46, 0x65, 0x65, 0x12, 0x1c, 0x0a, 0x09, 0x54, 0x72, 0x61, 0x64, 0x65, 0x54, 0x69, 0x6d,
|
|
|
+ 0x65, 0x18, 0x22, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x54, 0x72, 0x61, 0x64, 0x65, 0x54, 0x69,
|
|
|
+ 0x6d, 0x65, 0x12, 0x22, 0x0a, 0x0c, 0x48, 0x61, 0x6e, 0x64, 0x6c, 0x65, 0x53, 0x74, 0x61, 0x74,
|
|
|
+ 0x75, 0x73, 0x18, 0x23, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x0c, 0x48, 0x61, 0x6e, 0x64, 0x6c, 0x65,
|
|
|
+ 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x12, 0x28, 0x0a, 0x0f, 0x4f, 0x72, 0x69, 0x50, 0x61, 0x79,
|
|
|
+ 0x65, 0x64, 0x44, 0x65, 0x70, 0x6f, 0x73, 0x69, 0x74, 0x18, 0x24, 0x20, 0x01, 0x28, 0x01, 0x52,
|
|
|
+ 0x0f, 0x4f, 0x72, 0x69, 0x50, 0x61, 0x79, 0x65, 0x64, 0x44, 0x65, 0x70, 0x6f, 0x73, 0x69, 0x74,
|
|
|
+ 0x12, 0x2c, 0x0a, 0x11, 0x4f, 0x72, 0x69, 0x52, 0x65, 0x53, 0x74, 0x6f, 0x63, 0x6b, 0x44, 0x65,
|
|
|
+ 0x70, 0x6f, 0x73, 0x69, 0x74, 0x18, 0x25, 0x20, 0x01, 0x28, 0x01, 0x52, 0x11, 0x4f, 0x72, 0x69,
|
|
|
+ 0x52, 0x65, 0x53, 0x74, 0x6f, 0x63, 0x6b, 0x44, 0x65, 0x70, 0x6f, 0x73, 0x69, 0x74, 0x12, 0x2c,
|
|
|
+ 0x0a, 0x11, 0x43, 0x61, 0x6e, 0x41, 0x75, 0x74, 0x6f, 0x41, 0x64, 0x64, 0x44, 0x65, 0x70, 0x6f,
|
|
|
+ 0x73, 0x69, 0x74, 0x18, 0x26, 0x20, 0x01, 0x28, 0x04, 0x52, 0x11, 0x43, 0x61, 0x6e, 0x41, 0x75,
|
|
|
+ 0x74, 0x6f, 0x41, 0x64, 0x64, 0x44, 0x65, 0x70, 0x6f, 0x73, 0x69, 0x74, 0x12, 0x26, 0x0a, 0x0e,
|
|
|
+ 0x41, 0x64, 0x64, 0x44, 0x65, 0x70, 0x6f, 0x73, 0x69, 0x74, 0x52, 0x61, 0x74, 0x65, 0x18, 0x27,
|
|
|
+ 0x20, 0x01, 0x28, 0x01, 0x52, 0x0e, 0x41, 0x64, 0x64, 0x44, 0x65, 0x70, 0x6f, 0x73, 0x69, 0x74,
|
|
|
+ 0x52, 0x61, 0x74, 0x65, 0x12, 0x32, 0x0a, 0x14, 0x43, 0x61, 0x6e, 0x41, 0x75, 0x74, 0x6f, 0x52,
|
|
|
+ 0x65, 0x66, 0x75, 0x6e, 0x64, 0x44, 0x65, 0x70, 0x6f, 0x73, 0x69, 0x74, 0x18, 0x28, 0x20, 0x01,
|
|
|
+ 0x28, 0x04, 0x52, 0x14, 0x43, 0x61, 0x6e, 0x41, 0x75, 0x74, 0x6f, 0x52, 0x65, 0x66, 0x75, 0x6e,
|
|
|
+ 0x64, 0x44, 0x65, 0x70, 0x6f, 0x73, 0x69, 0x74, 0x22, 0x81, 0x03, 0x0a, 0x18, 0x52, 0x65, 0x64,
|
|
|
0x69, 0x73, 0x54, 0x72, 0x61, 0x64, 0x65, 0x48, 0x6f, 0x6c, 0x64, 0x65, 0x72, 0x44, 0x65, 0x74,
|
|
|
0x61, 0x69, 0x6c, 0x45, 0x78, 0x12, 0x37, 0x0a, 0x0a, 0x54, 0x48, 0x44, 0x65, 0x74, 0x61, 0x69,
|
|
|
0x6c, 0x45, 0x78, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x17, 0x2e, 0x70, 0x62, 0x2e, 0x54,
|
|
|
@@ -3245,13 +3276,12 @@ var file_mtp2_proto_depIdxs = []int32{
|
|
|
8, // 13: pb.Ermcp2HedgedItemInfo.hedgeditemext:type_name -> pb.Ermcp2HedgedItemExt
|
|
|
10, // 14: pb.Ermcp2HedgedItemInfo.himiddlegoodsext:type_name -> pb.Ermcp2HIMiddleGoodsExt
|
|
|
2, // 15: pb.Ermcp2AreaExposure.UpdateTime:type_name -> pb.Date
|
|
|
- 2, // 16: pb.TradeHolderDetailEx.TradeTime:type_name -> pb.Date
|
|
|
- 13, // 17: pb.RedisTradeHolderDetailEx.THDetailEx:type_name -> pb.TradeHolderDetailEx
|
|
|
- 18, // [18:18] is the sub-list for method output_type
|
|
|
- 18, // [18:18] is the sub-list for method input_type
|
|
|
- 18, // [18:18] is the sub-list for extension type_name
|
|
|
- 18, // [18:18] is the sub-list for extension extendee
|
|
|
- 0, // [0:18] is the sub-list for field type_name
|
|
|
+ 13, // 16: pb.RedisTradeHolderDetailEx.THDetailEx:type_name -> pb.TradeHolderDetailEx
|
|
|
+ 17, // [17:17] is the sub-list for method output_type
|
|
|
+ 17, // [17:17] is the sub-list for method input_type
|
|
|
+ 17, // [17:17] is the sub-list for extension type_name
|
|
|
+ 17, // [17:17] is the sub-list for extension extendee
|
|
|
+ 0, // [0:17] is the sub-list for field type_name
|
|
|
}
|
|
|
|
|
|
func init() { file_mtp2_proto_init() }
|