package com.betfair.api.ng.objects;

public enum PriceData {
	
	SP_AVAILABLE,	 
	SP_TRADED,	 
	EX_BEST_OFFERS,	 
	EX_ALL_OFFERS,	
	EX_TRADED;

}
