using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace Muchinfo.MTPClient.Data.Enums
{
///
/// 交割规则常量
///
public enum DeliveryGoodsConts
{
///
/// 单笔最小交割数量
///
MinDeliveryQty = 1801,
///
/// 单笔最大交割数量
///
MaxDeliveryQty = 1802,
}
}