Hello,
Kind of stupid question, but cannot figure it out.
I'm using list of MarketIDs and checking prices with listMarketBook.
And when Marker.Status != OPEN just loading next market.
But is there a way to get market start time?
Also get that listMarketCatalogue do not have MarketProjection.MARKET_START_TIME:
Any help will be highly appreciated
Kind of stupid question, but cannot figure it out.
I'm using list of MarketIDs and checking prices with listMarketBook.
And when Marker.Status != OPEN just loading next market.
But is there a way to get market start time?
Also get that listMarketCatalogue do not have MarketProjection.MARKET_START_TIME:
Code:
ISet<MarketProjection> marketProjections = new HashSet<MarketProjection>();
marketProjections.Add(MarketProjection.RUNNER_METADATA);
//marketProjections.Add(MarketProjection.MARKET_START_TIME);



Comment