Skip to content

Limit order book ( LOB ) is an record of all buy and sell limit orders being currently set in the market. It essentially showcases all supply and demand waiting to be filled using aggressive/market orders.

Notifications You must be signed in to change notification settings

szivkovicx/orderbook

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

TypeScript

Order Book

Basic limit order book ( LOB ) implementation in Typescript.

What is an limit order book ( LOB ) ?

Limit order book ( LOB ) is an record of all buy and sell limit orders being currently set in the market. It essentially showcases all supply and demand waiting to be filled using aggressive/market orders. Aside from that, limit order book also showcases ask and bid quotes currently available for buy/sell aggressive order fill.

image

What's developed

  • Custom sorted map type ( for performance )
  • Order book
    • Feature for limit order setup
    • Feature for market order setup
    • Feature for directly getting the book ( with volume )
    • Feature for getting current best bid/ask

Resources

1. Investopedia

2. Wikipedia

3. UCLA

About

Limit order book ( LOB ) is an record of all buy and sell limit orders being currently set in the market. It essentially showcases all supply and demand waiting to be filled using aggressive/market orders.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published