2017-12-10 12:52:43 +00:00
|
|
|
# encoding: UTF-8
|
|
|
|
|
2018-05-07 17:25:06 +00:00
|
|
|
from __future__ import absolute_import
|
2017-12-10 12:52:43 +00:00
|
|
|
from vnpy.trader import vtConstant
|
2018-05-07 17:25:06 +00:00
|
|
|
from .coincheckGateway import CoincheckGateway, CoincheckTradeApi , CoincheckSocketDataApi
|
2017-12-10 12:52:43 +00:00
|
|
|
|
|
|
|
gatewayClass = CoincheckGateway
|
|
|
|
gatewayName = 'COINCHECK'
|
|
|
|
gatewayDisplayName = u'COINCHECK'
|
|
|
|
gatewayType = vtConstant.GATEWAYTYPE_BTC
|
|
|
|
gatewayQryEnabled = True
|
|
|
|
|