using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace YLErp.Helpers
{
public static class OtcAppConfigHelper
{
///
/// 对冲交易数据源(衡泰对冲:1,TRS对冲:2);两者都有:3
///
public static int HedgingSource { get; set; }
///
/// 接收衡泰回执
///
public static int HTUpdate { get; set; }
}
}