SideValueInd Field

Code to identify which "SideValue" the value refers to. SideValue1 and SideValue2 are used as opposed to Buy or Sell so that the basket can be quoted either way as Buy or Sell.  
Valid values:  
1 = SideValue1  
2 = SideValue 2  
 
public const int SideValueInd = 401
This language is not supported or no code example is available.
public:  
const int SideValueInd = 401;
This language is not supported or no code example is available.
public const SideValueInd : int = 401
This language is not supported or no code example is available.

Field Value

int

In this article

Definition