Interface DOM
public interface DOM
This data structure contains the Depth of Market for an instrument. It contains the aggregated bid and ask
sizes at each price.
-
Method Summary
Modifier and TypeMethodDescriptionGets the aggregate ask sizes at each price point.Gets the aggregate bid sizes at each price point.Gets the instrument that this Depth of Market belongs to.
-
Method Details
-
getInstrument
Instrument getInstrument()Gets the instrument that this Depth of Market belongs to.- Returns:
- instrument that is associated with this Depth of Market
-
getAskRows
-
getBidRows
-