币安量化交易

9 lines
219 B

namespace Binance.TradeRobot.Model.Dto
{
public class ExchangeAPIKeyResponse : Db.ExchangeAPIKey
{
public decimal SpotMarginUSDT { get; set; }
public string RobotSymbol { get; set; }
}
}