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

#include <longport.h>

Data Fields

const char * symbol
 
const char * symbol_name
 
const struct lb_decimal_tquantity
 
const struct lb_decimal_tavailable_quantity
 
const char * currency
 
const struct lb_decimal_tcost_price
 
enum lb_market_t market
 
const struct lb_decimal_tinit_quantity
 

Detailed Description

Stock position

Field Documentation

◆ available_quantity

const struct lb_decimal_t* available_quantity

Available quantity

◆ cost_price

const struct lb_decimal_t* cost_price

Cost Price(According to the client's choice of average purchase or diluted cost)

◆ currency

const char* currency

Currency

◆ init_quantity

const struct lb_decimal_t* init_quantity

Initial position before market opening

◆ market

enum lb_market_t market

Market

◆ quantity

const struct lb_decimal_t* quantity

The number of holdings

◆ symbol

const char* symbol

Stock code

◆ symbol_name

const char* symbol_name

Stock name


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