MCPcopy Create free account

hub / github.com/Kautenja/limit-order-book / functions

Functions254 in github.com/Kautenja/limit-order-book

↓ 2 callersFunctioncancel
@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 callersMethodcancel
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 callersMethodcancel
@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 callersFunctioncancelTimer
(stopClose)
docs/jquery.js:23
↓ 2 callersMethodclear
Clear all the orders in the book.
limit_order_book/limit_order_book.py:16
↓ 2 callersFunctioncloseAnyDelayed
()
docs/jquery.js:23
↓ 2 callersFunctionct
()
docs/jquery.js:2
↓ 2 callersFunctionee
(e,t,n)
docs/jquery.js:2
↓ 2 callersFunctionge
(t)
docs/jquery.js:2
↓ 2 callersFunctiongetViewportCollisions
(coords,elementWidth,elementHeight)
docs/jquery.js:23
↓ 2 callersFunctionhideTip
(element)
docs/jquery.js:23
↓ 2 callersFunctioninitMouseDetection
(t)
docs/jquery.js:35
↓ 2 callersFunctionisMouseOver
(element)
docs/jquery.js:23
↓ 2 callersFunctionisTouchEvent
(t)
docs/jquery.js:35
↓ 2 callersMethodlimit
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 callersMethodlimit
@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 callersMethodmarket_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 callersMethodmarket_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 callersFunctionpe
(e,t)
docs/jquery.js:2
↓ 2 callersFunctionplaceTooltip
(element,placement)
docs/jquery.js:23
↓ 2 callersFunctionppInsertOrder
Insert a new order book entry at the tail of the price point list */
notes/engines/engine.c:145
↓ 2 callersFunctionsetKeyActions
(elem,action)
docs/search/search.js:732
↓ 2 callersFunctiontt
(e,t,n)
docs/jquery.js:2
↓ 2 callersFunctionu
()
docs/jquery.js:2
↓ 2 callersFunctionupdateStripes
()
docs/dynsections.js:46
↓ 2 callersFunctionze
(e,t)
docs/jquery.js:2
↓ 1 callersFunctionCe
(d,h,g,v,y,e)
docs/jquery.js:2
↓ 1 callersFunctionEe
(e)
docs/jquery.js:2
↓ 1 callersFunctionZe
(e,t,n)
docs/jquery.js:2
↓ 1 callersMethodbest
@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 callersFunctionbest_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 callersFunctionbest_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 callersFunctioncheckForIntent
()
docs/jquery.js:23
↓ 1 callersFunctionconvertToId
(search)
docs/search/search.js:25
↓ 1 callersFunctioncountFlags
(value)
docs/jquery.js:23
↓ 1 callersFunctionde
(t)
docs/jquery.js:2
↓ 1 callersFunctiondt
(o,e,t)
docs/jquery.js:2
↓ 1 callersFunctiongetHtmlPlacement
(element,placement)
docs/jquery.js:23
↓ 1 callersFunctiongetSvgPlacement
(element,placement)
docs/jquery.js:23
↓ 1 callersFunctiongetTooltipContent
(element)
docs/jquery.js:23
↓ 1 callersFunctiongetViewportDimensions
()
docs/jquery.js:23
↓ 1 callersFunctionhe
(n)
docs/jquery.js:2
↓ 1 callersFunctioninitTracking
()
docs/jquery.js:23
↓ 1 callersFunctionisSvgElement
(element)
docs/jquery.js:23
↓ 1 callersFunctionlimit_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 callersMethodlimit_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 callersFunctionlimit_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 callersMethodlimit_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 callersFunctionload_library
Load the ctypes library and configure the parameter and return types. Returns: the ctypes library object
limit_order_book/library.py:4
↓ 1 callersFunctionlt
()
docs/jquery.js:2
↓ 1 callersFunctionmakeTree
(data,relPath)
docs/menu.js:26
↓ 1 callersFunctionmarket_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 callersMethodmarket_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 callersFunctionmarket_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 callersMethodmarket_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 callersFunctionopenTooltip
(immediate,forceOpen)
docs/jquery.js:23
↓ 1 callersFunctionpositionTipOnCursor
()
docs/jquery.js:23
↓ 1 callersFunctionpositionTipOnElement
(element)
docs/jquery.js:23
↓ 1 callersFunctionpt
(e,t,n)
docs/jquery.js:2
↓ 1 callersFunctionqt
(n,e,r,i)
docs/jquery.js:2
↓ 1 callersFunctionr
()
docs/jquery.js:8
↓ 1 callersFunctionshowTip
(element)
docs/jquery.js:23
↓ 1 callersFunctiontrackMouse
(event)
docs/jquery.js:23
FunctionB
()
docs/jquery.js:2
MethodBuy>
include/limit_tree.hpp:55
FunctionCSSCoordinates
()
docs/jquery.js:23
FunctionCt
(e)
docs/jquery.js:2
FunctionD
(e,t)
docs/jquery.js:2
FunctionDisplayController
(element,options,tipController)
docs/jquery.js:23
FunctionI
(e)
docs/jquery.js:2
MethodLimit
@brief Initialize a new limit data.
include/structures.hpp:106
FunctionM
(e)
docs/jquery.js:2
FunctionNe
(e,t)
docs/jquery.js:2
MethodOrder
Initialize a new order data.
include/structures.hpp:70
FunctionPe
(e)
docs/jquery.js:2
FunctionPlacementCalculator
()
docs/jquery.js:23
FunctionPyInit_lib_limit_order_book
setup the module initializer. required to link visual studio C++ ctypes
include/lib_lob.hpp:36
FunctionRe
(e)
docs/jquery.js:2
FunctionSe
()
docs/jquery.js:2
FunctionSearchBox
(name, resultsPath, inFrame, label)
docs/search/search.js:83
FunctionSearchResults
(name)
docs/search/search.js:427
MethodSell>
include/limit_tree.hpp:66
FunctionTooltipController
(options)
docs/jquery.js:23
MethodVolume 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
MethodVolume 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
MethodVolume 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
MethodVolume 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
MethodVolume 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
MethodVolume 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
FunctionX
(e,t)
docs/jquery.js:2
FunctionY
()
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
FunctionbeginShowTip
(element)
docs/jquery.js:23
Functionbest
@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
Functioncancel
Cancel an outstanding order */
notes/engines/engine.c:276
Functionclear
@brief Clear all the orders in the book. @param book a pointer to the limit order book object
include/lib_lob.hpp:62
Methodclear
@brief Clear all the orders in the book.
include/limit_order_book.hpp:57
FunctioncloseDesyncedTip
()
docs/jquery.js:23
← previousnext →101–200 of 254, ranked by callers