Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Error using List.Min

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Error using List.Min

    Hi,

    I have a custom list which contains IOrders, and some other items, I am using the Min method of Lists to find the order whos offer price is the lowest, like this,

    Code:
    var minOffer = offerOrderBook.Min(o => o.Order.LimitPrice);
    this compliles fine but when I try to expose the limit price of the IOrder I get an error. This is how I am trying to get the limit price:-

    Code:
    double f = minOffer.Order.LimitPrice;
    and the error I get is:-

    'double' does not contain a definition for 'Order' and no extension method 'Order' accepting a first argument of type 'double' could be found (are you missing a using directive or an assembly reference?)

    #2
    OK found the problem : )

    The first query actually returns the double I am looking for not the Custom Item. So I am all set.

    Problem solved.

    Comment


      #3
      Hello GKonheiser,

      I am glad you were able to find the solution.

      Thank you for posting your solution.

      Comment

      Latest Posts

      Collapse

      Topics Statistics Last Post
      Started by Geovanny Suaza, 02-11-2026, 06:32 PM
      0 responses
      601 views
      0 likes
      Last Post Geovanny Suaza  
      Started by Geovanny Suaza, 02-11-2026, 05:51 PM
      0 responses
      347 views
      1 like
      Last Post Geovanny Suaza  
      Started by Mindset, 02-09-2026, 11:44 AM
      0 responses
      103 views
      0 likes
      Last Post Mindset
      by Mindset
       
      Started by Geovanny Suaza, 02-02-2026, 12:30 PM
      0 responses
      559 views
      1 like
      Last Post Geovanny Suaza  
      Started by RFrosty, 01-28-2026, 06:49 PM
      0 responses
      558 views
      1 like
      Last Post RFrosty
      by RFrosty
       
      Working...
      X