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

Candlestick. More...

#include <types.hpp>

Public Attributes

Decimal close
 Close price. More...
 
Decimal open
 Open price. More...
 
Decimal low
 Low price. More...
 
Decimal high
 High price. More...
 
int64_t volume
 Volume. More...
 
Decimal turnover
 Turnover. More...
 
int64_t timestamp
 Timestamp. More...
 

Detailed Description

Candlestick.

Member Data Documentation

◆ close

Decimal longport::quote::Candlestick::close

Close price.

◆ high

Decimal longport::quote::Candlestick::high

High price.

◆ low

Decimal longport::quote::Candlestick::low

Low price.

◆ open

Decimal longport::quote::Candlestick::open

Open price.

◆ timestamp

int64_t longport::quote::Candlestick::timestamp

Timestamp.

◆ turnover

Decimal longport::quote::Candlestick::turnover

Turnover.

◆ volume

int64_t longport::quote::Candlestick::volume

Volume.


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