Orderbook Simulation
OrderbookSim is a C++ application simulating a financial market order book. It efficiently manages and matches buy and sell orders while calculating the Volume-Weighted Average Price (VWAP).
|
This is the complete list of members for TrainingData, including all inherited members.
getNextInputs(std::vector< double > &inputVals) | TrainingData | |
getTargetOutputs(std::vector< double > &targetOutputsVals) | TrainingData | |
getTopology(std::vector< unsigned > &topology) | TrainingData | |
isEof(void) | TrainingData | inline |
TrainingData(const std::string filename) | TrainingData |