Exemplo n.º 1
0
 private HitBTC(string apikey, string apisecret)
 {
     ApiKey    = apikey;
     ApiSecret = apisecret;
     //var auth = new Authenticator(ApiKey, ApiSecret);
     m_api      = new HitBtcApi();
     m_instance = this;
 }
Exemplo n.º 2
0
 public Payment(HitBtcApi api)
 {
     _api = api;
 }
Exemplo n.º 3
0
 public Payment(HitBtcApi api)
 {
     _api = api;
 }
Exemplo n.º 4
0
 public Trading(HitBtcApi api)
 {
     _api = api;
 }
Exemplo n.º 5
0
 public MarketData(HitBtcApi api)
 {
     _api = api;
 }
Exemplo n.º 6
0
 public MarketData(HitBtcApi api)
 {
     _api = api;
 }
Exemplo n.º 7
0
 public Trading(HitBtcApi api)
 {
     _api = api;
 }