Skip to content

怎么获取换手率涨幅这些呢 #19

Description

@XianRenn

怎么获取换手率涨幅这些呢
type Quote struct {
Exchange Exchange // 市场
Code string // 股票代码 6个ascii字符串
Active1 uint16 // 活跃度
K K //k线
ServerTime string // 时间
ReversedBytes0 int // 保留(时间 ServerTime)
ReversedBytes1 int // 保留 这个等于 负的收盘价格?
TotalHand int // 总手(东财的盘口-总手)
Intuition int // 现量(东财的盘口-现量)现在成交量
Amount float64 // 金额(东财的盘口-金额)
InsideDish int // 内盘(东财的盘口-外盘)(和东财对不上)
OuterDisc int // 外盘(东财的盘口-外盘)(和东财对不上)

ReversedBytes2 int         // 保留,未知
ReversedBytes3 int         // 保留,未知,基金的昨收净值?
BuyLevel       PriceLevels // 5档买盘(买1-5)
SellLevel      PriceLevels // 5档卖盘(卖1-5)

ReversedBytes4 uint16  // 保留,未知
ReversedBytes5 int     // 保留,未知
ReversedBytes6 int     // 保留,未知
ReversedBytes7 int     // 保留,未知
ReversedBytes8 int     // 保留,未知
ReversedBytes9 uint16  // 保留,未知
Rate           float64 // 涨速,好像都是0
Active2        uint16  // 活跃度

}

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions