refactoring
This commit is contained in:
parent
696fd07e86
commit
50d32abd49
20 changed files with 334 additions and 225 deletions
|
|
@ -7,10 +7,10 @@ public class TradeQueue
|
|||
{
|
||||
private readonly Queue<TradeInfo> _queue = new();
|
||||
private readonly TradeExecutor _executor;
|
||||
private readonly AppConfig _config;
|
||||
private readonly SavedSettings _config;
|
||||
private bool _processing;
|
||||
|
||||
public TradeQueue(TradeExecutor executor, AppConfig config)
|
||||
public TradeQueue(TradeExecutor executor, SavedSettings config)
|
||||
{
|
||||
_executor = executor;
|
||||
_config = config;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue