LongPort OpenAPI C SDK
|
#include <longport.h>
Data Fields | |
const char * | symbol |
const char * | symbol_name |
int64_t | quantity |
int64_t | available_quantity |
const char * | currency |
const struct lb_decimal_t * | cost_price |
enum lb_market_t | market |
const int64_t * | init_quantity |
Stock position
int64_t available_quantity |
Available quantity
const struct lb_decimal_t* cost_price |
Cost Price(According to the client's choice of average purchase or diluted cost)
const char* currency |
Currency
const int64_t* init_quantity |
Initial position before market opening
enum lb_market_t market |
Market
int64_t quantity |
The number of holdings
const char* symbol |
Stock code
const char* symbol_name |
Stock name