Longbridge OpenAPI C++ SDK
Public Attributes | List of all members
longbridge::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 longbridge::quote::Depth::order_num

Number of orders.

◆ position

int32_t longbridge::quote::Depth::position

Position.

◆ price

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

Price.

◆ volume

int64_t longbridge::quote::Depth::volume

Volume.


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