天天看點

如何通過萬德L2接口判斷哪個價位有阻力?

投資者可以通過萬德L2接口的買賣前十檔的委托價和挂單,以便準确出價,或者可以盡快發現和判斷預埋線索,做出提前撤出或盡快進入的決定。通過十檔行情,投資者可看得更深。哪個價位有阻力?哪個價位有支撐?哪個價位有大筆挂單,一目了然。

1.萬德L2接口十檔行情快照)

字段名 類型 備注
stock_exchange uint32 證券市場,見資料字典
stock_code string 證券代碼
created_at int64 快照日期時間戳(毫秒)
status uint32 狀态:0-開盤前,1-開盤集合競價,2-集合競價至連續競價,3-連續競價, 4-中午休市,5-收盤集合競價,6-閉市
prev_close_price uint32 前收盤價
open_price uint32 開盤價
latest_price uint32 最新價
high_price uint32 最高價
low_price uint32 最低價
limit_up_price uint32 漲停價
limit_down_price uint32 跌停價
order_quantity uint32 成交筆數
volume uint64 成交數量
amount uint64 成交金額
bid_volume uint64 委托買入數量
bid_price uint32 委托買入權重平均價
ask_volume uint64 委托賣出數量
ask_price uint32 委托賣出權重平均價
bid_price_detail repeated uint32 委托買入價格明細(十檔)
bid_volume_detail repeated uint32 委托買入數量明細(十檔)
ask_price_detail repeated uint32 委托賣出價格明細(十檔)
ask_volume_detail repeated uint32 委托賣出數量明細(十檔)

傳回執行個體: 

如何通過萬德L2接口判斷哪個價位有阻力?

 以上就是小編對萬德L2接口十檔行情的相關介紹了,有問題可以通過下面名片找小編交流,也可以通過https://gitee.com/l2gogogo 檢視更多相關内容!

繼續閱讀