LICENSE.txt
README.md
requirements.txt
setup.py
trapeza/__init__.py
trapeza/_version.py
trapeza/context.py
trapeza/exception.py
trapeza/metric.py
trapeza/utils.py
trapeza.egg-info/PKG-INFO
trapeza.egg-info/SOURCES.txt
trapeza.egg-info/dependency_links.txt
trapeza.egg-info/not-zip-safe
trapeza.egg-info/requires.txt
trapeza.egg-info/top_level.txt
trapeza/__cache__/README.md
trapeza/account/__init__.py
trapeza/account/base_account.py
trapeza/account/execution_heap.cpp
trapeza/account/execution_heap.pxd
trapeza/account/execution_heap.pyx
trapeza/account/fx_account.cpp
trapeza/account/fx_account.pxd
trapeza/account/fx_account.pyx
trapeza/account/order_management.py
trapeza/arithmetics/__init__.py
trapeza/arithmetics/arithmetics.c
trapeza/arithmetics/arithmetics.pxd
trapeza/arithmetics/arithmetics.pyx
trapeza/arithmetics/cdecimal.c
trapeza/arithmetics/cdecimal.pxd
trapeza/arithmetics/cdecimal.pyx
trapeza/arithmetics/cfloat.c
trapeza/arithmetics/cfloat.pxd
trapeza/arithmetics/cfloat.pyx
trapeza/arithmetics/dtoa.c
trapeza/arithmetics/dtoa.pxd
trapeza/arithmetics/dtoa.pyx
trapeza/arithmetics/libmpdec.c
trapeza/arithmetics/libmpdec.pxd
trapeza/arithmetics/libmpdec.pyx
trapeza/dashboard/__init__.py
trapeza/dashboard/base_dashboard.py
trapeza/dashboard/fx_dashboard.py
trapeza/engine/__init__.py
trapeza/engine/base_engine.py
trapeza/engine/fx_engine.py
trapeza/profiling/__init__.py
trapeza/profiling/mem_profile_acc.py
trapeza/profiling/mem_profile_libmpdec.py
trapeza/profiling/mem_profile_py_dtoa_ryu.py
trapeza/profiling/profile_FXAccount_c_total_balance.py
trapeza/profiling/profile_FXEngine_run.py
trapeza/profiling/profile_add.py
trapeza/profiling/profile_dtoa.py
trapeza/profiling/profile_lines_FXEngine_run.py
trapeza/src/win/mpdecimal-2.5.1/libmpdec/libmpdec-2.5.1.dll
trapeza/strategy/__init__.py
trapeza/strategy/base_strategy.py
trapeza/strategy/fx_strategy.cpp
trapeza/strategy/fx_strategy.pxd
trapeza/strategy/fx_strategy.pyx
trapeza/tests/__init__.py
trapeza/tests/dashprototype.py
trapeza/tests/setup_test.py
trapeza/tests/test_FXAccount.py
trapeza/tests/test_FXEngine.py
trapeza/tests/test_FXStrategy.py
trapeza/tests/test_cdecimal_half_away_from_zero.py
trapeza/tests/test_cdecimal_half_even.py
trapeza/tests/test_dtoa.py
trapeza/tests/test_libmpdec_fast_half_away_from_zero.py
trapeza/tests/test_libmpdec_fast_half_even.py
trapeza/tests/test_libmpdec_half_away_from_zero.py
trapeza/tests/test_libmpdec_half_even.py
trapeza/tests/test_metrics.py
trapeza/tests/test_order_management.py