PositionEffect Field

Indicates whether the resulting position after a trade should be an opening position or closing position. Used for omnibus accounting - where accounts are held on a gross basis instead of being netted together.  
Valid Values:  
O = Open  
C = Close  
R = Rolled  
F = FIFO  
 
public const int PositionEffect = 77
This language is not supported or no code example is available.
public:  
const int PositionEffect = 77;
This language is not supported or no code example is available.
public const PositionEffect : int = 77
This language is not supported or no code example is available.

Field Value

int

In this article

Definition