Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Kautenja/limit-order-book
/ functions
Functions
254 in github.com/Kautenja/limit-order-book
⨍
Functions
254
◇
Types & classes
25
Function
closeTooltip
(disableDelay)
docs/jquery.js:23
Function
computePlacementCoords
(element,placement,tipWidth,tipHeight,offset)
docs/jquery.js:23
Function
count
@brief Return the order count of the book. @param book a pointer to the limit order book object @returns the number of orders in the book
include/lib_lob.hpp:295
Function
count_at
@brief Return the order count at the given limit price. @param book a pointer to the limit order book object @param price the price to get the order
include/lib_lob.hpp:268
Method
count_at
@brief Return the total number of orders at the given limit price. @param price the limit price to get the volume for @returns the volume for the giv
include/limit_order_book.hpp:360
Function
count_buy
@brief Return the order count of the buy side of the book. @param book a pointer to the limit order book object @returns the number of orders on the
include/lib_lob.hpp:286
Function
count_sell
@brief Return the order count of the sell side of the book. @param book a pointer to the limit order book object @returns the number of orders on the
include/lib_lob.hpp:277
Function
createResults
()
docs/search/search.js:745
Function
delete_
@brief Delete the limit order book instance, i.e., purge it from memory. @param book a pointer to the limit order book object
include/lib_lob.hpp:56
Function
destroy
notes/engines/engine.c:141
Function
get
@brief Get the order with given ID. @param book a pointer to the limit order book object @param uid the order ID of the order to get @returns a point
include/lib_lob.hpp:124
Function
has
@brief Return true if the book has an order with given ID. @param book a pointer to the limit order book object @param uid the order ID of the order
include/lib_lob.hpp:114
Function
ie
(e,t)
docs/jquery.js:2
Function
init
notes/engines/engine.c:127
Function
initMenu
(relPath,searchEnabled,serverSide,searchPage,search)
docs/menu.js:25
Function
init_search
()
docs/search/search.js:800
Function
ke
()
docs/jquery.js:2
Method
last_best
@brief Return the best price for the given side. @param side the side to get the best price from @returns the best price on the given side of the boo
include/limit_order_book.hpp:277
Method
last_best_buy
@brief Return the last best buy price. @returns the best bid price in the book
include/limit_order_book.hpp:270
Method
last_best_sell
@brief Return the last best sell price. @returns the best bid price in the book
include/limit_order_book.hpp:264
Method
last_price
@brief Return the current price of the asset using last prices. @returns the last midpoint price
include/limit_order_book.hpp:288
Function
limit
Process an incoming limit order */
notes/engines/engine.c:181
Function
limit
@brief Add a new limit order to the book. @param book a pointer to the limit order book object @param side whether the order is a buy (true) or sell
include/lib_lob.hpp:100
Function
main
main/dummy_matching.cpp:13
Function
market
@brief Execute a market order. @param book a pointer to the limit order book object @param side whether the order is a buy (true) or sell (false) @pa
include/lib_lob.hpp:168
Method
market
Place a market order. Args: side: the side of the order to place order_id: the ID for the order to add
limit_order_book/limit_order_book.py:134
Function
me
()
docs/jquery.js:2
Function
ne
(e,t,n)
docs/jquery.js:2
Function
nt
(e,t,n,r,i)
docs/jquery.js:2
Function
operator!
@brief Return the opposite side using the invert operator. @param side the side to invert @returns the opposite of the given side
include/structures.hpp:42
Method
price
@brief Return the current price of the asset. @returns the best price in the book (the midpoint price)
include/limit_order_book.hpp:249
Function
repositionTooltip
()
docs/jquery.js:23
Method
test
(self)
limit_order_book/test/test_limit_order_book.py:7
Method
test
(self)
limit_order_book/test/test_limit_order_book.py:30
Method
test
(self)
limit_order_book/test/test_limit_order_book.py:49
Method
test
(self)
limit_order_book/test/test_limit_order_book.py:88
Method
test
(self)
limit_order_book/test/test_limit_order_book.py:111
Method
test
(self)
limit_order_book/test/test_limit_order_book.py:132
Method
test
(self)
limit_order_book/test/test_limit_order_book.py:156
Method
test
(self)
limit_order_book/test/test_limit_order_book.py:179
Method
test
(self)
limit_order_book/test/test_limit_order_book.py:205
Method
test
(self)
limit_order_book/test/test_limit_order_book.py:225
Method
test
(self)
limit_order_book/test/test_limit_order_book.py:245
Method
test
(self)
limit_order_book/test/test_limit_order_book.py:266
Method
test
(self)
limit_order_book/test/test_limit_order_book.py:290
Method
test
(self)
limit_order_book/test/test_limit_order_book.py:319
Function
toggleFolder
(id)
docs/dynsections.js:73
Function
toggleInherit
(id)
docs/dynsections.js:108
Function
toggleLevel
(level)
docs/dynsections.js:52
Function
toggleVisibility
(linkObj)
docs/dynsections.js:25
Function
trackResize
()
docs/jquery.js:23
Function
trackScroll
()
docs/jquery.js:23
Method
volume_buy_best
@brief Return the volume at the best sell price. @returns the volume of buy orders at the best price
include/limit_order_book.hpp:335
Method
volume_sell_best
@brief Return the volume at the best sell price. @returns the volume of sell orders at the best price
include/limit_order_book.hpp:311
← previous
201–254 of 254, ranked by callers