Longbridge OpenAPI C++ SDK
Classes | Namespaces | Typedefs | Enumerations
fundamental_context.hpp File Reference
#include "async_result.hpp"
#include "callback.hpp"
#include "config.hpp"
#include "types.hpp"
#include <optional>

Go to the source code of this file.

Classes

class  longbridge::fundamental::FundamentalContext
 Fundamental data context. More...
 

Namespaces

 longbridge
 
 longbridge::fundamental
 

Typedefs

typedef struct lb_fundamental_context_t lb_fundamental_context_t
 

Enumerations

enum class  longbridge::fundamental::FinancialReportKind { longbridge::fundamental::IncomeStatement = 0 , longbridge::fundamental::BalanceSheet = 1 , longbridge::fundamental::CashFlow = 2 , longbridge::fundamental::All = 3 }
 
enum class  longbridge::fundamental::FinancialReportPeriod {
  longbridge::fundamental::Annual = 0 , longbridge::fundamental::SemiAnnual = 1 , longbridge::fundamental::Q1 = 2 , longbridge::fundamental::Q2 = 3 ,
  longbridge::fundamental::Q3 = 4 , longbridge::fundamental::QuarterlyFull = 5
}
 

Typedef Documentation

◆ lb_fundamental_context_t