JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Use
Tree
Index
Search
Help
eds.model
OrderBook
Uses of Class
eds.model.OrderBook
Packages that use
OrderBook
Package
Description
eds.model
MVC model layer of the application.
Uses of
OrderBook
in
eds.model
Methods in
eds.model
with parameters of type
OrderBook
Modifier and Type
Method
Description
IMatchEngine.MatchResult
IMatchEngine.
match
(
Order
incoming,
OrderBook
book, double currentTime)
Attempts to match an incoming order against the order book.
IMatchEngine.MatchResult
MatchEngine.
match
(
Order
incoming,
OrderBook
book, double currentTime)
Processes an incoming order and attempts to match it against the order book.