Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

e.MarketDepth.Bid[idx].Volume

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

    e.MarketDepth.Bid[idx].Volume

    Hi ,


    I'm ark and i'm newbie to this forum


    This is a very silly question.

    is

    e.MarketDepth.Bid[idx].Volume


    the avaible volume or exchanged volume at that price?


    Thank



    #2
    This is the advertised volume at that book level.

    The executed volume would occur in OnMarketData

    Code:
    protected override void OnMarketData(MarketDataEventArgs e)
    {
        if (e.MarketDataType == MarketDataType.Last) 
              Print("Last = " + e.Price + " " + e.Volume);
    }
    MatthewNinjaTrader Product Management

    Comment


      #3
      Ok


      sorry to all for double post

      Comment

      Latest Posts

      Collapse

      Topics Statistics Last Post
      Started by alexstox, 10-16-2018, 03:29 PM
      11 responses
      344 views
      0 likes
      Last Post aligator  
      Started by ageeholdings, 05-01-2024, 05:22 AM
      6 responses
      44 views
      0 likes
      Last Post ageeholdings  
      Started by tony_28217, Today, 07:04 PM
      0 responses
      11 views
      0 likes
      Last Post tony_28217  
      Started by flybuzz, Today, 10:33 AM
      1 response
      9 views
      0 likes
      Last Post flybuzz
      by flybuzz
       
      Started by spencerp92, 10-10-2023, 09:56 AM
      4 responses
      312 views
      0 likes
      Last Post flybuzz
      by flybuzz
       
      Working...
      X