namespace Binance.TradeRobot.Model.Dto { public class ExchangeAPIKeyResponse : Db.ExchangeAPIKey { /// /// 逐仓杠杆USDT /// public decimal SpotMarginUSDT { get; set; } /// /// 机器人交易对 /// public string RobotSymbol { get; set; } } }