LongPort OpenAPI C++ SDK
Public Attributes | List of all members
longport::quote::PushDepth Struct Reference

Depth message. More...

#include <types.hpp>

Public Attributes

std::string symbol
 Security code. More...
 
std::vector< Depthasks
 Ask depth. More...
 
std::vector< Depthbids
 Bid depth. More...
 

Detailed Description

Depth message.

Member Data Documentation

◆ asks

std::vector<Depth> longport::quote::PushDepth::asks

Ask depth.

◆ bids

std::vector<Depth> longport::quote::PushDepth::bids

Bid depth.

◆ symbol

std::string longport::quote::PushDepth::symbol

Security code.


The documentation for this struct was generated from the following file: