MDImplicitDelete Field

Defines how a server handles distribution of a truncated book. Defaults to broker option.  
Valid values:  
Y = Client has responsibility for implicitly deleting bids or offers falling outside the MarketDepth of the request.  
N = Server must send an explicit delete for bids or offers falling outside the requested MarketDepth of the request.  
 
public const int MDImplicitDelete = 547
This language is not supported or no code example is available.
public:  
const int MDImplicitDelete = 547;
This language is not supported or no code example is available.
public const MDImplicitDelete : int = 547
This language is not supported or no code example is available.

Field Value

int

In this article

Definition