You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
247 B
10 lines
247 B
namespace Binance.TradeRobot.Model.Dto
|
|
{
|
|
public class D21PolicyRobotResponse : RobotResponse
|
|
{
|
|
/// <summary>
|
|
/// 动2.1策略对象
|
|
/// </summary>
|
|
public D21PolicyResponse D21Policy { get; set; }
|
|
}
|
|
}
|
|
|