![]() |
Xlight API用户手册 v1.6.0.23
Xlight极速柜台接口文档
|
盛立行情解码迭代器 更多...
#include <efh_quote_decoder.h>
Public 类型 | |
| using | StepFunc = const EFHQuoteItem* (*)(uint8_t*& data, uint32_t& remain, EFHQuoteItem& item) |
Public 成员函数 | |
| EFHQuoteDecoder (QuoteMCType mc_type, const void *msg_data, uint32_t msg_len) | |
| ~EFHQuoteDecoder ()=default | |
| EFHQuoteDecoder (const EFHQuoteDecoder &)=delete | |
| 不可拷贝、不可移动 | |
| EFHQuoteDecoder & | operator= (const EFHQuoteDecoder &)=delete |
| const EFHQuoteItem * | get_next () |
| 获取下一条解码后的行情数据 | |
Protected 属性 | |
| StepFunc | step_fn_ |
| uint8_t * | data_ |
| uint32_t | remain_ |
| EFHQuoteItem | item_ |
盛立行情解码迭代器
支持以下行情源: QuoteMCType::HPF_SSE_L2_STOCK_SNAP QuoteMCType::HPF_SSE_L2_STOCK_TICK QuoteMCType::HPF_SSE_L2_INDEX QuoteMCType::HPF_SSE_L2_BOND_SNAP QuoteMCType::HPF_SSE_L2_BOND_TICK QuoteMCType::HPF_SZSE_L2_STOCK_SNAP QuoteMCType::HPF_SZSE_L2_STOCK_TICK QuoteMCType::HPF_SZSE_L2_INDEX QuoteMCType::HPF_SZSE_L2_BOND_SNAP QuoteMCType::HPF_SZSE_L2_BOND_TICK
| using x1::efh::EFHQuoteDecoder::StepFunc = const EFHQuoteItem* (*)(uint8_t*& data, uint32_t& remain, EFHQuoteItem& item) |
| x1::efh::EFHQuoteDecoder::EFHQuoteDecoder | ( | QuoteMCType | mc_type, |
| const void * | msg_data, | ||
| uint32_t | msg_len ) |
|
default |
|
delete |
不可拷贝、不可移动
| const EFHQuoteItem * x1::efh::EFHQuoteDecoder::get_next | ( | ) |
获取下一条解码后的行情数据
|
delete |
|
protected |
|
protected |
|
protected |
|
protected |