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

Exchange rate for a currency pair. More...

#include <portfolio_context.hpp>

Public Attributes

double average_rate
 
std::string base_currency
 
double bid_rate
 
double offer_rate
 
std::string other_currency
 

Detailed Description

Exchange rate for a currency pair.

Member Data Documentation

◆ average_rate

double longbridge::portfolio::ExchangeRate::average_rate

◆ base_currency

std::string longbridge::portfolio::ExchangeRate::base_currency

◆ bid_rate

double longbridge::portfolio::ExchangeRate::bid_rate

◆ offer_rate

double longbridge::portfolio::ExchangeRate::offer_rate

◆ other_currency

std::string longbridge::portfolio::ExchangeRate::other_currency

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