Longbridge OpenAPI C++ SDK
Public Attributes | List of all members
longbridge::quote::ShortTradesItem Struct Reference

One short-trade record, unified for US and HK markets. More...

#include <types.hpp>

Public Attributes

std::string timestamp
 Trading date in RFC 3339 format. More...
 
std::string rate
 Short ratio. More...
 
std::string close
 Closing price. More...
 
std::string nus_amount
 [US] NASDAQ short sale volume More...
 
std::string ny_amount
 [US] NYSE short sale volume More...
 
std::string total_amount
 [US] Total short amount More...
 
std::string amount
 [HK] Short sale turnover amount (HKD) More...
 
std::string balance
 [HK] Short position balance More...
 

Detailed Description

One short-trade record, unified for US and HK markets.

Member Data Documentation

◆ amount

std::string longbridge::quote::ShortTradesItem::amount

[HK] Short sale turnover amount (HKD)

◆ balance

std::string longbridge::quote::ShortTradesItem::balance

[HK] Short position balance

◆ close

std::string longbridge::quote::ShortTradesItem::close

Closing price.

◆ nus_amount

std::string longbridge::quote::ShortTradesItem::nus_amount

[US] NASDAQ short sale volume

◆ ny_amount

std::string longbridge::quote::ShortTradesItem::ny_amount

[US] NYSE short sale volume

◆ rate

std::string longbridge::quote::ShortTradesItem::rate

Short ratio.

◆ timestamp

std::string longbridge::quote::ShortTradesItem::timestamp

Trading date in RFC 3339 format.

◆ total_amount

std::string longbridge::quote::ShortTradesItem::total_amount

[US] Total short amount


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