Beispiel #1
0
 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));
 }
Beispiel #2
0
 public HighLowRangeValue GetHKHighLowRangeValueByCommodityCode(string code, decimal orderPrice, Types.HKPriceType priceType, Types.TransactionDirection tranType)
 {
     return(accountClient.GetHKHighLowRangeValueByCommodityCode(code, orderPrice, priceType, tranType));
 }