12 lines
304 B
Python
12 lines
304 B
Python
# encoding: UTF-8
|
|
|
|
from vnpy.trader import vtConstant
|
|
from coincheckGateway import CoincheckGateway, CoincheckTradeApi , CoincheckSocketDataApi
|
|
|
|
gatewayClass = CoincheckGateway
|
|
gatewayName = 'COINCHECK'
|
|
gatewayDisplayName = u'COINCHECK'
|
|
gatewayType = vtConstant.GATEWAYTYPE_BTC
|
|
gatewayQryEnabled = True
|
|
|