RegistStatus Field

Registration status as returned by the broker or (for CIV) the fund manager:  
A = Accepted  
R = Rejected  
H = Held  
N = Reminder i.e. Registration Instructions are still outstanding  
 
public const int RegistStatus = 506
This language is not supported or no code example is available.
public:  
const int RegistStatus = 506;
This language is not supported or no code example is available.
public const RegistStatus : int = 506
This language is not supported or no code example is available.

Field Value

int

In this article

Definition