/// <summary>
 /// Get next ticks if they have arrived from the server.
 /// </summary>
 /// <returns>Array of <see cref="BaseData"/></returns>
 public virtual IEnumerable <BaseData> GetNextTicks()
 {
     return(_api.GetLiveData());
 }