Documentation ¶
Index ¶
- Constants
- Variables
- type C2S
- func (*C2S) Descriptor() ([]byte, []int)deprecated
- func (x *C2S) GetAscend() bool
- func (x *C2S) GetBegin() int32
- func (x *C2S) GetConversionMax() float64
- func (x *C2S) GetConversionMin() float64
- func (x *C2S) GetCurPriceMax() float64
- func (x *C2S) GetCurPriceMin() float64
- func (x *C2S) GetDeltaMax() float64
- func (x *C2S) GetDeltaMin() float64
- func (x *C2S) GetImpliedMax() float64
- func (x *C2S) GetImpliedMin() float64
- func (x *C2S) GetIpoPeriod() int32
- func (x *C2S) GetIssuerList() []int32
- func (x *C2S) GetLeverageRatioMax() float64
- func (x *C2S) GetLeverageRatioMin() float64
- func (x *C2S) GetMaturityTimeMax() string
- func (x *C2S) GetMaturityTimeMin() string
- func (x *C2S) GetNum() int32
- func (x *C2S) GetOwner() *qotcommon.Security
- func (x *C2S) GetPremiumMax() float64
- func (x *C2S) GetPremiumMin() float64
- func (x *C2S) GetPriceRecoveryRatioMax() float64
- func (x *C2S) GetPriceRecoveryRatioMin() float64
- func (x *C2S) GetPriceType() int32
- func (x *C2S) GetRecoveryPriceMax() float64
- func (x *C2S) GetRecoveryPriceMin() float64
- func (x *C2S) GetSortField() int32
- func (x *C2S) GetStatus() int32
- func (x *C2S) GetStreetMax() float64
- func (x *C2S) GetStreetMin() float64
- func (x *C2S) GetStrikePriceMax() float64
- func (x *C2S) GetStrikePriceMin() float64
- func (x *C2S) GetTypeList() []int32
- func (x *C2S) GetVolMax() uint64
- func (x *C2S) GetVolMin() uint64
- func (*C2S) ProtoMessage()
- func (x *C2S) ProtoReflect() protoreflect.Message
- func (x *C2S) Reset()
- func (x *C2S) String() string
- type Request
- type Response
- func (*Response) Descriptor() ([]byte, []int)deprecated
- func (x *Response) GetErrCode() int32
- func (x *Response) GetRetMsg() string
- func (x *Response) GetRetType() int32
- func (x *Response) GetS2C() *S2C
- func (*Response) ProtoMessage()
- func (x *Response) ProtoReflect() protoreflect.Message
- func (x *Response) Reset()
- func (x *Response) String() string
- type S2C
- type WarrantData
- func (*WarrantData) Descriptor() ([]byte, []int)deprecated
- func (x *WarrantData) GetAmplitude() float64
- func (x *WarrantData) GetAskPrice() float64
- func (x *WarrantData) GetAskVol() int64
- func (x *WarrantData) GetBidPrice() float64
- func (x *WarrantData) GetBidVol() int64
- func (x *WarrantData) GetBreakEvenPoint() float64
- func (x *WarrantData) GetChangeRate() float64
- func (x *WarrantData) GetConversionPrice() float64
- func (x *WarrantData) GetConversionRatio() float64
- func (x *WarrantData) GetCurPrice() float64
- func (x *WarrantData) GetDelta() float64
- func (x *WarrantData) GetEffectiveLeverage() float64
- func (x *WarrantData) GetHighPrice() float64
- func (x *WarrantData) GetImpliedVolatility() float64
- func (x *WarrantData) GetInLinePriceStatus() int32
- func (x *WarrantData) GetIpop() float64
- func (x *WarrantData) GetIssueSize() int64
- func (x *WarrantData) GetIssuer() int32
- func (x *WarrantData) GetLastClosePrice() float64
- func (x *WarrantData) GetLastTradeTime() string
- func (x *WarrantData) GetLastTradeTimestamp() float64
- func (x *WarrantData) GetLeverage() float64
- func (x *WarrantData) GetListTime() string
- func (x *WarrantData) GetListTimestamp() float64
- func (x *WarrantData) GetLotSize() int32
- func (x *WarrantData) GetLowPrice() float64
- func (x *WarrantData) GetLowerStrikePrice() float64
- func (x *WarrantData) GetMaturityTime() string
- func (x *WarrantData) GetMaturityTimestamp() float64
- func (x *WarrantData) GetName() string
- func (x *WarrantData) GetOwner() *qotcommon.Security
- func (x *WarrantData) GetPremium() float64
- func (x *WarrantData) GetPriceChangeVal() float64
- func (x *WarrantData) GetPriceRecoveryRatio() float64
- func (x *WarrantData) GetRecoveryPrice() float64
- func (x *WarrantData) GetScore() float64
- func (x *WarrantData) GetStatus() int32
- func (x *WarrantData) GetStock() *qotcommon.Security
- func (x *WarrantData) GetStreetRate() float64
- func (x *WarrantData) GetStreetVol() int64
- func (x *WarrantData) GetStrikePrice() float64
- func (x *WarrantData) GetTurnover() float64
- func (x *WarrantData) GetType() int32
- func (x *WarrantData) GetUpperStrikePrice() float64
- func (x *WarrantData) GetVolume() int64
- func (*WarrantData) ProtoMessage()
- func (x *WarrantData) ProtoReflect() protoreflect.Message
- func (x *WarrantData) Reset()
- func (x *WarrantData) String() string
Constants ¶
View Source
const (
Default_Response_RetType = int32(-400)
)
Default values for Response fields.
Variables ¶
View Source
var File_Qot_GetWarrant_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type C2S ¶
type C2S struct { Begin *int32 `protobuf:"varint,1,req,name=begin" json:"begin,omitempty"` //数据起始点 Num *int32 `protobuf:"varint,2,req,name=num" json:"num,omitempty"` //请求数据个数,最大200 SortField *int32 `protobuf:"varint,3,req,name=sortField" json:"sortField,omitempty"` //Qot_Common.SortField,根据哪个字段排序 Ascend *bool `protobuf:"varint,4,req,name=ascend" json:"ascend,omitempty"` //升序ture,降序false //以下为筛选条件,可选字段,不填表示不过滤 Owner *qotcommon.Security `protobuf:"bytes,5,opt,name=owner" json:"owner,omitempty"` //所属正股 TypeList []int32 `protobuf:"varint,6,rep,name=typeList" json:"typeList,omitempty"` //Qot_Common.WarrantType,窝轮类型过滤列表 IssuerList []int32 `protobuf:"varint,7,rep,name=issuerList" json:"issuerList,omitempty"` //Qot_Common.Issuer,发行人过滤列表 MaturityTimeMin *string `protobuf:"bytes,8,opt,name=maturityTimeMin" json:"maturityTimeMin,omitempty"` //到期日,到期日范围的开始时间戳 MaturityTimeMax *string `protobuf:"bytes,9,opt,name=maturityTimeMax" json:"maturityTimeMax,omitempty"` //到期日范围的结束时间戳 IpoPeriod *int32 `protobuf:"varint,10,opt,name=ipoPeriod" json:"ipoPeriod,omitempty"` //Qot_Common.IpoPeriod,上市日 PriceType *int32 `protobuf:"varint,11,opt,name=priceType" json:"priceType,omitempty"` //Qot_Common.PriceType,价内/价外(暂不支持界内证的界内外筛选) Status *int32 `protobuf:"varint,12,opt,name=status" json:"status,omitempty"` //Qot_Common.WarrantStatus,窝轮状态 CurPriceMin *float64 `protobuf:"fixed64,13,opt,name=curPriceMin" json:"curPriceMin,omitempty"` //最新价的过滤下限(闭区间),不传代表下限为 -∞(精确到小数点后 3 位,超出部分会被舍弃) CurPriceMax *float64 `protobuf:"fixed64,14,opt,name=curPriceMax" json:"curPriceMax,omitempty"` //最新价的过滤上限(闭区间),不传代表上限为 +∞(精确到小数点后 3 位,超出部分会被舍弃) StrikePriceMin *float64 `protobuf:"fixed64,15,opt,name=strikePriceMin" json:"strikePriceMin,omitempty"` //行使价的过滤下限(闭区间),不传代表下限为 -∞(精确到小数点后 3 位,超出部分会被舍弃) StrikePriceMax *float64 `protobuf:"fixed64,16,opt,name=strikePriceMax" json:"strikePriceMax,omitempty"` //行使价的过滤上限(闭区间),不传代表上限为 +∞(精确到小数点后 3 位,超出部分会被舍弃) StreetMin *float64 `protobuf:"fixed64,17,opt,name=streetMin" json:"streetMin,omitempty"` //街货占比的过滤下限(闭区间),该字段为百分比字段,默认不展示 %,如 20 实际对应 20%。不传代表下限为 -∞(精确到小数点后 3 位,超出部分会被舍弃) StreetMax *float64 `protobuf:"fixed64,18,opt,name=streetMax" json:"streetMax,omitempty"` //街货占比的过滤上限(闭区间),该字段为百分比字段,默认不展示 %,如 20 实际对应 20%。不传代表上限为 +∞(精确到小数点后 3 位,超出部分会被舍弃) ConversionMin *float64 `protobuf:"fixed64,19,opt,name=conversionMin" json:"conversionMin,omitempty"` //换股比率的过滤下限(闭区间),不传代表下限为 -∞(精确到小数点后 3 位,超出部分会被舍弃) ConversionMax *float64 `protobuf:"fixed64,20,opt,name=conversionMax" json:"conversionMax,omitempty"` //换股比率的过滤上限(闭区间),不传代表上限为 +∞(精确到小数点后 3 位,超出部分会被舍弃) VolMin *uint64 `protobuf:"varint,21,opt,name=volMin" json:"volMin,omitempty"` //成交量的过滤下限(闭区间),不传代表下限为 -∞ VolMax *uint64 `protobuf:"varint,22,opt,name=volMax" json:"volMax,omitempty"` //成交量的过滤上限(闭区间),不传代表上限为 +∞ PremiumMin *float64 `protobuf:"fixed64,23,opt,name=premiumMin" json:"premiumMin,omitempty"` //溢价的过滤下限(闭区间),该字段为百分比字段,默认不展示 %,如 20 实际对应 20%。不传代表下限为 -∞(精确到小数点后 3 位,超出部分会被舍弃) PremiumMax *float64 `protobuf:"fixed64,24,opt,name=premiumMax" json:"premiumMax,omitempty"` //溢价的过滤上限(闭区间),该字段为百分比字段,默认不展示 %,如 20 实际对应 20%。不传代表上限为 +∞(精确到小数点后 3 位,超出部分会被舍弃) LeverageRatioMin *float64 `protobuf:"fixed64,25,opt,name=leverageRatioMin" json:"leverageRatioMin,omitempty"` //杠杆比率的过滤下限(闭区间),不传代表下限为 -∞(精确到小数点后 3 位,超出部分会被舍弃) LeverageRatioMax *float64 `protobuf:"fixed64,26,opt,name=leverageRatioMax" json:"leverageRatioMax,omitempty"` //杠杆比率的过滤上限(闭区间),不传代表上限为 +∞(精确到小数点后 3 位,超出部分会被舍弃) DeltaMin *float64 `protobuf:"fixed64,27,opt,name=deltaMin" json:"deltaMin,omitempty"` //对冲值的过滤下限(闭区间),仅认购认沽支持此字段过滤,不传代表下限为 -∞(精确到小数点后 3 位,超出部分会被舍弃) DeltaMax *float64 `protobuf:"fixed64,28,opt,name=deltaMax" json:"deltaMax,omitempty"` //对冲值的过滤上限(闭区间),仅认购认沽支持此字段过滤,不传代表上限为 +∞(精确到小数点后 3 位,超出部分会被舍弃) ImpliedMin *float64 `protobuf:"fixed64,29,opt,name=impliedMin" json:"impliedMin,omitempty"` //引伸波幅的过滤下限(闭区间),仅认购认沽支持此字段过滤,不传代表下限为 -∞(精确到小数点后 3 位,超出部分会被舍弃) ImpliedMax *float64 `protobuf:"fixed64,30,opt,name=impliedMax" json:"impliedMax,omitempty"` //引伸波幅的过滤上限(闭区间),仅认购认沽支持此字段过滤,不传代表上限为 +∞(精确到小数点后 3 位,超出部分会被舍弃) RecoveryPriceMin *float64 `protobuf:"fixed64,31,opt,name=recoveryPriceMin" json:"recoveryPriceMin,omitempty"` //收回价的过滤下限(闭区间),仅牛熊证支持此字段过滤,不传代表下限为 -∞(精确到小数点后 3 位,超出部分会被舍弃) RecoveryPriceMax *float64 `protobuf:"fixed64,32,opt,name=recoveryPriceMax" json:"recoveryPriceMax,omitempty"` //收回价的过滤上限(闭区间),仅牛熊证支持此字段过滤,不传代表上限为 +∞(精确到小数点后 3 位,超出部分会被舍弃) PriceRecoveryRatioMin *float64 `protobuf:"fixed64,33,opt,name=priceRecoveryRatioMin" json:"priceRecoveryRatioMin,omitempty"` //正股距收回价,的过滤下限(闭区间),仅牛熊证支持此字段过滤。该字段为百分比字段,默认不展示 %,如 20 实际对应 20%。不传代表下限为 -∞(精确到小数点后 3 位,超出部分会被舍弃) PriceRecoveryRatioMax *float64 `protobuf:"fixed64,34,opt,name=priceRecoveryRatioMax" json:"priceRecoveryRatioMax,omitempty"` //正股距收回价,的过滤上限(闭区间),仅牛熊证支持此字段过滤。该字段为百分比字段,默认不展示 %,如 20 实际对应 20%。不传代表上限为 +∞(精确到小数点后 3 位,超出部分会被舍弃) // contains filtered or unexported fields }
func (*C2S) Descriptor
deprecated
func (*C2S) GetConversionMax ¶
func (*C2S) GetConversionMin ¶
func (*C2S) GetCurPriceMax ¶
func (*C2S) GetCurPriceMin ¶
func (*C2S) GetDeltaMax ¶
func (*C2S) GetDeltaMin ¶
func (*C2S) GetImpliedMax ¶
func (*C2S) GetImpliedMin ¶
func (*C2S) GetIpoPeriod ¶
func (*C2S) GetIssuerList ¶
func (*C2S) GetLeverageRatioMax ¶
func (*C2S) GetLeverageRatioMin ¶
func (*C2S) GetMaturityTimeMax ¶
func (*C2S) GetMaturityTimeMin ¶
func (*C2S) GetPremiumMax ¶
func (*C2S) GetPremiumMin ¶
func (*C2S) GetPriceRecoveryRatioMax ¶
func (*C2S) GetPriceRecoveryRatioMin ¶
func (*C2S) GetPriceType ¶
func (*C2S) GetRecoveryPriceMax ¶
func (*C2S) GetRecoveryPriceMin ¶
func (*C2S) GetSortField ¶
func (*C2S) GetStreetMax ¶
func (*C2S) GetStreetMin ¶
func (*C2S) GetStrikePriceMax ¶
func (*C2S) GetStrikePriceMin ¶
func (*C2S) GetTypeList ¶
func (*C2S) ProtoMessage ¶
func (*C2S) ProtoMessage()
func (*C2S) ProtoReflect ¶
func (x *C2S) ProtoReflect() protoreflect.Message
type Request ¶
type Request struct { C2S *C2S `protobuf:"bytes,1,req,name=c2s" json:"c2s,omitempty"` // contains filtered or unexported fields }
func (*Request) Descriptor
deprecated
func (*Request) ProtoMessage ¶
func (*Request) ProtoMessage()
func (*Request) ProtoReflect ¶
func (x *Request) ProtoReflect() protoreflect.Message
type Response ¶
type Response struct { RetType *int32 `protobuf:"varint,1,req,name=retType,def=-400" json:"retType,omitempty"` //RetType,返回结果 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"` // contains filtered or unexported fields }
func (*Response) Descriptor
deprecated
func (*Response) GetErrCode ¶
func (*Response) GetRetType ¶
func (*Response) ProtoMessage ¶
func (*Response) ProtoMessage()
func (*Response) ProtoReflect ¶
func (x *Response) ProtoReflect() protoreflect.Message
type S2C ¶
type S2C struct { LastPage *bool `protobuf:"varint,1,req,name=lastPage" json:"lastPage,omitempty"` //是否最后一页了,false:非最后一页,还有窝轮记录未返回; true:已是最后一页 AllCount *int32 `protobuf:"varint,2,req,name=allCount" json:"allCount,omitempty"` //该条件请求所有数据的个数 WarrantDataList []*WarrantData `protobuf:"bytes,3,rep,name=warrantDataList" json:"warrantDataList,omitempty"` //窝轮数据 // contains filtered or unexported fields }
func (*S2C) Descriptor
deprecated
func (*S2C) GetAllCount ¶
func (*S2C) GetLastPage ¶
func (*S2C) GetWarrantDataList ¶
func (x *S2C) GetWarrantDataList() []*WarrantData
func (*S2C) ProtoMessage ¶
func (*S2C) ProtoMessage()
func (*S2C) ProtoReflect ¶
func (x *S2C) ProtoReflect() protoreflect.Message
type WarrantData ¶
type WarrantData struct { //静态数据项 Stock *qotcommon.Security `protobuf:"bytes,1,req,name=stock" json:"stock,omitempty"` //股票 Owner *qotcommon.Security `protobuf:"bytes,2,req,name=owner" json:"owner,omitempty"` //所属正股 Type *int32 `protobuf:"varint,3,req,name=type" json:"type,omitempty"` //Qot_Common.WarrantType,窝轮类型 Issuer *int32 `protobuf:"varint,4,req,name=issuer" json:"issuer,omitempty"` //Qot_Common.Issuer,发行人 MaturityTime *string `protobuf:"bytes,5,req,name=maturityTime" json:"maturityTime,omitempty"` //到期日 MaturityTimestamp *float64 `protobuf:"fixed64,6,opt,name=maturityTimestamp" json:"maturityTimestamp,omitempty"` //到期日时间戳 ListTime *string `protobuf:"bytes,7,req,name=listTime" json:"listTime,omitempty"` //上市时间 ListTimestamp *float64 `protobuf:"fixed64,8,opt,name=listTimestamp" json:"listTimestamp,omitempty"` //上市时间戳 LastTradeTime *string `protobuf:"bytes,9,req,name=lastTradeTime" json:"lastTradeTime,omitempty"` //最后交易日 LastTradeTimestamp *float64 `protobuf:"fixed64,10,opt,name=lastTradeTimestamp" json:"lastTradeTimestamp,omitempty"` //最后交易日时间戳 RecoveryPrice *float64 `protobuf:"fixed64,11,opt,name=recoveryPrice" json:"recoveryPrice,omitempty"` //收回价,仅牛熊证支持此字段 ConversionRatio *float64 `protobuf:"fixed64,12,req,name=conversionRatio" json:"conversionRatio,omitempty"` //换股比率 LotSize *int32 `protobuf:"varint,13,req,name=lotSize" json:"lotSize,omitempty"` //每手数量 StrikePrice *float64 `protobuf:"fixed64,14,req,name=strikePrice" json:"strikePrice,omitempty"` //行使价 LastClosePrice *float64 `protobuf:"fixed64,15,req,name=lastClosePrice" json:"lastClosePrice,omitempty"` //昨收价 Name *string `protobuf:"bytes,16,req,name=name" json:"name,omitempty"` //名称 //动态数据项 CurPrice *float64 `protobuf:"fixed64,17,req,name=curPrice" json:"curPrice,omitempty"` //当前价 PriceChangeVal *float64 `protobuf:"fixed64,18,req,name=priceChangeVal" json:"priceChangeVal,omitempty"` //涨跌额 ChangeRate *float64 `protobuf:"fixed64,19,req,name=changeRate" json:"changeRate,omitempty"` //涨跌幅(该字段为百分比字段,默认不展示 %,如 20 实际对应 20%) Status *int32 `protobuf:"varint,20,req,name=status" json:"status,omitempty"` //Qot_Common.WarrantStatus,窝轮状态 BidPrice *float64 `protobuf:"fixed64,21,req,name=bidPrice" json:"bidPrice,omitempty"` //买入价 AskPrice *float64 `protobuf:"fixed64,22,req,name=askPrice" json:"askPrice,omitempty"` //卖出价 BidVol *int64 `protobuf:"varint,23,req,name=bidVol" json:"bidVol,omitempty"` //买量 AskVol *int64 `protobuf:"varint,24,req,name=askVol" json:"askVol,omitempty"` //卖量 Volume *int64 `protobuf:"varint,25,req,name=volume" json:"volume,omitempty"` //成交量 Turnover *float64 `protobuf:"fixed64,26,req,name=turnover" json:"turnover,omitempty"` //成交额 Score *float64 `protobuf:"fixed64,27,req,name=score" json:"score,omitempty"` //综合评分 Premium *float64 `protobuf:"fixed64,28,req,name=premium" json:"premium,omitempty"` //溢价(该字段为百分比字段,默认不展示 %,如 20 实际对应 20%) BreakEvenPoint *float64 `protobuf:"fixed64,29,req,name=breakEvenPoint" json:"breakEvenPoint,omitempty"` //打和点 Leverage *float64 `protobuf:"fixed64,30,req,name=leverage" json:"leverage,omitempty"` //杠杆比率(倍) Ipop *float64 `protobuf:"fixed64,31,req,name=ipop" json:"ipop,omitempty"` //价内/价外,正数表示价内,负数表示价外(该字段为百分比字段,默认不展示 %,如 20 实际对应 20%) PriceRecoveryRatio *float64 `protobuf:"fixed64,32,opt,name=priceRecoveryRatio" json:"priceRecoveryRatio,omitempty"` //正股距收回价,仅牛熊证支持此字段(该字段为百分比字段,默认不展示 %,如 20 实际对应 20%) ConversionPrice *float64 `protobuf:"fixed64,33,req,name=conversionPrice" json:"conversionPrice,omitempty"` //换股价 StreetRate *float64 `protobuf:"fixed64,34,req,name=streetRate" json:"streetRate,omitempty"` //街货占比(该字段为百分比字段,默认不展示 %,如 20 实际对应 20%) StreetVol *int64 `protobuf:"varint,35,req,name=streetVol" json:"streetVol,omitempty"` //街货量 Amplitude *float64 `protobuf:"fixed64,36,req,name=amplitude" json:"amplitude,omitempty"` //振幅(该字段为百分比字段,默认不展示 %,如 20 实际对应 20%) IssueSize *int64 `protobuf:"varint,37,req,name=issueSize" json:"issueSize,omitempty"` //发行量 HighPrice *float64 `protobuf:"fixed64,39,req,name=highPrice" json:"highPrice,omitempty"` //最高价 LowPrice *float64 `protobuf:"fixed64,40,req,name=lowPrice" json:"lowPrice,omitempty"` //最低价 ImpliedVolatility *float64 `protobuf:"fixed64,41,opt,name=impliedVolatility" json:"impliedVolatility,omitempty"` //引申波幅,仅认购认沽支持此字段 Delta *float64 `protobuf:"fixed64,42,opt,name=delta" json:"delta,omitempty"` //对冲值,仅认购认沽支持此字段 EffectiveLeverage *float64 `protobuf:"fixed64,43,req,name=effectiveLeverage" json:"effectiveLeverage,omitempty"` //有效杠杆 UpperStrikePrice *float64 `protobuf:"fixed64,44,opt,name=upperStrikePrice" json:"upperStrikePrice,omitempty"` //上限价,仅界内证支持此字段 LowerStrikePrice *float64 `protobuf:"fixed64,45,opt,name=lowerStrikePrice" json:"lowerStrikePrice,omitempty"` //下限价,仅界内证支持此字段 InLinePriceStatus *int32 `protobuf:"varint,46,opt,name=inLinePriceStatus" json:"inLinePriceStatus,omitempty"` //Qot_Common.PriceType,界内界外,仅界内证支持此字段 // contains filtered or unexported fields }
func (*WarrantData) Descriptor
deprecated
func (*WarrantData) Descriptor() ([]byte, []int)
Deprecated: Use WarrantData.ProtoReflect.Descriptor instead.
func (*WarrantData) GetAmplitude ¶
func (x *WarrantData) GetAmplitude() float64
func (*WarrantData) GetAskPrice ¶
func (x *WarrantData) GetAskPrice() float64
func (*WarrantData) GetAskVol ¶
func (x *WarrantData) GetAskVol() int64
func (*WarrantData) GetBidPrice ¶
func (x *WarrantData) GetBidPrice() float64
func (*WarrantData) GetBidVol ¶
func (x *WarrantData) GetBidVol() int64
func (*WarrantData) GetBreakEvenPoint ¶
func (x *WarrantData) GetBreakEvenPoint() float64
func (*WarrantData) GetChangeRate ¶
func (x *WarrantData) GetChangeRate() float64
func (*WarrantData) GetConversionPrice ¶
func (x *WarrantData) GetConversionPrice() float64
func (*WarrantData) GetConversionRatio ¶
func (x *WarrantData) GetConversionRatio() float64
func (*WarrantData) GetCurPrice ¶
func (x *WarrantData) GetCurPrice() float64
func (*WarrantData) GetDelta ¶
func (x *WarrantData) GetDelta() float64
func (*WarrantData) GetEffectiveLeverage ¶
func (x *WarrantData) GetEffectiveLeverage() float64
func (*WarrantData) GetHighPrice ¶
func (x *WarrantData) GetHighPrice() float64
func (*WarrantData) GetImpliedVolatility ¶
func (x *WarrantData) GetImpliedVolatility() float64
func (*WarrantData) GetInLinePriceStatus ¶
func (x *WarrantData) GetInLinePriceStatus() int32
func (*WarrantData) GetIpop ¶
func (x *WarrantData) GetIpop() float64
func (*WarrantData) GetIssueSize ¶
func (x *WarrantData) GetIssueSize() int64
func (*WarrantData) GetIssuer ¶
func (x *WarrantData) GetIssuer() int32
func (*WarrantData) GetLastClosePrice ¶
func (x *WarrantData) GetLastClosePrice() float64
func (*WarrantData) GetLastTradeTime ¶
func (x *WarrantData) GetLastTradeTime() string
func (*WarrantData) GetLastTradeTimestamp ¶
func (x *WarrantData) GetLastTradeTimestamp() float64
func (*WarrantData) GetLeverage ¶
func (x *WarrantData) GetLeverage() float64
func (*WarrantData) GetListTime ¶
func (x *WarrantData) GetListTime() string
func (*WarrantData) GetListTimestamp ¶
func (x *WarrantData) GetListTimestamp() float64
func (*WarrantData) GetLotSize ¶
func (x *WarrantData) GetLotSize() int32
func (*WarrantData) GetLowPrice ¶
func (x *WarrantData) GetLowPrice() float64
func (*WarrantData) GetLowerStrikePrice ¶
func (x *WarrantData) GetLowerStrikePrice() float64
func (*WarrantData) GetMaturityTime ¶
func (x *WarrantData) GetMaturityTime() string
func (*WarrantData) GetMaturityTimestamp ¶
func (x *WarrantData) GetMaturityTimestamp() float64
func (*WarrantData) GetName ¶
func (x *WarrantData) GetName() string
func (*WarrantData) GetOwner ¶
func (x *WarrantData) GetOwner() *qotcommon.Security
func (*WarrantData) GetPremium ¶
func (x *WarrantData) GetPremium() float64
func (*WarrantData) GetPriceChangeVal ¶
func (x *WarrantData) GetPriceChangeVal() float64
func (*WarrantData) GetPriceRecoveryRatio ¶
func (x *WarrantData) GetPriceRecoveryRatio() float64
func (*WarrantData) GetRecoveryPrice ¶
func (x *WarrantData) GetRecoveryPrice() float64
func (*WarrantData) GetScore ¶
func (x *WarrantData) GetScore() float64
func (*WarrantData) GetStatus ¶
func (x *WarrantData) GetStatus() int32
func (*WarrantData) GetStock ¶
func (x *WarrantData) GetStock() *qotcommon.Security
func (*WarrantData) GetStreetRate ¶
func (x *WarrantData) GetStreetRate() float64
func (*WarrantData) GetStreetVol ¶
func (x *WarrantData) GetStreetVol() int64
func (*WarrantData) GetStrikePrice ¶
func (x *WarrantData) GetStrikePrice() float64
func (*WarrantData) GetTurnover ¶
func (x *WarrantData) GetTurnover() float64
func (*WarrantData) GetType ¶
func (x *WarrantData) GetType() int32
func (*WarrantData) GetUpperStrikePrice ¶
func (x *WarrantData) GetUpperStrikePrice() float64
func (*WarrantData) GetVolume ¶
func (x *WarrantData) GetVolume() int64
func (*WarrantData) ProtoMessage ¶
func (*WarrantData) ProtoMessage()
func (*WarrantData) ProtoReflect ¶
func (x *WarrantData) ProtoReflect() protoreflect.Message
func (*WarrantData) Reset ¶
func (x *WarrantData) Reset()
func (*WarrantData) String ¶
func (x *WarrantData) String() string
Click to show internal directories.
Click to hide internal directories.