Update open interest
This commit is contained in:
@@ -250,6 +250,11 @@ public class TradingService : ITradingService
|
||||
return await _exchangeService.GetBrokerPositions(account);
|
||||
}
|
||||
|
||||
public async Task<IEnumerable<Position>> GetAllDatabasePositionsAsync()
|
||||
{
|
||||
return await _tradingRepository.GetAllPositionsAsync();
|
||||
}
|
||||
|
||||
private async Task ManageTrader(TraderFollowup a, List<Ticker> tickers)
|
||||
{
|
||||
var shortAddress = a.Account.Address.Substring(0, 6);
|
||||
|
||||
Reference in New Issue
Block a user