NxST_REFRESHTYPE(20) - Refresh Quote Types
| #define | Value | Comments |
|---|---|---|
| NotRefresh | 0 | |
| ExgSourced | 1 | |
| Mismatch | 2 | |
| Synchronizing | 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_REFRESHTYPE::NotRefresh: break;
case nxST_REFRESHTYPE::ExgSourced: break;
case nxST_REFRESHTYPE::Mismatch: break;
case nxST_REFRESHTYPE::Synchronizing: break;
}