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

#include <types.hpp>

Public Attributes

int32_t position
 Position. More...
 
std::optional< Decimalprice
 Price. More...
 
int64_t volume
 Volume. More...
 
int64_t order_num
 Number of orders. More...
 

Member Data Documentation

◆ order_num

int64_t longport::quote::Depth::order_num

Number of orders.

◆ position

int32_t longport::quote::Depth::position

Position.

◆ price

std::optional<Decimal> longport::quote::Depth::price

Price.

◆ volume

int64_t longport::quote::Depth::volume

Volume.


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