Index

A B C D E F G H I J L M N O P Q R S T V 
All Classes and Interfaces|All Packages|Serialized Form

E

edu.yu.marketmaker - package edu.yu.marketmaker
Root package for the Market Maker application.
edu.yu.marketmaker.config - package edu.yu.marketmaker.config
Hazelcast configuration classes for the Market Maker application.
edu.yu.marketmaker.exchange - package edu.yu.marketmaker.exchange
Gateway for the Market Maker application.
edu.yu.marketmaker.exposurereservation - package edu.yu.marketmaker.exposurereservation
 
edu.yu.marketmaker.external - package edu.yu.marketmaker.external
 
edu.yu.marketmaker.marketmaker - package edu.yu.marketmaker.marketmaker
 
edu.yu.marketmaker.memory - package edu.yu.marketmaker.memory
In-memory data access abstractions for the Market Maker application.
edu.yu.marketmaker.model - package edu.yu.marketmaker.model
 
edu.yu.marketmaker.persistence - package edu.yu.marketmaker.persistence
JPA-based persistence infrastructure for the Market Maker application.
edu.yu.marketmaker.persistence.interfaces - package edu.yu.marketmaker.persistence.interfaces
Persistence interfaces for the Market Maker application.
edu.yu.marketmaker.service - package edu.yu.marketmaker.service
 
edu.yu.marketmaker.state - package edu.yu.marketmaker.state
Trading state management for the Market Maker application.
equals(Object) - Method in record class edu.yu.marketmaker.model.ExposureState
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class edu.yu.marketmaker.model.ExternalOrder
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class edu.yu.marketmaker.model.Fill
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class edu.yu.marketmaker.model.FreedCapacityResponse
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class edu.yu.marketmaker.model.Position
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class edu.yu.marketmaker.model.Quote
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class edu.yu.marketmaker.model.Reservation
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class edu.yu.marketmaker.model.ReservationRequest
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class edu.yu.marketmaker.model.ReservationResponse
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class edu.yu.marketmaker.model.StateSnapshot
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class edu.yu.marketmaker.service.ServiceHealth
Indicates whether some other object is "equal to" this one.
ExchangeService - Class in edu.yu.marketmaker.exchange
Exchange service manages quotes and external orders
ExchangeService(Repository<String, Quote>, OrderDispatcher) - Constructor for class edu.yu.marketmaker.exchange.ExchangeService
 
ExchangeServiceAdvice - Class in edu.yu.marketmaker.exchange
 
ExchangeServiceAdvice() - Constructor for class edu.yu.marketmaker.exchange.ExchangeServiceAdvice
 
expiresAt() - Method in record class edu.yu.marketmaker.model.Quote
Returns the value of the expiresAt record component.
ExposureReservationAPI - Class in edu.yu.marketmaker.exposurereservation
REST Controller for the Exposure Reservation API.
ExposureReservationAPI(Repository<UUID, Reservation>) - Constructor for class edu.yu.marketmaker.exposurereservation.ExposureReservationAPI
 
exposureReservationService(Repository<UUID, Reservation>) - Method in class edu.yu.marketmaker.config.HazelcastConfig
Provides the ExposureReservationService for dependency injection.
ExposureReservationService - Class in edu.yu.marketmaker.exposurereservation
Service responsible for managing exposure limits and reservations.
ExposureReservationService(Repository<UUID, Reservation>) - Constructor for class edu.yu.marketmaker.exposurereservation.ExposureReservationService
 
ExposureState - Record Class in edu.yu.marketmaker.model
 
ExposureState(int, int, int) - Constructor for record class edu.yu.marketmaker.model.ExposureState
Creates an instance of a ExposureState record class.
ExternalOrder - Record Class in edu.yu.marketmaker.model
An external order is a request submitted to the exchange.
ExternalOrder(UUID, String, int, double, Side) - Constructor for record class edu.yu.marketmaker.model.ExternalOrder
Creates an instance of a ExternalOrder record class.
ExternalOrderEntity - Class in edu.yu.marketmaker.persistence
JPA Entity for ExternalOrder records used by Hazelcast MapStore.
ExternalOrderEntity() - Constructor for class edu.yu.marketmaker.persistence.ExternalOrderEntity
No-args constructor required by JPA.
ExternalOrderEntity(UUID, String, int, double, Side) - Constructor for class edu.yu.marketmaker.persistence.ExternalOrderEntity
Constructor for ExternalOrderEntity.
ExternalOrderMapStore - Class in edu.yu.marketmaker.persistence
Hazelcast MapStore implementation for ExternalOrder records.
ExternalOrderMapStore(BaseJpaRepository<ExternalOrderEntity, UUID>) - Constructor for class edu.yu.marketmaker.persistence.ExternalOrderMapStore
Constructor for ExternalOrderMapStore.
ExternalOrderPublisher - Class in edu.yu.marketmaker.external
External Order Publisher Generates and submits random buy/sell orders to the Exchange API.
ExternalOrderPublisher(String) - Constructor for class edu.yu.marketmaker.external.ExternalOrderPublisher
 
externalOrderRepository(IMap<UUID, ExternalOrder>) - Method in class edu.yu.marketmaker.config.HazelcastConfig
Provides the ExternalOrder repository for dependency injection.
externalOrdersMap(HazelcastInstance) - Method in class edu.yu.marketmaker.config.HazelcastConfig
Provides the external orders IMap for dependency injection.
A B C D E F G H I J L M N O P Q R S T V 
All Classes and Interfaces|All Packages|Serialized Form