EventType Field

Code to represent the type of event  
Valid values:  
1 = Put  
2 = Call  
3 = Tender  
4 = Sinking Fund Call  
99 = Other  
 
public const int EventType = 865
This language is not supported or no code example is available.
public:  
const int EventType = 865;
This language is not supported or no code example is available.
public const EventType : int = 865
This language is not supported or no code example is available.

Field Value

int

In this article

Definition