|
Longbridge OpenAPI C++ SDK
|
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< HoldingDetail > | holding_detail |
| Holding detail (holdings only) More... | |
One element of an ETF asset allocation group.
| std::string longbridge::fundamental::AssetAllocationItem::code |
Security code (holdings only, e.g. NVDA)
| std::optional<HoldingDetail> longbridge::fundamental::AssetAllocationItem::holding_detail |
Holding detail (holdings only)
| std::string longbridge::fundamental::AssetAllocationItem::name |
Element name.
| std::map<std::string, std::string> longbridge::fundamental::AssetAllocationItem::name_locales |
Localized names (locale → name)
| std::string longbridge::fundamental::AssetAllocationItem::position_ratio |
Position ratio (e.g. 0.0861114)
| std::string longbridge::fundamental::AssetAllocationItem::symbol |
Security symbol (holdings only, e.g. NVDA.US)