T
tholder
Guest
I am use .net wrapper. See please code example:
Extension ext = new Extension();
ext.EVE().FetchMarketOrders(typeID);
//where waiting 20 sec, while fetching
List<MarketOrder> orders = ext.EVE().GetMarketOrders(typeID, EVE.ISXEVE.EVE.OrderType.Sell);
In market item with used typeID exist. (this checked manually).
Problem: orders ALL TIME is null. Whats wrong?
Extension ext = new Extension();
ext.EVE().FetchMarketOrders(typeID);
//where waiting 20 sec, while fetching
List<MarketOrder> orders = ext.EVE().GetMarketOrders(typeID, EVE.ISXEVE.EVE.OrderType.Sell);
In market item with used typeID exist. (this checked manually).
Problem: orders ALL TIME is null. Whats wrong?