private HitBTC(string apikey, string apisecret) { ApiKey = apikey; ApiSecret = apisecret; //var auth = new Authenticator(ApiKey, ApiSecret); m_api = new HitBtcApi(); m_instance = this; }
public Payment(HitBtcApi api) { _api = api; }
public Trading(HitBtcApi api) { _api = api; }
public MarketData(HitBtcApi api) { _api = api; }