Xlight API用户手册 v1.6.0.23
Xlight极速柜台接口文档
载入中...
搜索中...
未找到
xlt_quote_list.h
浏览该文件的文档.
1#pragma once
2#include <cstddef>
3#include "xlt_quote_struct.h"
4
5namespace x1 {
6
11 public:
12 virtual size_t data_count() const = 0;
13 virtual const xlt_static_quote_full_info_t* get(int i) const = 0;
14 protected:
15 virtual ~XLTStaticQuoteList() = default;
16 };
17
22 public:
23 virtual size_t data_count() const = 0;
24 virtual const xlt_level1_quote_t* get(int i) const = 0;
25 protected:
26 virtual ~XLTLevel1QuoteList() = default;
27 };
28}
只读Level1行情信息列表
定义 xlt_quote_list.h:21
virtual size_t data_count() const =0
virtual ~XLTLevel1QuoteList()=default
virtual const xlt_level1_quote_t * get(int i) const =0
只读静态行情信息列表
定义 xlt_quote_list.h:10
virtual const xlt_static_quote_full_info_t * get(int i) const =0
virtual ~XLTStaticQuoteList()=default
virtual size_t data_count() const =0
定义 xlt_data_type.h:13
L1行情数据结构体,包含行情类型和对应的行情数据
定义 xlt_quote_struct.h:242
股票行情全量静态信息
定义 xlt_quote_struct.h:20
本文件定义XLT行情数据结构体