LongPort OpenAPI C SDK
All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros
Data Fields
lb_candlestick_t Struct Reference

#include <longport.h>

Data Fields

const struct lb_decimal_tclose
 
const struct lb_decimal_topen
 
const struct lb_decimal_tlow
 
const struct lb_decimal_thigh
 
int64_t volume
 
const struct lb_decimal_tturnover
 
int64_t timestamp
 

Detailed Description

Candlestick

Field Documentation

◆ close

const struct lb_decimal_t* close

Close price

◆ high

const struct lb_decimal_t* high

High price

◆ low

const struct lb_decimal_t* low

Low price

◆ open

const struct lb_decimal_t* open

Open price

◆ timestamp

int64_t timestamp

Timestamp

◆ turnover

const struct lb_decimal_t* turnover

Turnover

◆ volume

int64_t volume

Volume


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