public long GetHKMaxCount(string traderId, string code, decimal price, Types.HKPriceType orderPriceType, out string errMsg) { return(accountClient.GetHKMaxOrderAmount(out errMsg, traderId, (float)price, code, orderPriceType)); }
public HighLowRangeValue GetHKHighLowRangeValueByCommodityCode(string code, decimal orderPrice, Types.HKPriceType priceType, Types.TransactionDirection tranType) { return(accountClient.GetHKHighLowRangeValueByCommodityCode(code, orderPrice, priceType, tranType)); }