13 lines
583 B
JavaScript
13 lines
583 B
JavaScript
var hierarchy =
|
|
[
|
|
[ "Algo", "classAlgo.html", null ],
|
|
[ "Controller", "classController.html", null ],
|
|
[ "Publisher", "classPublisher.html", null ],
|
|
[ "TradingService::Service", null, [
|
|
[ "TradingServiceImpl", "classTradingServiceImpl.html", null ]
|
|
] ],
|
|
[ "utils::ThreadPool", "classutils_1_1ThreadPool.html", null ],
|
|
[ "utils::ThreadSafeQueue< T >", "classutils_1_1ThreadSafeQueue.html", null ],
|
|
[ "utils::ThreadSafeQueue< trading::Order >", "classutils_1_1ThreadSafeQueue.html", null ],
|
|
[ "TraderClient", "classTraderClient.html", null ]
|
|
]; |