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

One element of an ETF asset allocation group. More...

#include <types.hpp>

Public Attributes

std::string name
 Element name. More...
 
std::string code
 Security code (holdings only, e.g. NVDA) More...
 
std::string position_ratio
 Position ratio (e.g. 0.0861114) More...
 
std::string symbol
 Security symbol (holdings only, e.g. NVDA.US) More...
 
std::map< std::string, std::string > name_locales
 Localized names (locale → name) More...
 
std::optional< HoldingDetailholding_detail
 Holding detail (holdings only) More...
 

Detailed Description

One element of an ETF asset allocation group.

Member Data Documentation

◆ code

std::string longbridge::fundamental::AssetAllocationItem::code

Security code (holdings only, e.g. NVDA)

◆ holding_detail

std::optional<HoldingDetail> longbridge::fundamental::AssetAllocationItem::holding_detail

Holding detail (holdings only)

◆ name

std::string longbridge::fundamental::AssetAllocationItem::name

Element name.

◆ name_locales

std::map<std::string, std::string> longbridge::fundamental::AssetAllocationItem::name_locales

Localized names (locale → name)

◆ position_ratio

std::string longbridge::fundamental::AssetAllocationItem::position_ratio

Position ratio (e.g. 0.0861114)

◆ symbol

std::string longbridge::fundamental::AssetAllocationItem::symbol

Security symbol (holdings only, e.g. NVDA.US)


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