枚举类的使用
org.dromara.northstar.common.constant.TickType
使用TickType的程序包
-
org.dromara.northstar.common.constant中TickType的使用
-
org.dromara.northstar.common.model.core中TickType的使用
限定符构造器说明Tick(String gatewayId, Contract contract, LocalDate actionDay, LocalTime actionTime, LocalDate tradingDay, long actionTimestamp, double lastPrice, double avgPrice, double iopv, long volumeDelta, long volume, double turnover, double turnoverDelta, double openInterest, double openInterestDelta, double settlePrice, double preOpenInterest, double preClosePrice, double preSettlePrice, double openPrice, double highPrice, double lowPrice, double upperLimit, double lowerLimit, List<Double> bidPrice, List<Double> askPrice, List<Integer> bidVolume, List<Integer> askVolume, TickType type, com.alibaba.fastjson.JSONObject otherInfo, ChannelType channelType) 创建Tick记录类的实例。