Package edu.cuny.cat.market.clearing

Policies for specialists to determine when to clear their markets

See:
          Description

Class Summary
CombiClearingCondition Combines multiple market clearing conditions and the market is cleared if any of the conditions triggers clearing.
MarketClearingCondition The interface for expressing the condition of clearing the current market.
NeverClearingCondition A policy that never clears the market.
ProbabilisticClearingCondition Enables a market to clear with a probability when a new shout arrives.
RoundClearingCondition clears the market at the end of each trading round.
 

Package edu.cuny.cat.market.clearing Description

Policies for specialists to determine when to clear their markets