Logo
Fully annotated reference manual - version 1.8.12
Loading...
Searching...
No Matches
Namespaces | Functions
inmemoryloader.cpp File Reference
#include <boost/algorithm/string.hpp>
#include <ored/marketdata/inmemoryloader.hpp>
#include <ored/marketdata/marketdatumparser.hpp>
#include <ored/utilities/log.hpp>
#include <ored/utilities/parsers.hpp>

Go to the source code of this file.

Namespaces

namespace  ore
 Serializable Credit Default Swap.
 
namespace  ore::data
 

Functions

void load (InMemoryLoader &loader, const vector< string > &data, bool isMarket, bool implyTodaysFixings)
 
void loadDataFromBuffers ( InMemoryLoader &loader, const std::vector< std::string > &marketData, const std::vector< std::string > &fixingData, bool implyTodaysFixings=false)
 Utility function for loading market quotes and fixings from an in memory csv buffer. More...