Package edu.cuny.cat.market.quoting

Policies for specialists to generate market quotes.

See:
          Description

Class Summary
DoubleSidedQuotingPolicy A quoting policy that sets the market quotes based on the boundary matched and unmatched ask and bid in the auction's shout engine.
QuotingPolicy The interface defined for the method of quote generation.
SingleSidedQuotingPolicy A quoting policy that sets the market quotes based on the boundary unmatched ask and bid in the auction's shout engine.
SpreadBasedQuotingPolicy A quoting policy extending DoubleSidedQuotingPolicy that adjusts ask and bid quotes when the ask quote falls below the bid quote.
 

Package edu.cuny.cat.market.quoting Description

Policies for specialists to generate market quotes.