ProgRptReqs Field

Code to identify the desired frequency of progress reports.  
Valid values:  
1 = BuySide explicitly requests status using StatusRequest (Default) The sell-side firm can however, send a DONE status List Status Response in an unsolicited fashion  
2 = SellSide periodically sends status using ListStatus. Period optionally specified in ProgressPeriod  
3 = Real-time execution reports (to be discouraged)  
 
public const int ProgRptReqs = 414
This language is not supported or no code example is available.
public:  
const int ProgRptReqs = 414;
This language is not supported or no code example is available.
public const ProgRptReqs : int = 414
This language is not supported or no code example is available.

Field Value

int

In this article

Definition