All Classes and Interfaces
Class
Description
Base JPA repository interface for entities with identifiable keys.
Exchange service manages quotes and external orders
REST Controller for the Exposure Reservation API.
Service responsible for managing exposure limits and reservations.
An external order is a request submitted to the exchange.
JPA Entity for ExternalOrder records used by Hazelcast MapStore.
Hazelcast MapStore implementation for ExternalOrder records.
External Order Publisher
Generates and submits random buy/sell orders to the Exchange API.
A fill is the result of a successful execution against a quote.
JPA Entity for Fill records used by Hazelcast MapStore.
Hazelcast MapStore implementation for Fill records.
Interface for a component that handles sending fills
Hazelcast configuration for the Market Maker application.
Generic Hazelcast-backed implementation of Repository.
Interface for models that can provide their own unique identifier.
Interface for JPA entities that can provide their own unique identifier.
JPA Repository interface for ExternalOrderEntity persistence.
JPA Repository interface for FillEntity persistence.
JPA Repository interface for PositionEntity persistence.
JPA Repository interface for QuoteEntity persistence.
JPA Repository interface for ReservationEntity persistence.
Interface for a component that handles an external service
Authoritative net quantity held for a symbol.
Entity used by hazelcast
Hazelcast MapStore implementation for Position records.
JPA Entity for Quote records used by Hazelcast MapStore.
Hazelcast MapStore implementation for Quote records.
Generic repository interface for entities that implement Identifiable.
JPA Entity for Reservation records used by Hazelcast MapStore.
Hazelcast MapStore implementation for Reservation records.
Simple standalone client to test the RSocket/TCP endpoints
exposed by
TradingStateService.A snapshot of a single position together with the fill that triggered
the position change.
Static position repository for testing.
Trading state service controls system-wide positions.