Modulus Financial Engineering HomeModulus Financial Engineering
NAQ Professional Data Feed API (Level I and Level II)

PanelName

PanelName is used in functions such as AddField and RemoveField to specify the panel in which to address.

enum PanelName{
    naqLevel1
    naqLevel2Bid
    naqLevel2Ask
}PanelName;

Elements

naqLevel1
Addresses the the Level I panel.
naqLevel2Bid
Addresses the the Level II panel's Bid grid (located on the left of the Level II panel).
naqLevel2Ask
Addresses the the Level II panel's Ask grid (located on the right of the Level II panel).