assylias / jBloomberg

jBloomberg is a high-level API that wraps the low level Bloomberg Java API.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Remove dependency on Big Blue Utils and improve TypedObject

assylias opened this issue · comments

The dependency is only used to import TypedObject.

Add a method in TypedObject to cast the results as generic types, e.g. List<String>.