记录类的使用
org.dromara.northstar.common.model.core.Tick
使用Tick的程序包
程序包
说明
-
org.dromara.northstar.common中Tick的使用
参数类型为Tick的org.dromara.northstar.common中的方法 -
org.dromara.northstar.common.utils中Tick的使用
参数类型为Tick的org.dromara.northstar.common.utils中的方法修饰符和类型方法说明static booleanMarketDataUtils.isOpenningTick(Tick tick, int seconds) 判断TICK是否为开盘范围内的TICK 比如要判断一个tick是否为开盘10秒以内的tick,则调用 isOpenningTick(tick, 10000) 来进行判断static intMarketDataUtils.secondsToWholeMin(Tick tick) 距离整分钟还剩余几秒static doubleTradeHelper.spreadRateInPercentage(Tick numerator, Tick denominator, boolean buyNumerator) 求价差率 -
org.dromara.northstar.gateway中Tick的使用
返回变量类型为Tick的类型的org.dromara.northstar.gateway中的方法 -
org.dromara.northstar.gateway.contract中Tick的使用
-
org.dromara.northstar.gateway.mktdata中Tick的使用
返回变量类型为Tick的类型的org.dromara.northstar.gateway.mktdata中的方法修饰符和类型方法说明void更新行情voidvoid更新Tick数据类型变量类型为Tick的org.dromara.northstar.gateway.mktdata中的构造器参数 -
org.dromara.northstar.strategy中Tick的使用
参数类型为Tick的org.dromara.northstar.strategy中的方法 -
org.dromara.northstar.strategy.constant中Tick的使用
修饰符和类型方法说明abstract doublePriceType.resolvePrice(Tick tick, SignalOperation operation, double price) -
org.dromara.northstar.strategy.model中Tick的使用
参数类型为Tick的org.dromara.northstar.strategy.model中的方法