The Lab

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
  • Covers all scenarios (union of all venue -specific functionality). If some scenarios are not relevant to a client than an explicit opt-out is required. To be replaced by automated test framework when this is proven internally.

Market Data Handling

  • test required for order modification

...

It is up to the subscriber to discard any order-book entries that get implicitly deleted due to insertion of new “better” levels that pushes entries outside the desired MarketDepth level. Such pushed out entries will not be explicitly deleted by MarketFactory.

Order Management

  • The present certification document does not go through an order modification


StepActionExpected ResultResult (if different
from expected)
Sign Off
1Client Places LIMIT IOC (far from top of book)Client is able to process IOC with no fill
(trade cancelled)
 
  •   
2Client places LIMIT IOCClient is able to process IOC fills 
  •   



3Client places LIMIT IOC at top of bookClient is able to process a partial fill 
  •   
4Client places LIMIT GTC (far from top of book)
Client cancells GTC order
Client is able to cancel GTC order 
  •   
5Client places LIMIT GTC at top of bookClient is able to process GTC fill 
  •   



6Client places LIMIT GTC at top of book for large
amount

Client cancels remainder of order
Client is able to process a partial fill for
GTC order

Client is able to cancel GTC order
 
  •   

...