abstract fun getAll(): LiveData<List<Symbol>>
Returns all Symbols, wrapped in LiveData.
Return LiveData containing a List of all Symbols.