Index
All Classes and Interfaces|All Packages|Serialized Form
R
- release(UUID) - Method in class edu.yu.marketmaker.exposurereservation.ExposureReservationAPI
-
POST /reservations/{id}/release Manually releases a reservation, typically used when a quote is replaced or canceled without being filled.
- release(UUID) - Method in class edu.yu.marketmaker.exposurereservation.ExposureReservationService
-
Releases all remaining capacity for a specific reservation.
- removeSymbol(String) - Method in class edu.yu.marketmaker.marketmaker.MarketMaker
- Repository<K,
T> - Interface in edu.yu.marketmaker.memory -
Generic repository interface for entities that implement Identifiable.
- requested() - Method in record class edu.yu.marketmaker.model.Reservation
-
Returns the value of the
requestedrecord component. - Reservation - Record Class in edu.yu.marketmaker.model
- Reservation(UUID, String, int, int, ReservationStatus) - Constructor for record class edu.yu.marketmaker.model.Reservation
-
Creates an instance of a
Reservationrecord class. - ReservationEntity - Class in edu.yu.marketmaker.persistence
-
JPA Entity for Reservation records used by Hazelcast MapStore.
- ReservationEntity() - Constructor for class edu.yu.marketmaker.persistence.ReservationEntity
-
No-args constructor required by JPA.
- ReservationEntity(UUID, String, int, int, ReservationStatus) - Constructor for class edu.yu.marketmaker.persistence.ReservationEntity
-
All-args constructor.
- ReservationMapStore - Class in edu.yu.marketmaker.persistence
-
Hazelcast MapStore implementation for Reservation records.
- ReservationMapStore(BaseJpaRepository<ReservationEntity, UUID>) - Constructor for class edu.yu.marketmaker.persistence.ReservationMapStore
- reservationRepository(IMap<UUID, Reservation>) - Method in class edu.yu.marketmaker.config.HazelcastConfig
-
Provides the Reservation repository for dependency injection.
- ReservationRepository - Interface in edu.yu.marketmaker.exposurereservation
- ReservationRequest - Record Class in edu.yu.marketmaker.model
- ReservationRequest(String, int) - Constructor for record class edu.yu.marketmaker.model.ReservationRequest
-
Creates an instance of a
ReservationRequestrecord class. - ReservationResponse - Record Class in edu.yu.marketmaker.model
- ReservationResponse(UUID, ReservationStatus, int) - Constructor for record class edu.yu.marketmaker.model.ReservationResponse
-
Creates an instance of a
ReservationResponserecord class. - reservationsMap(HazelcastInstance) - Method in class edu.yu.marketmaker.config.HazelcastConfig
-
Provides the reservations IMap for dependency injection.
- ReservationStatus - Enum Class in edu.yu.marketmaker.model
- RSocketFillSender - Class in edu.yu.marketmaker.exchange
- RSocketFillSender(RSocketRequester.Builder) - Constructor for class edu.yu.marketmaker.exchange.RSocketFillSender
- RSocketTestClient - Class in edu.yu.marketmaker.state
-
Simple standalone client to test the RSocket/TCP endpoints exposed by
TradingStateService. - RSocketTestClient() - Constructor for class edu.yu.marketmaker.state.RSocketTestClient
- run(ApplicationArguments) - Method in class edu.yu.marketmaker.external.OrderPublisherRunner
- run(ApplicationArguments) - Method in class edu.yu.marketmaker.marketmaker.MarketMaker
All Classes and Interfaces|All Packages|Serialized Form