Enum Class的使用
org.dromara.northstar.common.constant.ChannelType
使用ChannelType的程序包
程序包
说明
-
org.dromara.northstar.common中ChannelType的使用
-
org.dromara.northstar.common.constant中ChannelType的使用
修饰符和类型方法说明static ChannelTypeReturns the enum constant of this class with the specified name.static ChannelType[]ChannelType.values()Returns an array containing the constants of this enum class, in the order they are declared. -
org.dromara.northstar.common.utils中ChannelType的使用
-
org.dromara.northstar.gateway中ChannelType的使用
返回变量类型为ChannelType的类型的org.dromara.northstar.gateway中的方法参数类型为ChannelType的org.dromara.northstar.gateway中的方法修饰符和类型方法说明voidGatewayMetaProvider.add(ChannelType channelType, GatewaySettings settings, GatewayFactory factory, IDataServiceManager dsMgr) IContractManager.getContract(ChannelType channelType, String symbol) 根据网关与编码获取合约IContractManager.getContracts(ChannelType channelType) 根据网关渠道获取合约GatewayMetaProvider.getFactory(ChannelType channelType) IMarketCenter.getGateway(ChannelType channelType) 获取网关GatewayMetaProvider.getMarketDataRepo(ChannelType channelType) GatewayMetaProvider.getSettings(ChannelType channelType) voidIMarketCenter.loadContractGroup(ChannelType channelType) 加载合约组 -
org.dromara.northstar.gateway.contract中ChannelType的使用
修饰符和类型方法说明GatewayContract.channelType()IndexContract.channelType()OptionChainContract.channelType()PrimaryContract.channelType() -
org.dromara.northstar.gateway.mktdata中ChannelType的使用
修饰符和类型方法说明MarketCenter.getContract(ChannelType channelType, String code) 查询合约MarketCenter.getContracts(ChannelType channelType) 获取网关合约MarketCenter.getGateway(ChannelType channelType) voidMarketCenter.loadContractGroup(ChannelType channelType) 加载合约组