|
Longbridge OpenAPI C++ SDK
|
A source referenced by the answer. More...
#include <types.hpp>
Public Attributes | |
| int32_t | index |
| Reference index. More... | |
| int32_t | original_index |
| Original reference index as provided by the source. More... | |
| std::string | ref_type |
Reference type (wire field type) More... | |
| std::string | id |
| Reference identifier. More... | |
| std::string | title |
| Reference title. More... | |
| std::string | url |
| Reference URL. More... | |
| std::string | content_json |
| Full nested reference payload, as a JSON string; empty when absent. More... | |
A source referenced by the answer.
| std::string longbridge::agent::Reference::content_json |
Full nested reference payload, as a JSON string; empty when absent.
| std::string longbridge::agent::Reference::id |
Reference identifier.
| int32_t longbridge::agent::Reference::index |
Reference index.
| int32_t longbridge::agent::Reference::original_index |
Original reference index as provided by the source.
| std::string longbridge::agent::Reference::ref_type |
Reference type (wire field type)
| std::string longbridge::agent::Reference::title |
Reference title.
| std::string longbridge::agent::Reference::url |
Reference URL.