예제 #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;
 }
예제 #2
0
 public Payment(HitBtcApi api)
 {
     _api = api;
 }
예제 #3
0
 public Payment(HitBtcApi api)
 {
     _api = api;
 }
예제 #4
0
 public Trading(HitBtcApi api)
 {
     _api = api;
 }
예제 #5
0
 public MarketData(HitBtcApi api)
 {
     _api = api;
 }
예제 #6
0
 public MarketData(HitBtcApi api)
 {
     _api = api;
 }
예제 #7
0
 public Trading(HitBtcApi api)
 {
     _api = api;
 }