StockMarketABM Docs
  • Introduction
    • Contents
    • Overview
  • Core
    • Overview
    • Types
    • IDs
  • Order Book
    • Overview
    • Price Levels
    • Order Book
    • Engine
  • Market
    • Overview
    • Requests & Events
    • Expiry Store
    • Structures
    • Actions
    • Matching Engine
    • Market Engine
    • Telemetry
  • Agents
    • Overview
    • Interface
    • Random Agent
  • Simulation
  • Tutorial
Version
  • Introduction
  • Introduction
GitHub

StockMarketABM

Welcome to the documentation for StockMarketABM. The goal of these pages is to explain how each subsystem of the market simulator is organized and how the primary abstractions fit together.

Contents

  • Core Overview
  • Order Book Overview
  • Market Overview
  • Agents Overview
  • Simulation

Overview

The project is organized into layers: core types and identifiers, the limit order book, market logic, and simulation tooling. Each section below links to the concrete Julia code that implements those layers.

Overview »

Powered by Documenter.jl and the Julia Programming Language.

Settings


This document was generated with Documenter.jl version 1.15.0 on Thursday 23 October 2025. Using Julia version 1.10.4.