API Documentation

NxST_MARKETMAKERTYPE(18) - Market Maker Types


#define Value Comments
Regular 1
Primary 2
Passive 3

You may use code from a helper header file

You may use the code below in your own program



// example
switch (ixMap)
{
   case nxST_MARKETMAKERTYPE::Regular: break;
   case nxST_MARKETMAKERTYPE::Primary: break;
   case nxST_MARKETMAKERTYPE::Passive: break;
}