Interface DOMOrder


public interface DOMOrder
Represents an order in a Depth of Market Row (DOMRow). These orders are only available if your broker supports Market By Order.
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets the id of the order at the exchange.
    float
    Gets the displayed quantity of this order.
  • Method Details

    • getExchangeOrderId

      String getExchangeOrderId()
      Gets the id of the order at the exchange.
      Returns:
      exchange order id
    • getQuantity

      float getQuantity()
      Gets the displayed quantity of this order.
      Returns:
      quantity of this order