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
↓ 2 callers
Function
cancel
@brief Cancel an existing order in the book. @param book a pointer to the limit order book object @param order_id the ID of the order to cancel
include/lib_lob.hpp:133
↓ 2 callers
Method
cancel
Cancel an order with given order ID. Args: order_id: the ID of the order to cancel Returns: None
limit_order_book/limit_order_book.py:93
↓ 2 callers
Method
cancel
@brief Cancel an existing order in the book. @param order_id the ID of the order to cancel
include/limit_order_book.hpp:141
↓ 2 callers
Function
cancelTimer
(stopClose)
docs/jquery.js:23
↓ 2 callers
Method
clear
Clear all the orders in the book.
limit_order_book/limit_order_book.py:16
↓ 2 callers
Function
closeAnyDelayed
()
docs/jquery.js:23
↓ 2 callers
Function
ct
()
docs/jquery.js:2
↓ 2 callers
Function
ee
(e,t,n)
docs/jquery.js:2
↓ 2 callers
Function
ge
(t)
docs/jquery.js:2
↓ 2 callers
Function
getViewportCollisions
(coords,elementWidth,elementHeight)
docs/jquery.js:23
↓ 2 callers
Function
hideTip
(element)
docs/jquery.js:23
↓ 2 callers
Function
initMouseDetection
(t)
docs/jquery.js:35
↓ 2 callers
Function
isMouseOver
(element)
docs/jquery.js:23
↓ 2 callers
Function
isTouchEvent
(t)
docs/jquery.js:35
↓ 2 callers
Method
limit
Place a sell limit order with given quantity and price. Args: side: the side of the order to place order_id:
limit_order_book/limit_order_book.py:50
↓ 2 callers
Method
limit
@brief Add a new order to the book. @param side whether the order is a buy (true) or sell (false) @param order_id the ID for the order @param quantit
include/limit_order_book.hpp:116
↓ 2 callers
Method
market_buy
Place a market buy order. Args: order_id: the ID for the order to add quantity: the quantity of shares in th
limit_order_book/limit_order_book.py:120
↓ 2 callers
Method
market_sell
Place a market sell order. Args: order_id: the ID for the order to add quantity: the quantity of shares in t
limit_order_book/limit_order_book.py:106
↓ 2 callers
Function
pe
(e,t)
docs/jquery.js:2
↓ 2 callers
Function
placeTooltip
(element,placement)
docs/jquery.js:23
↓ 2 callers
Function
ppInsertOrder
Insert a new order book entry at the tail of the price point list */
notes/engines/engine.c:145
↓ 2 callers
Function
setKeyActions
(elem,action)
docs/search/search.js:732
↓ 2 callers
Function
tt
(e,t,n)
docs/jquery.js:2
↓ 2 callers
Function
u
()
docs/jquery.js:2
↓ 2 callers
Function
updateStripes
()
docs/dynsections.js:46
↓ 2 callers
Function
ze
(e,t)
docs/jquery.js:2
↓ 1 callers
Function
Ce
(d,h,g,v,y,e)
docs/jquery.js:2
↓ 1 callers
Function
Ee
(e)
docs/jquery.js:2
↓ 1 callers
Function
Ze
(e,t,n)
docs/jquery.js:2
↓ 1 callers
Method
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:238
↓ 1 callers
Function
best_buy
@brief Return the best buy price. @param book a pointer to the limit order book object @returns the best bid price in the book
include/lib_lob.hpp:189
↓ 1 callers
Function
best_sell
@brief Return the best sell price. @param book a pointer to the limit order book object @returns the best ask price in the book
include/lib_lob.hpp:180
↓ 1 callers
Function
checkForIntent
()
docs/jquery.js:23
↓ 1 callers
Function
convertToId
(search)
docs/search/search.js:25
↓ 1 callers
Function
countFlags
(value)
docs/jquery.js:23
↓ 1 callers
Function
de
(t)
docs/jquery.js:2
↓ 1 callers
Function
dt
(o,e,t)
docs/jquery.js:2
↓ 1 callers
Function
getHtmlPlacement
(element,placement)
docs/jquery.js:23
↓ 1 callers
Function
getSvgPlacement
(element,placement)
docs/jquery.js:23
↓ 1 callers
Function
getTooltipContent
(element)
docs/jquery.js:23
↓ 1 callers
Function
getViewportDimensions
()
docs/jquery.js:23
↓ 1 callers
Function
he
(n)
docs/jquery.js:2
↓ 1 callers
Function
initTracking
()
docs/jquery.js:23
↓ 1 callers
Function
isSvgElement
(element)
docs/jquery.js:23
↓ 1 callers
Function
limit_buy
@brief Add a new buy limit order to the book. @param book a pointer to the limit order book object @param uid the ID for the order @param quantity th
include/lib_lob.hpp:85
↓ 1 callers
Method
limit_buy
@brief Add a new buy limit order to the book. @param order_id the ID for the order @param quantity the number of shares to buy @param price the limit
include/limit_order_book.hpp:92
↓ 1 callers
Function
limit_sell
@brief Add a new sell limit order to the book. @param book a pointer to the limit order book object @param uid the ID for the order @param quantity t
include/lib_lob.hpp:71
↓ 1 callers
Method
limit_sell
@brief Add a new sell limit order to the book. @param order_id the ID for the order @param quantity the number of shares to sell @param price the lim
include/limit_order_book.hpp:69
↓ 1 callers
Function
load_library
Load the ctypes library and configure the parameter and return types. Returns: the ctypes library object
limit_order_book/library.py:4
↓ 1 callers
Function
lt
()
docs/jquery.js:2
↓ 1 callers
Function
makeTree
(data,relPath)
docs/menu.js:26
↓ 1 callers
Function
market_buy
@brief Execute a buy market order. @param book a pointer to the limit order book object @param uid the ID for the order @param quantity the quantity
include/lib_lob.hpp:155
↓ 1 callers
Method
market_buy
@brief Execute a buy market order. @param order_id the ID for the order @param quantity the quantity of the market order
include/limit_order_book.hpp:195
↓ 1 callers
Function
market_sell
@brief Execute a sell market order. @param book a pointer to the limit order book object @param uid the ID for the order @param quantity the quantity
include/lib_lob.hpp:143
↓ 1 callers
Method
market_sell
@brief Execute a sell market order. @param order_id the ID for the order @param quantity the quantity in the market order
include/limit_order_book.hpp:185
↓ 1 callers
Function
openTooltip
(immediate,forceOpen)
docs/jquery.js:23
↓ 1 callers
Function
positionTipOnCursor
()
docs/jquery.js:23
↓ 1 callers
Function
positionTipOnElement
(element)
docs/jquery.js:23
↓ 1 callers
Function
pt
(e,t,n)
docs/jquery.js:2
↓ 1 callers
Function
qt
(n,e,r,i)
docs/jquery.js:2
↓ 1 callers
Function
r
()
docs/jquery.js:8
↓ 1 callers
Function
showTip
(element)
docs/jquery.js:23
↓ 1 callers
Function
trackMouse
(event)
docs/jquery.js:23
Function
B
()
docs/jquery.js:2
Method
Buy>
include/limit_tree.hpp:55
Function
CSSCoordinates
()
docs/jquery.js:23
Function
Ct
(e)
docs/jquery.js:2
Function
D
(e,t)
docs/jquery.js:2
Function
DisplayController
(element,options,tipController)
docs/jquery.js:23
Function
I
(e)
docs/jquery.js:2
Method
Limit
@brief Initialize a new limit data.
include/structures.hpp:106
Function
M
(e)
docs/jquery.js:2
Function
Ne
(e,t)
docs/jquery.js:2
Method
Order
Initialize a new order data.
include/structures.hpp:70
Function
Pe
(e)
docs/jquery.js:2
Function
PlacementCalculator
()
docs/jquery.js:23
Function
PyInit_lib_limit_order_book
setup the module initializer. required to link visual studio C++ ctypes
include/lib_lob.hpp:36
Function
Re
(e)
docs/jquery.js:2
Function
Se
()
docs/jquery.js:2
Function
SearchBox
(name, resultsPath, inFrame, label)
docs/search/search.js:83
Function
SearchResults
(name)
docs/search/search.js:427
Method
Sell>
include/limit_tree.hpp:66
Function
TooltipController
(options)
docs/jquery.js:23
Method
Volume volume
@brief Return the total volume for the book. @param book a pointer to the limit order book object @returns the total volume of orders in the book
include/lib_lob.hpp:258
Method
Volume volume_buy
@brief Return the total volume for the buy side of the book. @param book a pointer to the limit order book object @return the total volume on the buy
include/lib_lob.hpp:239
Method
Volume volume_buy_price
@brief Return the total volume for the buy side of the book. @param book a pointer to the limit order book object @param price the limit price to get
include/lib_lob.hpp:229
Method
Volume volume_price
@brief Return the volume at the given limit price. @param book a pointer to the limit order book object @returns the volume of orders at the given li
include/lib_lob.hpp:248
Method
Volume volume_sell
@brief Return the total volume for the sell side of the book. @param book a pointer to the limit order book object @return the total volume on the se
include/lib_lob.hpp:219
Method
Volume volume_sell_price
@brief Return the total volume for the sell side of the book. @param book a pointer to the limit order book object @param price the limit price to ge
include/lib_lob.hpp:209
Function
X
(e,t)
docs/jquery.js:2
Function
Y
()
docs/jquery.js:2
Method
__del__
Delete this limit order book.
limit_order_book/limit_order_book.py:12
Method
__init__
Initialize a new limit order book.
limit_order_book/limit_order_book.py:8
Method
__init__
Virtually private constructor.
limit_order_book/library.py:128
Function
beginShowTip
(element)
docs/jquery.js:23
Function
best
@brief Return the best price for the given side. @param book a pointer to the limit order book object @param side the side to get the best price from
include/lib_lob.hpp:199
Function
cancel
Cancel an outstanding order */
notes/engines/engine.c:276
Function
clear
@brief Clear all the orders in the book. @param book a pointer to the limit order book object
include/lib_lob.hpp:62
Method
clear
@brief Clear all the orders in the book.
include/limit_order_book.hpp:57
Function
closeDesyncedTip
()
docs/jquery.js:23
← previous
next →
101–200 of 254, ranked by callers