Update bot market type
This commit is contained in:
@@ -13,6 +13,8 @@ public class BotEntity
|
||||
|
||||
public Ticker Ticker { get; set; }
|
||||
|
||||
public TradingType TradingType { get; set; }
|
||||
|
||||
public int UserId { get; set; }
|
||||
|
||||
[ForeignKey("UserId")] public UserEntity User { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user