public void btce_ltc_usd_depth() { try { string result = BtceApi.depth(Pair.ltc_usd.ToString()); BtceData.insert_depth(result, Pair.ltc_usd.ToString()); } catch (Exception error) { Log.error("BtceApi.depth.ltc_usd", error); } }