Uses of Class
eds.model.Trade

Packages that use Trade
Package
Description
MVC model layer of the application.
  • Uses of Trade in eds.model

    Methods in eds.model that return types with arguments of type Trade
    Modifier and Type
    Method
    Description
    IMatchEngine.MatchResult.trades()
    Returns the value of the trades record component.
    Methods in eds.model with parameters of type Trade
    Modifier and Type
    Method
    Description
    void
    StatisticsCollector.trade(Trade trade)
     
    Constructor parameters in eds.model with type arguments of type Trade
    Modifier
    Constructor
    Description
     
    MatchResult(List<Trade> trades, List<Order> completedOrders)
    Creates an instance of a MatchResult record class.