索引
常量字段值|所有程序包|所有类和接口|序列化表格
A
- AbstractEventHandler - org.dromara.northstar.common.event中的类
- AbstractEventHandler() - 类的构造器 org.dromara.northstar.common.event.AbstractEventHandler
- AbstractIndicator - org.dromara.northstar.indicator中的类
-
抽象的指标 代表的是一个单值指标
- AbstractIndicator(Configuration) - 类的构造器 org.dromara.northstar.indicator.AbstractIndicator
- AbstractStrategy - org.dromara.northstar.strategy中的类
- AbstractStrategy() - 类的构造器 org.dromara.northstar.strategy.AbstractStrategy
- AbstractStrategy.BarHandler - org.dromara.northstar.strategy中的接口
- AbstractStrategy.TickHandler - org.dromara.northstar.strategy中的接口
- AbstractTester - org.dromara.northstar.strategy.tester中的类
- AbstractTester(ObjectManager<Gateway>, ObjectManager<IModule>, IContractManager, IGatewayService, IModuleService) - 类的构造器 org.dromara.northstar.strategy.tester.AbstractTester
- Account - org.dromara.northstar.common.model.core中的记录类
- Account(String, CoreEnum.CurrencyEnum, double, double, double, double, double, double, double, double, double, long, String) - 记录类的构造器 org.dromara.northstar.common.model.core.Account
-
创建
Account记录类的实例。 - ACCOUNT - 枚举类 中的枚举常量 org.dromara.northstar.common.event.NorthstarEventType
-
账户回报事件
- accountBalance() - 接口中的方法 org.dromara.northstar.strategy.IAccount
-
账户权益
- ACCOUNTCODE_FIELD_NUMBER - 类中的静态变量 xyz.redtorch.pb.CoreField.SubmitOrderReqField
- accountId() - 记录类中的方法 org.dromara.northstar.common.model.core.Account
-
返回
accountId记录组件的值。 - accountId() - 接口中的方法 org.dromara.northstar.strategy.IAccount
-
账户ID
- ACCOUNTID_FIELD_NUMBER - 类中的静态变量 xyz.redtorch.pb.CoreField.AccountField
- ACCOUNTID_FIELD_NUMBER - 类中的静态变量 xyz.redtorch.pb.CoreField.OrderField
- ACCOUNTID_FIELD_NUMBER - 类中的静态变量 xyz.redtorch.pb.CoreField.PositionField
- ACCOUNTID_FIELD_NUMBER - 类中的静态变量 xyz.redtorch.pb.CoreField.TradeField
- AccountRuntimeDescription - org.dromara.northstar.common.model中的类
- AccountRuntimeDescription() - 类的构造器 org.dromara.northstar.common.model.AccountRuntimeDescription
- actionDate() - 记录类中的方法 org.dromara.northstar.ai.SampleData
-
返回
actionDate记录组件的值。 - actionDay() - 记录类中的方法 org.dromara.northstar.common.model.core.Bar
-
返回
actionDay记录组件的值。 - actionDay() - 记录类中的方法 org.dromara.northstar.common.model.core.Tick
-
返回
actionDay记录组件的值。 - ACTIONDAY_FIELD_NUMBER - 类中的静态变量 xyz.redtorch.pb.CoreField.BarField
- ACTIONDAY_FIELD_NUMBER - 类中的静态变量 xyz.redtorch.pb.CoreField.TickField
- actionTime() - 记录类中的方法 org.dromara.northstar.ai.SampleData
-
返回
actionTime记录组件的值。 - actionTime() - 记录类中的方法 org.dromara.northstar.common.model.core.Bar
-
返回
actionTime记录组件的值。 - actionTime() - 记录类中的方法 org.dromara.northstar.common.model.core.Tick
-
返回
actionTime记录组件的值。 - ACTIONTIME_FIELD_NUMBER - 类中的静态变量 xyz.redtorch.pb.CoreField.BarField
- ACTIONTIME_FIELD_NUMBER - 类中的静态变量 xyz.redtorch.pb.CoreField.TickField
- actionTimestamp() - 记录类中的方法 org.dromara.northstar.common.model.core.Bar
-
返回
actionTimestamp记录组件的值。 - actionTimestamp() - 记录类中的方法 org.dromara.northstar.common.model.core.SubmitOrderReq
-
返回
actionTimestamp记录组件的值。 - actionTimestamp() - 记录类中的方法 org.dromara.northstar.common.model.core.Tick
-
返回
actionTimestamp记录组件的值。 - ACTIONTIMESTAMP_FIELD_NUMBER - 类中的静态变量 xyz.redtorch.pb.CoreField.BarField
- ACTIONTIMESTAMP_FIELD_NUMBER - 类中的静态变量 xyz.redtorch.pb.CoreField.SubmitOrderReqField
- ACTIONTIMESTAMP_FIELD_NUMBER - 类中的静态变量 xyz.redtorch.pb.CoreField.TickField
- ACTIVETIME_FIELD_NUMBER - 类中的静态变量 xyz.redtorch.pb.CoreField.OrderField
- ADAPTERORDERID_FIELD_NUMBER - 类中的静态变量 xyz.redtorch.pb.CoreField.OrderField
- ADAPTERORDERID_FIELD_NUMBER - 类中的静态变量 xyz.redtorch.pb.CoreField.TradeField
- ADAPTERTRADEID_FIELD_NUMBER - 类中的静态变量 xyz.redtorch.pb.CoreField.TradeField
- add(ChannelType, GatewaySettings, GatewayFactory) - 类中的方法 org.dromara.northstar.gateway.GatewayMetaProvider
- add(T) - 接口中的方法 org.dromara.northstar.common.ObjectManager
- addAllAskPrice(Iterable<? extends Double>) - 类中的方法 xyz.redtorch.pb.CoreField.TickField.Builder
-
卖价
- addAllAskVolume(Iterable<? extends Integer>) - 类中的方法 xyz.redtorch.pb.CoreField.TickField.Builder
-
卖量
- addAllBidPrice(Iterable<? extends Double>) - 类中的方法 xyz.redtorch.pb.CoreField.TickField.Builder
-
买价
- addAllBidVolume(Iterable<? extends Integer>) - 类中的方法 xyz.redtorch.pb.CoreField.TickField.Builder
-
买量
- addAskPrice(double) - 类中的方法 xyz.redtorch.pb.CoreField.TickField.Builder
-
卖价
- addAskVolume(int) - 类中的方法 xyz.redtorch.pb.CoreField.TickField.Builder
-
卖量
- addBarHandler(Contract, AbstractStrategy.BarHandler) - 类中的方法 org.dromara.northstar.strategy.AbstractStrategy
-
订阅多个合约时,可以加上各自的处理器来减少if...else代码
- addBidPrice(double) - 类中的方法 xyz.redtorch.pb.CoreField.TickField.Builder
-
买价
- addBidVolume(int) - 类中的方法 xyz.redtorch.pb.CoreField.TickField.Builder
-
买量
- addDefinitions(List<ContractDefinition>) - 接口中的方法 org.dromara.northstar.gateway.IMarketCenter
-
增加合约定义
- addDefinitions(List<ContractDefinition>) - 类中的方法 org.dromara.northstar.gateway.mktdata.MarketCenter
-
增加合约定义
- addGateway(MarketGateway) - 接口中的方法 org.dromara.northstar.gateway.IMarketCenter
-
注册网关
- addGateway(MarketGateway) - 类中的方法 org.dromara.northstar.gateway.mktdata.MarketCenter
-
增加网关
- addHandler(FastEventEngine.NorthstarEventDispatcher) - 接口中的方法 org.dromara.northstar.common.event.FastEventEngine
- addInstrument(Instrument) - 接口中的方法 org.dromara.northstar.gateway.IMarketCenter
-
注册合约
- addInstrument(Instrument) - 类中的方法 org.dromara.northstar.gateway.mktdata.MarketCenter
-
注册网关合约
- addMergedBarListener(Contract, int, PeriodUnit, MergedBarListener) - 接口中的方法 org.dromara.northstar.strategy.IModuleStrategyContext
-
注册周期监听器
- addRepeatedField(Descriptors.FieldDescriptor, Object) - 类中的方法 xyz.redtorch.pb.CoreField.AccountField.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - 类中的方法 xyz.redtorch.pb.CoreField.BarField.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - 类中的方法 xyz.redtorch.pb.CoreField.CancelOrderReqField.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - 类中的方法 xyz.redtorch.pb.CoreField.CommonReqField.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - 类中的方法 xyz.redtorch.pb.CoreField.CommonRspField.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - 类中的方法 xyz.redtorch.pb.CoreField.ContractField.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - 类中的方法 xyz.redtorch.pb.CoreField.GatewayField.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - 类中的方法 xyz.redtorch.pb.CoreField.GatewaySettingField.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - 类中的方法 xyz.redtorch.pb.CoreField.GatewaySettingField.CtpApiSettingField.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - 类中的方法 xyz.redtorch.pb.CoreField.GatewaySettingField.IbApiSettingField.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - 类中的方法 xyz.redtorch.pb.CoreField.LogField.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - 类中的方法 xyz.redtorch.pb.CoreField.NoticeField.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - 类中的方法 xyz.redtorch.pb.CoreField.OrderField.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - 类中的方法 xyz.redtorch.pb.CoreField.PositionField.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - 类中的方法 xyz.redtorch.pb.CoreField.SubmitOrderReqField.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - 类中的方法 xyz.redtorch.pb.CoreField.TickField.Builder
- addRepeatedField(Descriptors.FieldDescriptor, Object) - 类中的方法 xyz.redtorch.pb.CoreField.TradeField.Builder
- addTickHandler(Contract, AbstractStrategy.TickHandler) - 类中的方法 org.dromara.northstar.strategy.AbstractStrategy
-
订阅多个合约时,可以加上各自的处理器来减少if...else代码
- adminOnly() - 枚举类中的方法 org.dromara.northstar.common.constant.ChannelType
-
是否只有超级用户模式才能使用
- AF_Delete - 枚举类 中的枚举常量 xyz.redtorch.pb.CoreEnum.ActionFlagEnum
-
删除
- AF_Delete_VALUE - 枚举类中的静态变量 xyz.redtorch.pb.CoreEnum.ActionFlagEnum
-
删除
- AF_Modify - 枚举类 中的枚举常量 xyz.redtorch.pb.CoreEnum.ActionFlagEnum
-
修改
- AF_Modify_VALUE - 枚举类中的静态变量 xyz.redtorch.pb.CoreEnum.ActionFlagEnum
-
修改
- AF_Unknown - 枚举类 中的枚举常量 xyz.redtorch.pb.CoreEnum.ActionFlagEnum
-
未知
- AF_Unknown_VALUE - 枚举类中的静态变量 xyz.redtorch.pb.CoreEnum.ActionFlagEnum
-
未知
- allowDuplication() - 枚举类中的方法 org.dromara.northstar.common.constant.ChannelType
-
是否允许多个行情网关
- ANY_PRICE - 枚举类 中的枚举常量 org.dromara.northstar.strategy.constant.PriceType
- APP_NAME - 接口中的静态变量 org.dromara.northstar.common.constant.Constants
- APPID_FIELD_NUMBER - 类中的静态变量 xyz.redtorch.pb.CoreField.GatewaySettingField.CtpApiSettingField
- ARBITRAGE - 枚举类 中的枚举常量 org.dromara.northstar.common.constant.ModuleType
-
套利类
- askPrice() - 记录类中的方法 org.dromara.northstar.common.model.core.Tick
-
返回
askPrice记录组件的值。 - ASKPRICE_FIELD_NUMBER - 类中的静态变量 xyz.redtorch.pb.CoreField.TickField
- askVolume() - 记录类中的方法 org.dromara.northstar.common.model.core.Tick
-
返回
askVolume记录组件的值。 - ASKVOLUME_FIELD_NUMBER - 类中的静态变量 xyz.redtorch.pb.CoreField.TickField
- ATS - 枚举类 中的枚举常量 xyz.redtorch.pb.CoreEnum.CurrencyEnum
-
奥地利先令
- ATS_VALUE - 枚举类中的静态变量 xyz.redtorch.pb.CoreEnum.CurrencyEnum
-
奥地利先令
- AUD - 枚举类 中的枚举常量 xyz.redtorch.pb.CoreEnum.CurrencyEnum
-
澳大利亚元
- AUD_VALUE - 枚举类中的静态变量 xyz.redtorch.pb.CoreEnum.CurrencyEnum
-
澳大利亚元
- AUTH_ERR - 接口中的静态变量 org.dromara.northstar.common.constant.ReturnCode
-
认证异常
- AUTHCODE_FIELD_NUMBER - 类中的静态变量 xyz.redtorch.pb.CoreField.GatewaySettingField.CtpApiSettingField
- AuthenticationException - org.dromara.northstar.common.exception中的异常错误类
-
认证异常
- AuthenticationException(String) - 异常错误类的构造器 org.dromara.northstar.common.exception.AuthenticationException
- AUTHERRORFLAG_FIELD_NUMBER - 类中的静态变量 xyz.redtorch.pb.CoreField.GatewayField
- AUTOCONNECTTIMERANGES_FIELD_NUMBER - 类中的静态变量 xyz.redtorch.pb.CoreField.GatewaySettingField
- AUTOSUSPEND_FIELD_NUMBER - 类中的静态变量 xyz.redtorch.pb.CoreField.OrderField
- AUTOSUSPEND_FIELD_NUMBER - 类中的静态变量 xyz.redtorch.pb.CoreField.SubmitOrderReqField
- available() - 记录类中的方法 org.dromara.northstar.common.model.core.Account
-
返回
available记录组件的值。 - AVAILABLE_FIELD_NUMBER - 类中的静态变量 xyz.redtorch.pb.CoreField.AccountField
- availableAmount() - 接口中的方法 org.dromara.northstar.strategy.IAccount
-
实际可用余额
- availableAmount() - 接口中的方法 org.dromara.northstar.strategy.IModuleAccount
-
可用金额
- availableChannel() - 类中的方法 org.dromara.northstar.gateway.GatewayMetaProvider
- avgPrice() - 记录类中的方法 org.dromara.northstar.common.model.core.Tick
-
返回
avgPrice记录组件的值。 - AVGPRICE_FIELD_NUMBER - 类中的静态变量 xyz.redtorch.pb.CoreField.TickField
B
- B_15Min - 枚举类 中的枚举常量 xyz.redtorch.pb.CoreEnum.BarCycleEnum
-
B_15Min = 4; - B_15Min_VALUE - 枚举类中的静态变量 xyz.redtorch.pb.CoreEnum.BarCycleEnum
-
B_15Min = 4; - B_1Day - 枚举类 中的枚举常量 xyz.redtorch.pb.CoreEnum.BarCycleEnum
-
B_1Day = 5; - B_1Day_VALUE - 枚举类中的静态变量 xyz.redtorch.pb.CoreEnum.BarCycleEnum
-
B_1Day = 5; - B_1Min - 枚举类 中的枚举常量 xyz.redtorch.pb.CoreEnum.BarCycleEnum
-
B_1Min = 1; - B_1Min_VALUE - 枚举类中的静态变量 xyz.redtorch.pb.CoreEnum.BarCycleEnum
-
B_1Min = 1; - B_3Min - 枚举类 中的枚举常量 xyz.redtorch.pb.CoreEnum.BarCycleEnum
-
B_3Min = 2; - B_3Min_VALUE - 枚举类中的静态变量 xyz.redtorch.pb.CoreEnum.BarCycleEnum
-
B_3Min = 2; - B_5Min - 枚举类 中的枚举常量 xyz.redtorch.pb.CoreEnum.BarCycleEnum
-
B_5Min = 3; - B_5Min_VALUE - 枚举类中的静态变量 xyz.redtorch.pb.CoreEnum.BarCycleEnum
-
B_5Min = 3; - B_5Sec - 枚举类 中的枚举常量 xyz.redtorch.pb.CoreEnum.BarCycleEnum
-
B_5Sec = 0; - B_5Sec_VALUE - 枚举类中的静态变量 xyz.redtorch.pb.CoreEnum.BarCycleEnum
-
B_5Sec = 0; - balance() - 记录类中的方法 org.dromara.northstar.common.model.core.Account
-
返回
balance记录组件的值。 - BALANCE - 枚举类 中的枚举常量 org.dromara.northstar.common.event.NorthstarEventType
-
出入金事件
- BALANCE_FIELD_NUMBER - 类中的静态变量 xyz.redtorch.pb.CoreField.AccountField
- Bar - org.dromara.northstar.common.model.core中的记录类
- Bar(String, Contract, LocalDate, LocalTime, LocalDate, long, double, double, double, double, double, double, long, long, double, double, double, double, double, ChannelType) - 记录类的构造器 org.dromara.northstar.common.model.core.Bar
-
创建
Bar记录类的实例。 - BAR - 枚举类 中的枚举常量 org.dromara.northstar.common.event.NorthstarEventType
-
K线BAR事件
- BarDataAware - org.dromara.northstar.common中的接口
-
BAR行情组件
- barHandlerMap - 类中的变量 org.dromara.northstar.strategy.AbstractStrategy
- BARYCENTER - 枚举类 中的枚举常量 org.dromara.northstar.indicator.constant.ValueType
-
重心价
- BEF - 枚举类 中的枚举常量 xyz.redtorch.pb.CoreEnum.CurrencyEnum
-
比利时法郎
- BEF_VALUE - 枚举类中的静态变量 xyz.redtorch.pb.CoreEnum.CurrencyEnum
-
比利时法郎
- BIAN - 枚举类 中的枚举常量 org.dromara.northstar.common.constant.ChannelType
- bidPrice() - 记录类中的方法 org.dromara.northstar.common.model.core.Tick
-
返回
bidPrice记录组件的值。 - BIDPRICE_FIELD_NUMBER - 类中的静态变量 xyz.redtorch.pb.CoreField.TickField
- bidVolume() - 记录类中的方法 org.dromara.northstar.common.model.core.Tick
-
返回
bidVolume记录组件的值。 - BIDVOLUME_FIELD_NUMBER - 类中的静态变量 xyz.redtorch.pb.CoreField.TickField
- BINANCE - 枚举类 中的枚举常量 xyz.redtorch.pb.CoreEnum.ExchangeEnum
-
币安交易所
- BINANCE_VALUE - 枚举类中的静态变量 xyz.redtorch.pb.CoreEnum.ExchangeEnum
-
币安交易所
- bindedContracts() - 类中的方法 org.dromara.northstar.strategy.AbstractStrategy
-
模组绑定的合约
- bindedContracts() - 接口中的方法 org.dromara.northstar.strategy.IModuleStrategyContext
-
获取模组绑定的全部合约
- bindedContractSymbol() - 接口中的方法 org.dromara.northstar.common.ContractBindedAware
- BK - 枚举类 中的枚举常量 org.dromara.northstar.common.model.OrderRequest.TradeOperation
- BOLLIndicator - org.dromara.northstar.indicator.volatility中的类
-
布林带指标
- BOLLIndicator(Configuration, int, double) - 类的构造器 org.dromara.northstar.indicator.volatility.BOLLIndicator
- BOND - 枚举类 中的枚举常量 xyz.redtorch.pb.CoreEnum.ProductClassEnum
-
债券
- BOND_VALUE - 枚举类中的静态变量 xyz.redtorch.pb.CoreEnum.ProductClassEnum
-
债券
- BP - 枚举类 中的枚举常量 org.dromara.northstar.common.model.OrderRequest.TradeOperation
- BROKERID_FIELD_NUMBER - 类中的静态变量 xyz.redtorch.pb.CoreField.GatewaySettingField.CtpApiSettingField
- BROKERORDERSEQ_FIELD_NUMBER - 类中的静态变量 xyz.redtorch.pb.CoreField.OrderField
- BROKERORDERSEQ_FIELD_NUMBER - 类中的静态变量 xyz.redtorch.pb.CoreField.TradeField
- BSE - 枚举类 中的枚举常量 xyz.redtorch.pb.CoreEnum.ExchangeEnum
-
北京证券交易所
- BSE_VALUE - 枚举类中的静态变量 xyz.redtorch.pb.CoreEnum.ExchangeEnum
-
北京证券交易所
- build() - 类中的方法 xyz.redtorch.pb.CoreField.AccountField.Builder
- build() - 类中的方法 xyz.redtorch.pb.CoreField.BarField.Builder
- build() - 类中的方法 xyz.redtorch.pb.CoreField.CancelOrderReqField.Builder
- build() - 类中的方法 xyz.redtorch.pb.CoreField.CommonReqField.Builder
- build() - 类中的方法 xyz.redtorch.pb.CoreField.CommonRspField.Builder
- build() - 类中的方法 xyz.redtorch.pb.CoreField.ContractField.Builder
- build() - 类中的方法 xyz.redtorch.pb.CoreField.GatewayField.Builder
- build() - 类中的方法 xyz.redtorch.pb.CoreField.GatewaySettingField.Builder
- build() - 类中的方法 xyz.redtorch.pb.CoreField.GatewaySettingField.CtpApiSettingField.Builder
- build() - 类中的方法 xyz.redtorch.pb.CoreField.GatewaySettingField.IbApiSettingField.Builder
- build() - 类中的方法 xyz.redtorch.pb.CoreField.LogField.Builder
- build() - 类中的方法 xyz.redtorch.pb.CoreField.NoticeField.Builder
- build() - 类中的方法 xyz.redtorch.pb.CoreField.OrderField.Builder
- build() - 类中的方法 xyz.redtorch.pb.CoreField.PositionField.Builder
- build() - 类中的方法 xyz.redtorch.pb.CoreField.SubmitOrderReqField.Builder
- build() - 类中的方法 xyz.redtorch.pb.CoreField.TickField.Builder
- build() - 类中的方法 xyz.redtorch.pb.CoreField.TradeField.Builder
- buildPartial() - 类中的方法 xyz.redtorch.pb.CoreField.AccountField.Builder
- buildPartial() - 类中的方法 xyz.redtorch.pb.CoreField.BarField.Builder
- buildPartial() - 类中的方法 xyz.redtorch.pb.CoreField.CancelOrderReqField.Builder
- buildPartial() - 类中的方法 xyz.redtorch.pb.CoreField.CommonReqField.Builder
- buildPartial() - 类中的方法 xyz.redtorch.pb.CoreField.CommonRspField.Builder
- buildPartial() - 类中的方法 xyz.redtorch.pb.CoreField.ContractField.Builder
- buildPartial() - 类中的方法 xyz.redtorch.pb.CoreField.GatewayField.Builder
- buildPartial() - 类中的方法 xyz.redtorch.pb.CoreField.GatewaySettingField.Builder
- buildPartial() - 类中的方法 xyz.redtorch.pb.CoreField.GatewaySettingField.CtpApiSettingField.Builder
- buildPartial() - 类中的方法 xyz.redtorch.pb.CoreField.GatewaySettingField.IbApiSettingField.Builder
- buildPartial() - 类中的方法 xyz.redtorch.pb.CoreField.LogField.Builder
- buildPartial() - 类中的方法 xyz.redtorch.pb.CoreField.NoticeField.Builder
- buildPartial() - 类中的方法 xyz.redtorch.pb.CoreField.OrderField.Builder
- buildPartial() - 类中的方法 xyz.redtorch.pb.CoreField.PositionField.Builder
- buildPartial() - 类中的方法 xyz.redtorch.pb.CoreField.SubmitOrderReqField.Builder
- buildPartial() - 类中的方法 xyz.redtorch.pb.CoreField.TickField.Builder
- buildPartial() - 类中的方法 xyz.redtorch.pb.CoreField.TradeField.Builder
- BUSD - 枚举类 中的枚举常量 xyz.redtorch.pb.CoreEnum.CurrencyEnum
-
币安稳定币
- BUSD_VALUE - 枚举类中的静态变量 xyz.redtorch.pb.CoreEnum.CurrencyEnum
-
币安稳定币
- BUY_CLOSE - 枚举类 中的枚举常量 org.dromara.northstar.common.constant.SignalOperation
-
多平,发出多单委托,结果为空头持仓-1;
- BUY_OPEN - 枚举类 中的枚举常量 org.dromara.northstar.common.constant.SignalOperation
-
多开,发出多单委托,结果为多头持仓+1;
C
- cacheLength() - 记录类中的方法 org.dromara.northstar.indicator.model.Configuration
-
返回
cacheLength记录组件的值。 - CAD - 枚举类 中的枚举常量 xyz.redtorch.pb.CoreEnum.CurrencyEnum
-
加拿大元
- CAD_VALUE - 枚举类中的静态变量 xyz.redtorch.pb.CoreEnum.CurrencyEnum
-
加拿大元
- cancelOrder(String) - 接口中的方法 org.dromara.northstar.gateway.TradeGateway
-
撤销定单
- cancelOrder(String) - 接口中的方法 org.dromara.northstar.strategy.IAccount
-
撤单
- cancelOrder(String) - 接口中的方法 org.dromara.northstar.strategy.IModuleContext
-
撤单
- CANCELTIME_FIELD_NUMBER - 类中的静态变量 xyz.redtorch.pb.CoreField.OrderField
- canHandle(NorthstarEventType) - 接口中的方法 org.dromara.northstar.common.event.GenericEventHandler
- canProceed() - 类中的方法 org.dromara.northstar.strategy.AbstractStrategy
- canProceed(Bar) - 类中的方法 org.dromara.northstar.strategy.AbstractStrategy
- CC_AskPriceGreaterEqualStopPrice - 枚举类 中的枚举常量 xyz.redtorch.pb.CoreEnum.ContingentConditionEnum
-
卖一价大于等于条件价
- CC_AskPriceGreaterEqualStopPrice_VALUE - 枚举类中的静态变量 xyz.redtorch.pb.CoreEnum.ContingentConditionEnum
-
卖一价大于等于条件价
- CC_AskPriceGreaterThanStopPrice - 枚举类 中的枚举常量 xyz.redtorch.pb.CoreEnum.ContingentConditionEnum
-
卖一价大于条件价
- CC_AskPriceGreaterThanStopPrice_VALUE - 枚举类中的静态变量 xyz.redtorch.pb.CoreEnum.ContingentConditionEnum
-
卖一价大于条件价
- CC_AskPriceLesserEqualStopPrice - 枚举类 中的枚举常量 xyz.redtorch.pb.CoreEnum.ContingentConditionEnum
-
卖一价小于等于条件价
- CC_AskPriceLesserEqualStopPrice_VALUE - 枚举类中的静态变量 xyz.redtorch.pb.CoreEnum.ContingentConditionEnum
-
卖一价小于等于条件价
- CC_AskPriceLesserThanStopPrice - 枚举类 中的枚举常量 xyz.redtorch.pb.CoreEnum.ContingentConditionEnum
-
卖一价小于条件价
- CC_AskPriceLesserThanStopPrice_VALUE - 枚举类中的静态变量 xyz.redtorch.pb.CoreEnum.ContingentConditionEnum
-
卖一价小于条件价
- CC_BidPriceGreaterEqualStopPrice - 枚举类 中的枚举常量 xyz.redtorch.pb.CoreEnum.ContingentConditionEnum
-
买一价大于等于条件价
- CC_BidPriceGreaterEqualStopPrice_VALUE - 枚举类中的静态变量 xyz.redtorch.pb.CoreEnum.ContingentConditionEnum
-
买一价大于等于条件价
- CC_BidPriceGreaterThanStopPrice - 枚举类 中的枚举常量 xyz.redtorch.pb.CoreEnum.ContingentConditionEnum
-
买一价大于条件价
- CC_BidPriceGreaterThanStopPrice_VALUE - 枚举类中的静态变量 xyz.redtorch.pb.CoreEnum.ContingentConditionEnum
-
买一价大于条件价
- CC_BidPriceLesserEqualStopPrice - 枚举类 中的枚举常量 xyz.redtorch.pb.CoreEnum.ContingentConditionEnum
-
买一价小于等于条件价
- CC_BidPriceLesserEqualStopPrice_VALUE - 枚举类中的静态变量 xyz.redtorch.pb.CoreEnum.ContingentConditionEnum
-
买一价小于等于条件价
- CC_BidPriceLesserThanStopPrice - 枚举类 中的枚举常量 xyz.redtorch.pb.CoreEnum.ContingentConditionEnum
-
买一价小于条件价
- CC_BidPriceLesserThanStopPrice_VALUE - 枚举类中的静态变量 xyz.redtorch.pb.CoreEnum.ContingentConditionEnum
-
买一价小于条件价
- CC_Immediately - 枚举类 中的枚举常量 xyz.redtorch.pb.CoreEnum.ContingentConditionEnum
-
立即
- CC_Immediately_VALUE - 枚举类中的静态变量 xyz.redtorch.pb.CoreEnum.ContingentConditionEnum
-
立即
- CC_LastPriceGreaterEqualStopPrice - 枚举类 中的枚举常量 xyz.redtorch.pb.CoreEnum.ContingentConditionEnum
-
最新价大于等于条件价
- CC_LastPriceGreaterEqualStopPrice_VALUE - 枚举类中的静态变量 xyz.redtorch.pb.CoreEnum.ContingentConditionEnum
-
最新价大于等于条件价
- CC_LastPriceGreaterThanStopPrice - 枚举类 中的枚举常量 xyz.redtorch.pb.CoreEnum.ContingentConditionEnum
-
最新价大于条件价
- CC_LastPriceGreaterThanStopPrice_VALUE - 枚举类中的静态变量 xyz.redtorch.pb.CoreEnum.ContingentConditionEnum
-
最新价大于条件价
- CC_LastPriceLesserEqualStopPrice - 枚举类 中的枚举常量 xyz.redtorch.pb.CoreEnum.ContingentConditionEnum
-
最新价小于等于条件价
- CC_LastPriceLesserEqualStopPrice_VALUE - 枚举类中的静态变量 xyz.redtorch.pb.CoreEnum.ContingentConditionEnum
-
最新价小于等于条件价
- CC_LastPriceLesserThanStopPrice - 枚举类 中的枚举常量 xyz.redtorch.pb.CoreEnum.ContingentConditionEnum
-
最新价小于条件价
- CC_LastPriceLesserThanStopPrice_VALUE - 枚举类中的静态变量 xyz.redtorch.pb.CoreEnum.ContingentConditionEnum
-
最新价小于条件价
- CC_LocalLastPriceGreaterEqualStopPrice - 枚举类 中的枚举常量 xyz.redtorch.pb.CoreEnum.ContingentConditionEnum
-
(本地)最新价大于等于条件价
- CC_LocalLastPriceGreaterEqualStopPrice_VALUE - 枚举类中的静态变量 xyz.redtorch.pb.CoreEnum.ContingentConditionEnum
-
(本地)最新价大于等于条件价
- CC_LocalLastPriceLesserEqualStopPrice - 枚举类 中的枚举常量 xyz.redtorch.pb.CoreEnum.ContingentConditionEnum
-
(本地)最新价小于等于条件价
- CC_LocalLastPriceLesserEqualStopPrice_VALUE - 枚举类中的静态变量 xyz.redtorch.pb.CoreEnum.ContingentConditionEnum
-
(本地)最新价小于等于条件价
- CC_ParkedOrder - 枚举类 中的枚举常量 xyz.redtorch.pb.CoreEnum.ContingentConditionEnum
-
预埋单
- CC_ParkedOrder_VALUE - 枚举类中的静态变量 xyz.redtorch.pb.CoreEnum.ContingentConditionEnum
-
预埋单
- CC_Touch - 枚举类 中的枚举常量 xyz.redtorch.pb.CoreEnum.ContingentConditionEnum
-
止损
- CC_Touch_VALUE - 枚举类中的静态变量 xyz.redtorch.pb.CoreEnum.ContingentConditionEnum
-
止损
- CC_TouchProfit - 枚举类 中的枚举常量 xyz.redtorch.pb.CoreEnum.ContingentConditionEnum
-
止赢
- CC_TouchProfit_VALUE - 枚举类中的静态变量 xyz.redtorch.pb.CoreEnum.ContingentConditionEnum
-
止赢
- CC_Unknown - 枚举类 中的枚举常量 xyz.redtorch.pb.CoreEnum.ContingentConditionEnum
-
未知
- CC_Unknown_VALUE - 枚举类中的静态变量 xyz.redtorch.pb.CoreEnum.ContingentConditionEnum
-
未知
- CFE - 枚举类 中的枚举常量 xyz.redtorch.pb.CoreEnum.ExchangeEnum
-
芝加哥期权交易所期货交易分所
- CFE_VALUE - 枚举类中的静态变量 xyz.redtorch.pb.CoreEnum.ExchangeEnum
-
芝加哥期权交易所期货交易分所
- CFFEX - 枚举类 中的枚举常量 xyz.redtorch.pb.CoreEnum.ExchangeEnum
-
中国金融期货交易所
- CFFEX_VALUE - 枚举类中的静态变量 xyz.redtorch.pb.CoreEnum.ExchangeEnum
-
中国金融期货交易所
- cfg - 类中的变量 org.dromara.northstar.indicator.AbstractIndicator
- channelType() - 接口中的方法 org.dromara.northstar.common.IHolidayManager
- channelType() - 记录类中的方法 org.dromara.northstar.common.model.core.Bar
-
返回
channelType记录组件的值。 - channelType() - 记录类中的方法 org.dromara.northstar.common.model.core.Contract
-
返回
channelType记录组件的值。 - channelType() - 记录类中的方法 org.dromara.northstar.common.model.core.Tick
-
返回
channelType记录组件的值。 - channelType() - 类中的方法 org.dromara.northstar.gateway.contract.GatewayContract
- channelType() - 类中的方法 org.dromara.northstar.gateway.contract.IndexContract
- channelType() - 类中的方法 org.dromara.northstar.gateway.contract.OptionChainContract
- channelType() - 类中的方法 org.dromara.northstar.gateway.contract.PrimaryContract
- channelType() - 接口中的方法 org.dromara.northstar.gateway.Instrument
-
网关渠道类型
- channelType() - 接口中的方法 org.dromara.northstar.gateway.MarketGateway
-
网关类型
- ChannelType - org.dromara.northstar.common.constant中的枚举类
- CHANNELTYPE_FIELD_NUMBER - 类中的静态变量 xyz.redtorch.pb.CoreField.BarField
- CHANNELTYPE_FIELD_NUMBER - 类中的静态变量 xyz.redtorch.pb.CoreField.ContractField
- CHANNELTYPE_FIELD_NUMBER - 类中的静态变量 xyz.redtorch.pb.CoreField.TickField
- CHF - 枚举类 中的枚举常量 xyz.redtorch.pb.CoreEnum.CurrencyEnum
-
瑞士法郎
- CHF_VALUE - 枚举类中的静态变量 xyz.redtorch.pb.CoreEnum.CurrencyEnum
-
瑞士法郎
- chn(CoreEnum.DirectionEnum) - 类中的静态方法 org.dromara.northstar.common.utils.FieldUtils
- chn(CoreEnum.OffsetFlagEnum) - 类中的静态方法 org.dromara.northstar.common.utils.FieldUtils
- chn(CoreEnum.OrderStatusEnum) - 类中的静态方法 org.dromara.northstar.common.utils.FieldUtils
- clear() - 类中的方法 xyz.redtorch.pb.CoreField.AccountField.Builder
- clear() - 类中的方法 xyz.redtorch.pb.CoreField.BarField.Builder
- clear() - 类中的方法 xyz.redtorch.pb.CoreField.CancelOrderReqField.Builder
- clear() - 类中的方法 xyz.redtorch.pb.CoreField.CommonReqField.Builder
- clear() - 类中的方法 xyz.redtorch.pb.CoreField.CommonRspField.Builder
- clear() - 类中的方法 xyz.redtorch.pb.CoreField.ContractField.Builder
- clear() - 类中的方法 xyz.redtorch.pb.CoreField.GatewayField.Builder
- clear() - 类中的方法 xyz.redtorch.pb.CoreField.GatewaySettingField.Builder
- clear() - 类中的方法 xyz.redtorch.pb.CoreField.GatewaySettingField.CtpApiSettingField.Builder
- clear() - 类中的方法 xyz.redtorch.pb.CoreField.GatewaySettingField.IbApiSettingField.Builder
- clear() - 类中的方法 xyz.redtorch.pb.CoreField.LogField.Builder
- clear() - 类中的方法 xyz.redtorch.pb.CoreField.NoticeField.Builder
- clear() - 类中的方法 xyz.redtorch.pb.CoreField.OrderField.Builder
- clear() - 类中的方法 xyz.redtorch.pb.CoreField.PositionField.Builder
- clear() - 类中的方法 xyz.redtorch.pb.CoreField.SubmitOrderReqField.Builder
- clear() - 类中的方法 xyz.redtorch.pb.CoreField.TickField.Builder
- clear() - 类中的方法 xyz.redtorch.pb.CoreField.TradeField.Builder
- clearAccountCode() - 类中的方法 xyz.redtorch.pb.CoreField.SubmitOrderReqField.Builder
-
账户代码
- clearAccountId() - 类中的方法 xyz.redtorch.pb.CoreField.AccountField.Builder
-
ID,通常是 <账户代码@网关>
- clearAccountId() - 类中的方法 xyz.redtorch.pb.CoreField.OrderField.Builder
-
账户ID
- clearAccountId() - 类中的方法 xyz.redtorch.pb.CoreField.PositionField.Builder
-
账户ID
- clearAccountId() - 类中的方法 xyz.redtorch.pb.CoreField.TradeField.Builder
-
账户ID
- clearActionDay() - 类中的方法 xyz.redtorch.pb.CoreField.BarField.Builder
-
业务发生日
- clearActionDay() - 类中的方法 xyz.redtorch.pb.CoreField.TickField.Builder
-
业务发生日
- clearActionTime() - 类中的方法 xyz.redtorch.pb.CoreField.BarField.Builder
-
时间(HHmmssSSS)
- clearActionTime() - 类中的方法 xyz.redtorch.pb.CoreField.TickField.Builder
-
时间(HHmmssSSS)
- clearActionTimestamp() - 类中的方法 xyz.redtorch.pb.CoreField.BarField.Builder
-
时间戳
- clearActionTimestamp() - 类中的方法 xyz.redtorch.pb.CoreField.SubmitOrderReqField.Builder
-
时间戳
- clearActionTimestamp() - 类中的方法 xyz.redtorch.pb.CoreField.TickField.Builder
-
时间戳
- clearActiveTime() - 类中的方法 xyz.redtorch.pb.CoreField.OrderField.Builder
-
激活时间
- clearAdapterOrderId() - 类中的方法 xyz.redtorch.pb.CoreField.OrderField.Builder
-
适配器层定单ID
- clearAdapterOrderId() - 类中的方法 xyz.redtorch.pb.CoreField.TradeField.Builder
-
适配器层定单ID
- clearAdapterTradeId() - 类中的方法 xyz.redtorch.pb.CoreField.TradeField.Builder
-
适配器层成交ID
- clearAppId() - 类中的方法 xyz.redtorch.pb.CoreField.GatewaySettingField.CtpApiSettingField.Builder
-
string appId = 10; - clearAskPrice() - 类中的方法 xyz.redtorch.pb.CoreField.TickField.Builder
-
卖价
- clearAskVolume() - 类中的方法 xyz.redtorch.pb.CoreField.TickField.Builder
-
卖量
- clearAuthCode() - 类中的方法 xyz.redtorch.pb.CoreField.GatewaySettingField.CtpApiSettingField.Builder
-
string authCode = 8; - clearAuthErrorFlag() - 类中的方法 xyz.redtorch.pb.CoreField.GatewayField.Builder
-
登录失败标志
- clearAutoConnectTimeRanges() - 类中的方法 xyz.redtorch.pb.CoreField.GatewaySettingField.Builder
-
string autoConnectTimeRanges = 12; - clearAutoSuspend() - 类中的方法 xyz.redtorch.pb.CoreField.OrderField.Builder
-
自动挂起标志
- clearAutoSuspend() - 类中的方法 xyz.redtorch.pb.CoreField.SubmitOrderReqField.Builder
-
自动挂起标志
- clearAvailable() - 类中的方法 xyz.redtorch.pb.CoreField.AccountField.Builder
-
可用资金
- clearAvgPrice() - 类中的方法 xyz.redtorch.pb.CoreField.TickField.Builder
-
均价
- clearBalance() - 类中的方法 xyz.redtorch.pb.CoreField.AccountField.Builder
-
权益
- clearBidPrice() - 类中的方法 xyz.redtorch.pb.CoreField.TickField.Builder
-
买价
- clearBidVolume() - 类中的方法 xyz.redtorch.pb.CoreField.TickField.Builder
-
买量
- clearBrokerId() - 类中的方法 xyz.redtorch.pb.CoreField.GatewaySettingField.CtpApiSettingField.Builder
-
string brokerId = 3; - clearBrokerOrderSeq() - 类中的方法 xyz.redtorch.pb.CoreField.OrderField.Builder
-
经纪公司报单编号
- clearBrokerOrderSeq() - 类中的方法 xyz.redtorch.pb.CoreField.TradeField.Builder
-
经纪公司报单编号
- clearCancelTime() - 类中的方法 xyz.redtorch.pb.CoreField.OrderField.Builder
-
撤销时间
- clearChannelType() - 类中的方法 xyz.redtorch.pb.CoreField.BarField.Builder
-
渠道来源
- clearChannelType() - 类中的方法 xyz.redtorch.pb.CoreField.ContractField.Builder
-
渠道来源
- clearChannelType() - 类中的方法 xyz.redtorch.pb.CoreField.TickField.Builder
-
渠道来源
- clearClientId() - 类中的方法 xyz.redtorch.pb.CoreField.GatewaySettingField.IbApiSettingField.Builder
-
fixed32 clientId = 3; - clearClosePrice() - 类中的方法 xyz.redtorch.pb.CoreField.BarField.Builder
-
收
- clearCloseProfit() - 类中的方法 xyz.redtorch.pb.CoreField.AccountField.Builder
-
平仓盈亏
- clearCode() - 类中的方法 xyz.redtorch.pb.CoreField.AccountField.Builder
-
代码
- clearCombinationType() - 类中的方法 xyz.redtorch.pb.CoreField.ContractField.Builder
-
组合类型
- clearCommission() - 类中的方法 xyz.redtorch.pb.CoreField.AccountField.Builder
-
手续费
- clearCommissionFee() - 类中的方法 xyz.redtorch.pb.CoreField.ContractField.Builder
-
手续费
- clearCommissionRate() - 类中的方法 xyz.redtorch.pb.CoreField.ContractField.Builder
-
手续费率
- clearContent() - 类中的方法 xyz.redtorch.pb.CoreField.LogField.Builder
-
string content = 3; - clearContent() - 类中的方法 xyz.redtorch.pb.CoreField.NoticeField.Builder
-
string content = 3; - clearContingentCondition() - 类中的方法 xyz.redtorch.pb.CoreField.OrderField.Builder
-
触发条件
- clearContingentCondition() - 类中的方法 xyz.redtorch.pb.CoreField.SubmitOrderReqField.Builder
-
触发条件
- clearContract() - 类中的方法 xyz.redtorch.pb.CoreField.OrderField.Builder
-
合约
- clearContract() - 类中的方法 xyz.redtorch.pb.CoreField.PositionField.Builder
-
合约
- clearContract() - 类中的方法 xyz.redtorch.pb.CoreField.SubmitOrderReqField.Builder
-
合约
- clearContract() - 类中的方法 xyz.redtorch.pb.CoreField.TradeField.Builder
-
合约
- clearContractId() - 类中的方法 xyz.redtorch.pb.CoreField.ContractField.Builder
-
ID,通常是 <合约代码@交易所代码@产品类型@网关ID>
- clearContractValue() - 类中的方法 xyz.redtorch.pb.CoreField.PositionField.Builder
-
最新合约价值
- clearCtpApiSetting() - 类中的方法 xyz.redtorch.pb.CoreField.GatewaySettingField.Builder
-
.xyz.redtorch.pb.GatewaySettingField.CtpApiSettingField ctpApiSetting = 8; - clearCurrency() - 类中的方法 xyz.redtorch.pb.CoreField.AccountField.Builder
-
币种
- clearCurrency() - 类中的方法 xyz.redtorch.pb.CoreField.ContractField.Builder
-
币种
- clearCurrency() - 类中的方法 xyz.redtorch.pb.CoreField.SubmitOrderReqField.Builder
-
币种
- clearDeposit() - 类中的方法 xyz.redtorch.pb.CoreField.AccountField.Builder
-
入金
- clearDescription() - 类中的方法 xyz.redtorch.pb.CoreField.GatewayField.Builder
-
描述
- clearDirection() - 类中的方法 xyz.redtorch.pb.CoreField.OrderField.Builder
-
方向
- clearDirection() - 类中的方法 xyz.redtorch.pb.CoreField.SubmitOrderReqField.Builder
-
方向
- clearDirection() - 类中的方法 xyz.redtorch.pb.CoreField.TradeField.Builder
-
方向
- clearErrorId() - 类中的方法 xyz.redtorch.pb.CoreField.CommonRspField.Builder
-
错误ID
- clearErrorMsg() - 类中的方法 xyz.redtorch.pb.CoreField.CommonRspField.Builder
-
错误信息
- clearExchange() - 类中的方法 xyz.redtorch.pb.CoreField.ContractField.Builder
-
交易所
- clearExchangeMargin() - 类中的方法 xyz.redtorch.pb.CoreField.PositionField.Builder
-
交易所的保证金
- clearField(Descriptors.FieldDescriptor) - 类中的方法 xyz.redtorch.pb.CoreField.AccountField.Builder
- clearField(Descriptors.FieldDescriptor) - 类中的方法 xyz.redtorch.pb.CoreField.BarField.Builder
- clearField(Descriptors.FieldDescriptor) - 类中的方法 xyz.redtorch.pb.CoreField.CancelOrderReqField.Builder
- clearField(Descriptors.FieldDescriptor) - 类中的方法 xyz.redtorch.pb.CoreField.CommonReqField.Builder
- clearField(Descriptors.FieldDescriptor) - 类中的方法 xyz.redtorch.pb.CoreField.CommonRspField.Builder
- clearField(Descriptors.FieldDescriptor) - 类中的方法 xyz.redtorch.pb.CoreField.ContractField.Builder
- clearField(Descriptors.FieldDescriptor) - 类中的方法 xyz.redtorch.pb.CoreField.GatewayField.Builder
- clearField(Descriptors.FieldDescriptor) - 类中的方法 xyz.redtorch.pb.CoreField.GatewaySettingField.Builder
- clearField(Descriptors.FieldDescriptor) - 类中的方法 xyz.redtorch.pb.CoreField.GatewaySettingField.CtpApiSettingField.Builder
- clearField(Descriptors.FieldDescriptor) - 类中的方法 xyz.redtorch.pb.CoreField.GatewaySettingField.IbApiSettingField.Builder
- clearField(Descriptors.FieldDescriptor) - 类中的方法 xyz.redtorch.pb.CoreField.LogField.Builder
- clearField(Descriptors.FieldDescriptor) - 类中的方法 xyz.redtorch.pb.CoreField.NoticeField.Builder
- clearField(Descriptors.FieldDescriptor) - 类中的方法 xyz.redtorch.pb.CoreField.OrderField.Builder
- clearField(Descriptors.FieldDescriptor) - 类中的方法 xyz.redtorch.pb.CoreField.PositionField.Builder
- clearField(Descriptors.FieldDescriptor) - 类中的方法 xyz.redtorch.pb.CoreField.SubmitOrderReqField.Builder
- clearField(Descriptors.FieldDescriptor) - 类中的方法 xyz.redtorch.pb.CoreField.TickField.Builder
- clearField(Descriptors.FieldDescriptor) - 类中的方法 xyz.redtorch.pb.CoreField.TradeField.Builder
- clearForceCloseReason() - 类中的方法 xyz.redtorch.pb.CoreField.OrderField.Builder
-
强平原因
- clearForceCloseReason() - 类中的方法 xyz.redtorch.pb.CoreField.SubmitOrderReqField.Builder
-
强平原因
- clearFrontId() - 类中的方法 xyz.redtorch.pb.CoreField.OrderField.Builder
-
前置机编号(CTP/LTS)
- clearFrozen() - 类中的方法 xyz.redtorch.pb.CoreField.PositionField.Builder
-
冻结数量
- clearFullName() - 类中的方法 xyz.redtorch.pb.CoreField.ContractField.Builder
-
全称
- clearGatewayAdapterType() - 类中的方法 xyz.redtorch.pb.CoreField.GatewayField.Builder
-
网关适配器类型
- clearGatewayAdapterType() - 类中的方法 xyz.redtorch.pb.CoreField.GatewaySettingField.Builder
-
网关适配器类型
- clearGatewayDescription() - 类中的方法 xyz.redtorch.pb.CoreField.GatewaySettingField.Builder
-
网关描述
- clearGatewayId() - 类中的方法 xyz.redtorch.pb.CoreField.AccountField.Builder
-
网关ID
- clearGatewayId() - 类中的方法 xyz.redtorch.pb.CoreField.BarField.Builder
-
网关ID
- clearGatewayId() - 类中的方法 xyz.redtorch.pb.CoreField.CancelOrderReqField.Builder
-
网关ID
- clearGatewayId() - 类中的方法 xyz.redtorch.pb.CoreField.ContractField.Builder
-
网关
- clearGatewayId() - 类中的方法 xyz.redtorch.pb.CoreField.GatewayField.Builder
-
唯一标识
- clearGatewayId() - 类中的方法 xyz.redtorch.pb.CoreField.GatewaySettingField.Builder
-
网关ID
- clearGatewayId() - 类中的方法 xyz.redtorch.pb.CoreField.OrderField.Builder
-
网关ID
- clearGatewayId() - 类中的方法 xyz.redtorch.pb.CoreField.PositionField.Builder
-
网关ID
- clearGatewayId() - 类中的方法 xyz.redtorch.pb.CoreField.SubmitOrderReqField.Builder
-
网关ID
- clearGatewayId() - 类中的方法 xyz.redtorch.pb.CoreField.TickField.Builder
-
网关ID
- clearGatewayId() - 类中的方法 xyz.redtorch.pb.CoreField.TradeField.Builder
-
网关ID
- clearGatewayName() - 类中的方法 xyz.redtorch.pb.CoreField.GatewaySettingField.Builder
-
网关名称
- clearGatewayType() - 类中的方法 xyz.redtorch.pb.CoreField.GatewayField.Builder
-
网关类型
- clearGatewayType() - 类中的方法 xyz.redtorch.pb.CoreField.GatewaySettingField.Builder
-
网关类型
- clearGtdDate() - 类中的方法 xyz.redtorch.pb.CoreField.OrderField.Builder
-
GTD日期
- clearGtdDate() - 类中的方法 xyz.redtorch.pb.CoreField.SubmitOrderReqField.Builder
-
GTD日期
- clearHedgeFlag() - 类中的方法 xyz.redtorch.pb.CoreField.OrderField.Builder
-
投机套保标识
- clearHedgeFlag() - 类中的方法 xyz.redtorch.pb.CoreField.PositionField.Builder
-
投机套保标识
- clearHedgeFlag() - 类中的方法 xyz.redtorch.pb.CoreField.SubmitOrderReqField.Builder
-
组合投机套保标志
- clearHedgeFlag() - 类中的方法 xyz.redtorch.pb.CoreField.TradeField.Builder
-
投机套保标识
- clearHighPrice() - 类中的方法 xyz.redtorch.pb.CoreField.BarField.Builder
-
高
- clearHighPrice() - 类中的方法 xyz.redtorch.pb.CoreField.TickField.Builder
-
最高价
- clearHolder() - 类中的方法 xyz.redtorch.pb.CoreField.AccountField.Builder
-
持有人
- clearHost() - 类中的方法 xyz.redtorch.pb.CoreField.GatewaySettingField.IbApiSettingField.Builder
-
string host = 1; - clearIbApiSetting() - 类中的方法 xyz.redtorch.pb.CoreField.GatewaySettingField.Builder
-
.xyz.redtorch.pb.GatewaySettingField.IbApiSettingField ibApiSetting = 9; - clearImplementClassName() - 类中的方法 xyz.redtorch.pb.CoreField.GatewaySettingField.Builder
-
实现类
- clearIopv() - 类中的方法 xyz.redtorch.pb.CoreField.TickField.Builder
-
净值估值
- clearLastPrice() - 类中的方法 xyz.redtorch.pb.CoreField.PositionField.Builder
-
计算盈亏使用的行情最后价格
- clearLastPrice() - 类中的方法 xyz.redtorch.pb.CoreField.TickField.Builder
-
最新成交价
- clearLastTradeDateOrContractMonth() - 类中的方法 xyz.redtorch.pb.CoreField.ContractField.Builder
-
最后交易日或合约月
- clearLogLevel() - 类中的方法 xyz.redtorch.pb.CoreField.LogField.Builder
-
.xyz.redtorch.pb.LogLevelEnum logLevel = 1; - clearLongMarginRatio() - 类中的方法 xyz.redtorch.pb.CoreField.ContractField.Builder
-
多头保证金率
- clearLowerLimit() - 类中的方法 xyz.redtorch.pb.CoreField.TickField.Builder
-
跌停价
- clearLowPrice() - 类中的方法 xyz.redtorch.pb.CoreField.BarField.Builder
-
低
- clearLowPrice() - 类中的方法 xyz.redtorch.pb.CoreField.TickField.Builder
-
最低价
- clearMargin() - 类中的方法 xyz.redtorch.pb.CoreField.AccountField.Builder
-
保证金占用
- clearMaxLimitOrderVolume() - 类中的方法 xyz.redtorch.pb.CoreField.ContractField.Builder
-
限价单最大下单量
- clearMaxMarginSideAlgorithm() - 类中的方法 xyz.redtorch.pb.CoreField.ContractField.Builder
-
最大单边保证金算法
- clearMaxMarketOrderVolume() - 类中的方法 xyz.redtorch.pb.CoreField.ContractField.Builder
-
市价单最大下单量
- clearMdHost() - 类中的方法 xyz.redtorch.pb.CoreField.GatewaySettingField.CtpApiSettingField.Builder
-
string mdHost = 6; - clearMdPort() - 类中的方法 xyz.redtorch.pb.CoreField.GatewaySettingField.CtpApiSettingField.Builder
-
string mdPort = 7; - clearMinLimitOrderVolume() - 类中的方法 xyz.redtorch.pb.CoreField.ContractField.Builder
-
限价单最小下单量
- clearMinMarketOrderVolume() - 类中的方法 xyz.redtorch.pb.CoreField.ContractField.Builder
-
市价单最小下单量
- clearMinVolume() - 类中的方法 xyz.redtorch.pb.CoreField.OrderField.Builder
-
最小成交量
- clearMinVolume() - 类中的方法 xyz.redtorch.pb.CoreField.SubmitOrderReqField.Builder
-
最小成交量
- clearMultiplier() - 类中的方法 xyz.redtorch.pb.CoreField.ContractField.Builder
-
合约乘数
- clearName() - 类中的方法 xyz.redtorch.pb.CoreField.AccountField.Builder
-
名称
- clearName() - 类中的方法 xyz.redtorch.pb.CoreField.ContractField.Builder
-
简称
- clearName() - 类中的方法 xyz.redtorch.pb.CoreField.GatewayField.Builder
-
名称
- clearNumTrades() - 类中的方法 xyz.redtorch.pb.CoreField.BarField.Builder
-
最新成交笔数
- clearNumTrades() - 类中的方法 xyz.redtorch.pb.CoreField.TickField.Builder
-
成交笔数
- clearNumTradesDelta() - 类中的方法 xyz.redtorch.pb.CoreField.BarField.Builder
-
成交笔数(Bar)
- clearNumTradesDelta() - 类中的方法 xyz.redtorch.pb.CoreField.TickField.Builder
-
成交笔数
- clearOffsetFlag() - 类中的方法 xyz.redtorch.pb.CoreField.OrderField.Builder
-
开平
- clearOffsetFlag() - 类中的方法 xyz.redtorch.pb.CoreField.SubmitOrderReqField.Builder
-
组合开平标志
- clearOffsetFlag() - 类中的方法 xyz.redtorch.pb.CoreField.TradeField.Builder
-
开平
- clearOneof(Descriptors.OneofDescriptor) - 类中的方法 xyz.redtorch.pb.CoreField.AccountField.Builder
- clearOneof(Descriptors.OneofDescriptor) - 类中的方法 xyz.redtorch.pb.CoreField.BarField.Builder
- clearOneof(Descriptors.OneofDescriptor) - 类中的方法 xyz.redtorch.pb.CoreField.CancelOrderReqField.Builder
- clearOneof(Descriptors.OneofDescriptor) - 类中的方法 xyz.redtorch.pb.CoreField.CommonReqField.Builder
- clearOneof(Descriptors.OneofDescriptor) - 类中的方法 xyz.redtorch.pb.CoreField.CommonRspField.Builder
- clearOneof(Descriptors.OneofDescriptor) - 类中的方法 xyz.redtorch.pb.CoreField.ContractField.Builder
- clearOneof(Descriptors.OneofDescriptor) - 类中的方法 xyz.redtorch.pb.CoreField.GatewayField.Builder
- clearOneof(Descriptors.OneofDescriptor) - 类中的方法 xyz.redtorch.pb.CoreField.GatewaySettingField.Builder
- clearOneof(Descriptors.OneofDescriptor) - 类中的方法 xyz.redtorch.pb.CoreField.GatewaySettingField.CtpApiSettingField.Builder
- clearOneof(Descriptors.OneofDescriptor) - 类中的方法 xyz.redtorch.pb.CoreField.GatewaySettingField.IbApiSettingField.Builder
- clearOneof(Descriptors.OneofDescriptor) - 类中的方法 xyz.redtorch.pb.CoreField.LogField.Builder
- clearOneof(Descriptors.OneofDescriptor) - 类中的方法 xyz.redtorch.pb.CoreField.NoticeField.Builder
- clearOneof(Descriptors.OneofDescriptor) - 类中的方法 xyz.redtorch.pb.CoreField.OrderField.Builder
- clearOneof(Descriptors.OneofDescriptor) - 类中的方法 xyz.redtorch.pb.CoreField.PositionField.Builder
- clearOneof(Descriptors.OneofDescriptor) - 类中的方法 xyz.redtorch.pb.CoreField.SubmitOrderReqField.Builder
- clearOneof(Descriptors.OneofDescriptor) - 类中的方法 xyz.redtorch.pb.CoreField.TickField.Builder
- clearOneof(Descriptors.OneofDescriptor) - 类中的方法 xyz.redtorch.pb.CoreField.TradeField.Builder
- clearOpenInterest() - 类中的方法 xyz.redtorch.pb.CoreField.BarField.Builder
-
最后持仓量
- clearOpenInterest() - 类中的方法 xyz.redtorch.pb.CoreField.TickField.Builder
-
持仓量
- clearOpenInterestDelta() - 类中的方法 xyz.redtorch.pb.CoreField.BarField.Builder
-
持仓量(Bar)
- clearOpenInterestDelta() - 类中的方法 xyz.redtorch.pb.CoreField.TickField.Builder
-
持仓量变化
- clearOpenPositionProfit() - 类中的方法 xyz.redtorch.pb.CoreField.PositionField.Builder
-
开仓盈亏
- clearOpenPositionProfitRatio() - 类中的方法 xyz.redtorch.pb.CoreField.PositionField.Builder
-
开仓盈亏率
- clearOpenPrice() - 类中的方法 xyz.redtorch.pb.CoreField.BarField.Builder
-
开
- clearOpenPrice() - 类中的方法 xyz.redtorch.pb.CoreField.PositionField.Builder
-
开仓均价
- clearOpenPrice() - 类中的方法 xyz.redtorch.pb.CoreField.TickField.Builder
-
开盘价
- clearOpenPriceDiff() - 类中的方法 xyz.redtorch.pb.CoreField.PositionField.Builder
-
开仓价格差
- clearOperatorId() - 类中的方法 xyz.redtorch.pb.CoreField.CommonReqField.Builder
-
操作者ID
- clearOptionsType() - 类中的方法 xyz.redtorch.pb.CoreField.ContractField.Builder
-
期权类型
- clearOrderDate() - 类中的方法 xyz.redtorch.pb.CoreField.OrderField.Builder
-
定单日期
- clearOrderId() - 类中的方法 xyz.redtorch.pb.CoreField.CancelOrderReqField.Builder
-
定单ID
- clearOrderId() - 类中的方法 xyz.redtorch.pb.CoreField.OrderField.Builder
-
定单ID,通常是<网关ID@适配器定单ID>
- clearOrderId() - 类中的方法 xyz.redtorch.pb.CoreField.TradeField.Builder
-
定单ID,通常是<网关ID@定单ID>
- clearOrderLocalId() - 类中的方法 xyz.redtorch.pb.CoreField.OrderField.Builder
-
本地报单编号
- clearOrderLocalId() - 类中的方法 xyz.redtorch.pb.CoreField.TradeField.Builder
-
本地报单编号
- clearOrderPriceType() - 类中的方法 xyz.redtorch.pb.CoreField.OrderField.Builder
-
定单价格类型
- clearOrderPriceType() - 类中的方法 xyz.redtorch.pb.CoreField.SubmitOrderReqField.Builder
-
价格类型
- clearOrderStatus() - 类中的方法 xyz.redtorch.pb.CoreField.OrderField.Builder
-
状态
- clearOrderSysId() - 类中的方法 xyz.redtorch.pb.CoreField.OrderField.Builder
-
报单编号
- clearOrderSysId() - 类中的方法 xyz.redtorch.pb.CoreField.TradeField.Builder
-
报单编号
- clearOrderTime() - 类中的方法 xyz.redtorch.pb.CoreField.OrderField.Builder
-
定单时间
- clearOriginOrderId() - 类中的方法 xyz.redtorch.pb.CoreField.CancelOrderReqField.Builder
-
原始定单ID
- clearOriginOrderId() - 类中的方法 xyz.redtorch.pb.CoreField.OrderField.Builder
-
原始定单ID
- clearOriginOrderId() - 类中的方法 xyz.redtorch.pb.CoreField.SubmitOrderReqField.Builder
-
原始定单ID
- clearOriginOrderId() - 类中的方法 xyz.redtorch.pb.CoreField.TradeField.Builder
-
原始定单ID
- clearPassword() - 类中的方法 xyz.redtorch.pb.CoreField.GatewaySettingField.CtpApiSettingField.Builder
-
string password = 2; - clearPort() - 类中的方法 xyz.redtorch.pb.CoreField.GatewaySettingField.IbApiSettingField.Builder
-
fixed32 port = 2; - clearPosition() - 类中的方法 xyz.redtorch.pb.CoreField.PositionField.Builder
-
持仓量
- clearPositionDirection() - 类中的方法 xyz.redtorch.pb.CoreField.PositionField.Builder
-
持仓方向
- clearPositionId() - 类中的方法 xyz.redtorch.pb.CoreField.PositionField.Builder
-
持仓在系统中的唯一代码,通常是<合约代码@交易所代码@产品类型@方向@投机套保标志@账户@币种@网关>
- clearPositionProfit() - 类中的方法 xyz.redtorch.pb.CoreField.AccountField.Builder
-
持仓盈亏
- clearPositionProfit() - 类中的方法 xyz.redtorch.pb.CoreField.PositionField.Builder
-
持仓盈亏
- clearPositionProfitRatio() - 类中的方法 xyz.redtorch.pb.CoreField.PositionField.Builder
-
持仓盈亏率
- clearPreBalance() - 类中的方法 xyz.redtorch.pb.CoreField.AccountField.Builder
-
昨日权益
- clearPreClosePrice() - 类中的方法 xyz.redtorch.pb.CoreField.BarField.Builder
-
前收盘价
- clearPreClosePrice() - 类中的方法 xyz.redtorch.pb.CoreField.TickField.Builder
-
前收盘价
- clearPreOpenInterest() - 类中的方法 xyz.redtorch.pb.CoreField.BarField.Builder
-
昨持仓
- clearPreOpenInterest() - 类中的方法 xyz.redtorch.pb.CoreField.TickField.Builder
-
昨持仓
- clearPreSettlePrice() - 类中的方法 xyz.redtorch.pb.CoreField.BarField.Builder
-
昨结算价
- clearPreSettlePrice() - 类中的方法 xyz.redtorch.pb.CoreField.TickField.Builder
-
昨结算价
- clearPrice() - 类中的方法 xyz.redtorch.pb.CoreField.OrderField.Builder
-
价格
- clearPrice() - 类中的方法 xyz.redtorch.pb.CoreField.PositionField.Builder
-
持仓均价
- clearPrice() - 类中的方法 xyz.redtorch.pb.CoreField.SubmitOrderReqField.Builder
-
价格
- clearPrice() - 类中的方法 xyz.redtorch.pb.CoreField.TradeField.Builder
-
价格
- clearPriceDiff() - 类中的方法 xyz.redtorch.pb.CoreField.PositionField.Builder
-
持仓价格差
- clearPricePrecision() - 类中的方法 xyz.redtorch.pb.CoreField.ContractField.Builder
-
价格精度
- clearPriceSource() - 类中的方法 xyz.redtorch.pb.CoreField.TradeField.Builder
-
成交价来源
- clearPriceTick() - 类中的方法 xyz.redtorch.pb.CoreField.ContractField.Builder
-
最小变动价位
- clearProductClass() - 类中的方法 xyz.redtorch.pb.CoreField.ContractField.Builder
-
产品类型
- clearQuantityPrecision() - 类中的方法 xyz.redtorch.pb.CoreField.ContractField.Builder
-
成交量精度
- clearReqId() - 类中的方法 xyz.redtorch.pb.CoreField.CommonReqField.Builder
-
请求ID
- clearReqId() - 类中的方法 xyz.redtorch.pb.CoreField.CommonRspField.Builder
-
请求ID
- clearSequenceNo() - 类中的方法 xyz.redtorch.pb.CoreField.OrderField.Builder
-
序号
- clearSequenceNo() - 类中的方法 xyz.redtorch.pb.CoreField.TradeField.Builder
-
序列号
- clearSessionId() - 类中的方法 xyz.redtorch.pb.CoreField.OrderField.Builder
-
连接编号(CTP/LTS)
- clearSettlementId() - 类中的方法 xyz.redtorch.pb.CoreField.TradeField.Builder
-
结算编号
- clearSettlePrice() - 类中的方法 xyz.redtorch.pb.CoreField.TickField.Builder
-
结算价
- clearShortMarginRatio() - 类中的方法 xyz.redtorch.pb.CoreField.ContractField.Builder
-
空头保证金率
- clearSourceNodeId() - 类中的方法 xyz.redtorch.pb.CoreField.CommonReqField.Builder
-
来源节点ID
- clearStatus() - 类中的方法 xyz.redtorch.pb.CoreField.GatewayField.Builder
-
网关状态
- clearStatus() - 类中的方法 xyz.redtorch.pb.CoreField.GatewaySettingField.Builder
-
.xyz.redtorch.pb.ConnectStatusEnum status = 10; - clearStatus() - 类中的方法 xyz.redtorch.pb.CoreField.NoticeField.Builder
-
.xyz.redtorch.pb.CommonStatusEnum status = 1; - clearStatus() - 类中的方法 xyz.redtorch.pb.CoreField.TickField.Builder
-
状态
- clearStatusMsg() - 类中的方法 xyz.redtorch.pb.CoreField.OrderField.Builder
-
状态信息
- clearStopPrice() - 类中的方法 xyz.redtorch.pb.CoreField.OrderField.Builder
-
止损价
- clearStopPrice() - 类中的方法 xyz.redtorch.pb.CoreField.SubmitOrderReqField.Builder
-
止损价
- clearStrikePrice() - 类中的方法 xyz.redtorch.pb.CoreField.ContractField.Builder
-
执行价
- clearSuspendTime() - 类中的方法 xyz.redtorch.pb.CoreField.OrderField.Builder
-
挂起时间
- clearSwapOrder() - 类中的方法 xyz.redtorch.pb.CoreField.OrderField.Builder
-
互换单标志
- clearSwapOrder() - 类中的方法 xyz.redtorch.pb.CoreField.SubmitOrderReqField.Builder
-
互换单标志
- clearSymbol() - 类中的方法 xyz.redtorch.pb.CoreField.ContractField.Builder
-
代码
- clearTargetNodeId() - 类中的方法 xyz.redtorch.pb.CoreField.CommonReqField.Builder
-
目标节点ID
- clearTdFrozen() - 类中的方法 xyz.redtorch.pb.CoreField.PositionField.Builder
-
冻结数量
- clearTdHost() - 类中的方法 xyz.redtorch.pb.CoreField.GatewaySettingField.CtpApiSettingField.Builder
-
string tdHost = 4; - clearTdPort() - 类中的方法 xyz.redtorch.pb.CoreField.GatewaySettingField.CtpApiSettingField.Builder
-
string tdPort = 5; - clearTdPosition() - 类中的方法 xyz.redtorch.pb.CoreField.PositionField.Builder
-
今持仓
- clearThirdPartyId() - 类中的方法 xyz.redtorch.pb.CoreField.ContractField.Builder
-
第三方ID
- clearTimeCondition() - 类中的方法 xyz.redtorch.pb.CoreField.OrderField.Builder
-
时效
- clearTimeCondition() - 类中的方法 xyz.redtorch.pb.CoreField.SubmitOrderReqField.Builder
-
时效
- clearTimestamp() - 类中的方法 xyz.redtorch.pb.CoreField.LogField.Builder
-
fixed64 timestamp = 2; - clearTimestamp() - 类中的方法 xyz.redtorch.pb.CoreField.NoticeField.Builder
-
fixed64 timestamp = 2; - clearTotalAskVol() - 类中的方法 xyz.redtorch.pb.CoreField.TickField.Builder
-
定单卖出总量
- clearTotalBidVol() - 类中的方法 xyz.redtorch.pb.CoreField.TickField.Builder
-
定单买入总量
- clearTotalVolume() - 类中的方法 xyz.redtorch.pb.CoreField.OrderField.Builder
-
数量
- clearTradeDate() - 类中的方法 xyz.redtorch.pb.CoreField.TradeField.Builder
-
成交日期
- clearTradedVolume() - 类中的方法 xyz.redtorch.pb.CoreField.OrderField.Builder
-
已成交数量
- clearTradeId() - 类中的方法 xyz.redtorch.pb.CoreField.TradeField.Builder
-
成交ID,通常是<网关ID@定单编号@方向@成交编号>,加入方向是因为部分交易所发生违规自成交后,成交ID相同
- clearTradeTime() - 类中的方法 xyz.redtorch.pb.CoreField.TradeField.Builder
-
成交时间(HHmmssSSS)
- clearTradeTimestamp() - 类中的方法 xyz.redtorch.pb.CoreField.TradeField.Builder
-
成交时间戳
- clearTradeType() - 类中的方法 xyz.redtorch.pb.CoreField.TradeField.Builder
-
成交类型
- clearTradingDay() - 类中的方法 xyz.redtorch.pb.CoreField.BarField.Builder
-
交易日
- clearTradingDay() - 类中的方法 xyz.redtorch.pb.CoreField.OrderField.Builder
-
交易日
- clearTradingDay() - 类中的方法 xyz.redtorch.pb.CoreField.TickField.Builder
-
交易日
- clearTradingDay() - 类中的方法 xyz.redtorch.pb.CoreField.TradeField.Builder
-
交易日
- clearTurnover() - 类中的方法 xyz.redtorch.pb.CoreField.BarField.Builder
-
最后成交总额
- clearTurnover() - 类中的方法 xyz.redtorch.pb.CoreField.TickField.Builder
-
成交总额
- clearTurnoverDelta() - 类中的方法 xyz.redtorch.pb.CoreField.BarField.Builder
-
成交总额(Bar)
- clearTurnoverDelta() - 类中的方法 xyz.redtorch.pb.CoreField.TickField.Builder
-
成交总额变化
- clearUnderlyingMultiplier() - 类中的方法 xyz.redtorch.pb.CoreField.ContractField.Builder
-
合约基础商品乘数
- clearUnderlyingSymbol() - 类中的方法 xyz.redtorch.pb.CoreField.ContractField.Builder
-
基础商品代码
- clearUnifiedSymbol() - 类中的方法 xyz.redtorch.pb.CoreField.BarField.Builder
-
统一合约标识
- clearUnifiedSymbol() - 类中的方法 xyz.redtorch.pb.CoreField.ContractField.Builder
-
统一ID,通常是 <合约代码@交易所代码@产品类型>
- clearUnifiedSymbol() - 类中的方法 xyz.redtorch.pb.CoreField.TickField.Builder
-
统一合约标识
- clearUpdateTime() - 类中的方法 xyz.redtorch.pb.CoreField.OrderField.Builder
-
最后修改时间
- clearUpperLimit() - 类中的方法 xyz.redtorch.pb.CoreField.TickField.Builder
-
涨停价
- clearUseMargin() - 类中的方法 xyz.redtorch.pb.CoreField.PositionField.Builder
-
占用的保证金
- clearUserForceClose() - 类中的方法 xyz.redtorch.pb.CoreField.OrderField.Builder
-
用户强平标志
- clearUserForceClose() - 类中的方法 xyz.redtorch.pb.CoreField.SubmitOrderReqField.Builder
-
用户强评标志
- clearUserId() - 类中的方法 xyz.redtorch.pb.CoreField.GatewaySettingField.CtpApiSettingField.Builder
-
string userId = 1; - clearUserProductInfo() - 类中的方法 xyz.redtorch.pb.CoreField.GatewaySettingField.CtpApiSettingField.Builder
-
string userProductInfo = 9; - clearVersion() - 类中的方法 xyz.redtorch.pb.CoreField.GatewaySettingField.Builder
-
fixed64 version = 11; - clearVolume() - 类中的方法 xyz.redtorch.pb.CoreField.BarField.Builder
-
最后总成交量
- clearVolume() - 类中的方法 xyz.redtorch.pb.CoreField.SubmitOrderReqField.Builder
-
数量
- clearVolume() - 类中的方法 xyz.redtorch.pb.CoreField.TickField.Builder
-
总成交量
- clearVolume() - 类中的方法 xyz.redtorch.pb.CoreField.TradeField.Builder
-
数量
- clearVolumeCondition() - 类中的方法 xyz.redtorch.pb.CoreField.OrderField.Builder
-
成交量类型
- clearVolumeCondition() - 类中的方法 xyz.redtorch.pb.CoreField.SubmitOrderReqField.Builder
-
成交量类型
- clearVolumeDelta() - 类中的方法 xyz.redtorch.pb.CoreField.BarField.Builder
-
成交量(Bar)
- clearVolumeDelta() - 类中的方法 xyz.redtorch.pb.CoreField.TickField.Builder
-
成交量变化
- clearWeightedAvgAskPrice() - 类中的方法 xyz.redtorch.pb.CoreField.TickField.Builder
-
加权平均卖价格
- clearWeightedAvgBidPrice() - 类中的方法 xyz.redtorch.pb.CoreField.TickField.Builder
-
加权平均委买价格
- clearWithdraw() - 类中的方法 xyz.redtorch.pb.CoreField.AccountField.Builder
-
出金
- clearYdFrozen() - 类中的方法 xyz.redtorch.pb.CoreField.PositionField.Builder
-
冻结数量
- clearYdPosition() - 类中的方法 xyz.redtorch.pb.CoreField.PositionField.Builder
-
昨持仓
- clearYieldToMaturity() - 类中的方法 xyz.redtorch.pb.CoreField.TickField.Builder
-
到期收益率
- CLIENTID_FIELD_NUMBER - 类中的静态变量 xyz.redtorch.pb.CoreField.GatewaySettingField.IbApiSettingField
- clone() - 类中的方法 xyz.redtorch.pb.CoreField.AccountField.Builder
- clone() - 类中的方法 xyz.redtorch.pb.CoreField.BarField.Builder
- clone() - 类中的方法 xyz.redtorch.pb.CoreField.CancelOrderReqField.Builder
- clone() - 类中的方法 xyz.redtorch.pb.CoreField.CommonReqField.Builder
- clone() - 类中的方法 xyz.redtorch.pb.CoreField.CommonRspField.Builder
- clone() - 类中的方法 xyz.redtorch.pb.CoreField.ContractField.Builder
- clone() - 类中的方法 xyz.redtorch.pb.CoreField.GatewayField.Builder
- clone() - 类中的方法 xyz.redtorch.pb.CoreField.GatewaySettingField.Builder
- clone() - 类中的方法 xyz.redtorch.pb.CoreField.GatewaySettingField.CtpApiSettingField.Builder
- clone() - 类中的方法 xyz.redtorch.pb.CoreField.GatewaySettingField.IbApiSettingField.Builder
- clone() - 类中的方法 xyz.redtorch.pb.CoreField.LogField.Builder
- clone() - 类中的方法 xyz.redtorch.pb.CoreField.NoticeField.Builder
- clone() - 类中的方法 xyz.redtorch.pb.CoreField.OrderField.Builder
- clone() - 类中的方法 xyz.redtorch.pb.CoreField.PositionField.Builder
- clone() - 类中的方法 xyz.redtorch.pb.CoreField.SubmitOrderReqField.Builder
- clone() - 类中的方法 xyz.redtorch.pb.CoreField.TickField.Builder
- clone() - 类中的方法 xyz.redtorch.pb.CoreField.TradeField.Builder
- CLOSE - 枚举类 中的枚举常量 org.dromara.northstar.indicator.constant.ValueType
-
收盘价
- CLOSE - 枚举类 中的枚举常量 org.dromara.northstar.indicator.wave.MABasedWaveIndicator.EndpointType
- CLOSE_NONTODAY_HEGDE_TODAY - 枚举类 中的枚举常量 org.dromara.northstar.common.constant.ClosingPolicy
-
优先平掉历史持仓,对冲锁仓今天的持仓 注意:这里只有锁仓逻辑,没有解锁逻辑
- closePrice() - 记录类中的方法 org.dromara.northstar.common.model.core.Bar
-
返回
closePrice记录组件的值。 - CLOSEPRICE_FIELD_NUMBER - 类中的静态变量 xyz.redtorch.pb.CoreField.BarField
- closeProfit() - 记录类中的方法 org.dromara.northstar.common.model.core.Account
-
返回
closeProfit记录组件的值。 - CLOSEPROFIT_FIELD_NUMBER - 类中的静态变量 xyz.redtorch.pb.CoreField.AccountField
- ClosingPolicy - org.dromara.northstar.common.constant中的枚举类
-
平仓策略
- CME - 枚举类 中的枚举常量 xyz.redtorch.pb.CoreEnum.ExchangeEnum
-
芝加哥商业交易所
- CME_VALUE - 枚举类中的静态变量 xyz.redtorch.pb.CoreEnum.ExchangeEnum
-
芝加哥商业交易所
- CNH - 枚举类 中的枚举常量 xyz.redtorch.pb.CoreEnum.CurrencyEnum
-
离岸人民币
- CNH_VALUE - 枚举类中的静态变量 xyz.redtorch.pb.CoreEnum.CurrencyEnum
-
离岸人民币
- CNY - 枚举类 中的枚举常量 xyz.redtorch.pb.CoreEnum.CurrencyEnum
-
人民币
- CNY_VALUE - 枚举类中的静态变量 xyz.redtorch.pb.CoreEnum.CurrencyEnum
-
人民币
- CODE_FIELD_NUMBER - 类中的静态变量 xyz.redtorch.pb.CoreField.AccountField
- COMBINATION - 枚举类 中的枚举常量 xyz.redtorch.pb.CoreEnum.ProductClassEnum
-
组合
- COMBINATION_VALUE - 枚举类中的静态变量 xyz.redtorch.pb.CoreEnum.ProductClassEnum
-
组合
- combinationType() - 记录类中的方法 org.dromara.northstar.common.model.core.Contract
-
返回
combinationType记录组件的值。 - COMBINATIONTYPE_FIELD_NUMBER - 类中的静态变量 xyz.redtorch.pb.CoreField.ContractField
- COMBT_BER - 枚举类 中的枚举常量 xyz.redtorch.pb.CoreEnum.CombinationTypeEnum
-
垂直价差BER
- COMBT_BER_VALUE - 枚举类中的静态变量 xyz.redtorch.pb.CoreEnum.CombinationTypeEnum
-
垂直价差BER
- COMBT_BUL - 枚举类 中的枚举常量 xyz.redtorch.pb.CoreEnum.CombinationTypeEnum
-
垂直价差BUL
- COMBT_BUL_VALUE - 枚举类中的静态变量 xyz.redtorch.pb.CoreEnum.CombinationTypeEnum
-
垂直价差BUL
- COMBT_CLD - 枚举类 中的枚举常量 xyz.redtorch.pb.CoreEnum.CombinationTypeEnum
-
时间价差组合
- COMBT_CLD_VALUE - 枚举类中的静态变量 xyz.redtorch.pb.CoreEnum.CombinationTypeEnum
-
时间价差组合
- COMBT_Future - 枚举类 中的枚举常量 xyz.redtorch.pb.CoreEnum.CombinationTypeEnum
-
期货组合
- COMBT_Future_VALUE - 枚举类中的静态变量 xyz.redtorch.pb.CoreEnum.CombinationTypeEnum
-
期货组合
- COMBT_PRT - 枚举类 中的枚举常量 xyz.redtorch.pb.CoreEnum.CombinationTypeEnum
-
备兑组合
- COMBT_PRT_VALUE - 枚举类中的静态变量 xyz.redtorch.pb.CoreEnum.CombinationTypeEnum
-
备兑组合
- COMBT_STD - 枚举类 中的枚举常量 xyz.redtorch.pb.CoreEnum.CombinationTypeEnum
-
跨式组合
- COMBT_STD_VALUE - 枚举类中的静态变量 xyz.redtorch.pb.CoreEnum.CombinationTypeEnum
-
跨式组合
- COMBT_STG - 枚举类 中的枚举常量 xyz.redtorch.pb.CoreEnum.CombinationTypeEnum
-
宽跨式组合
- COMBT_STG_VALUE - 枚举类中的静态变量 xyz.redtorch.pb.CoreEnum.CombinationTypeEnum
-
宽跨式组合
- COMBT_Unknown - 枚举类 中的枚举常量 xyz.redtorch.pb.CoreEnum.CombinationTypeEnum
-
未知
- COMBT_Unknown_VALUE - 枚举类中的静态变量 xyz.redtorch.pb.CoreEnum.CombinationTypeEnum
-
未知
- COMEX - 枚举类 中的枚举常量 xyz.redtorch.pb.CoreEnum.ExchangeEnum
-
纽约金属交易所
- COMEX_VALUE - 枚举类中的静态变量 xyz.redtorch.pb.CoreEnum.ExchangeEnum
-
纽约金属交易所
- commission() - 记录类中的方法 org.dromara.northstar.common.model.core.Account
-
返回
commission记录组件的值。 - COMMISSION_FIELD_NUMBER - 类中的静态变量 xyz.redtorch.pb.CoreField.AccountField
- commissionFee() - 记录类中的方法 org.dromara.northstar.common.model.core.ContractDefinition
-
返回
commissionFee记录组件的值。 - COMMISSIONFEE_FIELD_NUMBER - 类中的静态变量 xyz.redtorch.pb.CoreField.ContractField
- commissionRate() - 记录类中的方法 org.dromara.northstar.common.model.core.ContractDefinition
-
返回
commissionRate记录组件的值。 - COMMISSIONRATE_FIELD_NUMBER - 类中的静态变量 xyz.redtorch.pb.CoreField.ContractField
- CommonUtils - org.dromara.northstar.common.utils中的类
- compareTo(TimeSeriesValue) - 类中的方法 org.dromara.northstar.common.model.TimeSeriesValue
- ComponentAndParamsPair - org.dromara.northstar.common.model中的类
- ComponentAndParamsPair() - 类的构造器 org.dromara.northstar.common.model.ComponentAndParamsPair
- ComponentField - org.dromara.northstar.common.model中的类
- ComponentField() - 类的构造器 org.dromara.northstar.common.model.ComponentField
- ComponentMetaInfo - org.dromara.northstar.common.model中的类
- ComponentMetaInfo() - 类的构造器 org.dromara.northstar.common.model.ComponentMetaInfo
- COMS_ERROR - 枚举类 中的枚举常量 xyz.redtorch.pb.CoreEnum.CommonStatusEnum
-
错误
- COMS_ERROR_VALUE - 枚举类中的静态变量 xyz.redtorch.pb.CoreEnum.CommonStatusEnum
-
错误
- COMS_INFO - 枚举类 中的枚举常量 xyz.redtorch.pb.CoreEnum.CommonStatusEnum
-
信息
- COMS_INFO_VALUE - 枚举类中的静态变量 xyz.redtorch.pb.CoreEnum.CommonStatusEnum
-
信息
- COMS_SUCCESS - 枚举类 中的枚举常量 xyz.redtorch.pb.CoreEnum.CommonStatusEnum
-
成功
- COMS_SUCCESS_VALUE - 枚举类中的静态变量 xyz.redtorch.pb.CoreEnum.CommonStatusEnum
-
成功
- COMS_WARN - 枚举类 中的枚举常量 xyz.redtorch.pb.CoreEnum.CommonStatusEnum
-
警告
- COMS_WARN_VALUE - 枚举类中的静态变量 xyz.redtorch.pb.CoreEnum.CommonStatusEnum
-
警告
- Configuration - org.dromara.northstar.indicator.model中的记录类
-
指标配置类
- Configuration(String, Contract, Integer, PeriodUnit, ValueType, Integer, Boolean, Boolean) - 记录类的构造器 org.dromara.northstar.indicator.model.Configuration
-
创建
Configuration记录类的实例。 - connect() - 接口中的方法 org.dromara.northstar.gateway.Gateway
-
连接
- connect(String) - 接口中的方法 org.dromara.northstar.common.IGatewayService
-
连接网关
- CONNECTED - 枚举类 中的枚举常量 org.dromara.northstar.common.constant.ConnectionState
- CONNECTING - 枚举类 中的枚举常量 org.dromara.northstar.common.constant.ConnectionState
- ConnectionState - org.dromara.northstar.common.constant中的枚举类
- Constants - org.dromara.northstar.common.constant中的接口
- contains(Identifier) - 接口中的方法 org.dromara.northstar.common.ObjectManager
- content() - 记录类中的方法 org.dromara.northstar.common.model.core.Notice
-
返回
content记录组件的值。 - CONTENT_FIELD_NUMBER - 类中的静态变量 xyz.redtorch.pb.CoreField.LogField
- CONTENT_FIELD_NUMBER - 类中的静态变量 xyz.redtorch.pb.CoreField.NoticeField
- ContextAware - org.dromara.northstar.strategy中的接口
- contingentCondition() - 记录类中的方法 org.dromara.northstar.common.model.core.Order
-
返回
contingentCondition记录组件的值。 - contingentCondition() - 记录类中的方法 org.dromara.northstar.common.model.core.SubmitOrderReq
-
返回
contingentCondition记录组件的值。 - CONTINGENTCONDITION_FIELD_NUMBER - 类中的静态变量 xyz.redtorch.pb.CoreField.OrderField
- CONTINGENTCONDITION_FIELD_NUMBER - 类中的静态变量 xyz.redtorch.pb.CoreField.SubmitOrderReqField
- contract() - 记录类中的方法 org.dromara.northstar.common.model.core.Bar
-
返回
contract记录组件的值。 - contract() - 记录类中的方法 org.dromara.northstar.common.model.core.Order
-
返回
contract记录组件的值。 - contract() - 记录类中的方法 org.dromara.northstar.common.model.core.Position
-
返回
contract记录组件的值。 - contract() - 记录类中的方法 org.dromara.northstar.common.model.core.SubmitOrderReq
-
返回
contract记录组件的值。 - contract() - 记录类中的方法 org.dromara.northstar.common.model.core.Tick
-
返回
contract记录组件的值。 - contract() - 记录类中的方法 org.dromara.northstar.common.model.core.Trade
-
返回
contract记录组件的值。 - contract() - 类中的方法 org.dromara.northstar.gateway.contract.GatewayContract
- contract() - 类中的方法 org.dromara.northstar.gateway.contract.IndexContract
- contract() - 类中的方法 org.dromara.northstar.gateway.contract.OptionChainContract
- contract() - 类中的方法 org.dromara.northstar.gateway.contract.PrimaryContract
- contract() - 接口中的方法 org.dromara.northstar.gateway.Instrument
-
转换为合约信息
- contract() - 记录类中的方法 org.dromara.northstar.indicator.model.Configuration
-
返回
contract记录组件的值。 - Contract - org.dromara.northstar.common.model.core中的记录类
- Contract(String, String, String, String, String, String, String, CoreEnum.ExchangeEnum, CoreEnum.ProductClassEnum, CoreEnum.CurrencyEnum, double, double, double, double, String, double, CoreEnum.OptionsTypeEnum, double, LocalDate, int, int, int, int, CoreEnum.CombinationTypeEnum, ContractDefinition, int, int, boolean, ChannelType) - 记录类的构造器 org.dromara.northstar.common.model.core.Contract
-
创建
Contract记录类的实例。 - CONTRACT - 枚举类 中的枚举常量 org.dromara.northstar.common.event.NorthstarEventType
-
合约事件
- CONTRACT_FIELD_NUMBER - 类中的静态变量 xyz.redtorch.pb.CoreField.OrderField
- CONTRACT_FIELD_NUMBER - 类中的静态变量 xyz.redtorch.pb.CoreField.PositionField
- CONTRACT_FIELD_NUMBER - 类中的静态变量 xyz.redtorch.pb.CoreField.SubmitOrderReqField
- CONTRACT_FIELD_NUMBER - 类中的静态变量 xyz.redtorch.pb.CoreField.TradeField
- ContractBindedAware - org.dromara.northstar.common中的接口
- contractDefinition() - 记录类中的方法 org.dromara.northstar.common.model.core.Contract
-
返回
contractDefinition记录组件的值。 - ContractDefinition - org.dromara.northstar.common.model.core中的记录类
- ContractDefinition(CoreEnum.ProductClassEnum, CoreEnum.ExchangeEnum, Pattern, double, double, TradeTimeDefinition, IDataSource, String) - 记录类的构造器 org.dromara.northstar.common.model.core.ContractDefinition
-
创建
ContractDefinition记录类的实例。 - contractId() - 记录类中的方法 org.dromara.northstar.common.model.core.Contract
-
返回
contractId记录组件的值。 - CONTRACTID_FIELD_NUMBER - 类中的静态变量 xyz.redtorch.pb.CoreField.ContractField
- contractMgr - 类中的变量 org.dromara.northstar.strategy.tester.AbstractTester
- ContractSimpleInfo - org.dromara.northstar.common.model中的类
- ContractSimpleInfo() - 类的构造器 org.dromara.northstar.common.model.ContractSimpleInfo
- contractValue() - 记录类中的方法 org.dromara.northstar.common.model.core.Position
-
返回
contractValue记录组件的值。 - CONTRACTVALUE_FIELD_NUMBER - 类中的静态变量 xyz.redtorch.pb.CoreField.PositionField
- convertParams(DynamicParams) - 类中的方法 org.dromara.northstar.strategy.tester.AbstractTester
- convertTradingDayForCNMarket(LocalDate, LocalTime) - 类中的方法 org.dromara.northstar.common.utils.DateTimeUtils
- copyURLToFileForTmp(String, URL) - 类中的静态方法 org.dromara.northstar.common.utils.CommonUtils
-
复制URL到临时文件夹,例如从war包中
- CoreEnum - xyz.redtorch.pb中的类
- CoreEnum.ActionFlagEnum - xyz.redtorch.pb中的枚举类
-
ActionFlagEnum是一个操作标志类型
- CoreEnum.BarCycleEnum - xyz.redtorch.pb中的枚举类
-
Bar周期
- CoreEnum.CombinationTypeEnum - xyz.redtorch.pb中的枚举类
-
CombinationTypeEnum是一个组合类型类型
- CoreEnum.CommonStatusEnum - xyz.redtorch.pb中的枚举类
-
通用状态
- CoreEnum.ConnectStatusEnum - xyz.redtorch.pb中的枚举类
-
连接状态
- CoreEnum.ContingentConditionEnum - xyz.redtorch.pb中的枚举类
-
ContingentConditionEnum是一个触发条件类型
- CoreEnum.CurrencyEnum - xyz.redtorch.pb中的枚举类
-
CurrencyEnum是一个货币类型
- CoreEnum.DirectionEnum - xyz.redtorch.pb中的枚举类
-
Protobuf enum
xyz.redtorch.pb.DirectionEnum - CoreEnum.ExchangeEnum - xyz.redtorch.pb中的枚举类
-
ExchangeEnum是一个交易所类型
- CoreEnum.ForceCloseReasonEnum - xyz.redtorch.pb中的枚举类
-
ForceCloseReasonEnum是一个强平原因类型
- CoreEnum.GatewayAdapterTypeEnum - xyz.redtorch.pb中的枚举类
-
网关适配器类型
- CoreEnum.GatewayTypeEnum - xyz.redtorch.pb中的枚举类
-
网关类型
- CoreEnum.HedgeFlagEnum - xyz.redtorch.pb中的枚举类
-
HedgeFlagEnum是一个投机套保标志类型
- CoreEnum.LogLevelEnum - xyz.redtorch.pb中的枚举类
-
Protobuf enum
xyz.redtorch.pb.LogLevelEnum - CoreEnum.MarketDataDBTypeEnum - xyz.redtorch.pb中的枚举类
-
行情数据库类型
- CoreEnum.OffsetFlagEnum - xyz.redtorch.pb中的枚举类
-
OffsetFlagEnum是一个开平标志类型
- CoreEnum.OptionsTypeEnum - xyz.redtorch.pb中的枚举类
-
OptionsTypeEnum是一个期权类型类型
- CoreEnum.OrderActionStatusTyp - xyz.redtorch.pb中的枚举类
-
OrderActionStatusEnum是一个报单操作状态类型
- CoreEnum.OrderPriceTypeEnum - xyz.redtorch.pb中的枚举类
-
OrderPriceTypeEnum是一个报单价格条件类型
- CoreEnum.OrderSourceEnum - xyz.redtorch.pb中的枚举类
-
OrderSourceEnum是一个报单来源类型
- CoreEnum.OrderStatusEnum - xyz.redtorch.pb中的枚举类
-
OrderStatusEnum是一个报单状态类型
- CoreEnum.OrderSubmitStatusEnum - xyz.redtorch.pb中的枚举类
-
OrderSubmitStatusEnum是一个报单提交状态类型
- CoreEnum.OrderTypeEnum - xyz.redtorch.pb中的枚举类
-
OrderTypeEnum是一个报单类型类型
- CoreEnum.PositionDirectionEnum - xyz.redtorch.pb中的枚举类
-
PositionDirectionEnum是一个持仓多空方向类型
- CoreEnum.PositionTypeEnum - xyz.redtorch.pb中的枚举类
-
PositionTypeEnum是一个持仓类型类型
- CoreEnum.PriceSourceEnum - xyz.redtorch.pb中的枚举类
-
PriceSourceEnum是一个成交价来源类型
- CoreEnum.ProductClassEnum - xyz.redtorch.pb中的枚举类
-
ProductClassEnum是一个产品类型类型
- CoreEnum.StrategyEngineTypeEnum - xyz.redtorch.pb中的枚举类
-
策略引擎类型
- CoreEnum.StrikeModeEnum - xyz.redtorch.pb中的枚举类
-
StrikeModeEnum是一个执行方式类型
- CoreEnum.TimeConditionEnum - xyz.redtorch.pb中的枚举类
-
TimeConditionEnum是一个有效期类型类型
- CoreEnum.TradeTypeEnum - xyz.redtorch.pb中的枚举类
-
TradeTypeEnum是一个成交类型类型
- CoreEnum.TradingRightEnum - xyz.redtorch.pb中的枚举类
-
TradingRightEnum是一个交易权限类型
- CoreEnum.VolumeConditionEnum - xyz.redtorch.pb中的枚举类
-
VolumeConditionEnum是一个成交量类型类型
- CoreField - xyz.redtorch.pb中的类
- CoreField.AccountField - xyz.redtorch.pb中的类
-
账户
- CoreField.AccountField.Builder - xyz.redtorch.pb中的类
-
账户
- CoreField.AccountFieldOrBuilder - xyz.redtorch.pb中的接口
- CoreField.BarField - xyz.redtorch.pb中的类
-
Bar
- CoreField.BarField.Builder - xyz.redtorch.pb中的类
-
Bar
- CoreField.BarFieldOrBuilder - xyz.redtorch.pb中的接口
- CoreField.CancelOrderReqField - xyz.redtorch.pb中的类
-
撤单请求
- CoreField.CancelOrderReqField.Builder - xyz.redtorch.pb中的类
-
撤单请求
- CoreField.CancelOrderReqFieldOrBuilder - xyz.redtorch.pb中的接口
- CoreField.CommonReqField - xyz.redtorch.pb中的类
-
通用请求
- CoreField.CommonReqField.Builder - xyz.redtorch.pb中的类
-
通用请求
- CoreField.CommonReqFieldOrBuilder - xyz.redtorch.pb中的接口
- CoreField.CommonRspField - xyz.redtorch.pb中的类
-
通用回报
- CoreField.CommonRspField.Builder - xyz.redtorch.pb中的类
-
通用回报
- CoreField.CommonRspFieldOrBuilder - xyz.redtorch.pb中的接口
- CoreField.ContractField - xyz.redtorch.pb中的类
-
合约
- CoreField.ContractField.Builder - xyz.redtorch.pb中的类
-
合约
- CoreField.ContractFieldOrBuilder - xyz.redtorch.pb中的接口
- CoreField.GatewayField - xyz.redtorch.pb中的类
-
网关
- CoreField.GatewayField.Builder - xyz.redtorch.pb中的类
-
网关
- CoreField.GatewayFieldOrBuilder - xyz.redtorch.pb中的接口
- CoreField.GatewaySettingField - xyz.redtorch.pb中的类
-
网关设置
- CoreField.GatewaySettingField.Builder - xyz.redtorch.pb中的类
-
网关设置
- CoreField.GatewaySettingField.CtpApiSettingField - xyz.redtorch.pb中的类
-
Protobuf type
xyz.redtorch.pb.GatewaySettingField.CtpApiSettingField - CoreField.GatewaySettingField.CtpApiSettingField.Builder - xyz.redtorch.pb中的类
-
Protobuf type
xyz.redtorch.pb.GatewaySettingField.CtpApiSettingField - CoreField.GatewaySettingField.CtpApiSettingFieldOrBuilder - xyz.redtorch.pb中的接口
- CoreField.GatewaySettingField.IbApiSettingField - xyz.redtorch.pb中的类
-
Protobuf type
xyz.redtorch.pb.GatewaySettingField.IbApiSettingField - CoreField.GatewaySettingField.IbApiSettingField.Builder - xyz.redtorch.pb中的类
-
Protobuf type
xyz.redtorch.pb.GatewaySettingField.IbApiSettingField - CoreField.GatewaySettingField.IbApiSettingFieldOrBuilder - xyz.redtorch.pb中的接口
- CoreField.GatewaySettingFieldOrBuilder - xyz.redtorch.pb中的接口
- CoreField.LogField - xyz.redtorch.pb中的类
-
Protobuf type
xyz.redtorch.pb.LogField - CoreField.LogField.Builder - xyz.redtorch.pb中的类
-
Protobuf type
xyz.redtorch.pb.LogField - CoreField.LogFieldOrBuilder - xyz.redtorch.pb中的接口
- CoreField.NoticeField - xyz.redtorch.pb中的类
-
Protobuf type
xyz.redtorch.pb.NoticeField - CoreField.NoticeField.Builder - xyz.redtorch.pb中的类
-
Protobuf type
xyz.redtorch.pb.NoticeField - CoreField.NoticeFieldOrBuilder - xyz.redtorch.pb中的接口
- CoreField.OrderField - xyz.redtorch.pb中的类
-
定单
- CoreField.OrderField.Builder - xyz.redtorch.pb中的类
-
定单
- CoreField.OrderFieldOrBuilder - xyz.redtorch.pb中的接口
- CoreField.PositionField - xyz.redtorch.pb中的类
-
持仓
- CoreField.PositionField.Builder - xyz.redtorch.pb中的类
-
持仓
- CoreField.PositionFieldOrBuilder - xyz.redtorch.pb中的接口
- CoreField.SubmitOrderReqField - xyz.redtorch.pb中的类
-
提交定单请求
- CoreField.SubmitOrderReqField.Builder - xyz.redtorch.pb中的类
-
提交定单请求
- CoreField.SubmitOrderReqFieldOrBuilder - xyz.redtorch.pb中的接口
- CoreField.TickField - xyz.redtorch.pb中的类
-
Tick
- CoreField.TickField.Builder - xyz.redtorch.pb中的类
-
Tick
- CoreField.TickFieldOrBuilder - xyz.redtorch.pb中的接口
- CoreField.TradeField - xyz.redtorch.pb中的类
-
成交
- CoreField.TradeField.Builder - xyz.redtorch.pb中的类
-
成交
- CoreField.TradeFieldOrBuilder - xyz.redtorch.pb中的接口
- createGateway(GatewayDescription) - 接口中的方法 org.dromara.northstar.common.IGatewayService
-
创建网关
- createModule(ModuleDescription) - 接口中的方法 org.dromara.northstar.common.IModuleService
-
增加模组
- createModule(ModuleDescription) - 类中的方法 org.dromara.northstar.strategy.tester.AbstractTester
- createSimGateway(MarketGateway) - 类中的方法 org.dromara.northstar.strategy.tester.AbstractTester
- CS_Connected - 枚举类 中的枚举常量 xyz.redtorch.pb.CoreEnum.ConnectStatusEnum
-
已经连接
- CS_Connected_VALUE - 枚举类中的静态变量 xyz.redtorch.pb.CoreEnum.ConnectStatusEnum
-
已经连接
- CS_Connecting - 枚举类 中的枚举常量 xyz.redtorch.pb.CoreEnum.ConnectStatusEnum
-
连接中
- CS_Connecting_VALUE - 枚举类中的静态变量 xyz.redtorch.pb.CoreEnum.ConnectStatusEnum
-
连接中
- CS_Disconnected - 枚举类 中的枚举常量 xyz.redtorch.pb.CoreEnum.ConnectStatusEnum
-
已经断开
- CS_Disconnected_VALUE - 枚举类中的静态变量 xyz.redtorch.pb.CoreEnum.ConnectStatusEnum
-
已经断开
- CS_Disconnecting - 枚举类 中的枚举常量 xyz.redtorch.pb.CoreEnum.ConnectStatusEnum
-
断开中
- CS_Disconnecting_VALUE - 枚举类中的静态变量 xyz.redtorch.pb.CoreEnum.ConnectStatusEnum
-
断开中
- CS_Unknown - 枚举类 中的枚举常量 xyz.redtorch.pb.CoreEnum.ConnectStatusEnum
-
未知
- CS_Unknown_VALUE - 枚举类中的静态变量 xyz.redtorch.pb.CoreEnum.ConnectStatusEnum
-
未知
- CTP - 枚举类 中的枚举常量 org.dromara.northstar.common.constant.ChannelType
- CTP_SIM - 枚举类 中的枚举常量 org.dromara.northstar.common.constant.ChannelType
- CTPAPISETTING_FIELD_NUMBER - 类中的静态变量 xyz.redtorch.pb.CoreField.GatewaySettingField
- ctx - 类中的变量 org.dromara.northstar.strategy.AbstractStrategy
- currency() - 记录类中的方法 org.dromara.northstar.common.model.core.Account
-
返回
currency记录组件的值。 - currency() - 记录类中的方法 org.dromara.northstar.common.model.core.Contract
-
返回
currency记录组件的值。 - currency() - 记录类中的方法 org.dromara.northstar.common.model.core.SubmitOrderReq
-
返回
currency记录组件的值。 - CURRENCY_FIELD_NUMBER - 类中的静态变量 xyz.redtorch.pb.CoreField.AccountField
- CURRENCY_FIELD_NUMBER - 类中的静态变量 xyz.redtorch.pb.CoreField.ContractField
- CURRENCY_FIELD_NUMBER - 类中的静态变量 xyz.redtorch.pb.CoreField.SubmitOrderReqField
- current() - 枚举类中的静态方法 org.dromara.northstar.common.constant.Platform
- CZCE - 枚举类 中的枚举常量 xyz.redtorch.pb.CoreEnum.ExchangeEnum
-
郑州商品交易所
- CZCE_VALUE - 枚举类中的静态变量 xyz.redtorch.pb.CoreEnum.ExchangeEnum
-
郑州商品交易所
D
- D_Buy - 枚举类 中的枚举常量 xyz.redtorch.pb.CoreEnum.DirectionEnum
-
买
- D_Buy_VALUE - 枚举类中的静态变量 xyz.redtorch.pb.CoreEnum.DirectionEnum
-
买
- D_FORMAT - 接口中的静态变量 org.dromara.northstar.common.constant.DateTimeConstant
- D_FORMAT_FORMATTER - 接口中的静态变量 org.dromara.northstar.common.constant.DateTimeConstant
- D_FORMAT_INT - 接口中的静态变量 org.dromara.northstar.common.constant.DateTimeConstant
- D_FORMAT_INT_FORMATTER - 接口中的静态变量 org.dromara.northstar.common.constant.DateTimeConstant
- D_Sell - 枚举类 中的枚举常量 xyz.redtorch.pb.CoreEnum.DirectionEnum
-
卖
- D_Sell_VALUE - 枚举类中的静态变量 xyz.redtorch.pb.CoreEnum.DirectionEnum
-
卖
- D_Unknown - 枚举类 中的枚举常量 xyz.redtorch.pb.CoreEnum.DirectionEnum
-
未知
- D_Unknown_VALUE - 枚举类中的静态变量 xyz.redtorch.pb.CoreEnum.DirectionEnum
-
未知
- DataLoadUtil - org.dromara.northstar.gateway.utils中的类
- DataLoadUtil() - 类的构造器 org.dromara.northstar.gateway.utils.DataLoadUtil
- dataSource() - 记录类中的方法 org.dromara.northstar.common.model.core.ContractDefinition
-
返回
dataSource记录组件的值。 - dataSource() - 类中的方法 org.dromara.northstar.gateway.contract.GatewayContract
- dataSource() - 类中的方法 org.dromara.northstar.gateway.contract.IndexContract
- dataSource() - 类中的方法 org.dromara.northstar.gateway.contract.OptionChainContract
- dataSource() - 类中的方法 org.dromara.northstar.gateway.contract.PrimaryContract
- dataSource() - 接口中的方法 org.dromara.northstar.gateway.Instrument
-
数据源
- DataSourceDataLoader - org.dromara.northstar.gateway.mktdata中的类
-
数据加载器 负责对查询范围做切片,适应缓存优化处理
- DataSourceDataLoader(IDataSource) - 类的构造器 org.dromara.northstar.gateway.mktdata.DataSourceDataLoader
- DATE - 枚举类 中的枚举常量 org.dromara.northstar.common.constant.FieldType
- DateTimeConstant - org.dromara.northstar.common.constant中的接口
- DateTimeUtils - org.dromara.northstar.common.utils中的类
- DateTimeUtils() - 类的构造器 org.dromara.northstar.common.utils.DateTimeUtils
- DAY - 枚举类 中的枚举常量 org.dromara.northstar.indicator.constant.PeriodUnit
-
天
- DCE - 枚举类 中的枚举常量 xyz.redtorch.pb.CoreEnum.ExchangeEnum
-
大连商品交易所
- DCE_VALUE - 枚举类中的静态变量 xyz.redtorch.pb.CoreEnum.ExchangeEnum
-
大连商品交易所
- deaLine - 类中的变量 org.dromara.northstar.indicator.trend.MACDIndicator
- DEFAULT_PASSWORD - 接口中的静态变量 org.dromara.northstar.common.constant.Constants
- DEFAULT_USERID - 接口中的静态变量 org.dromara.northstar.common.constant.Constants
- DEFER - 枚举类 中的枚举常量 xyz.redtorch.pb.CoreEnum.ProductClassEnum
-
展期
- DEFER_VALUE - 枚举类中的静态变量 xyz.redtorch.pb.CoreEnum.ProductClassEnum
-
展期
- degreeOfRisk() - 接口中的方法 org.dromara.northstar.strategy.IAccount
-
账户风险度 风险度取值范围为0到1之间,风险度越高,被强平的风险越大
- deleteById(String) - 接口中的方法 org.dromara.northstar.data.IGatewayRepository
-
删除网关
- deleteById(String) - 接口中的方法 org.dromara.northstar.data.IPlaybackRuntimeRepository
-
移除回放状态
- deleteById(String) - 接口中的方法 org.dromara.northstar.data.ISimAccountRepository
-
删除账户信息
- deleteGateway(String) - 接口中的方法 org.dromara.northstar.common.IGatewayService
-
移除网关
- deleteRuntimeByName(String) - 接口中的方法 org.dromara.northstar.data.IModuleRepository
-
移除模组运行状态信息
- deleteSettingsByName(String) - 接口中的方法 org.dromara.northstar.data.IModuleRepository
-
移除模组配置信息
- DEM - 枚举类 中的枚举常量 xyz.redtorch.pb.CoreEnum.CurrencyEnum
-
德国马克
- DEM_VALUE - 枚举类中的静态变量 xyz.redtorch.pb.CoreEnum.CurrencyEnum
-
德国马克
- dependencies() - 类中的方法 org.dromara.northstar.indicator.AbstractIndicator
- dependencies() - 类中的方法 org.dromara.northstar.indicator.helper.DiffIndicator
- dependencies() - 类中的方法 org.dromara.northstar.indicator.helper.HHVIndicator
- dependencies() - 类中的方法 org.dromara.northstar.indicator.helper.LLVIndicator
- dependencies() - 类中的方法 org.dromara.northstar.indicator.helper.NormalizeIndicator
- dependencies() - 类中的方法 org.dromara.northstar.indicator.helper.StandardDeviationIndicator
- dependencies() - 类中的方法 org.dromara.northstar.indicator.helper.SumIndicator
- dependencies() - 接口中的方法 org.dromara.northstar.indicator.Indicator
-
获取该指标的依赖指标 此接口主要用于暴露指标的依赖关系,从而可以让模组上下文通过该接口递归获取指标的依赖树关系,为指标更新与图表可视化提供入口
- dependencies() - 类中的方法 org.dromara.northstar.indicator.momentum.KDIndicator
- dependencies() - 类中的方法 org.dromara.northstar.indicator.momentum.KDIndicator.RSVIndicator
- dependencies() - 类中的方法 org.dromara.northstar.indicator.momentum.RSIIndicator
- dependencies() - 类中的方法 org.dromara.northstar.indicator.trend.EMAIndicator
- dependencies() - 类中的方法 org.dromara.northstar.indicator.trend.MACDIndicator
- dependencies() - 类中的方法 org.dromara.northstar.indicator.trend.MAIndicator
- dependencies() - 类中的方法 org.dromara.northstar.indicator.trend.PBXIndicator
- dependencies() - 类中的方法 org.dromara.northstar.indicator.trend.PuBuIndicator
- dependencies() - 类中的方法 org.dromara.northstar.indicator.trend.SMAIndicator
- dependencies() - 类中的方法 org.dromara.northstar.indicator.volatility.BOLLIndicator
- dependencies() - 类中的方法 org.dromara.northstar.indicator.volatility.TrueRangeIndicator
- dependencies() - 类中的方法 org.dromara.northstar.indicator.volume.IntraDaySettlePriceIndicator
- dependencies() - 类中的方法 org.dromara.northstar.indicator.volume.VolumeBoostingIndicator
- dependencies() - 类中的方法 org.dromara.northstar.indicator.volume.VWAPIndicator
- dependencies() - 类中的方法 org.dromara.northstar.indicator.wave.MABasedWaveIndicator
- deposit() - 记录类中的方法 org.dromara.northstar.common.model.core.Account
-
返回
deposit记录组件的值。 - DEPOSIT_FIELD_NUMBER - 类中的静态变量 xyz.redtorch.pb.CoreField.AccountField
- DESCRIPTION_FIELD_NUMBER - 类中的静态变量 xyz.redtorch.pb.CoreField.GatewayField
- DiffIndicator - org.dromara.northstar.indicator.helper中的类
-
求两指标值之差
- DiffIndicator(Configuration, Indicator, double, Indicator, double) - 类的构造器 org.dromara.northstar.indicator.helper.DiffIndicator
- DiffIndicator(Configuration, Indicator, Indicator) - 类的构造器 org.dromara.northstar.indicator.helper.DiffIndicator
- diffLine - 类中的变量 org.dromara.northstar.indicator.trend.MACDIndicator
- direction() - 记录类中的方法 org.dromara.northstar.common.model.core.Order
-
返回
direction记录组件的值。 - direction() - 记录类中的方法 org.dromara.northstar.common.model.core.SubmitOrderReq
-
返回
direction记录组件的值。 - direction() - 记录类中的方法 org.dromara.northstar.common.model.core.Trade
-
返回
direction记录组件的值。 - DIRECTION_FIELD_NUMBER - 类中的静态变量 xyz.redtorch.pb.CoreField.OrderField
- DIRECTION_FIELD_NUMBER - 类中的静态变量 xyz.redtorch.pb.CoreField.SubmitOrderReqField
- DIRECTION_FIELD_NUMBER - 类中的静态变量 xyz.redtorch.pb.CoreField.TradeField
- directionFactor(CoreEnum.DirectionEnum) - 类中的静态方法 org.dromara.northstar.common.utils.FieldUtils
- disabledModule() - 接口中的方法 org.dromara.northstar.strategy.IModuleStrategyContext
-
停用模组策略
- disconnect() - 接口中的方法 org.dromara.northstar.gateway.Gateway
-
断开
- disconnect(String) - 接口中的方法 org.dromara.northstar.common.IGatewayService
-
断开网关
- DISCONNECTED - 枚举类 中的枚举常量 org.dromara.northstar.common.constant.ConnectionState
- DISCONNECTING - 枚举类 中的枚举常量 org.dromara.northstar.common.constant.ConnectionState
- DisposablePriceListenerType - org.dromara.northstar.strategy.constant中的枚举类
- doBuyClose(double, int, long, Predicate<Double>) - 类中的方法 org.dromara.northstar.common.utils.TradeHelper
-
买平
- doBuyClose(int) - 类中的方法 org.dromara.northstar.common.utils.TradeHelper
-
对手价买平
- doBuyOpen(double, int, long, Predicate<Double>) - 类中的方法 org.dromara.northstar.common.utils.TradeHelper
-
买开
- doBuyOpen(int) - 类中的方法 org.dromara.northstar.common.utils.TradeHelper
-
对手价买开
- doFilter(SubmitOrderReq) - 接口中的方法 org.dromara.northstar.strategy.OrderRequestFilter
-
风控过滤
- doHandle(NorthstarEvent) - 类中的方法 org.dromara.northstar.common.event.AbstractEventHandler
- doSellClose(double, int, long, Predicate<Double>) - 类中的方法 org.dromara.northstar.common.utils.TradeHelper
-
卖平
- doSellClose(int) - 类中的方法 org.dromara.northstar.common.utils.TradeHelper
-
对手价卖平
- doSellOpen(double, int, long, Predicate<Double>) - 类中的方法 org.dromara.northstar.common.utils.TradeHelper
-
卖开
- doSellOpen(int) - 类中的方法 org.dromara.northstar.common.utils.TradeHelper
-
对手价卖开
- DT_FORMAT - 接口中的静态变量 org.dromara.northstar.common.constant.DateTimeConstant
- DT_FORMAT_FORMATTER - 接口中的静态变量 org.dromara.northstar.common.constant.DateTimeConstant
- DT_FORMAT_INT - 接口中的静态变量 org.dromara.northstar.common.constant.DateTimeConstant
- DT_FORMAT_INT_FORMATTER - 接口中的静态变量 org.dromara.northstar.common.constant.DateTimeConstant
- DT_FORMAT_WITH_MS - 接口中的静态变量 org.dromara.northstar.common.constant.DateTimeConstant
- DT_FORMAT_WITH_MS_FORMATTER - 接口中的静态变量 org.dromara.northstar.common.constant.DateTimeConstant
- DT_FORMAT_WITH_MS_INT - 接口中的静态变量 org.dromara.northstar.common.constant.DateTimeConstant
- DT_FORMAT_WITH_MS_INT_FORMATTER - 接口中的静态变量 org.dromara.northstar.common.constant.DateTimeConstant
- DynamicParams - org.dromara.northstar.common.model中的类
- DynamicParams() - 类的构造器 org.dromara.northstar.common.model.DynamicParams
- DynamicParamsAware - org.dromara.northstar.strategy中的接口
E
- EFP - 枚举类 中的枚举常量 xyz.redtorch.pb.CoreEnum.ProductClassEnum
-
期转现
- EFP_VALUE - 枚举类中的静态变量 xyz.redtorch.pb.CoreEnum.ProductClassEnum
-
期转现
- EMAIndicator - org.dromara.northstar.indicator.trend中的类
-
EMA指数加权平均线
- EMAIndicator(Configuration, int) - 类的构造器 org.dromara.northstar.indicator.trend.EMAIndicator
- EMAIndicator(Configuration, Indicator, int) - 类的构造器 org.dromara.northstar.indicator.trend.EMAIndicator
- emitEvent(NorthstarEventType, Object) - 接口中的方法 org.dromara.northstar.common.event.FastEventEngine
- EMPTY - 枚举类 中的枚举常量 org.dromara.northstar.common.constant.ModuleState
-
空仓
- EMPTY_HEDGE - 枚举类 中的枚举常量 org.dromara.northstar.common.constant.ModuleState
-
持仓对冲锁仓(合约相同,持仓数量相等,方向相反)
- EmptyDataSource - org.dromara.northstar.gateway.mktdata中的类
-
空数据源,用于占位
- EmptyDataSource() - 类的构造器 org.dromara.northstar.gateway.mktdata.EmptyDataSource
- end() - 记录类中的方法 org.dromara.northstar.common.model.core.TimeSlot
-
返回
end记录组件的值。 - endDate() - 接口中的方法 org.dromara.northstar.strategy.tester.ModuleTesterContext
-
测试结束日期
- equals(Object) - 记录类中的方法 org.dromara.northstar.ai.SampleData
-
指示某个其他对象是否“等于”此对象。
- equals(Object) - 类中的方法 org.dromara.northstar.common.model.ContractSimpleInfo
- equals(Object) - 记录类中的方法 org.dromara.northstar.common.model.core.Account
-
指示某个其他对象是否“等于”此对象。
- equals(Object) - 记录类中的方法 org.dromara.northstar.common.model.core.Bar
-
指示某个其他对象是否“等于”此对象。
- equals(Object) - 记录类中的方法 org.dromara.northstar.common.model.core.Contract
-
指示某个其他对象是否“等于”此对象。
- equals(Object) - 记录类中的方法 org.dromara.northstar.common.model.core.ContractDefinition
-
指示某个其他对象是否“等于”此对象。
- equals(Object) - 记录类中的方法 org.dromara.northstar.common.model.core.Notice
-
指示某个其他对象是否“等于”此对象。
- equals(Object) - 记录类中的方法 org.dromara.northstar.common.model.core.Order
-
指示某个其他对象是否“等于”此对象。
- equals(Object) - 记录类中的方法 org.dromara.northstar.common.model.core.Position
-
指示某个其他对象是否“等于”此对象。
- equals(Object) - 记录类中的方法 org.dromara.northstar.common.model.core.SubmitOrderReq
-
指示某个其他对象是否“等于”此对象。
- equals(Object) - 记录类中的方法 org.dromara.northstar.common.model.core.Tick
-
指示某个其他对象是否“等于”此对象。
- equals(Object) - 记录类中的方法 org.dromara.northstar.common.model.core.TimeSlot
-
指示某个其他对象是否“等于”此对象。
- equals(Object) - 记录类中的方法 org.dromara.northstar.common.model.core.Trade
-
指示某个其他对象是否“等于”此对象。
- equals(Object) - 记录类中的方法 org.dromara.northstar.common.model.core.TradeTimeDefinition
-
指示某个其他对象是否“等于”此对象。
- equals(Object) - 记录类中的方法 org.dromara.northstar.common.model.Identifier
-
指示某个其他对象是否“等于”此对象。
- equals(Object) - 记录类中的方法 org.dromara.northstar.common.model.OptionItem
-
指示某个其他对象是否“等于”此对象。
- equals(Object) - 记录类中的方法 org.dromara.northstar.common.model.Tuple
-
指示某个其他对象是否“等于”此对象。
- equals(Object) - 类中的方法 org.dromara.northstar.gateway.contract.GatewayContract
- equals(Object) - 类中的方法 org.dromara.northstar.gateway.contract.IndexContract
- equals(Object) - 类中的方法 org.dromara.northstar.gateway.contract.OptionChainContract
- equals(Object) - 类中的方法 org.dromara.northstar.gateway.contract.PrimaryContract
- equals(Object) - 记录类中的方法 org.dromara.northstar.indicator.model.Configuration
-
指示某个其他对象是否“等于”此对象。
- equals(Object) - 记录类中的方法 org.dromara.northstar.indicator.model.Num
-
指示某个其他对象是否“等于”此对象。
- equals(Object) - 类中的方法 xyz.redtorch.pb.CoreField.AccountField
- equals(Object) - 类中的方法 xyz.redtorch.pb.CoreField.BarField
- equals(Object) - 类中的方法 xyz.redtorch.pb.CoreField.CancelOrderReqField
- equals(Object) - 类中的方法 xyz.redtorch.pb.CoreField.CommonReqField
- equals(Object) - 类中的方法 xyz.redtorch.pb.CoreField.CommonRspField
- equals(Object) - 类中的方法 xyz.redtorch.pb.CoreField.ContractField
- equals(Object) - 类中的方法 xyz.redtorch.pb.CoreField.GatewayField
- equals(Object) - 类中的方法 xyz.redtorch.pb.CoreField.GatewaySettingField.CtpApiSettingField
- equals(Object) - 类中的方法 xyz.redtorch.pb.CoreField.GatewaySettingField
- equals(Object) - 类中的方法 xyz.redtorch.pb.CoreField.GatewaySettingField.IbApiSettingField
- equals(Object) - 类中的方法 xyz.redtorch.pb.CoreField.LogField
- equals(Object) - 类中的方法 xyz.redtorch.pb.CoreField.NoticeField
- equals(Object) - 类中的方法 xyz.redtorch.pb.CoreField.OrderField
- equals(Object) - 类中的方法 xyz.redtorch.pb.CoreField.PositionField
- equals(Object) - 类中的方法 xyz.redtorch.pb.CoreField.SubmitOrderReqField
- equals(Object) - 类中的方法 xyz.redtorch.pb.CoreField.TickField
- equals(Object) - 类中的方法 xyz.redtorch.pb.CoreField.TradeField
- EQUITY - 枚举类 中的枚举常量 xyz.redtorch.pb.CoreEnum.ProductClassEnum
-
股票
- EQUITY_VALUE - 枚举类中的静态变量 xyz.redtorch.pb.CoreEnum.ProductClassEnum
-
股票
- ERROR - 接口中的静态变量 org.dromara.northstar.common.constant.ReturnCode
-
未知异常
- ERRORID_FIELD_NUMBER - 类中的静态变量 xyz.redtorch.pb.CoreField.CommonRspField
- ERRORMSG_FIELD_NUMBER - 类中的静态变量 xyz.redtorch.pb.CoreField.CommonRspField
- ESP - 枚举类 中的枚举常量 xyz.redtorch.pb.CoreEnum.CurrencyEnum
-
西班牙比塞塔
- ESP_VALUE - 枚举类中的静态变量 xyz.redtorch.pb.CoreEnum.CurrencyEnum
-
西班牙比塞塔
- ESTIMATED_FROZEN_FACTOR - 接口中的静态变量 org.dromara.northstar.common.constant.Constants
- ETF - 枚举类 中的枚举常量 xyz.redtorch.pb.CoreEnum.ProductClassEnum
-
ETF
- ETF_VALUE - 枚举类中的静态变量 xyz.redtorch.pb.CoreEnum.ProductClassEnum
-
ETF
- EUR - 枚举类 中的枚举常量 xyz.redtorch.pb.CoreEnum.CurrencyEnum
-
欧元
- EUR_VALUE - 枚举类中的静态变量 xyz.redtorch.pb.CoreEnum.CurrencyEnum
-
欧元
- evaluate(Num) - 类中的方法 org.dromara.northstar.indicator.AbstractIndicator
-
具体的指标只需要提供值更新算法
- evaluate(Num) - 类中的方法 org.dromara.northstar.indicator.helper.DiffIndicator
- evaluate(Num) - 类中的方法 org.dromara.northstar.indicator.helper.HHVIndicator
- evaluate(Num) - 类中的方法 org.dromara.northstar.indicator.helper.LLVIndicator
- evaluate(Num) - 类中的方法 org.dromara.northstar.indicator.helper.NormalizeIndicator
- evaluate(Num) - 类中的方法 org.dromara.northstar.indicator.helper.SimpleValueIndicator
- evaluate(Num) - 类中的方法 org.dromara.northstar.indicator.helper.StandardDeviationIndicator
- evaluate(Num) - 类中的方法 org.dromara.northstar.indicator.helper.SumIndicator
- evaluate(Num) - 类中的方法 org.dromara.northstar.indicator.momentum.KDIndicator
- evaluate(Num) - 类中的方法 org.dromara.northstar.indicator.momentum.KDIndicator.RSVIndicator
- evaluate(Num) - 类中的方法 org.dromara.northstar.indicator.momentum.RSIIndicator
- evaluate(Num) - 类中的方法 org.dromara.northstar.indicator.trend.EMAIndicator
- evaluate(Num) - 类中的方法 org.dromara.northstar.indicator.trend.MACDIndicator
-
由于MACD属于多值指标,但可以把MACD红绿柱本身看作核心值,dea与diff看作辅助值, 所以此处的核心运算是MACD红绿柱值的运算
- evaluate(Num) - 类中的方法 org.dromara.northstar.indicator.trend.MAIndicator
- evaluate(Num) - 类中的方法 org.dromara.northstar.indicator.trend.PBXIndicator
-
PBX本身没有值,依赖的是pb1-pb6的值
- evaluate(Num) - 类中的方法 org.dromara.northstar.indicator.trend.PuBuIndicator
- evaluate(Num) - 类中的方法 org.dromara.northstar.indicator.trend.SMAIndicator
- evaluate(Num) - 类中的方法 org.dromara.northstar.indicator.volatility.BOLLIndicator
-
布林带的核心值本质上是计算标准差,其他均视为辅助值 所以此处计算的是标准差值
- evaluate(Num) - 类中的方法 org.dromara.northstar.indicator.volatility.TrueRangeIndicator
- evaluate(Num) - 类中的方法 org.dromara.northstar.indicator.volume.IntraDaySettlePriceIndicator
- evaluate(Num) - 类中的方法 org.dromara.northstar.indicator.volume.VolumeBoostingIndicator
- evaluate(Num) - 类中的方法 org.dromara.northstar.indicator.volume.VWAPIndicator
- evaluate(Num) - 类中的方法 org.dromara.northstar.indicator.wave.MABasedWaveIndicator
- exchange() - 记录类中的方法 org.dromara.northstar.common.model.core.Contract
-
返回
exchange记录组件的值。 - exchange() - 记录类中的方法 org.dromara.northstar.common.model.core.ContractDefinition
-
返回
exchange记录组件的值。 - exchange() - 类中的方法 org.dromara.northstar.gateway.contract.GatewayContract
- exchange() - 类中的方法 org.dromara.northstar.gateway.contract.IndexContract
- exchange() - 类中的方法 org.dromara.northstar.gateway.contract.OptionChainContract
- exchange() - 类中的方法 org.dromara.northstar.gateway.contract.PrimaryContract
- exchange() - 接口中的方法 org.dromara.northstar.gateway.Instrument
-
交易所
- EXCHANGE_FIELD_NUMBER - 类中的静态变量 xyz.redtorch.pb.CoreField.ContractField
- exchangeMargin() - 记录类中的方法 org.dromara.northstar.common.model.core.Position
-
返回
exchangeMargin记录组件的值。 - EXCHANGEMARGIN_FIELD_NUMBER - 类中的静态变量 xyz.redtorch.pb.CoreField.PositionField
- explain(boolean, String, Object...) - 接口中的方法 org.dromara.northstar.strategy.IModuleStrategyContext
-
为条件添加日志解释
F
- FastEventEngine - org.dromara.northstar.common.event中的接口
-
事件引擎 负责第三方网关的事件
- FastEventEngine.NorthstarEventDispatcher - org.dromara.northstar.common.event中的接口
- FastEventEngine.NorthstarEventFactory - org.dromara.northstar.common.event中的类
- FCR_ClientOverPositionLimit - 枚举类 中的枚举常量 xyz.redtorch.pb.CoreEnum.ForceCloseReasonEnum
-
客户超仓
- FCR_ClientOverPositionLimit_VALUE - 枚举类中的静态变量 xyz.redtorch.pb.CoreEnum.ForceCloseReasonEnum
-
客户超仓
- FCR_LackDeposit - 枚举类 中的枚举常量 xyz.redtorch.pb.CoreEnum.ForceCloseReasonEnum
-
资金不足
- FCR_LackDeposit_VALUE - 枚举类中的静态变量 xyz.redtorch.pb.CoreEnum.ForceCloseReasonEnum
-
资金不足
- FCR_MemberOverPositionLimit - 枚举类 中的枚举常量 xyz.redtorch.pb.CoreEnum.ForceCloseReasonEnum
-
会员超仓
- FCR_MemberOverPositionLimit_VALUE - 枚举类中的静态变量 xyz.redtorch.pb.CoreEnum.ForceCloseReasonEnum
-
会员超仓
- FCR_NotForceClose - 枚举类 中的枚举常量 xyz.redtorch.pb.CoreEnum.ForceCloseReasonEnum
-
非强平
- FCR_NotForceClose_VALUE - 枚举类中的静态变量 xyz.redtorch.pb.CoreEnum.ForceCloseReasonEnum
-
非强平
- FCR_NotMultiple - 枚举类 中的枚举常量 xyz.redtorch.pb.CoreEnum.ForceCloseReasonEnum
-
持仓非整数倍
- FCR_NotMultiple_VALUE - 枚举类中的静态变量 xyz.redtorch.pb.CoreEnum.ForceCloseReasonEnum
-
持仓非整数倍
- FCR_Other - 枚举类 中的枚举常量 xyz.redtorch.pb.CoreEnum.ForceCloseReasonEnum
-
其它
- FCR_Other_VALUE - 枚举类中的静态变量 xyz.redtorch.pb.CoreEnum.ForceCloseReasonEnum
-
其它
- FCR_PersonDeliver - 枚举类 中的枚举常量 xyz.redtorch.pb.CoreEnum.ForceCloseReasonEnum
-
自然人临近交割
- FCR_PersonDeliver_VALUE - 枚举类中的静态变量 xyz.redtorch.pb.CoreEnum.ForceCloseReasonEnum
-
自然人临近交割
- FCR_Unknown - 枚举类 中的枚举常量 xyz.redtorch.pb.CoreEnum.ForceCloseReasonEnum
-
未知
- FCR_Unknown_VALUE - 枚举类中的静态变量 xyz.redtorch.pb.CoreEnum.ForceCloseReasonEnum
-
未知
- FCR_Violation - 枚举类 中的枚举常量 xyz.redtorch.pb.CoreEnum.ForceCloseReasonEnum
-
违规
- FCR_Violation_VALUE - 枚举类中的静态变量 xyz.redtorch.pb.CoreEnum.ForceCloseReasonEnum
-
违规
- FieldType - org.dromara.northstar.common.constant中的枚举类
- FieldUtils - org.dromara.northstar.common.utils中的类
- FIM - 枚举类 中的枚举常量 xyz.redtorch.pb.CoreEnum.CurrencyEnum
-
芬兰马克
- FIM_VALUE - 枚举类中的静态变量 xyz.redtorch.pb.CoreEnum.CurrencyEnum
-
芬兰马克
- findAll() - 接口中的方法 org.dromara.northstar.common.ObjectManager
- findAll() - 接口中的方法 org.dromara.northstar.data.IGatewayRepository
-
查询网关
- findAllDealRecords(String) - 接口中的方法 org.dromara.northstar.data.IModuleRepository
-
查询模组全部交易记录
- findAllSettings() - 接口中的方法 org.dromara.northstar.data.IModuleRepository
-
查询所有模组配置信息
- findById(String) - 接口中的方法 org.dromara.northstar.data.IGatewayRepository
-
查询网关
- findById(String) - 接口中的方法 org.dromara.northstar.data.IPlaybackRuntimeRepository
-
查询回放状态
- findById(String) - 接口中的方法 org.dromara.northstar.data.ISimAccountRepository
-
查找账户信息
- findRuntimeByName(String) - 接口中的方法 org.dromara.northstar.data.IModuleRepository
-
获取模组运行状态信息
- findSettingsByName(String) - 接口中的方法 org.dromara.northstar.data.IModuleRepository
-
查询模组配置信息
- finishOfBar() - 类中的方法 org.dromara.northstar.gateway.mktdata.MinuteBarGenerator
-
分钟收盘生成
- FIRST_IN_FIRST_OUT - 枚举类 中的枚举常量 org.dromara.northstar.common.constant.ClosingPolicy
-
按开仓的时间顺序平仓
- FIRST_IN_LAST_OUT - 枚举类 中的枚举常量 org.dromara.northstar.common.constant.ClosingPolicy
-
按开仓的时间倒序平仓
- forceCloseReason() - 记录类中的方法 org.dromara.northstar.common.model.core.Order
-
返回
forceCloseReason记录组件的值。 - FORCECLOSEREASON_FIELD_NUMBER - 类中的静态变量 xyz.redtorch.pb.CoreField.OrderField
- FORCECLOSEREASON_FIELD_NUMBER - 类中的静态变量 xyz.redtorch.pb.CoreField.SubmitOrderReqField
- FOREX - 枚举类 中的枚举常量 xyz.redtorch.pb.CoreEnum.ProductClassEnum
-
外汇
- FOREX_VALUE - 枚举类中的静态变量 xyz.redtorch.pb.CoreEnum.ProductClassEnum
-
外汇
- forNumber(int) - 枚举类中的静态方法 xyz.redtorch.pb.CoreEnum.ActionFlagEnum
- forNumber(int) - 枚举类中的静态方法 xyz.redtorch.pb.CoreEnum.BarCycleEnum
- forNumber(int) - 枚举类中的静态方法 xyz.redtorch.pb.CoreEnum.CombinationTypeEnum
- forNumber(int) - 枚举类中的静态方法 xyz.redtorch.pb.CoreEnum.CommonStatusEnum
- forNumber(int) - 枚举类中的静态方法 xyz.redtorch.pb.CoreEnum.ConnectStatusEnum
- forNumber(int) - 枚举类中的静态方法 xyz.redtorch.pb.CoreEnum.ContingentConditionEnum
- forNumber(int) - 枚举类中的静态方法 xyz.redtorch.pb.CoreEnum.CurrencyEnum
- forNumber(int) - 枚举类中的静态方法 xyz.redtorch.pb.CoreEnum.DirectionEnum
- forNumber(int) - 枚举类中的静态方法 xyz.redtorch.pb.CoreEnum.ExchangeEnum
- forNumber(int) - 枚举类中的静态方法 xyz.redtorch.pb.CoreEnum.ForceCloseReasonEnum
- forNumber(int) - 枚举类中的静态方法 xyz.redtorch.pb.CoreEnum.GatewayAdapterTypeEnum
- forNumber(int) - 枚举类中的静态方法 xyz.redtorch.pb.CoreEnum.GatewayTypeEnum
- forNumber(int) - 枚举类中的静态方法 xyz.redtorch.pb.CoreEnum.HedgeFlagEnum
- forNumber(int) - 枚举类中的静态方法 xyz.redtorch.pb.CoreEnum.LogLevelEnum
- forNumber(int) - 枚举类中的静态方法 xyz.redtorch.pb.CoreEnum.MarketDataDBTypeEnum
- forNumber(int) - 枚举类中的静态方法 xyz.redtorch.pb.CoreEnum.OffsetFlagEnum
- forNumber(int) - 枚举类中的静态方法 xyz.redtorch.pb.CoreEnum.OptionsTypeEnum
- forNumber(int) - 枚举类中的静态方法 xyz.redtorch.pb.CoreEnum.OrderActionStatusTyp
- forNumber(int) - 枚举类中的静态方法 xyz.redtorch.pb.CoreEnum.OrderPriceTypeEnum
- forNumber(int) - 枚举类中的静态方法 xyz.redtorch.pb.CoreEnum.OrderSourceEnum
- forNumber(int) - 枚举类中的静态方法 xyz.redtorch.pb.CoreEnum.OrderStatusEnum
- forNumber(int) - 枚举类中的静态方法 xyz.redtorch.pb.CoreEnum.OrderSubmitStatusEnum
- forNumber(int) - 枚举类中的静态方法 xyz.redtorch.pb.CoreEnum.OrderTypeEnum
- forNumber(int) - 枚举类中的静态方法 xyz.redtorch.pb.CoreEnum.PositionDirectionEnum
- forNumber(int) - 枚举类中的静态方法 xyz.redtorch.pb.CoreEnum.PositionTypeEnum
- forNumber(int) - 枚举类中的静态方法 xyz.redtorch.pb.CoreEnum.PriceSourceEnum
- forNumber(int) - 枚举类中的静态方法 xyz.redtorch.pb.CoreEnum.ProductClassEnum
- forNumber(int) - 枚举类中的静态方法 xyz.redtorch.pb.CoreEnum.StrategyEngineTypeEnum
- forNumber(int) - 枚举类中的静态方法 xyz.redtorch.pb.CoreEnum.StrikeModeEnum
- forNumber(int) - 枚举类中的静态方法 xyz.redtorch.pb.CoreEnum.TimeConditionEnum
- forNumber(int) - 枚举类中的静态方法 xyz.redtorch.pb.CoreEnum.TradeTypeEnum
- forNumber(int) - 枚举类中的静态方法 xyz.redtorch.pb.CoreEnum.TradingRightEnum
- forNumber(int) - 枚举类中的静态方法 xyz.redtorch.pb.CoreEnum.VolumeConditionEnum
- FRF - 枚举类 中的枚举常量 xyz.redtorch.pb.CoreEnum.CurrencyEnum
-
法国法郎
- FRF_VALUE - 枚举类中的静态变量 xyz.redtorch.pb.CoreEnum.CurrencyEnum
-
法国法郎
- fromCacheTime(int, int) - 类中的静态方法 org.dromara.northstar.common.utils.DateTimeUtils
- fromCacheTime(LocalTime) - 类中的静态方法 org.dromara.northstar.common.utils.DateTimeUtils
- FRONTID_FIELD_NUMBER - 类中的静态变量 xyz.redtorch.pb.CoreField.OrderField
- frozen() - 记录类中的方法 org.dromara.northstar.common.model.core.Position
-
返回
frozen记录组件的值。 - FROZEN_FIELD_NUMBER - 类中的静态变量 xyz.redtorch.pb.CoreField.PositionField
- fullName() - 记录类中的方法 org.dromara.northstar.common.model.core.Contract
-
返回
fullName记录组件的值。 - FULLNAME_FIELD_NUMBER - 类中的静态变量 xyz.redtorch.pb.CoreField.ContractField
- FUND - 枚举类 中的枚举常量 xyz.redtorch.pb.CoreEnum.ProductClassEnum
-
基金
- FUND_VALUE - 枚举类中的静态变量 xyz.redtorch.pb.CoreEnum.ProductClassEnum
-
基金
- FUTURES - 枚举类 中的枚举常量 xyz.redtorch.pb.CoreEnum.ProductClassEnum
-
期货
- FUTURES_VALUE - 枚举类中的静态变量 xyz.redtorch.pb.CoreEnum.ProductClassEnum
-
期货
- FXCM - 枚举类 中的枚举常量 xyz.redtorch.pb.CoreEnum.ExchangeEnum
-
FXCM外汇做市商
- FXCM_VALUE - 枚举类中的静态变量 xyz.redtorch.pb.CoreEnum.ExchangeEnum
-
FXCM外汇做市商
G
- GAT_CTP - 枚举类 中的枚举常量 xyz.redtorch.pb.CoreEnum.GatewayAdapterTypeEnum
-
CTP
- GAT_CTP_VALUE - 枚举类中的静态变量 xyz.redtorch.pb.CoreEnum.GatewayAdapterTypeEnum
-
CTP
- GAT_IB - 枚举类 中的枚举常量 xyz.redtorch.pb.CoreEnum.GatewayAdapterTypeEnum
-
IB
- GAT_IB_VALUE - 枚举类中的静态变量 xyz.redtorch.pb.CoreEnum.GatewayAdapterTypeEnum
-
IB
- GATE - 枚举类 中的枚举常量 xyz.redtorch.pb.CoreEnum.ExchangeEnum
-
芝麻开门交易所
- GATE_VALUE - 枚举类中的静态变量 xyz.redtorch.pb.CoreEnum.ExchangeEnum
-
芝麻开门交易所
- Gateway - org.dromara.northstar.gateway中的接口
- GATEWAY_READY - 枚举类 中的枚举常量 org.dromara.northstar.common.event.NorthstarEventType
-
网关就绪
- GATEWAYADAPTERTYPE_FIELD_NUMBER - 类中的静态变量 xyz.redtorch.pb.CoreField.GatewayField
- GATEWAYADAPTERTYPE_FIELD_NUMBER - 类中的静态变量 xyz.redtorch.pb.CoreField.GatewaySettingField
- GatewayContract - org.dromara.northstar.gateway.contract中的类
-
网关合约
- GatewayContract(IMarketCenter, FastEventEngine, Instrument) - 类的构造器 org.dromara.northstar.gateway.contract.GatewayContract
- gatewayDescription() - 接口中的方法 org.dromara.northstar.gateway.Gateway
-
获取网关配置
- GatewayDescription - org.dromara.northstar.common.model中的类
-
网关连接信息
- GatewayDescription() - 类的构造器 org.dromara.northstar.common.model.GatewayDescription
- GATEWAYDESCRIPTION_FIELD_NUMBER - 类中的静态变量 xyz.redtorch.pb.CoreField.GatewaySettingField
- GatewayFactory - org.dromara.northstar.gateway中的接口
- gatewayId() - 记录类中的方法 org.dromara.northstar.common.model.core.Account
-
返回
gatewayId记录组件的值。 - gatewayId() - 记录类中的方法 org.dromara.northstar.common.model.core.Bar
-
返回
gatewayId记录组件的值。 - gatewayId() - 记录类中的方法 org.dromara.northstar.common.model.core.Contract
-
返回
gatewayId记录组件的值。 - gatewayId() - 记录类中的方法 org.dromara.northstar.common.model.core.Order
-
返回
gatewayId记录组件的值。 - gatewayId() - 记录类中的方法 org.dromara.northstar.common.model.core.Position
-
返回
gatewayId记录组件的值。 - gatewayId() - 记录类中的方法 org.dromara.northstar.common.model.core.SubmitOrderReq
-
返回
gatewayId记录组件的值。 - gatewayId() - 记录类中的方法 org.dromara.northstar.common.model.core.Tick
-
返回
gatewayId记录组件的值。 - gatewayId() - 记录类中的方法 org.dromara.northstar.common.model.core.Trade
-
返回
gatewayId记录组件的值。 - gatewayId() - 类中的方法 org.dromara.northstar.gateway.contract.GatewayContract
- gatewayId() - 类中的方法 org.dromara.northstar.gateway.contract.IndexContract
- gatewayId() - 类中的方法 org.dromara.northstar.gateway.contract.OptionChainContract
- gatewayId() - 类中的方法 org.dromara.northstar.gateway.contract.PrimaryContract
- gatewayId() - 接口中的方法 org.dromara.northstar.gateway.Gateway
-
网关ID
- gatewayId() - 接口中的方法 org.dromara.northstar.gateway.IContract
-
网关ID
- GATEWAYID_FIELD_NUMBER - 类中的静态变量 xyz.redtorch.pb.CoreField.AccountField
- GATEWAYID_FIELD_NUMBER - 类中的静态变量 xyz.redtorch.pb.CoreField.BarField
- GATEWAYID_FIELD_NUMBER - 类中的静态变量 xyz.redtorch.pb.CoreField.CancelOrderReqField
- GATEWAYID_FIELD_NUMBER - 类中的静态变量 xyz.redtorch.pb.CoreField.ContractField
- GATEWAYID_FIELD_NUMBER - 类中的静态变量 xyz.redtorch.pb.CoreField.GatewayField
- GATEWAYID_FIELD_NUMBER - 类中的静态变量 xyz.redtorch.pb.CoreField.GatewaySettingField
- GATEWAYID_FIELD_NUMBER - 类中的静态变量 xyz.redtorch.pb.CoreField.OrderField
- GATEWAYID_FIELD_NUMBER - 类中的静态变量 xyz.redtorch.pb.CoreField.PositionField
- GATEWAYID_FIELD_NUMBER - 类中的静态变量 xyz.redtorch.pb.CoreField.SubmitOrderReqField
- GATEWAYID_FIELD_NUMBER - 类中的静态变量 xyz.redtorch.pb.CoreField.TickField
- GATEWAYID_FIELD_NUMBER - 类中的静态变量 xyz.redtorch.pb.CoreField.TradeField
- GatewayMetaProvider - org.dromara.northstar.gateway中的类
- GatewayMetaProvider() - 类的构造器 org.dromara.northstar.gateway.GatewayMetaProvider
- gatewayMgr - 类中的变量 org.dromara.northstar.strategy.tester.AbstractTester
- GATEWAYNAME_FIELD_NUMBER - 类中的静态变量 xyz.redtorch.pb.CoreField.GatewaySettingField
- gatewayService - 类中的变量 org.dromara.northstar.strategy.tester.AbstractTester
- GatewaySettings - org.dromara.northstar.common中的接口
-
网关配置信息标记
- GATEWAYTYPE_FIELD_NUMBER - 类中的静态变量 xyz.redtorch.pb.CoreField.GatewayField
- GATEWAYTYPE_FIELD_NUMBER - 类中的静态变量 xyz.redtorch.pb.CoreField.GatewaySettingField
- GatewayTypeDescription - org.dromara.northstar.common.model中的类
- GatewayTypeDescription() - 类的构造器 org.dromara.northstar.common.model.GatewayTypeDescription
- GatewayUsage - org.dromara.northstar.common.constant中的枚举类
- GBP - 枚举类 中的枚举常量 xyz.redtorch.pb.CoreEnum.CurrencyEnum
-
英镑
- GBP_VALUE - 枚举类中的静态变量 xyz.redtorch.pb.CoreEnum.CurrencyEnum
-
英镑
- GenericEventHandler - org.dromara.northstar.common.event中的接口
- get() - 类中的方法 org.dromara.northstar.indicator.model.RingArray
- get(int) - 类中的方法 org.dromara.northstar.indicator.AbstractIndicator
- get(int) - 接口中的方法 org.dromara.northstar.indicator.Indicator
-
获取指标回溯值对象
- get(int) - 类中的方法 org.dromara.northstar.indicator.model.RingArray
-
get(0) 是访问队头(最新的)数据 get(-1) 是访问队头第二个数据 get(1) 是访问队尾数据
- get(int) - 类中的方法 org.dromara.northstar.indicator.momentum.KDIndicator
-
KD指标是一个多值指标,不能直接调用该指标方法,应该获取具体的指标线进行调用
- get(int) - 类中的方法 org.dromara.northstar.indicator.volatility.BOLLIndicator
-
布林带指标是一个多值指标,不能直接调用该指标方法,应该获取具有的指标线进行调用
- get(Class<?>) - 接口中的方法 org.dromara.northstar.data.IMessageSenderRepository
- get(Identifier) - 接口中的方法 org.dromara.northstar.common.ObjectManager
- getAccount(Contract) - 接口中的方法 org.dromara.northstar.strategy.IModule
-
获取合约关联的交易账户
- getAccount(Contract) - 接口中的方法 org.dromara.northstar.strategy.IModuleStrategyContext
-
获取合约绑定的物理账户对象
- getAccountCode() - 类中的方法 xyz.redtorch.pb.CoreField.SubmitOrderReqField.Builder
-
账户代码
- getAccountCode() - 类中的方法 xyz.redtorch.pb.CoreField.SubmitOrderReqField
-
账户代码
- getAccountCode() - 接口中的方法 xyz.redtorch.pb.CoreField.SubmitOrderReqFieldOrBuilder
-
账户代码
- getAccountCodeBytes() - 类中的方法 xyz.redtorch.pb.CoreField.SubmitOrderReqField.Builder
-
账户代码
- getAccountCodeBytes() - 类中的方法 xyz.redtorch.pb.CoreField.SubmitOrderReqField
-
账户代码
- getAccountCodeBytes() - 接口中的方法 xyz.redtorch.pb.CoreField.SubmitOrderReqFieldOrBuilder
-
账户代码
- getAccountId() - 类中的方法 xyz.redtorch.pb.CoreField.AccountField.Builder
-
ID,通常是 <账户代码@网关>
- getAccountId() - 类中的方法 xyz.redtorch.pb.CoreField.AccountField
-
ID,通常是 <账户代码@网关>
- getAccountId() - 接口中的方法 xyz.redtorch.pb.CoreField.AccountFieldOrBuilder
-
ID,通常是 <账户代码@网关>
- getAccountId() - 类中的方法 xyz.redtorch.pb.CoreField.OrderField.Builder
-
账户ID
- getAccountId() - 类中的方法 xyz.redtorch.pb.CoreField.OrderField
-
账户ID
- getAccountId() - 接口中的方法 xyz.redtorch.pb.CoreField.OrderFieldOrBuilder
-
账户ID
- getAccountId() - 类中的方法 xyz.redtorch.pb.CoreField.PositionField.Builder
-
账户ID
- getAccountId() - 类中的方法 xyz.redtorch.pb.CoreField.PositionField
-
账户ID
- getAccountId() - 接口中的方法 xyz.redtorch.pb.CoreField.PositionFieldOrBuilder
-
账户ID
- getAccountId() - 类中的方法 xyz.redtorch.pb.CoreField.TradeField.Builder
-
账户ID
- getAccountId() - 类中的方法 xyz.redtorch.pb.CoreField.TradeField
-
账户ID
- getAccountId() - 接口中的方法 xyz.redtorch.pb.CoreField.TradeFieldOrBuilder
-
账户ID
- getAccountIdBytes() - 类中的方法 xyz.redtorch.pb.CoreField.AccountField.Builder
-
ID,通常是 <账户代码@网关>
- getAccountIdBytes() - 类中的方法 xyz.redtorch.pb.CoreField.AccountField
-
ID,通常是 <账户代码@网关>
- getAccountIdBytes() - 接口中的方法 xyz.redtorch.pb.CoreField.AccountFieldOrBuilder
-
ID,通常是 <账户代码@网关>
- getAccountIdBytes() - 类中的方法 xyz.redtorch.pb.CoreField.OrderField.Builder
-
账户ID
- getAccountIdBytes() - 类中的方法 xyz.redtorch.pb.CoreField.OrderField
-
账户ID
- getAccountIdBytes() - 接口中的方法 xyz.redtorch.pb.CoreField.OrderFieldOrBuilder
-
账户ID
- getAccountIdBytes() - 类中的方法 xyz.redtorch.pb.CoreField.PositionField.Builder
-
账户ID
- getAccountIdBytes() - 类中的方法 xyz.redtorch.pb.CoreField.PositionField
-
账户ID
- getAccountIdBytes() - 接口中的方法 xyz.redtorch.pb.CoreField.PositionFieldOrBuilder
-
账户ID
- getAccountIdBytes() - 类中的方法 xyz.redtorch.pb.CoreField.TradeField.Builder
-
账户ID
- getAccountIdBytes() - 类中的方法 xyz.redtorch.pb.CoreField.TradeField
-
账户ID
- getAccountIdBytes() - 接口中的方法 xyz.redtorch.pb.CoreField.TradeFieldOrBuilder
-
账户ID
- getActionDay() - 类中的方法 xyz.redtorch.pb.CoreField.BarField.Builder
-
业务发生日
- getActionDay() - 类中的方法 xyz.redtorch.pb.CoreField.BarField
-
业务发生日
- getActionDay() - 接口中的方法 xyz.redtorch.pb.CoreField.BarFieldOrBuilder
-
业务发生日
- getActionDay() - 类中的方法 xyz.redtorch.pb.CoreField.TickField.Builder
-
业务发生日
- getActionDay() - 类中的方法 xyz.redtorch.pb.CoreField.TickField
-
业务发生日
- getActionDay() - 接口中的方法 xyz.redtorch.pb.CoreField.TickFieldOrBuilder
-
业务发生日
- getActionDayBytes() - 类中的方法 xyz.redtorch.pb.CoreField.BarField.Builder
-
业务发生日
- getActionDayBytes() - 类中的方法 xyz.redtorch.pb.CoreField.BarField
-
业务发生日
- getActionDayBytes() - 接口中的方法 xyz.redtorch.pb.CoreField.BarFieldOrBuilder
-
业务发生日
- getActionDayBytes() - 类中的方法 xyz.redtorch.pb.CoreField.TickField.Builder
-
业务发生日
- getActionDayBytes() - 类中的方法 xyz.redtorch.pb.CoreField.TickField
-
业务发生日
- getActionDayBytes() - 接口中的方法 xyz.redtorch.pb.CoreField.TickFieldOrBuilder
-
业务发生日
- getActionTime() - 类中的方法 xyz.redtorch.pb.CoreField.BarField.Builder
-
时间(HHmmssSSS)
- getActionTime() - 类中的方法 xyz.redtorch.pb.CoreField.BarField
-
时间(HHmmssSSS)
- getActionTime() - 接口中的方法 xyz.redtorch.pb.CoreField.BarFieldOrBuilder
-
时间(HHmmssSSS)
- getActionTime() - 类中的方法 xyz.redtorch.pb.CoreField.TickField.Builder
-
时间(HHmmssSSS)
- getActionTime() - 类中的方法 xyz.redtorch.pb.CoreField.TickField
-
时间(HHmmssSSS)
- getActionTime() - 接口中的方法 xyz.redtorch.pb.CoreField.TickFieldOrBuilder
-
时间(HHmmssSSS)
- getActionTimeBytes() - 类中的方法 xyz.redtorch.pb.CoreField.BarField.Builder
-
时间(HHmmssSSS)
- getActionTimeBytes() - 类中的方法 xyz.redtorch.pb.CoreField.BarField
-
时间(HHmmssSSS)
- getActionTimeBytes() - 接口中的方法 xyz.redtorch.pb.CoreField.BarFieldOrBuilder
-
时间(HHmmssSSS)
- getActionTimeBytes() - 类中的方法 xyz.redtorch.pb.CoreField.TickField.Builder
-
时间(HHmmssSSS)
- getActionTimeBytes() - 类中的方法 xyz.redtorch.pb.CoreField.TickField
-
时间(HHmmssSSS)
- getActionTimeBytes() - 接口中的方法 xyz.redtorch.pb.CoreField.TickFieldOrBuilder
-
时间(HHmmssSSS)
- getActionTimestamp() - 类中的方法 xyz.redtorch.pb.CoreField.BarField.Builder
-
时间戳
- getActionTimestamp() - 类中的方法 xyz.redtorch.pb.CoreField.BarField
-
时间戳
- getActionTimestamp() - 接口中的方法 xyz.redtorch.pb.CoreField.BarFieldOrBuilder
-
时间戳
- getActionTimestamp() - 类中的方法 xyz.redtorch.pb.CoreField.SubmitOrderReqField.Builder
-
时间戳
- getActionTimestamp() - 类中的方法 xyz.redtorch.pb.CoreField.SubmitOrderReqField
-
时间戳
- getActionTimestamp() - 接口中的方法 xyz.redtorch.pb.CoreField.SubmitOrderReqFieldOrBuilder
-
时间戳
- getActionTimestamp() - 类中的方法 xyz.redtorch.pb.CoreField.TickField.Builder
-
时间戳
- getActionTimestamp() - 类中的方法 xyz.redtorch.pb.CoreField.TickField
-
时间戳
- getActionTimestamp() - 接口中的方法 xyz.redtorch.pb.CoreField.TickFieldOrBuilder
-
时间戳
- getActiveTime() - 类中的方法 xyz.redtorch.pb.CoreField.OrderField.Builder
-
激活时间
- getActiveTime() - 类中的方法 xyz.redtorch.pb.CoreField.OrderField
-
激活时间
- getActiveTime() - 接口中的方法 xyz.redtorch.pb.CoreField.OrderFieldOrBuilder
-
激活时间
- getActiveTimeBytes() - 类中的方法 xyz.redtorch.pb.CoreField.OrderField.Builder
-
激活时间
- getActiveTimeBytes() - 类中的方法 xyz.redtorch.pb.CoreField.OrderField
-
激活时间
- getActiveTimeBytes() - 接口中的方法 xyz.redtorch.pb.CoreField.OrderFieldOrBuilder
-
激活时间
- getAdapterOrderId() - 类中的方法 xyz.redtorch.pb.CoreField.OrderField.Builder
-
适配器层定单ID
- getAdapterOrderId() - 类中的方法 xyz.redtorch.pb.CoreField.OrderField
-
适配器层定单ID
- getAdapterOrderId() - 接口中的方法 xyz.redtorch.pb.CoreField.OrderFieldOrBuilder
-
适配器层定单ID
- getAdapterOrderId() - 类中的方法 xyz.redtorch.pb.CoreField.TradeField.Builder
-
适配器层定单ID
- getAdapterOrderId() - 类中的方法 xyz.redtorch.pb.CoreField.TradeField
-
适配器层定单ID
- getAdapterOrderId() - 接口中的方法 xyz.redtorch.pb.CoreField.TradeFieldOrBuilder
-
适配器层定单ID
- getAdapterOrderIdBytes() - 类中的方法 xyz.redtorch.pb.CoreField.OrderField.Builder
-
适配器层定单ID
- getAdapterOrderIdBytes() - 类中的方法 xyz.redtorch.pb.CoreField.OrderField
-
适配器层定单ID
- getAdapterOrderIdBytes() - 接口中的方法 xyz.redtorch.pb.CoreField.OrderFieldOrBuilder
-
适配器层定单ID
- getAdapterOrderIdBytes() - 类中的方法 xyz.redtorch.pb.CoreField.TradeField.Builder
-
适配器层定单ID
- getAdapterOrderIdBytes() - 类中的方法 xyz.redtorch.pb.CoreField.TradeField
-
适配器层定单ID
- getAdapterOrderIdBytes() - 接口中的方法 xyz.redtorch.pb.CoreField.TradeFieldOrBuilder
-
适配器层定单ID
- getAdapterTradeId() - 类中的方法 xyz.redtorch.pb.CoreField.TradeField.Builder
-
适配器层成交ID
- getAdapterTradeId() - 类中的方法 xyz.redtorch.pb.CoreField.TradeField
-
适配器层成交ID
- getAdapterTradeId() - 接口中的方法 xyz.redtorch.pb.CoreField.TradeFieldOrBuilder
-
适配器层成交ID
- getAdapterTradeIdBytes() - 类中的方法 xyz.redtorch.pb.CoreField.TradeField.Builder
-
适配器层成交ID
- getAdapterTradeIdBytes() - 类中的方法 xyz.redtorch.pb.CoreField.TradeField
-
适配器层成交ID
- getAdapterTradeIdBytes() - 接口中的方法 xyz.redtorch.pb.CoreField.TradeFieldOrBuilder
-
适配器层成交ID
- getAllContracts() - 接口中的方法 org.dromara.northstar.common.IDataSource
-
获取交易所全部合约
- getAllContracts() - 类中的方法 org.dromara.northstar.gateway.mktdata.EmptyDataSource
- getAllContracts() - 类中的方法 org.dromara.northstar.gateway.mktdata.NorthstarDataSource
- getAllFutureContracts() - 类中的方法 org.dromara.northstar.gateway.mktdata.QuantitDataServiceManager
- getAllOptionContracts() - 类中的方法 org.dromara.northstar.gateway.mktdata.QuantitDataServiceManager
- getAppId() - 类中的方法 xyz.redtorch.pb.CoreField.GatewaySettingField.CtpApiSettingField.Builder
-
string appId = 10; - getAppId() - 类中的方法 xyz.redtorch.pb.CoreField.GatewaySettingField.CtpApiSettingField
-
string appId = 10; - getAppId() - 接口中的方法 xyz.redtorch.pb.CoreField.GatewaySettingField.CtpApiSettingFieldOrBuilder
-
string appId = 10; - getAppIdBytes() - 类中的方法 xyz.redtorch.pb.CoreField.GatewaySettingField.CtpApiSettingField.Builder
-
string appId = 10; - getAppIdBytes() - 类中的方法 xyz.redtorch.pb.CoreField.GatewaySettingField.CtpApiSettingField
-
string appId = 10; - getAppIdBytes() - 接口中的方法 xyz.redtorch.pb.CoreField.GatewaySettingField.CtpApiSettingFieldOrBuilder
-
string appId = 10; - getAskPrice(int) - 类中的方法 xyz.redtorch.pb.CoreField.TickField.Builder
-
卖价
- getAskPrice(int) - 类中的方法 xyz.redtorch.pb.CoreField.TickField
-
卖价
- getAskPrice(int) - 接口中的方法 xyz.redtorch.pb.CoreField.TickFieldOrBuilder
-
卖价
- getAskPriceCount() - 类中的方法 xyz.redtorch.pb.CoreField.TickField.Builder
-
卖价
- getAskPriceCount() - 类中的方法 xyz.redtorch.pb.CoreField.TickField
-
卖价
- getAskPriceCount() - 接口中的方法 xyz.redtorch.pb.CoreField.TickFieldOrBuilder
-
卖价
- getAskPriceList() - 类中的方法 xyz.redtorch.pb.CoreField.TickField.Builder
-
卖价
- getAskPriceList() - 类中的方法 xyz.redtorch.pb.CoreField.TickField
-
卖价
- getAskPriceList() - 接口中的方法 xyz.redtorch.pb.CoreField.TickFieldOrBuilder
-
卖价
- getAskVolume(int) - 类中的方法 xyz.redtorch.pb.CoreField.TickField.Builder
-
卖量
- getAskVolume(int) - 类中的方法 xyz.redtorch.pb.CoreField.TickField
-
卖量
- getAskVolume(int) - 接口中的方法 xyz.redtorch.pb.CoreField.TickFieldOrBuilder
-
卖量
- getAskVolumeCount() - 类中的方法 xyz.redtorch.pb.CoreField.TickField.Builder
-
卖量
- getAskVolumeCount() - 类中的方法 xyz.redtorch.pb.CoreField.TickField
-
卖量
- getAskVolumeCount() - 接口中的方法 xyz.redtorch.pb.CoreField.TickFieldOrBuilder
-
卖量
- getAskVolumeList() - 类中的方法 xyz.redtorch.pb.CoreField.TickField.Builder
-
卖量
- getAskVolumeList() - 类中的方法 xyz.redtorch.pb.CoreField.TickField
-
卖量
- getAskVolumeList() - 接口中的方法 xyz.redtorch.pb.CoreField.TickFieldOrBuilder
-
卖量
- getAuthCode() - 类中的方法 xyz.redtorch.pb.CoreField.GatewaySettingField.CtpApiSettingField.Builder
-
string authCode = 8; - getAuthCode() - 类中的方法 xyz.redtorch.pb.CoreField.GatewaySettingField.CtpApiSettingField
-
string authCode = 8; - getAuthCode() - 接口中的方法 xyz.redtorch.pb.CoreField.GatewaySettingField.CtpApiSettingFieldOrBuilder
-
string authCode = 8; - getAuthCodeBytes() - 类中的方法 xyz.redtorch.pb.CoreField.GatewaySettingField.CtpApiSettingField.Builder
-
string authCode = 8; - getAuthCodeBytes() - 类中的方法 xyz.redtorch.pb.CoreField.GatewaySettingField.CtpApiSettingField
-
string authCode = 8; - getAuthCodeBytes() - 接口中的方法 xyz.redtorch.pb.CoreField.GatewaySettingField.CtpApiSettingFieldOrBuilder
-
string authCode = 8; - getAuthErrorFlag() - 接口中的方法 org.dromara.northstar.gateway.Gateway
-
获取登录错误标记
- getAuthErrorFlag() - 类中的方法 xyz.redtorch.pb.CoreField.GatewayField.Builder
-
登录失败标志
- getAuthErrorFlag() - 类中的方法 xyz.redtorch.pb.CoreField.GatewayField
-
登录失败标志
- getAuthErrorFlag() - 接口中的方法 xyz.redtorch.pb.CoreField.GatewayFieldOrBuilder
-
登录失败标志
- getAutoConnectTimeRanges() - 类中的方法 xyz.redtorch.pb.CoreField.GatewaySettingField.Builder
-
string autoConnectTimeRanges = 12; - getAutoConnectTimeRanges() - 类中的方法 xyz.redtorch.pb.CoreField.GatewaySettingField
-
string autoConnectTimeRanges = 12; - getAutoConnectTimeRanges() - 接口中的方法 xyz.redtorch.pb.CoreField.GatewaySettingFieldOrBuilder
-
string autoConnectTimeRanges = 12; - getAutoConnectTimeRangesBytes() - 类中的方法 xyz.redtorch.pb.CoreField.GatewaySettingField.Builder
-
string autoConnectTimeRanges = 12; - getAutoConnectTimeRangesBytes() - 类中的方法 xyz.redtorch.pb.CoreField.GatewaySettingField
-
string autoConnectTimeRanges = 12; - getAutoConnectTimeRangesBytes() - 接口中的方法 xyz.redtorch.pb.CoreField.GatewaySettingFieldOrBuilder
-
string autoConnectTimeRanges = 12; - getAutoSuspend() - 类中的方法 xyz.redtorch.pb.CoreField.OrderField.Builder
-
自动挂起标志
- getAutoSuspend() - 类中的方法 xyz.redtorch.pb.CoreField.OrderField
-
自动挂起标志
- getAutoSuspend() - 接口中的方法 xyz.redtorch.pb.CoreField.OrderFieldOrBuilder
-
自动挂起标志
- getAutoSuspend() - 类中的方法 xyz.redtorch.pb.CoreField.SubmitOrderReqField.Builder
-
自动挂起标志
- getAutoSuspend() - 类中的方法 xyz.redtorch.pb.CoreField.SubmitOrderReqField
-
自动挂起标志
- getAutoSuspend() - 接口中的方法 xyz.redtorch.pb.CoreField.SubmitOrderReqFieldOrBuilder
-
自动挂起标志
- getAvailable() - 类中的方法 xyz.redtorch.pb.CoreField.AccountField.Builder
-
可用资金
- getAvailable() - 类中的方法 xyz.redtorch.pb.CoreField.AccountField
-
可用资金
- getAvailable() - 接口中的方法 xyz.redtorch.pb.CoreField.AccountFieldOrBuilder
-
可用资金
- getAvgPrice() - 类中的方法 xyz.redtorch.pb.CoreField.TickField.Builder
-
均价
- getAvgPrice() - 类中的方法 xyz.redtorch.pb.CoreField.TickField
-
均价
- getAvgPrice() - 接口中的方法 xyz.redtorch.pb.CoreField.TickFieldOrBuilder
-
均价
- getBalance() - 类中的方法 xyz.redtorch.pb.CoreField.AccountField.Builder
-
权益
- getBalance() - 类中的方法 xyz.redtorch.pb.CoreField.AccountField
-
权益
- getBalance() - 接口中的方法 xyz.redtorch.pb.CoreField.AccountFieldOrBuilder
-
权益
- getBidPrice(int) - 类中的方法 xyz.redtorch.pb.CoreField.TickField.Builder
-
买价
- getBidPrice(int) - 类中的方法 xyz.redtorch.pb.CoreField.TickField
-
买价
- getBidPrice(int) - 接口中的方法 xyz.redtorch.pb.CoreField.TickFieldOrBuilder
-
买价
- getBidPriceCount() - 类中的方法 xyz.redtorch.pb.CoreField.TickField.Builder
-
买价
- getBidPriceCount() - 类中的方法 xyz.redtorch.pb.CoreField.TickField
-
买价
- getBidPriceCount() - 接口中的方法 xyz.redtorch.pb.CoreField.TickFieldOrBuilder
-
买价
- getBidPriceList() - 类中的方法 xyz.redtorch.pb.CoreField.TickField.Builder
-
买价
- getBidPriceList() - 类中的方法 xyz.redtorch.pb.CoreField.TickField
-
买价
- getBidPriceList() - 接口中的方法 xyz.redtorch.pb.CoreField.TickFieldOrBuilder
-
买价
- getBidVolume(int) - 类中的方法 xyz.redtorch.pb.CoreField.TickField.Builder
-
买量
- getBidVolume(int) - 类中的方法 xyz.redtorch.pb.CoreField.TickField
-
买量
- getBidVolume(int) - 接口中的方法 xyz.redtorch.pb.CoreField.TickFieldOrBuilder
-
买量
- getBidVolumeCount() - 类中的方法 xyz.redtorch.pb.CoreField.TickField.Builder
-
买量
- getBidVolumeCount() - 类中的方法 xyz.redtorch.pb.CoreField.TickField
-
买量
- getBidVolumeCount() - 接口中的方法 xyz.redtorch.pb.CoreField.TickFieldOrBuilder
-
买量
- getBidVolumeList() - 类中的方法 xyz.redtorch.pb.CoreField.TickField.Builder
-
买量
- getBidVolumeList() - 类中的方法 xyz.redtorch.pb.CoreField.TickField
-
买量
- getBidVolumeList() - 接口中的方法 xyz.redtorch.pb.CoreField.TickFieldOrBuilder
-
买量
- getBrokerId() - 类中的方法 xyz.redtorch.pb.CoreField.GatewaySettingField.CtpApiSettingField.Builder
-
string brokerId = 3; - getBrokerId() - 类中的方法 xyz.redtorch.pb.CoreField.GatewaySettingField.CtpApiSettingField
-
string brokerId = 3; - getBrokerId() - 接口中的方法 xyz.redtorch.pb.CoreField.GatewaySettingField.CtpApiSettingFieldOrBuilder
-
string brokerId = 3; - getBrokerIdBytes() - 类中的方法 xyz.redtorch.pb.CoreField.GatewaySettingField.CtpApiSettingField.Builder
-
string brokerId = 3; - getBrokerIdBytes() - 类中的方法 xyz.redtorch.pb.CoreField.GatewaySettingField.CtpApiSettingField
-
string brokerId = 3; - getBrokerIdBytes() - 接口中的方法 xyz.redtorch.pb.CoreField.GatewaySettingField.CtpApiSettingFieldOrBuilder
-
string brokerId = 3; - getBrokerOrderSeq() - 类中的方法 xyz.redtorch.pb.CoreField.OrderField.Builder
-
经纪公司报单编号
- getBrokerOrderSeq() - 类中的方法 xyz.redtorch.pb.CoreField.OrderField
-
经纪公司报单编号
- getBrokerOrderSeq() - 接口中的方法 xyz.redtorch.pb.CoreField.OrderFieldOrBuilder
-
经纪公司报单编号
- getBrokerOrderSeq() - 类中的方法 xyz.redtorch.pb.CoreField.TradeField.Builder
-
经纪公司报单编号
- getBrokerOrderSeq() - 类中的方法 xyz.redtorch.pb.CoreField.TradeField
-
经纪公司报单编号
- getBrokerOrderSeq() - 接口中的方法 xyz.redtorch.pb.CoreField.TradeFieldOrBuilder
-
经纪公司报单编号
- getBrokerOrderSeqBytes() - 类中的方法 xyz.redtorch.pb.CoreField.OrderField.Builder
-
经纪公司报单编号
- getBrokerOrderSeqBytes() - 类中的方法 xyz.redtorch.pb.CoreField.OrderField
-
经纪公司报单编号
- getBrokerOrderSeqBytes() - 接口中的方法 xyz.redtorch.pb.CoreField.OrderFieldOrBuilder
-
经纪公司报单编号
- getBrokerOrderSeqBytes() - 类中的方法 xyz.redtorch.pb.CoreField.TradeField.Builder
-
经纪公司报单编号
- getBrokerOrderSeqBytes() - 类中的方法 xyz.redtorch.pb.CoreField.TradeField
-
经纪公司报单编号
- getBrokerOrderSeqBytes() - 接口中的方法 xyz.redtorch.pb.CoreField.TradeFieldOrBuilder
-
经纪公司报单编号
- getCalendarCN(int) - 类中的方法 org.dromara.northstar.gateway.mktdata.QuantitDataServiceManager
- getCancelTime() - 类中的方法 xyz.redtorch.pb.CoreField.OrderField.Builder
-
撤销时间
- getCancelTime() - 类中的方法 xyz.redtorch.pb.CoreField.OrderField
-
撤销时间
- getCancelTime() - 接口中的方法 xyz.redtorch.pb.CoreField.OrderFieldOrBuilder
-
撤销时间
- getCancelTimeBytes() - 类中的方法 xyz.redtorch.pb.CoreField.OrderField.Builder
-
撤销时间
- getCancelTimeBytes() - 类中的方法 xyz.redtorch.pb.CoreField.OrderField
-
撤销时间
- getCancelTimeBytes() - 接口中的方法 xyz.redtorch.pb.CoreField.OrderFieldOrBuilder
-
撤销时间
- getChannelType() - 类中的方法 xyz.redtorch.pb.CoreField.BarField.Builder
-
渠道来源
- getChannelType() - 类中的方法 xyz.redtorch.pb.CoreField.BarField
-
渠道来源
- getChannelType() - 接口中的方法 xyz.redtorch.pb.CoreField.BarFieldOrBuilder
-
渠道来源
- getChannelType() - 类中的方法 xyz.redtorch.pb.CoreField.ContractField.Builder
-
渠道来源
- getChannelType() - 类中的方法 xyz.redtorch.pb.CoreField.ContractField
-
渠道来源
- getChannelType() - 接口中的方法 xyz.redtorch.pb.CoreField.ContractFieldOrBuilder
-
渠道来源
- getChannelType() - 类中的方法 xyz.redtorch.pb.CoreField.TickField.Builder
-
渠道来源
- getChannelType() - 类中的方法 xyz.redtorch.pb.CoreField.TickField
-
渠道来源
- getChannelType() - 接口中的方法 xyz.redtorch.pb.CoreField.TickFieldOrBuilder
-
渠道来源
- getChannelTypeBytes() - 类中的方法 xyz.redtorch.pb.CoreField.BarField.Builder
-
渠道来源
- getChannelTypeBytes() - 类中的方法 xyz.redtorch.pb.CoreField.BarField
-
渠道来源
- getChannelTypeBytes() - 接口中的方法 xyz.redtorch.pb.CoreField.BarFieldOrBuilder
-
渠道来源
- getChannelTypeBytes() - 类中的方法 xyz.redtorch.pb.CoreField.ContractField.Builder
-
渠道来源
- getChannelTypeBytes() - 类中的方法 xyz.redtorch.pb.CoreField.ContractField
-
渠道来源
- getChannelTypeBytes() - 接口中的方法 xyz.redtorch.pb.CoreField.ContractFieldOrBuilder
-
渠道来源
- getChannelTypeBytes() - 类中的方法 xyz.redtorch.pb.CoreField.TickField.Builder
-
渠道来源
- getChannelTypeBytes() - 类中的方法 xyz.redtorch.pb.CoreField.TickField
-
渠道来源
- getChannelTypeBytes() - 接口中的方法 xyz.redtorch.pb.CoreField.TickFieldOrBuilder
-
渠道来源
- getClientId() - 类中的方法 xyz.redtorch.pb.CoreField.GatewaySettingField.IbApiSettingField.Builder
-
fixed32 clientId = 3; - getClientId() - 类中的方法 xyz.redtorch.pb.CoreField.GatewaySettingField.IbApiSettingField
-
fixed32 clientId = 3; - getClientId() - 接口中的方法 xyz.redtorch.pb.CoreField.GatewaySettingField.IbApiSettingFieldOrBuilder
-
fixed32 clientId = 3; - getClosePrice() - 类中的方法 xyz.redtorch.pb.CoreField.BarField.Builder
-
收
- getClosePrice() - 类中的方法 xyz.redtorch.pb.CoreField.BarField
-
收
- getClosePrice() - 接口中的方法 xyz.redtorch.pb.CoreField.BarFieldOrBuilder
-
收
- getCloseProfit() - 类中的方法 xyz.redtorch.pb.CoreField.AccountField.Builder
-
平仓盈亏
- getCloseProfit() - 类中的方法 xyz.redtorch.pb.CoreField.AccountField
-
平仓盈亏
- getCloseProfit() - 接口中的方法 xyz.redtorch.pb.CoreField.AccountFieldOrBuilder
-
平仓盈亏
- getCloseVolume(CoreEnum.DirectionEnum) - 类中的方法 org.dromara.northstar.common.utils.TradeHelper
- getClosingDirection(CoreEnum.DirectionEnum) - 类中的静态方法 org.dromara.northstar.common.utils.OrderUtils
- getCode() - 类中的方法 xyz.redtorch.pb.CoreField.AccountField.Builder
-
代码
- getCode() - 类中的方法 xyz.redtorch.pb.CoreField.AccountField
-
代码
- getCode() - 接口中的方法 xyz.redtorch.pb.CoreField.AccountFieldOrBuilder
-
代码
- getCodeBytes() - 类中的方法 xyz.redtorch.pb.CoreField.AccountField.Builder
-
代码
- getCodeBytes() - 类中的方法 xyz.redtorch.pb.CoreField.AccountField
-
代码
- getCodeBytes() - 接口中的方法 xyz.redtorch.pb.CoreField.AccountFieldOrBuilder
-
代码
- getCombinationType() - 类中的方法 xyz.redtorch.pb.CoreField.ContractField.Builder
-
组合类型
- getCombinationType() - 类中的方法 xyz.redtorch.pb.CoreField.ContractField
-
组合类型
- getCombinationType() - 接口中的方法 xyz.redtorch.pb.CoreField.ContractFieldOrBuilder
-
组合类型
- getCombinationTypeValue() - 类中的方法 xyz.redtorch.pb.CoreField.ContractField.Builder
-
组合类型
- getCombinationTypeValue() - 类中的方法 xyz.redtorch.pb.CoreField.ContractField
-
组合类型
- getCombinationTypeValue() - 接口中的方法 xyz.redtorch.pb.CoreField.ContractFieldOrBuilder
-
组合类型
- getCommission() - 类中的方法 xyz.redtorch.pb.CoreField.AccountField.Builder
-
手续费
- getCommission() - 类中的方法 xyz.redtorch.pb.CoreField.AccountField
-
手续费
- getCommission() - 接口中的方法 xyz.redtorch.pb.CoreField.AccountFieldOrBuilder
-
手续费
- getCommissionFee() - 类中的方法 xyz.redtorch.pb.CoreField.ContractField.Builder
-
手续费
- getCommissionFee() - 类中的方法 xyz.redtorch.pb.CoreField.ContractField
-
手续费
- getCommissionFee() - 接口中的方法 xyz.redtorch.pb.CoreField.ContractFieldOrBuilder
-
手续费
- getCommissionRate() - 类中的方法 xyz.redtorch.pb.CoreField.ContractField.Builder
-
手续费率
- getCommissionRate() - 类中的方法 xyz.redtorch.pb.CoreField.ContractField
-
手续费率
- getCommissionRate() - 接口中的方法 xyz.redtorch.pb.CoreField.ContractFieldOrBuilder
-
手续费率
- getConfiguration() - 类中的方法 org.dromara.northstar.indicator.AbstractIndicator
- getConfiguration() - 接口中的方法 org.dromara.northstar.indicator.Indicator
-
获取指标配置信息
- getConnectionState() - 接口中的方法 org.dromara.northstar.gateway.Gateway
-
获取连接状态
- getContent() - 类中的方法 xyz.redtorch.pb.CoreField.LogField.Builder
-
string content = 3; - getContent() - 类中的方法 xyz.redtorch.pb.CoreField.LogField
-
string content = 3; - getContent() - 接口中的方法 xyz.redtorch.pb.CoreField.LogFieldOrBuilder
-
string content = 3; - getContent() - 类中的方法 xyz.redtorch.pb.CoreField.NoticeField.Builder
-
string content = 3; - getContent() - 类中的方法 xyz.redtorch.pb.CoreField.NoticeField
-
string content = 3; - getContent() - 接口中的方法 xyz.redtorch.pb.CoreField.NoticeFieldOrBuilder
-
string content = 3; - getContentBytes() - 类中的方法 xyz.redtorch.pb.CoreField.LogField.Builder
-
string content = 3; - getContentBytes() - 类中的方法 xyz.redtorch.pb.CoreField.LogField
-
string content = 3; - getContentBytes() - 接口中的方法 xyz.redtorch.pb.CoreField.LogFieldOrBuilder
-
string content = 3; - getContentBytes() - 类中的方法 xyz.redtorch.pb.CoreField.NoticeField.Builder
-
string content = 3; - getContentBytes() - 类中的方法 xyz.redtorch.pb.CoreField.NoticeField
-
string content = 3; - getContentBytes() - 接口中的方法 xyz.redtorch.pb.CoreField.NoticeFieldOrBuilder
-
string content = 3; - getContext() - 类中的方法 org.dromara.northstar.strategy.AbstractStrategy
- getContingentCondition() - 类中的方法 xyz.redtorch.pb.CoreField.OrderField.Builder
-
触发条件
- getContingentCondition() - 类中的方法 xyz.redtorch.pb.CoreField.OrderField
-
触发条件
- getContingentCondition() - 接口中的方法 xyz.redtorch.pb.CoreField.OrderFieldOrBuilder
-
触发条件
- getContingentCondition() - 类中的方法 xyz.redtorch.pb.CoreField.SubmitOrderReqField.Builder
-
触发条件
- getContingentCondition() - 类中的方法 xyz.redtorch.pb.CoreField.SubmitOrderReqField
-
触发条件
- getContingentCondition() - 接口中的方法 xyz.redtorch.pb.CoreField.SubmitOrderReqFieldOrBuilder
-
触发条件
- getContingentConditionValue() - 类中的方法 xyz.redtorch.pb.CoreField.OrderField.Builder
-
触发条件
- getContingentConditionValue() - 类中的方法 xyz.redtorch.pb.CoreField.OrderField
-
触发条件
- getContingentConditionValue() - 接口中的方法 xyz.redtorch.pb.CoreField.OrderFieldOrBuilder
-
触发条件
- getContingentConditionValue() - 类中的方法 xyz.redtorch.pb.CoreField.SubmitOrderReqField.Builder
-
触发条件
- getContingentConditionValue() - 类中的方法 xyz.redtorch.pb.CoreField.SubmitOrderReqField
-
触发条件
- getContingentConditionValue() - 接口中的方法 xyz.redtorch.pb.CoreField.SubmitOrderReqFieldOrBuilder
-
触发条件
- getContract() - 类中的方法 xyz.redtorch.pb.CoreField.OrderField.Builder
-
合约
- getContract() - 类中的方法 xyz.redtorch.pb.CoreField.OrderField
-
合约
- getContract() - 接口中的方法 xyz.redtorch.pb.CoreField.OrderFieldOrBuilder
-
合约
- getContract() - 类中的方法 xyz.redtorch.pb.CoreField.PositionField.Builder
-
合约
- getContract() - 类中的方法 xyz.redtorch.pb.CoreField.PositionField
-
合约
- getContract() - 接口中的方法 xyz.redtorch.pb.CoreField.PositionFieldOrBuilder
-
合约
- getContract() - 类中的方法 xyz.redtorch.pb.CoreField.SubmitOrderReqField.Builder
-
合约
- getContract() - 类中的方法 xyz.redtorch.pb.CoreField.SubmitOrderReqField
-
合约
- getContract() - 接口中的方法 xyz.redtorch.pb.CoreField.SubmitOrderReqFieldOrBuilder
-
合约
- getContract() - 类中的方法 xyz.redtorch.pb.CoreField.TradeField.Builder
-
合约
- getContract() - 类中的方法 xyz.redtorch.pb.CoreField.TradeField
-
合约
- getContract() - 接口中的方法 xyz.redtorch.pb.CoreField.TradeFieldOrBuilder
-
合约
- getContract(String) - 接口中的方法 org.dromara.northstar.strategy.IModuleStrategyContext
-
获取合约
- getContract(ChannelType, String) - 接口中的方法 org.dromara.northstar.gateway.IContractManager
-
根据网关与编码获取合约
- getContract(ChannelType, String) - 类中的方法 org.dromara.northstar.gateway.mktdata.MarketCenter
-
查询合约
- getContract(Identifier) - 接口中的方法 org.dromara.northstar.gateway.IContractManager
-
根据合约唯一标识获取合约
- getContract(Identifier) - 类中的方法 org.dromara.northstar.gateway.mktdata.MarketCenter
-
查找合约
- getContractBuilder() - 类中的方法 xyz.redtorch.pb.CoreField.OrderField.Builder
-
合约
- getContractBuilder() - 类中的方法 xyz.redtorch.pb.CoreField.PositionField.Builder
-
合约
- getContractBuilder() - 类中的方法 xyz.redtorch.pb.CoreField.SubmitOrderReqField.Builder
-
合约
- getContractBuilder() - 类中的方法 xyz.redtorch.pb.CoreField.TradeField.Builder
-
合约
- getContractId() - 类中的方法 xyz.redtorch.pb.CoreField.ContractField.Builder
-
ID,通常是 <合约代码@交易所代码@产品类型@网关ID>
- getContractId() - 类中的方法 xyz.redtorch.pb.CoreField.ContractField
-
ID,通常是 <合约代码@交易所代码@产品类型@网关ID>
- getContractId() - 接口中的方法 xyz.redtorch.pb.CoreField.ContractFieldOrBuilder
-
ID,通常是 <合约代码@交易所代码@产品类型@网关ID>
- getContractIdBytes() - 类中的方法 xyz.redtorch.pb.CoreField.ContractField.Builder
-
ID,通常是 <合约代码@交易所代码@产品类型@网关ID>
- getContractIdBytes() - 类中的方法 xyz.redtorch.pb.CoreField.ContractField
-
ID,通常是 <合约代码@交易所代码@产品类型@网关ID>
- getContractIdBytes() - 接口中的方法 xyz.redtorch.pb.CoreField.ContractFieldOrBuilder
-
ID,通常是 <合约代码@交易所代码@产品类型@网关ID>
- getContractOrBuilder() - 类中的方法 xyz.redtorch.pb.CoreField.OrderField.Builder
-
合约
- getContractOrBuilder() - 类中的方法 xyz.redtorch.pb.CoreField.OrderField
-
合约
- getContractOrBuilder() - 接口中的方法 xyz.redtorch.pb.CoreField.OrderFieldOrBuilder
-
合约
- getContractOrBuilder() - 类中的方法 xyz.redtorch.pb.CoreField.PositionField.Builder
-
合约
- getContractOrBuilder() - 类中的方法 xyz.redtorch.pb.CoreField.PositionField
-
合约
- getContractOrBuilder() - 接口中的方法 xyz.redtorch.pb.CoreField.PositionFieldOrBuilder
-
合约
- getContractOrBuilder() - 类中的方法 xyz.redtorch.pb.CoreField.SubmitOrderReqField.Builder
-
合约
- getContractOrBuilder() - 类中的方法 xyz.redtorch.pb.CoreField.SubmitOrderReqField
-
合约
- getContractOrBuilder() - 接口中的方法 xyz.redtorch.pb.CoreField.SubmitOrderReqFieldOrBuilder
-
合约
- getContractOrBuilder() - 类中的方法 xyz.redtorch.pb.CoreField.TradeField.Builder
-
合约
- getContractOrBuilder() - 类中的方法 xyz.redtorch.pb.CoreField.TradeField
-
合约
- getContractOrBuilder() - 接口中的方法 xyz.redtorch.pb.CoreField.TradeFieldOrBuilder
-
合约
- getContracts(String) - 接口中的方法 org.dromara.northstar.gateway.IContractManager
-
根据网关ID获取合约
- getContracts(String) - 类中的方法 org.dromara.northstar.gateway.mktdata.MarketCenter
-
获取网关合约
- getContracts(ChannelType) - 接口中的方法 org.dromara.northstar.gateway.IContractManager
-
根据网关渠道获取合约
- getContracts(ChannelType) - 类中的方法 org.dromara.northstar.gateway.mktdata.MarketCenter
-
获取网关合约
- getContractValue() - 类中的方法 xyz.redtorch.pb.CoreField.PositionField.Builder
-
最新合约价值
- getContractValue() - 类中的方法 xyz.redtorch.pb.CoreField.PositionField
-
最新合约价值
- getContractValue() - 接口中的方法 xyz.redtorch.pb.CoreField.PositionFieldOrBuilder
-
最新合约价值
- getCtpApiSetting() - 类中的方法 xyz.redtorch.pb.CoreField.GatewaySettingField.Builder
-
.xyz.redtorch.pb.GatewaySettingField.CtpApiSettingField ctpApiSetting = 8; - getCtpApiSetting() - 类中的方法 xyz.redtorch.pb.CoreField.GatewaySettingField
-
.xyz.redtorch.pb.GatewaySettingField.CtpApiSettingField ctpApiSetting = 8; - getCtpApiSetting() - 接口中的方法 xyz.redtorch.pb.CoreField.GatewaySettingFieldOrBuilder
-
.xyz.redtorch.pb.GatewaySettingField.CtpApiSettingField ctpApiSetting = 8; - getCtpApiSettingBuilder() - 类中的方法 xyz.redtorch.pb.CoreField.GatewaySettingField.Builder
-
.xyz.redtorch.pb.GatewaySettingField.CtpApiSettingField ctpApiSetting = 8; - getCtpApiSettingOrBuilder() - 类中的方法 xyz.redtorch.pb.CoreField.GatewaySettingField.Builder
-
.xyz.redtorch.pb.GatewaySettingField.CtpApiSettingField ctpApiSetting = 8; - getCtpApiSettingOrBuilder() - 类中的方法 xyz.redtorch.pb.CoreField.GatewaySettingField
-
.xyz.redtorch.pb.GatewaySettingField.CtpApiSettingField ctpApiSetting = 8; - getCtpApiSettingOrBuilder() - 接口中的方法 xyz.redtorch.pb.CoreField.GatewaySettingFieldOrBuilder
-
.xyz.redtorch.pb.GatewaySettingField.CtpApiSettingField ctpApiSetting = 8; - getCurrency() - 类中的方法 xyz.redtorch.pb.CoreField.AccountField.Builder
-
币种
- getCurrency() - 类中的方法 xyz.redtorch.pb.CoreField.AccountField
-
币种
- getCurrency() - 接口中的方法 xyz.redtorch.pb.CoreField.AccountFieldOrBuilder
-
币种
- getCurrency() - 类中的方法 xyz.redtorch.pb.CoreField.ContractField.Builder
-
币种
- getCurrency() - 类中的方法 xyz.redtorch.pb.CoreField.ContractField
-
币种
- getCurrency() - 接口中的方法 xyz.redtorch.pb.CoreField.ContractFieldOrBuilder
-
币种
- getCurrency() - 类中的方法 xyz.redtorch.pb.CoreField.SubmitOrderReqField.Builder
-
币种
- getCurrency() - 类中的方法 xyz.redtorch.pb.CoreField.SubmitOrderReqField
-
币种
- getCurrency() - 接口中的方法 xyz.redtorch.pb.CoreField.SubmitOrderReqFieldOrBuilder
-
币种
- getCurrencyValue() - 类中的方法 xyz.redtorch.pb.CoreField.AccountField.Builder
-
币种
- getCurrencyValue() - 类中的方法 xyz.redtorch.pb.CoreField.AccountField
-
币种
- getCurrencyValue() - 接口中的方法 xyz.redtorch.pb.CoreField.AccountFieldOrBuilder
-
币种
- getCurrencyValue() - 类中的方法 xyz.redtorch.pb.CoreField.ContractField.Builder
-
币种
- getCurrencyValue() - 类中的方法 xyz.redtorch.pb.CoreField.ContractField
-
币种
- getCurrencyValue() - 接口中的方法 xyz.redtorch.pb.CoreField.ContractFieldOrBuilder
-
币种
- getCurrencyValue() - 类中的方法 xyz.redtorch.pb.CoreField.SubmitOrderReqField.Builder
-
币种
- getCurrencyValue() - 类中的方法 xyz.redtorch.pb.CoreField.SubmitOrderReqField
-
币种
- getCurrencyValue() - 接口中的方法 xyz.redtorch.pb.CoreField.SubmitOrderReqFieldOrBuilder
-
币种
- getD() - 类中的方法 org.dromara.northstar.indicator.momentum.KDIndicator
- getDailyData(String, LocalDate, LocalDate) - 类中的方法 org.dromara.northstar.gateway.mktdata.QuantitDataServiceManager
- getDailyData(Contract, LocalDate, LocalDate) - 接口中的方法 org.dromara.northstar.common.IDataSource
-
获取日K线数据
- getDailyData(Contract, LocalDate, LocalDate) - 类中的方法 org.dromara.northstar.gateway.mktdata.EmptyDataSource
- getDailyData(Contract, LocalDate, LocalDate) - 类中的方法 org.dromara.northstar.gateway.mktdata.NorthstarDataSource
- getData() - 类中的方法 org.dromara.northstar.indicator.AbstractIndicator
- getData() - 接口中的方法 org.dromara.northstar.indicator.Indicator
-
获取系列值
- getDeaLine() - 类中的方法 org.dromara.northstar.indicator.trend.MACDIndicator
- getDefaultInstance() - 类中的静态方法 xyz.redtorch.pb.CoreField.AccountField
- getDefaultInstance() - 类中的静态方法 xyz.redtorch.pb.CoreField.BarField
- getDefaultInstance() - 类中的静态方法 xyz.redtorch.pb.CoreField.CancelOrderReqField
- getDefaultInstance() - 类中的静态方法 xyz.redtorch.pb.CoreField.CommonReqField
- getDefaultInstance() - 类中的静态方法 xyz.redtorch.pb.CoreField.CommonRspField
- getDefaultInstance() - 类中的静态方法 xyz.redtorch.pb.CoreField.ContractField
- getDefaultInstance() - 类中的静态方法 xyz.redtorch.pb.CoreField.GatewayField
- getDefaultInstance() - 类中的静态方法 xyz.redtorch.pb.CoreField.GatewaySettingField.CtpApiSettingField
- getDefaultInstance() - 类中的静态方法 xyz.redtorch.pb.CoreField.GatewaySettingField
- getDefaultInstance() - 类中的静态方法 xyz.redtorch.pb.CoreField.GatewaySettingField.IbApiSettingField
- getDefaultInstance() - 类中的静态方法 xyz.redtorch.pb.CoreField.LogField
- getDefaultInstance() - 类中的静态方法 xyz.redtorch.pb.CoreField.NoticeField
- getDefaultInstance() - 类中的静态方法 xyz.redtorch.pb.CoreField.OrderField
- getDefaultInstance() - 类中的静态方法 xyz.redtorch.pb.CoreField.PositionField
- getDefaultInstance() - 类中的静态方法 xyz.redtorch.pb.CoreField.SubmitOrderReqField
- getDefaultInstance() - 类中的静态方法 xyz.redtorch.pb.CoreField.TickField
- getDefaultInstance() - 类中的静态方法 xyz.redtorch.pb.CoreField.TradeField
- getDefaultInstanceForType() - 类中的方法 xyz.redtorch.pb.CoreField.AccountField.Builder
- getDefaultInstanceForType() - 类中的方法 xyz.redtorch.pb.CoreField.AccountField
- getDefaultInstanceForType() - 类中的方法 xyz.redtorch.pb.CoreField.BarField.Builder
- getDefaultInstanceForType() - 类中的方法 xyz.redtorch.pb.CoreField.BarField
- getDefaultInstanceForType() - 类中的方法 xyz.redtorch.pb.CoreField.CancelOrderReqField.Builder
- getDefaultInstanceForType() - 类中的方法 xyz.redtorch.pb.CoreField.CancelOrderReqField
- getDefaultInstanceForType() - 类中的方法 xyz.redtorch.pb.CoreField.CommonReqField.Builder
- getDefaultInstanceForType() - 类中的方法 xyz.redtorch.pb.CoreField.CommonReqField
- getDefaultInstanceForType() - 类中的方法 xyz.redtorch.pb.CoreField.CommonRspField.Builder
- getDefaultInstanceForType() - 类中的方法 xyz.redtorch.pb.CoreField.CommonRspField
- getDefaultInstanceForType() - 类中的方法 xyz.redtorch.pb.CoreField.ContractField.Builder
- getDefaultInstanceForType() - 类中的方法 xyz.redtorch.pb.CoreField.ContractField
- getDefaultInstanceForType() - 类中的方法 xyz.redtorch.pb.CoreField.GatewayField.Builder
- getDefaultInstanceForType() - 类中的方法 xyz.redtorch.pb.CoreField.GatewayField
- getDefaultInstanceForType() - 类中的方法 xyz.redtorch.pb.CoreField.GatewaySettingField.Builder
- getDefaultInstanceForType() - 类中的方法 xyz.redtorch.pb.CoreField.GatewaySettingField.CtpApiSettingField.Builder
- getDefaultInstanceForType() - 类中的方法 xyz.redtorch.pb.CoreField.GatewaySettingField.CtpApiSettingField
- getDefaultInstanceForType() - 类中的方法 xyz.redtorch.pb.CoreField.GatewaySettingField
- getDefaultInstanceForType() - 类中的方法 xyz.redtorch.pb.CoreField.GatewaySettingField.IbApiSettingField.Builder
- getDefaultInstanceForType() - 类中的方法 xyz.redtorch.pb.CoreField.GatewaySettingField.IbApiSettingField
- getDefaultInstanceForType() - 类中的方法 xyz.redtorch.pb.CoreField.LogField.Builder
- getDefaultInstanceForType() - 类中的方法 xyz.redtorch.pb.CoreField.LogField
- getDefaultInstanceForType() - 类中的方法 xyz.redtorch.pb.CoreField.NoticeField.Builder
- getDefaultInstanceForType() - 类中的方法 xyz.redtorch.pb.CoreField.NoticeField
- getDefaultInstanceForType() - 类中的方法 xyz.redtorch.pb.CoreField.OrderField.Builder
- getDefaultInstanceForType() - 类中的方法 xyz.redtorch.pb.CoreField.OrderField
- getDefaultInstanceForType() - 类中的方法 xyz.redtorch.pb.CoreField.PositionField.Builder
- getDefaultInstanceForType() - 类中的方法 xyz.redtorch.pb.CoreField.PositionField
- getDefaultInstanceForType() - 类中的方法 xyz.redtorch.pb.CoreField.SubmitOrderReqField.Builder
- getDefaultInstanceForType() - 类中的方法 xyz.redtorch.pb.CoreField.SubmitOrderReqField
- getDefaultInstanceForType() - 类中的方法 xyz.redtorch.pb.CoreField.TickField.Builder
- getDefaultInstanceForType() - 类中的方法 xyz.redtorch.pb.CoreField.TickField
- getDefaultInstanceForType() - 类中的方法 xyz.redtorch.pb.CoreField.TradeField.Builder
- getDefaultInstanceForType() - 类中的方法 xyz.redtorch.pb.CoreField.TradeField
- getDefaultVolume() - 接口中的方法 org.dromara.northstar.strategy.IModuleStrategyContext
-
获取默认交易手数
- getDefinition(CoreEnum.ExchangeEnum, CoreEnum.ProductClassEnum, String) - 接口中的方法 org.dromara.northstar.gateway.IContractManager
-
获取合约定义
- getDefinition(CoreEnum.ExchangeEnum, CoreEnum.ProductClassEnum, String) - 类中的方法 org.dromara.northstar.gateway.mktdata.MarketCenter
- getDeposit() - 类中的方法 xyz.redtorch.pb.CoreField.AccountField.Builder
-
入金
- getDeposit() - 类中的方法 xyz.redtorch.pb.CoreField.AccountField
-
入金
- getDeposit() - 接口中的方法 xyz.redtorch.pb.CoreField.AccountFieldOrBuilder
-
入金
- getDescription() - 类中的方法 xyz.redtorch.pb.CoreField.GatewayField.Builder
-
描述
- getDescription() - 类中的方法 xyz.redtorch.pb.CoreField.GatewayField
-
描述
- getDescription() - 接口中的方法 xyz.redtorch.pb.CoreField.GatewayFieldOrBuilder
-
描述
- getDescriptionBytes() - 类中的方法 xyz.redtorch.pb.CoreField.GatewayField.Builder
-
描述
- getDescriptionBytes() - 类中的方法 xyz.redtorch.pb.CoreField.GatewayField
-
描述
- getDescriptionBytes() - 接口中的方法 xyz.redtorch.pb.CoreField.GatewayFieldOrBuilder
-
描述
- getDescriptor() - 枚举类中的静态方法 xyz.redtorch.pb.CoreEnum.ActionFlagEnum
- getDescriptor() - 枚举类中的静态方法 xyz.redtorch.pb.CoreEnum.BarCycleEnum
- getDescriptor() - 枚举类中的静态方法 xyz.redtorch.pb.CoreEnum.CombinationTypeEnum
- getDescriptor() - 枚举类中的静态方法 xyz.redtorch.pb.CoreEnum.CommonStatusEnum
- getDescriptor() - 枚举类中的静态方法 xyz.redtorch.pb.CoreEnum.ConnectStatusEnum
- getDescriptor() - 枚举类中的静态方法 xyz.redtorch.pb.CoreEnum.ContingentConditionEnum
- getDescriptor() - 枚举类中的静态方法 xyz.redtorch.pb.CoreEnum.CurrencyEnum
- getDescriptor() - 枚举类中的静态方法 xyz.redtorch.pb.CoreEnum.DirectionEnum
- getDescriptor() - 枚举类中的静态方法 xyz.redtorch.pb.CoreEnum.ExchangeEnum
- getDescriptor() - 枚举类中的静态方法 xyz.redtorch.pb.CoreEnum.ForceCloseReasonEnum
- getDescriptor() - 枚举类中的静态方法 xyz.redtorch.pb.CoreEnum.GatewayAdapterTypeEnum
- getDescriptor() - 枚举类中的静态方法 xyz.redtorch.pb.CoreEnum.GatewayTypeEnum
- getDescriptor() - 类中的静态方法 xyz.redtorch.pb.CoreEnum
- getDescriptor() - 枚举类中的静态方法 xyz.redtorch.pb.CoreEnum.HedgeFlagEnum
- getDescriptor() - 枚举类中的静态方法 xyz.redtorch.pb.CoreEnum.LogLevelEnum
- getDescriptor() - 枚举类中的静态方法 xyz.redtorch.pb.CoreEnum.MarketDataDBTypeEnum
- getDescriptor() - 枚举类中的静态方法 xyz.redtorch.pb.CoreEnum.OffsetFlagEnum
- getDescriptor() - 枚举类中的静态方法 xyz.redtorch.pb.CoreEnum.OptionsTypeEnum
- getDescriptor() - 枚举类中的静态方法 xyz.redtorch.pb.CoreEnum.OrderActionStatusTyp
- getDescriptor() - 枚举类中的静态方法 xyz.redtorch.pb.CoreEnum.OrderPriceTypeEnum
- getDescriptor() - 枚举类中的静态方法 xyz.redtorch.pb.CoreEnum.OrderSourceEnum
- getDescriptor() - 枚举类中的静态方法 xyz.redtorch.pb.CoreEnum.OrderStatusEnum
- getDescriptor() - 枚举类中的静态方法 xyz.redtorch.pb.CoreEnum.OrderSubmitStatusEnum
- getDescriptor() - 枚举类中的静态方法 xyz.redtorch.pb.CoreEnum.OrderTypeEnum
- getDescriptor() - 枚举类中的静态方法 xyz.redtorch.pb.CoreEnum.PositionDirectionEnum
- getDescriptor() - 枚举类中的静态方法 xyz.redtorch.pb.CoreEnum.PositionTypeEnum
- getDescriptor() - 枚举类中的静态方法 xyz.redtorch.pb.CoreEnum.PriceSourceEnum
- getDescriptor() - 枚举类中的静态方法 xyz.redtorch.pb.CoreEnum.ProductClassEnum
- getDescriptor() - 枚举类中的静态方法 xyz.redtorch.pb.CoreEnum.StrategyEngineTypeEnum
- getDescriptor() - 枚举类中的静态方法 xyz.redtorch.pb.CoreEnum.StrikeModeEnum
- getDescriptor() - 枚举类中的静态方法 xyz.redtorch.pb.CoreEnum.TimeConditionEnum
- getDescriptor() - 枚举类中的静态方法 xyz.redtorch.pb.CoreEnum.TradeTypeEnum
- getDescriptor() - 枚举类中的静态方法 xyz.redtorch.pb.CoreEnum.TradingRightEnum
- getDescriptor() - 枚举类中的静态方法 xyz.redtorch.pb.CoreEnum.VolumeConditionEnum
- getDescriptor() - 类中的静态方法 xyz.redtorch.pb.CoreField.AccountField.Builder
- getDescriptor() - 类中的静态方法 xyz.redtorch.pb.CoreField.AccountField
- getDescriptor() - 类中的静态方法 xyz.redtorch.pb.CoreField.BarField.Builder
- getDescriptor() - 类中的静态方法 xyz.redtorch.pb.CoreField.BarField
- getDescriptor() - 类中的静态方法 xyz.redtorch.pb.CoreField.CancelOrderReqField.Builder
- getDescriptor() - 类中的静态方法 xyz.redtorch.pb.CoreField.CancelOrderReqField
- getDescriptor() - 类中的静态方法 xyz.redtorch.pb.CoreField.CommonReqField.Builder
- getDescriptor() - 类中的静态方法 xyz.redtorch.pb.CoreField.CommonReqField
- getDescriptor() - 类中的静态方法 xyz.redtorch.pb.CoreField.CommonRspField.Builder
- getDescriptor() - 类中的静态方法 xyz.redtorch.pb.CoreField.CommonRspField
- getDescriptor() - 类中的静态方法 xyz.redtorch.pb.CoreField.ContractField.Builder
- getDescriptor() - 类中的静态方法 xyz.redtorch.pb.CoreField.ContractField
- getDescriptor() - 类中的静态方法 xyz.redtorch.pb.CoreField.GatewayField.Builder
- getDescriptor() - 类中的静态方法 xyz.redtorch.pb.CoreField.GatewayField
- getDescriptor() - 类中的静态方法 xyz.redtorch.pb.CoreField.GatewaySettingField.Builder
- getDescriptor() - 类中的静态方法 xyz.redtorch.pb.CoreField.GatewaySettingField.CtpApiSettingField.Builder
- getDescriptor() - 类中的静态方法 xyz.redtorch.pb.CoreField.GatewaySettingField.CtpApiSettingField
- getDescriptor() - 类中的静态方法 xyz.redtorch.pb.CoreField.GatewaySettingField
- getDescriptor() - 类中的静态方法 xyz.redtorch.pb.CoreField.GatewaySettingField.IbApiSettingField.Builder
- getDescriptor() - 类中的静态方法 xyz.redtorch.pb.CoreField.GatewaySettingField.IbApiSettingField
- getDescriptor() - 类中的静态方法 xyz.redtorch.pb.CoreField
- getDescriptor() - 类中的静态方法 xyz.redtorch.pb.CoreField.LogField.Builder
- getDescriptor() - 类中的静态方法 xyz.redtorch.pb.CoreField.LogField
- getDescriptor() - 类中的静态方法 xyz.redtorch.pb.CoreField.NoticeField.Builder
- getDescriptor() - 类中的静态方法 xyz.redtorch.pb.CoreField.NoticeField
- getDescriptor() - 类中的静态方法 xyz.redtorch.pb.CoreField.OrderField.Builder
- getDescriptor() - 类中的静态方法 xyz.redtorch.pb.CoreField.OrderField
- getDescriptor() - 类中的静态方法 xyz.redtorch.pb.CoreField.PositionField.Builder
- getDescriptor() - 类中的静态方法 xyz.redtorch.pb.CoreField.PositionField
- getDescriptor() - 类中的静态方法 xyz.redtorch.pb.CoreField.SubmitOrderReqField.Builder
- getDescriptor() - 类中的静态方法 xyz.redtorch.pb.CoreField.SubmitOrderReqField
- getDescriptor() - 类中的静态方法 xyz.redtorch.pb.CoreField.TickField.Builder
- getDescriptor() - 类中的静态方法 xyz.redtorch.pb.CoreField.TickField
- getDescriptor() - 类中的静态方法 xyz.redtorch.pb.CoreField.TradeField.Builder
- getDescriptor() - 类中的静态方法 xyz.redtorch.pb.CoreField.TradeField
- getDescriptorForType() - 枚举类中的方法 xyz.redtorch.pb.CoreEnum.ActionFlagEnum
- getDescriptorForType() - 枚举类中的方法 xyz.redtorch.pb.CoreEnum.BarCycleEnum
- getDescriptorForType() - 枚举类中的方法 xyz.redtorch.pb.CoreEnum.CombinationTypeEnum
- getDescriptorForType() - 枚举类中的方法 xyz.redtorch.pb.CoreEnum.CommonStatusEnum
- getDescriptorForType() - 枚举类中的方法 xyz.redtorch.pb.CoreEnum.ConnectStatusEnum
- getDescriptorForType() - 枚举类中的方法 xyz.redtorch.pb.CoreEnum.ContingentConditionEnum
- getDescriptorForType() - 枚举类中的方法 xyz.redtorch.pb.CoreEnum.CurrencyEnum
- getDescriptorForType() - 枚举类中的方法 xyz.redtorch.pb.CoreEnum.DirectionEnum
- getDescriptorForType() - 枚举类中的方法 xyz.redtorch.pb.CoreEnum.ExchangeEnum
- getDescriptorForType() - 枚举类中的方法 xyz.redtorch.pb.CoreEnum.ForceCloseReasonEnum
- getDescriptorForType() - 枚举类中的方法 xyz.redtorch.pb.CoreEnum.GatewayAdapterTypeEnum
- getDescriptorForType() - 枚举类中的方法 xyz.redtorch.pb.CoreEnum.GatewayTypeEnum
- getDescriptorForType() - 枚举类中的方法 xyz.redtorch.pb.CoreEnum.HedgeFlagEnum
- getDescriptorForType() - 枚举类中的方法 xyz.redtorch.pb.CoreEnum.LogLevelEnum
- getDescriptorForType() - 枚举类中的方法 xyz.redtorch.pb.CoreEnum.MarketDataDBTypeEnum
- getDescriptorForType() - 枚举类中的方法 xyz.redtorch.pb.CoreEnum.OffsetFlagEnum
- getDescriptorForType() - 枚举类中的方法 xyz.redtorch.pb.CoreEnum.OptionsTypeEnum
- getDescriptorForType() - 枚举类中的方法 xyz.redtorch.pb.CoreEnum.OrderActionStatusTyp
- getDescriptorForType() - 枚举类中的方法 xyz.redtorch.pb.CoreEnum.OrderPriceTypeEnum
- getDescriptorForType() - 枚举类中的方法 xyz.redtorch.pb.CoreEnum.OrderSourceEnum
- getDescriptorForType() - 枚举类中的方法 xyz.redtorch.pb.CoreEnum.OrderStatusEnum
- getDescriptorForType() - 枚举类中的方法 xyz.redtorch.pb.CoreEnum.OrderSubmitStatusEnum
- getDescriptorForType() - 枚举类中的方法 xyz.redtorch.pb.CoreEnum.OrderTypeEnum
- getDescriptorForType() - 枚举类中的方法 xyz.redtorch.pb.CoreEnum.PositionDirectionEnum
- getDescriptorForType() - 枚举类中的方法 xyz.redtorch.pb.CoreEnum.PositionTypeEnum
- getDescriptorForType() - 枚举类中的方法 xyz.redtorch.pb.CoreEnum.PriceSourceEnum
- getDescriptorForType() - 枚举类中的方法 xyz.redtorch.pb.CoreEnum.ProductClassEnum
- getDescriptorForType() - 枚举类中的方法 xyz.redtorch.pb.CoreEnum.StrategyEngineTypeEnum
- getDescriptorForType() - 枚举类中的方法 xyz.redtorch.pb.CoreEnum.StrikeModeEnum
- getDescriptorForType() - 枚举类中的方法 xyz.redtorch.pb.CoreEnum.TimeConditionEnum
- getDescriptorForType() - 枚举类中的方法 xyz.redtorch.pb.CoreEnum.TradeTypeEnum
- getDescriptorForType() - 枚举类中的方法 xyz.redtorch.pb.CoreEnum.TradingRightEnum
- getDescriptorForType() - 枚举类中的方法 xyz.redtorch.pb.CoreEnum.VolumeConditionEnum
- getDescriptorForType() - 类中的方法 xyz.redtorch.pb.CoreField.AccountField.Builder
- getDescriptorForType() - 类中的方法 xyz.redtorch.pb.CoreField.BarField.Builder
- getDescriptorForType() - 类中的方法 xyz.redtorch.pb.CoreField.CancelOrderReqField.Builder
- getDescriptorForType() - 类中的方法 xyz.redtorch.pb.CoreField.CommonReqField.Builder
- getDescriptorForType() - 类中的方法 xyz.redtorch.pb.CoreField.CommonRspField.Builder
- getDescriptorForType() - 类中的方法 xyz.redtorch.pb.CoreField.ContractField.Builder
- getDescriptorForType() - 类中的方法 xyz.redtorch.pb.CoreField.GatewayField.Builder
- getDescriptorForType() - 类中的方法 xyz.redtorch.pb.CoreField.GatewaySettingField.Builder
- getDescriptorForType() - 类中的方法 xyz.redtorch.pb.CoreField.GatewaySettingField.CtpApiSettingField.Builder
- getDescriptorForType() - 类中的方法 xyz.redtorch.pb.CoreField.GatewaySettingField.IbApiSettingField.Builder
- getDescriptorForType() - 类中的方法 xyz.redtorch.pb.CoreField.LogField.Builder
- getDescriptorForType() - 类中的方法 xyz.redtorch.pb.CoreField.NoticeField.Builder
- getDescriptorForType() - 类中的方法 xyz.redtorch.pb.CoreField.OrderField.Builder
- getDescriptorForType() - 类中的方法 xyz.redtorch.pb.CoreField.PositionField.Builder
- getDescriptorForType() - 类中的方法 xyz.redtorch.pb.CoreField.SubmitOrderReqField.Builder
- getDescriptorForType() - 类中的方法 xyz.redtorch.pb.CoreField.TickField.Builder
- getDescriptorForType() - 类中的方法 xyz.redtorch.pb.CoreField.TradeField.Builder
- getDiffLine() - 类中的方法 org.dromara.northstar.indicator.trend.MACDIndicator
- getDirection() - 类中的方法 xyz.redtorch.pb.CoreField.OrderField.Builder
-
方向
- getDirection() - 类中的方法 xyz.redtorch.pb.CoreField.OrderField
-
方向
- getDirection() - 接口中的方法 xyz.redtorch.pb.CoreField.OrderFieldOrBuilder
-
方向
- getDirection() - 类中的方法 xyz.redtorch.pb.CoreField.SubmitOrderReqField.Builder
-
方向
- getDirection() - 类中的方法 xyz.redtorch.pb.CoreField.SubmitOrderReqField
-
方向
- getDirection() - 接口中的方法 xyz.redtorch.pb.CoreField.SubmitOrderReqFieldOrBuilder
-
方向
- getDirection() - 类中的方法 xyz.redtorch.pb.CoreField.TradeField.Builder
-
方向
- getDirection() - 类中的方法 xyz.redtorch.pb.CoreField.TradeField
-
方向
- getDirection() - 接口中的方法 xyz.redtorch.pb.CoreField.TradeFieldOrBuilder
-
方向
- getDirectionValue() - 类中的方法 xyz.redtorch.pb.CoreField.OrderField.Builder
-
方向
- getDirectionValue() - 类中的方法 xyz.redtorch.pb.CoreField.OrderField
-
方向
- getDirectionValue() - 接口中的方法 xyz.redtorch.pb.CoreField.OrderFieldOrBuilder
-
方向
- getDirectionValue() - 类中的方法 xyz.redtorch.pb.CoreField.SubmitOrderReqField.Builder
-
方向
- getDirectionValue() - 类中的方法 xyz.redtorch.pb.CoreField.SubmitOrderReqField
-
方向
- getDirectionValue() - 接口中的方法 xyz.redtorch.pb.CoreField.SubmitOrderReqFieldOrBuilder
-
方向
- getDirectionValue() - 类中的方法 xyz.redtorch.pb.CoreField.TradeField.Builder
-
方向
- getDirectionValue() - 类中的方法 xyz.redtorch.pb.CoreField.TradeField
-
方向
- getDirectionValue() - 接口中的方法 xyz.redtorch.pb.CoreField.TradeFieldOrBuilder
-
方向
- getDynamicParams() - 接口中的方法 org.dromara.northstar.strategy.DynamicParamsAware
-
获取配置类
- getEnvironment() - 类中的静态方法 org.dromara.northstar.common.utils.LocalEnvUtils
- getErrorId() - 类中的方法 xyz.redtorch.pb.CoreField.CommonRspField.Builder
-
错误ID
- getErrorId() - 类中的方法 xyz.redtorch.pb.CoreField.CommonRspField
-
错误ID
- getErrorId() - 接口中的方法 xyz.redtorch.pb.CoreField.CommonRspFieldOrBuilder
-
错误ID
- getErrorMsg() - 类中的方法 xyz.redtorch.pb.CoreField.CommonRspField.Builder
-
错误信息
- getErrorMsg() - 类中的方法 xyz.redtorch.pb.CoreField.CommonRspField
-
错误信息
- getErrorMsg() - 接口中的方法 xyz.redtorch.pb.CoreField.CommonRspFieldOrBuilder
-
错误信息
- getErrorMsgBytes() - 类中的方法 xyz.redtorch.pb.CoreField.CommonRspField.Builder
-
错误信息
- getErrorMsgBytes() - 类中的方法 xyz.redtorch.pb.CoreField.CommonRspField
-
错误信息
- getErrorMsgBytes() - 接口中的方法 xyz.redtorch.pb.CoreField.CommonRspFieldOrBuilder
-
错误信息
- getExchange() - 类中的方法 xyz.redtorch.pb.CoreField.ContractField.Builder
-
交易所
- getExchange() - 类中的方法 xyz.redtorch.pb.CoreField.ContractField
-
交易所
- getExchange() - 接口中的方法 xyz.redtorch.pb.CoreField.ContractFieldOrBuilder
-
交易所
- getExchangeMargin() - 类中的方法 xyz.redtorch.pb.CoreField.PositionField.Builder
-
交易所的保证金
- getExchangeMargin() - 类中的方法 xyz.redtorch.pb.CoreField.PositionField
-
交易所的保证金
- getExchangeMargin() - 接口中的方法 xyz.redtorch.pb.CoreField.PositionFieldOrBuilder
-
交易所的保证金
- getExchangeValue() - 类中的方法 xyz.redtorch.pb.CoreField.ContractField.Builder
-
交易所
- getExchangeValue() - 类中的方法 xyz.redtorch.pb.CoreField.ContractField
-
交易所
- getExchangeValue() - 接口中的方法 xyz.redtorch.pb.CoreField.ContractFieldOrBuilder
-
交易所
- getFactory(ChannelType) - 类中的方法 org.dromara.northstar.gateway.GatewayMetaProvider
- getFieldValue(Object, String) - 类中的静态方法 org.dromara.northstar.common.utils.ReflectionUtil
-
获取对象的字段值。
- getFieldValue(String, int) - 类中的方法 org.dromara.northstar.common.model.ResultSet
- getForceCloseReason() - 类中的方法 xyz.redtorch.pb.CoreField.OrderField.Builder
-
强平原因
- getForceCloseReason() - 类中的方法 xyz.redtorch.pb.CoreField.OrderField
-
强平原因
- getForceCloseReason() - 接口中的方法 xyz.redtorch.pb.CoreField.OrderFieldOrBuilder
-
强平原因
- getForceCloseReason() - 类中的方法 xyz.redtorch.pb.CoreField.SubmitOrderReqField.Builder
-
强平原因
- getForceCloseReason() - 类中的方法 xyz.redtorch.pb.CoreField.SubmitOrderReqField
-
强平原因
- getForceCloseReason() - 接口中的方法 xyz.redtorch.pb.CoreField.SubmitOrderReqFieldOrBuilder
-
强平原因
- getForceCloseReasonValue() - 类中的方法 xyz.redtorch.pb.CoreField.OrderField.Builder
-
强平原因
- getForceCloseReasonValue() - 类中的方法 xyz.redtorch.pb.CoreField.OrderField
-
强平原因
- getForceCloseReasonValue() - 接口中的方法 xyz.redtorch.pb.CoreField.OrderFieldOrBuilder
-
强平原因
- getForceCloseReasonValue() - 类中的方法 xyz.redtorch.pb.CoreField.SubmitOrderReqField.Builder
-
强平原因
- getForceCloseReasonValue() - 类中的方法 xyz.redtorch.pb.CoreField.SubmitOrderReqField
-
强平原因
- getForceCloseReasonValue() - 接口中的方法 xyz.redtorch.pb.CoreField.SubmitOrderReqFieldOrBuilder
-
强平原因
- getFrontId() - 类中的方法 xyz.redtorch.pb.CoreField.OrderField.Builder
-
前置机编号(CTP/LTS)
- getFrontId() - 类中的方法 xyz.redtorch.pb.CoreField.OrderField
-
前置机编号(CTP/LTS)
- getFrontId() - 接口中的方法 xyz.redtorch.pb.CoreField.OrderFieldOrBuilder
-
前置机编号(CTP/LTS)
- getFrozen() - 类中的方法 xyz.redtorch.pb.CoreField.PositionField.Builder
-
冻结数量
- getFrozen() - 类中的方法 xyz.redtorch.pb.CoreField.PositionField
-
冻结数量
- getFrozen() - 接口中的方法 xyz.redtorch.pb.CoreField.PositionFieldOrBuilder
-
冻结数量
- getFullName() - 类中的方法 xyz.redtorch.pb.CoreField.ContractField.Builder
-
全称
- getFullName() - 类中的方法 xyz.redtorch.pb.CoreField.ContractField
-
全称
- getFullName() - 接口中的方法 xyz.redtorch.pb.CoreField.ContractFieldOrBuilder
-
全称
- getFullNameBytes() - 类中的方法 xyz.redtorch.pb.CoreField.ContractField.Builder
-
全称
- getFullNameBytes() - 类中的方法 xyz.redtorch.pb.CoreField.ContractField
-
全称
- getFullNameBytes() - 接口中的方法 xyz.redtorch.pb.CoreField.ContractFieldOrBuilder
-
全称
- getGateway(ChannelType) - 接口中的方法 org.dromara.northstar.gateway.IMarketCenter
-
获取网关
- getGateway(ChannelType) - 类中的方法 org.dromara.northstar.gateway.mktdata.MarketCenter
- getGatewayAdapterType() - 类中的方法 xyz.redtorch.pb.CoreField.GatewayField.Builder
-
网关适配器类型
- getGatewayAdapterType() - 类中的方法 xyz.redtorch.pb.CoreField.GatewayField
-
网关适配器类型
- getGatewayAdapterType() - 接口中的方法 xyz.redtorch.pb.CoreField.GatewayFieldOrBuilder
-
网关适配器类型
- getGatewayAdapterType() - 类中的方法 xyz.redtorch.pb.CoreField.GatewaySettingField.Builder
-
网关适配器类型
- getGatewayAdapterType() - 类中的方法 xyz.redtorch.pb.CoreField.GatewaySettingField
-
网关适配器类型
- getGatewayAdapterType() - 接口中的方法 xyz.redtorch.pb.CoreField.GatewaySettingFieldOrBuilder
-
网关适配器类型
- getGatewayAdapterTypeValue() - 类中的方法 xyz.redtorch.pb.CoreField.GatewayField.Builder
-
网关适配器类型
- getGatewayAdapterTypeValue() - 类中的方法 xyz.redtorch.pb.CoreField.GatewayField
-
网关适配器类型
- getGatewayAdapterTypeValue() - 接口中的方法 xyz.redtorch.pb.CoreField.GatewayFieldOrBuilder
-
网关适配器类型
- getGatewayAdapterTypeValue() - 类中的方法 xyz.redtorch.pb.CoreField.GatewaySettingField.Builder
-
网关适配器类型
- getGatewayAdapterTypeValue() - 类中的方法 xyz.redtorch.pb.CoreField.GatewaySettingField
-
网关适配器类型
- getGatewayAdapterTypeValue() - 接口中的方法 xyz.redtorch.pb.CoreField.GatewaySettingFieldOrBuilder
-
网关适配器类型
- getGatewayDescription() - 类中的方法 xyz.redtorch.pb.CoreField.GatewaySettingField.Builder
-
网关描述
- getGatewayDescription() - 类中的方法 xyz.redtorch.pb.CoreField.GatewaySettingField
-
网关描述
- getGatewayDescription() - 接口中的方法 xyz.redtorch.pb.CoreField.GatewaySettingFieldOrBuilder
-
网关描述
- getGatewayDescriptionBytes() - 类中的方法 xyz.redtorch.pb.CoreField.GatewaySettingField.Builder
-
网关描述
- getGatewayDescriptionBytes() - 类中的方法 xyz.redtorch.pb.CoreField.GatewaySettingField
-
网关描述
- getGatewayDescriptionBytes() - 接口中的方法 xyz.redtorch.pb.CoreField.GatewaySettingFieldOrBuilder
-
网关描述
- getGatewayId() - 类中的方法 xyz.redtorch.pb.CoreField.AccountField.Builder
-
网关ID
- getGatewayId() - 类中的方法 xyz.redtorch.pb.CoreField.AccountField
-
网关ID
- getGatewayId() - 接口中的方法 xyz.redtorch.pb.CoreField.AccountFieldOrBuilder
-
网关ID
- getGatewayId() - 类中的方法 xyz.redtorch.pb.CoreField.BarField.Builder
-
网关ID
- getGatewayId() - 类中的方法 xyz.redtorch.pb.CoreField.BarField
-
网关ID
- getGatewayId() - 接口中的方法 xyz.redtorch.pb.CoreField.BarFieldOrBuilder
-
网关ID
- getGatewayId() - 类中的方法 xyz.redtorch.pb.CoreField.CancelOrderReqField.Builder
-
网关ID
- getGatewayId() - 类中的方法 xyz.redtorch.pb.CoreField.CancelOrderReqField
-
网关ID
- getGatewayId() - 接口中的方法 xyz.redtorch.pb.CoreField.CancelOrderReqFieldOrBuilder
-
网关ID
- getGatewayId() - 类中的方法 xyz.redtorch.pb.CoreField.ContractField.Builder
-
网关
- getGatewayId() - 类中的方法 xyz.redtorch.pb.CoreField.ContractField
-
网关
- getGatewayId() - 接口中的方法 xyz.redtorch.pb.CoreField.ContractFieldOrBuilder
-
网关
- getGatewayId() - 类中的方法 xyz.redtorch.pb.CoreField.GatewayField.Builder
-
唯一标识
- getGatewayId() - 类中的方法 xyz.redtorch.pb.CoreField.GatewayField
-
唯一标识
- getGatewayId() - 接口中的方法 xyz.redtorch.pb.CoreField.GatewayFieldOrBuilder
-
唯一标识
- getGatewayId() - 类中的方法 xyz.redtorch.pb.CoreField.GatewaySettingField.Builder
-
网关ID
- getGatewayId() - 类中的方法 xyz.redtorch.pb.CoreField.GatewaySettingField
-
网关ID
- getGatewayId() - 接口中的方法 xyz.redtorch.pb.CoreField.GatewaySettingFieldOrBuilder
-
网关ID
- getGatewayId() - 类中的方法 xyz.redtorch.pb.CoreField.OrderField.Builder
-
网关ID
- getGatewayId() - 类中的方法 xyz.redtorch.pb.CoreField.OrderField
-
网关ID
- getGatewayId() - 接口中的方法 xyz.redtorch.pb.CoreField.OrderFieldOrBuilder
-
网关ID
- getGatewayId() - 类中的方法 xyz.redtorch.pb.CoreField.PositionField.Builder
-
网关ID
- getGatewayId() - 类中的方法 xyz.redtorch.pb.CoreField.PositionField
-
网关ID
- getGatewayId() - 接口中的方法 xyz.redtorch.pb.CoreField.PositionFieldOrBuilder
-
网关ID
- getGatewayId() - 类中的方法 xyz.redtorch.pb.CoreField.SubmitOrderReqField.Builder
-
网关ID
- getGatewayId() - 类中的方法 xyz.redtorch.pb.CoreField.SubmitOrderReqField
-
网关ID
- getGatewayId() - 接口中的方法 xyz.redtorch.pb.CoreField.SubmitOrderReqFieldOrBuilder
-
网关ID
- getGatewayId() - 类中的方法 xyz.redtorch.pb.CoreField.TickField.Builder
-
网关ID
- getGatewayId() - 类中的方法 xyz.redtorch.pb.CoreField.TickField
-
网关ID
- getGatewayId() - 接口中的方法 xyz.redtorch.pb.CoreField.TickFieldOrBuilder
-
网关ID
- getGatewayId() - 类中的方法 xyz.redtorch.pb.CoreField.TradeField.Builder
-
网关ID
- getGatewayId() - 类中的方法 xyz.redtorch.pb.CoreField.TradeField
-
网关ID
- getGatewayId() - 接口中的方法 xyz.redtorch.pb.CoreField.TradeFieldOrBuilder
-
网关ID
- getGatewayIdBytes() - 类中的方法 xyz.redtorch.pb.CoreField.AccountField.Builder
-
网关ID
- getGatewayIdBytes() - 类中的方法 xyz.redtorch.pb.CoreField.AccountField
-
网关ID
- getGatewayIdBytes() - 接口中的方法 xyz.redtorch.pb.CoreField.AccountFieldOrBuilder
-
网关ID
- getGatewayIdBytes() - 类中的方法 xyz.redtorch.pb.CoreField.BarField.Builder
-
网关ID
- getGatewayIdBytes() - 类中的方法 xyz.redtorch.pb.CoreField.BarField
-
网关ID
- getGatewayIdBytes() - 接口中的方法 xyz.redtorch.pb.CoreField.BarFieldOrBuilder
-
网关ID
- getGatewayIdBytes() - 类中的方法 xyz.redtorch.pb.CoreField.CancelOrderReqField.Builder
-
网关ID
- getGatewayIdBytes() - 类中的方法 xyz.redtorch.pb.CoreField.CancelOrderReqField
-
网关ID
- getGatewayIdBytes() - 接口中的方法 xyz.redtorch.pb.CoreField.CancelOrderReqFieldOrBuilder
-
网关ID
- getGatewayIdBytes() - 类中的方法 xyz.redtorch.pb.CoreField.ContractField.Builder
-
网关
- getGatewayIdBytes() - 类中的方法 xyz.redtorch.pb.CoreField.ContractField
-
网关
- getGatewayIdBytes() - 接口中的方法 xyz.redtorch.pb.CoreField.ContractFieldOrBuilder
-
网关
- getGatewayIdBytes() - 类中的方法 xyz.redtorch.pb.CoreField.GatewayField.Builder
-
唯一标识
- getGatewayIdBytes() - 类中的方法 xyz.redtorch.pb.CoreField.GatewayField
-
唯一标识
- getGatewayIdBytes() - 接口中的方法 xyz.redtorch.pb.CoreField.GatewayFieldOrBuilder
-
唯一标识
- getGatewayIdBytes() - 类中的方法 xyz.redtorch.pb.CoreField.GatewaySettingField.Builder
-
网关ID
- getGatewayIdBytes() - 类中的方法 xyz.redtorch.pb.CoreField.GatewaySettingField
-
网关ID
- getGatewayIdBytes() - 接口中的方法 xyz.redtorch.pb.CoreField.GatewaySettingFieldOrBuilder
-
网关ID
- getGatewayIdBytes() - 类中的方法 xyz.redtorch.pb.CoreField.OrderField.Builder
-
网关ID
- getGatewayIdBytes() - 类中的方法 xyz.redtorch.pb.CoreField.OrderField
-
网关ID
- getGatewayIdBytes() - 接口中的方法 xyz.redtorch.pb.CoreField.OrderFieldOrBuilder
-
网关ID
- getGatewayIdBytes() - 类中的方法 xyz.redtorch.pb.CoreField.PositionField.Builder
-
网关ID
- getGatewayIdBytes() - 类中的方法 xyz.redtorch.pb.CoreField.PositionField
-
网关ID
- getGatewayIdBytes() - 接口中的方法 xyz.redtorch.pb.CoreField.PositionFieldOrBuilder
-
网关ID
- getGatewayIdBytes() - 类中的方法 xyz.redtorch.pb.CoreField.SubmitOrderReqField.Builder
-
网关ID
- getGatewayIdBytes() - 类中的方法 xyz.redtorch.pb.CoreField.SubmitOrderReqField
-
网关ID
- getGatewayIdBytes() - 接口中的方法 xyz.redtorch.pb.CoreField.SubmitOrderReqFieldOrBuilder
-
网关ID
- getGatewayIdBytes() - 类中的方法 xyz.redtorch.pb.CoreField.TickField.Builder
-
网关ID
- getGatewayIdBytes() - 类中的方法 xyz.redtorch.pb.CoreField.TickField
-
网关ID
- getGatewayIdBytes() - 接口中的方法 xyz.redtorch.pb.CoreField.TickFieldOrBuilder
-
网关ID
- getGatewayIdBytes() - 类中的方法 xyz.redtorch.pb.CoreField.TradeField.Builder
-
网关ID
- getGatewayIdBytes() - 类中的方法 xyz.redtorch.pb.CoreField.TradeField
-
网关ID
- getGatewayIdBytes() - 接口中的方法 xyz.redtorch.pb.CoreField.TradeFieldOrBuilder
-
网关ID
- getGatewayName() - 类中的方法 xyz.redtorch.pb.CoreField.GatewaySettingField.Builder
-
网关名称
- getGatewayName() - 类中的方法 xyz.redtorch.pb.CoreField.GatewaySettingField
-
网关名称
- getGatewayName() - 接口中的方法 xyz.redtorch.pb.CoreField.GatewaySettingFieldOrBuilder
-
网关名称
- getGatewayNameBytes() - 类中的方法 xyz.redtorch.pb.CoreField.GatewaySettingField.Builder
-
网关名称
- getGatewayNameBytes() - 类中的方法 xyz.redtorch.pb.CoreField.GatewaySettingField
-
网关名称
- getGatewayNameBytes() - 接口中的方法 xyz.redtorch.pb.CoreField.GatewaySettingFieldOrBuilder
-
网关名称
- getGatewayType() - 类中的方法 xyz.redtorch.pb.CoreField.GatewayField.Builder
-
网关类型
- getGatewayType() - 类中的方法 xyz.redtorch.pb.CoreField.GatewayField
-
网关类型
- getGatewayType() - 接口中的方法 xyz.redtorch.pb.CoreField.GatewayFieldOrBuilder
-
网关类型
- getGatewayType() - 类中的方法 xyz.redtorch.pb.CoreField.GatewaySettingField.Builder
-
网关类型
- getGatewayType() - 类中的方法 xyz.redtorch.pb.CoreField.GatewaySettingField
-
网关类型
- getGatewayType() - 接口中的方法 xyz.redtorch.pb.CoreField.GatewaySettingFieldOrBuilder
-
网关类型
- getGatewayTypeValue() - 类中的方法 xyz.redtorch.pb.CoreField.GatewayField.Builder
-
网关类型
- getGatewayTypeValue() - 类中的方法 xyz.redtorch.pb.CoreField.GatewayField
-
网关类型
- getGatewayTypeValue() - 接口中的方法 xyz.redtorch.pb.CoreField.GatewayFieldOrBuilder
-
网关类型
- getGatewayTypeValue() - 类中的方法 xyz.redtorch.pb.CoreField.GatewaySettingField.Builder
-
网关类型
- getGatewayTypeValue() - 类中的方法 xyz.redtorch.pb.CoreField.GatewaySettingField
-
网关类型
- getGatewayTypeValue() - 接口中的方法 xyz.redtorch.pb.CoreField.GatewaySettingFieldOrBuilder
-
网关类型
- getGtdDate() - 类中的方法 xyz.redtorch.pb.CoreField.OrderField.Builder
-
GTD日期
- getGtdDate() - 类中的方法 xyz.redtorch.pb.CoreField.OrderField
-
GTD日期
- getGtdDate() - 接口中的方法 xyz.redtorch.pb.CoreField.OrderFieldOrBuilder
-
GTD日期
- getGtdDate() - 类中的方法 xyz.redtorch.pb.CoreField.SubmitOrderReqField.Builder
-
GTD日期
- getGtdDate() - 类中的方法 xyz.redtorch.pb.CoreField.SubmitOrderReqField
-
GTD日期
- getGtdDate() - 接口中的方法 xyz.redtorch.pb.CoreField.SubmitOrderReqFieldOrBuilder
-
GTD日期
- getGtdDateBytes() - 类中的方法 xyz.redtorch.pb.CoreField.OrderField.Builder
-
GTD日期
- getGtdDateBytes() - 类中的方法 xyz.redtorch.pb.CoreField.OrderField
-
GTD日期
- getGtdDateBytes() - 接口中的方法 xyz.redtorch.pb.CoreField.OrderFieldOrBuilder
-
GTD日期
- getGtdDateBytes() - 类中的方法 xyz.redtorch.pb.CoreField.SubmitOrderReqField.Builder
-
GTD日期
- getGtdDateBytes() - 类中的方法 xyz.redtorch.pb.CoreField.SubmitOrderReqField
-
GTD日期
- getGtdDateBytes() - 接口中的方法 xyz.redtorch.pb.CoreField.SubmitOrderReqFieldOrBuilder
-
GTD日期
- getHedgeFlag() - 类中的方法 xyz.redtorch.pb.CoreField.OrderField.Builder
-
投机套保标识
- getHedgeFlag() - 类中的方法 xyz.redtorch.pb.CoreField.OrderField
-
投机套保标识
- getHedgeFlag() - 接口中的方法 xyz.redtorch.pb.CoreField.OrderFieldOrBuilder
-
投机套保标识
- getHedgeFlag() - 类中的方法 xyz.redtorch.pb.CoreField.PositionField.Builder
-
投机套保标识
- getHedgeFlag() - 类中的方法 xyz.redtorch.pb.CoreField.PositionField
-
投机套保标识
- getHedgeFlag() - 接口中的方法 xyz.redtorch.pb.CoreField.PositionFieldOrBuilder
-
投机套保标识
- getHedgeFlag() - 类中的方法 xyz.redtorch.pb.CoreField.SubmitOrderReqField.Builder
-
组合投机套保标志
- getHedgeFlag() - 类中的方法 xyz.redtorch.pb.CoreField.SubmitOrderReqField
-
组合投机套保标志
- getHedgeFlag() - 接口中的方法 xyz.redtorch.pb.CoreField.SubmitOrderReqFieldOrBuilder
-
组合投机套保标志
- getHedgeFlag() - 类中的方法 xyz.redtorch.pb.CoreField.TradeField.Builder
-
投机套保标识
- getHedgeFlag() - 类中的方法 xyz.redtorch.pb.CoreField.TradeField
-
投机套保标识
- getHedgeFlag() - 接口中的方法 xyz.redtorch.pb.CoreField.TradeFieldOrBuilder
-
投机套保标识
- getHedgeFlagValue() - 类中的方法 xyz.redtorch.pb.CoreField.OrderField.Builder
-
投机套保标识
- getHedgeFlagValue() - 类中的方法 xyz.redtorch.pb.CoreField.OrderField
-
投机套保标识
- getHedgeFlagValue() - 接口中的方法 xyz.redtorch.pb.CoreField.OrderFieldOrBuilder
-
投机套保标识
- getHedgeFlagValue() - 类中的方法 xyz.redtorch.pb.CoreField.PositionField.Builder
-
投机套保标识
- getHedgeFlagValue() - 类中的方法 xyz.redtorch.pb.CoreField.PositionField
-
投机套保标识
- getHedgeFlagValue() - 接口中的方法 xyz.redtorch.pb.CoreField.PositionFieldOrBuilder
-
投机套保标识
- getHedgeFlagValue() - 类中的方法 xyz.redtorch.pb.CoreField.SubmitOrderReqField.Builder
-
组合投机套保标志
- getHedgeFlagValue() - 类中的方法 xyz.redtorch.pb.CoreField.SubmitOrderReqField
-
组合投机套保标志
- getHedgeFlagValue() - 接口中的方法 xyz.redtorch.pb.CoreField.SubmitOrderReqFieldOrBuilder
-
组合投机套保标志
- getHedgeFlagValue() - 类中的方法 xyz.redtorch.pb.CoreField.TradeField.Builder
-
投机套保标识
- getHedgeFlagValue() - 类中的方法 xyz.redtorch.pb.CoreField.TradeField
-
投机套保标识
- getHedgeFlagValue() - 接口中的方法 xyz.redtorch.pb.CoreField.TradeFieldOrBuilder
-
投机套保标识
- getHighPrice() - 类中的方法 xyz.redtorch.pb.CoreField.BarField.Builder
-
高
- getHighPrice() - 类中的方法 xyz.redtorch.pb.CoreField.BarField
-
高
- getHighPrice() - 接口中的方法 xyz.redtorch.pb.CoreField.BarFieldOrBuilder
-
高
- getHighPrice() - 类中的方法 xyz.redtorch.pb.CoreField.TickField.Builder
-
最高价
- getHighPrice() - 类中的方法 xyz.redtorch.pb.CoreField.TickField
-
最高价
- getHighPrice() - 接口中的方法 xyz.redtorch.pb.CoreField.TickFieldOrBuilder
-
最高价
- getHolder() - 类中的方法 xyz.redtorch.pb.CoreField.AccountField.Builder
-
持有人
- getHolder() - 类中的方法 xyz.redtorch.pb.CoreField.AccountField
-
持有人
- getHolder() - 接口中的方法 xyz.redtorch.pb.CoreField.AccountFieldOrBuilder
-
持有人
- getHolderBytes() - 类中的方法 xyz.redtorch.pb.CoreField.AccountField.Builder
-
持有人
- getHolderBytes() - 类中的方法 xyz.redtorch.pb.CoreField.AccountField
-
持有人
- getHolderBytes() - 接口中的方法 xyz.redtorch.pb.CoreField.AccountFieldOrBuilder
-
持有人
- getHolidays(ChannelType, LocalDate, LocalDate) - 接口中的方法 org.dromara.northstar.common.IDataSource
-
获取查询范围内的节假日(包括周末)
- getHolidays(ChannelType, LocalDate, LocalDate) - 类中的方法 org.dromara.northstar.gateway.mktdata.EmptyDataSource
- getHolidays(ChannelType, LocalDate, LocalDate) - 类中的方法 org.dromara.northstar.gateway.mktdata.NorthstarDataSource
- getHost() - 类中的方法 xyz.redtorch.pb.CoreField.GatewaySettingField.IbApiSettingField.Builder
-
string host = 1; - getHost() - 类中的方法 xyz.redtorch.pb.CoreField.GatewaySettingField.IbApiSettingField
-
string host = 1; - getHost() - 接口中的方法 xyz.redtorch.pb.CoreField.GatewaySettingField.IbApiSettingFieldOrBuilder
-
string host = 1; - getHostBytes() - 类中的方法 xyz.redtorch.pb.CoreField.GatewaySettingField.IbApiSettingField.Builder
-
string host = 1; - getHostBytes() - 类中的方法 xyz.redtorch.pb.CoreField.GatewaySettingField.IbApiSettingField
-
string host = 1; - getHostBytes() - 接口中的方法 xyz.redtorch.pb.CoreField.GatewaySettingField.IbApiSettingFieldOrBuilder
-
string host = 1; - getHostname() - 类中的静态方法 org.dromara.northstar.common.utils.LocalEnvUtils
- getHourlyData(String, LocalDate, LocalDate) - 类中的方法 org.dromara.northstar.gateway.mktdata.QuantitDataServiceManager
- getHourlyData(Contract, LocalDate, LocalDate) - 接口中的方法 org.dromara.northstar.common.IDataSource
-
获取1小时K线数据
- getHourlyData(Contract, LocalDate, LocalDate) - 类中的方法 org.dromara.northstar.gateway.mktdata.EmptyDataSource
- getHourlyData(Contract, LocalDate, LocalDate) - 类中的方法 org.dromara.northstar.gateway.mktdata.NorthstarDataSource
- getIbApiSetting() - 类中的方法 xyz.redtorch.pb.CoreField.GatewaySettingField.Builder
-
.xyz.redtorch.pb.GatewaySettingField.IbApiSettingField ibApiSetting = 9; - getIbApiSetting() - 类中的方法 xyz.redtorch.pb.CoreField.GatewaySettingField
-
.xyz.redtorch.pb.GatewaySettingField.IbApiSettingField ibApiSetting = 9; - getIbApiSetting() - 接口中的方法 xyz.redtorch.pb.CoreField.GatewaySettingFieldOrBuilder
-
.xyz.redtorch.pb.GatewaySettingField.IbApiSettingField ibApiSetting = 9; - getIbApiSettingBuilder() - 类中的方法 xyz.redtorch.pb.CoreField.GatewaySettingField.Builder
-
.xyz.redtorch.pb.GatewaySettingField.IbApiSettingField ibApiSetting = 9; - getIbApiSettingOrBuilder() - 类中的方法 xyz.redtorch.pb.CoreField.GatewaySettingField.Builder
-
.xyz.redtorch.pb.GatewaySettingField.IbApiSettingField ibApiSetting = 9; - getIbApiSettingOrBuilder() - 类中的方法 xyz.redtorch.pb.CoreField.GatewaySettingField
-
.xyz.redtorch.pb.GatewaySettingField.IbApiSettingField ibApiSetting = 9; - getIbApiSettingOrBuilder() - 接口中的方法 xyz.redtorch.pb.CoreField.GatewaySettingFieldOrBuilder
-
.xyz.redtorch.pb.GatewaySettingField.IbApiSettingField ibApiSetting = 9; - getImplementClassName() - 类中的方法 xyz.redtorch.pb.CoreField.GatewaySettingField.Builder
-
实现类
- getImplementClassName() - 类中的方法 xyz.redtorch.pb.CoreField.GatewaySettingField
-
实现类
- getImplementClassName() - 接口中的方法 xyz.redtorch.pb.CoreField.GatewaySettingFieldOrBuilder
-
实现类
- getImplementClassNameBytes() - 类中的方法 xyz.redtorch.pb.CoreField.GatewaySettingField.Builder
-
实现类
- getImplementClassNameBytes() - 类中的方法 xyz.redtorch.pb.CoreField.GatewaySettingField
-
实现类
- getImplementClassNameBytes() - 接口中的方法 xyz.redtorch.pb.CoreField.GatewaySettingFieldOrBuilder
-
实现类
- getInet4Address() - 类中的静态方法 org.dromara.northstar.common.utils.LocalEnvUtils
- getIopv() - 类中的方法 xyz.redtorch.pb.CoreField.TickField.Builder
-
净值估值
- getIopv() - 类中的方法 xyz.redtorch.pb.CoreField.TickField
-
净值估值
- getIopv() - 接口中的方法 xyz.redtorch.pb.CoreField.TickFieldOrBuilder
-
净值估值
- getK() - 类中的方法 org.dromara.northstar.indicator.momentum.KDIndicator
- getLastPrice() - 类中的方法 xyz.redtorch.pb.CoreField.PositionField.Builder
-
计算盈亏使用的行情最后价格
- getLastPrice() - 类中的方法 xyz.redtorch.pb.CoreField.PositionField
-
计算盈亏使用的行情最后价格
- getLastPrice() - 接口中的方法 xyz.redtorch.pb.CoreField.PositionFieldOrBuilder
-
计算盈亏使用的行情最后价格
- getLastPrice() - 类中的方法 xyz.redtorch.pb.CoreField.TickField.Builder
-
最新成交价
- getLastPrice() - 类中的方法 xyz.redtorch.pb.CoreField.TickField
-
最新成交价
- getLastPrice() - 接口中的方法 xyz.redtorch.pb.CoreField.TickFieldOrBuilder
-
最新成交价
- getLastTradeDateOrContractMonth() - 类中的方法 xyz.redtorch.pb.CoreField.ContractField.Builder
-
最后交易日或合约月
- getLastTradeDateOrContractMonth() - 类中的方法 xyz.redtorch.pb.CoreField.ContractField
-
最后交易日或合约月
- getLastTradeDateOrContractMonth() - 接口中的方法 xyz.redtorch.pb.CoreField.ContractFieldOrBuilder
-
最后交易日或合约月
- getLastTradeDateOrContractMonthBytes() - 类中的方法 xyz.redtorch.pb.CoreField.ContractField.Builder
-
最后交易日或合约月
- getLastTradeDateOrContractMonthBytes() - 类中的方法 xyz.redtorch.pb.CoreField.ContractField
-
最后交易日或合约月
- getLastTradeDateOrContractMonthBytes() - 接口中的方法 xyz.redtorch.pb.CoreField.ContractFieldOrBuilder
-
最后交易日或合约月
- getLogger(Class<?>) - 接口中的方法 org.dromara.northstar.strategy.IModuleStrategyContext
-
获取日志对象
- getLoggerFactory() - 接口中的方法 org.dromara.northstar.strategy.IModuleStrategyContext
-
获取日志工厂
- getLogLevel() - 类中的方法 xyz.redtorch.pb.CoreField.LogField.Builder
-
.xyz.redtorch.pb.LogLevelEnum logLevel = 1; - getLogLevel() - 类中的方法 xyz.redtorch.pb.CoreField.LogField
-
.xyz.redtorch.pb.LogLevelEnum logLevel = 1; - getLogLevel() - 接口中的方法 xyz.redtorch.pb.CoreField.LogFieldOrBuilder
-
.xyz.redtorch.pb.LogLevelEnum logLevel = 1; - getLogLevelValue() - 类中的方法 xyz.redtorch.pb.CoreField.LogField.Builder
-
.xyz.redtorch.pb.LogLevelEnum logLevel = 1; - getLogLevelValue() - 类中的方法 xyz.redtorch.pb.CoreField.LogField
-
.xyz.redtorch.pb.LogLevelEnum logLevel = 1; - getLogLevelValue() - 接口中的方法 xyz.redtorch.pb.CoreField.LogFieldOrBuilder
-
.xyz.redtorch.pb.LogLevelEnum logLevel = 1; - getLongMarginRatio() - 类中的方法 xyz.redtorch.pb.CoreField.ContractField.Builder
-
多头保证金率
- getLongMarginRatio() - 类中的方法 xyz.redtorch.pb.CoreField.ContractField
-
多头保证金率
- getLongMarginRatio() - 接口中的方法 xyz.redtorch.pb.CoreField.ContractFieldOrBuilder
-
多头保证金率
- getLower() - 类中的方法 org.dromara.northstar.indicator.volatility.BOLLIndicator
- getLowerLimit() - 类中的方法 xyz.redtorch.pb.CoreField.TickField.Builder
-
跌停价
- getLowerLimit() - 类中的方法 xyz.redtorch.pb.CoreField.TickField
-
跌停价
- getLowerLimit() - 接口中的方法 xyz.redtorch.pb.CoreField.TickFieldOrBuilder
-
跌停价
- getLowPrice() - 类中的方法 xyz.redtorch.pb.CoreField.BarField.Builder
-
低
- getLowPrice() - 类中的方法 xyz.redtorch.pb.CoreField.BarField
-
低
- getLowPrice() - 接口中的方法 xyz.redtorch.pb.CoreField.BarFieldOrBuilder
-
低
- getLowPrice() - 类中的方法 xyz.redtorch.pb.CoreField.TickField.Builder
-
最低价
- getLowPrice() - 类中的方法 xyz.redtorch.pb.CoreField.TickField
-
最低价
- getLowPrice() - 接口中的方法 xyz.redtorch.pb.CoreField.TickFieldOrBuilder
-
最低价
- getMACAddress() - 类中的静态方法 org.dromara.northstar.common.utils.LocalEnvUtils
- getMargin() - 类中的方法 xyz.redtorch.pb.CoreField.AccountField.Builder
-
保证金占用
- getMargin() - 类中的方法 xyz.redtorch.pb.CoreField.AccountField
-
保证金占用
- getMargin() - 接口中的方法 xyz.redtorch.pb.CoreField.AccountFieldOrBuilder
-
保证金占用
- getMarketGateway() - 接口中的方法 org.dromara.northstar.strategy.IAccount
-
获取账户绑定的行情网关
- getMaxLimitOrderVolume() - 类中的方法 xyz.redtorch.pb.CoreField.ContractField.Builder
-
限价单最大下单量
- getMaxLimitOrderVolume() - 类中的方法 xyz.redtorch.pb.CoreField.ContractField
-
限价单最大下单量
- getMaxLimitOrderVolume() - 接口中的方法 xyz.redtorch.pb.CoreField.ContractFieldOrBuilder
-
限价单最大下单量
- getMaxMarginSideAlgorithm() - 类中的方法 xyz.redtorch.pb.CoreField.ContractField.Builder
-
最大单边保证金算法
- getMaxMarginSideAlgorithm() - 类中的方法 xyz.redtorch.pb.CoreField.ContractField
-
最大单边保证金算法
- getMaxMarginSideAlgorithm() - 接口中的方法 xyz.redtorch.pb.CoreField.ContractFieldOrBuilder
-
最大单边保证金算法
- getMaxMarketOrderVolume() - 类中的方法 xyz.redtorch.pb.CoreField.ContractField.Builder
-
市价单最大下单量
- getMaxMarketOrderVolume() - 类中的方法 xyz.redtorch.pb.CoreField.ContractField
-
市价单最大下单量
- getMaxMarketOrderVolume() - 接口中的方法 xyz.redtorch.pb.CoreField.ContractFieldOrBuilder
-
市价单最大下单量
- getMdHost() - 类中的方法 xyz.redtorch.pb.CoreField.GatewaySettingField.CtpApiSettingField.Builder
-
string mdHost = 6; - getMdHost() - 类中的方法 xyz.redtorch.pb.CoreField.GatewaySettingField.CtpApiSettingField
-
string mdHost = 6; - getMdHost() - 接口中的方法 xyz.redtorch.pb.CoreField.GatewaySettingField.CtpApiSettingFieldOrBuilder
-
string mdHost = 6; - getMdHostBytes() - 类中的方法 xyz.redtorch.pb.CoreField.GatewaySettingField.CtpApiSettingField.Builder
-
string mdHost = 6; - getMdHostBytes() - 类中的方法 xyz.redtorch.pb.CoreField.GatewaySettingField.CtpApiSettingField
-
string mdHost = 6; - getMdHostBytes() - 接口中的方法 xyz.redtorch.pb.CoreField.GatewaySettingField.CtpApiSettingFieldOrBuilder
-
string mdHost = 6; - getMdPort() - 类中的方法 xyz.redtorch.pb.CoreField.GatewaySettingField.CtpApiSettingField.Builder
-
string mdPort = 7; - getMdPort() - 类中的方法 xyz.redtorch.pb.CoreField.GatewaySettingField.CtpApiSettingField
-
string mdPort = 7; - getMdPort() - 接口中的方法 xyz.redtorch.pb.CoreField.GatewaySettingField.CtpApiSettingFieldOrBuilder
-
string mdPort = 7; - getMdPortBytes() - 类中的方法 xyz.redtorch.pb.CoreField.GatewaySettingField.CtpApiSettingField.Builder
-
string mdPort = 7; - getMdPortBytes() - 类中的方法 xyz.redtorch.pb.CoreField.GatewaySettingField.CtpApiSettingField
-
string mdPort = 7; - getMdPortBytes() - 接口中的方法 xyz.redtorch.pb.CoreField.GatewaySettingField.CtpApiSettingFieldOrBuilder
-
string mdPort = 7; - getMetaInfo() - 类中的方法 org.dromara.northstar.common.model.DynamicParams
- getMid() - 类中的方法 org.dromara.northstar.indicator.volatility.BOLLIndicator
- getMinLimitOrderVolume() - 类中的方法 xyz.redtorch.pb.CoreField.ContractField.Builder
-
限价单最小下单量
- getMinLimitOrderVolume() - 类中的方法 xyz.redtorch.pb.CoreField.ContractField
-
限价单最小下单量
- getMinLimitOrderVolume() - 接口中的方法 xyz.redtorch.pb.CoreField.ContractFieldOrBuilder
-
限价单最小下单量
- getMinMarketOrderVolume() - 类中的方法 xyz.redtorch.pb.CoreField.ContractField.Builder
-
市价单最小下单量
- getMinMarketOrderVolume() - 类中的方法 xyz.redtorch.pb.CoreField.ContractField
-
市价单最小下单量
- getMinMarketOrderVolume() - 接口中的方法 xyz.redtorch.pb.CoreField.ContractFieldOrBuilder
-
市价单最小下单量
- getMinutelyData(String, LocalDate, LocalDate) - 类中的方法 org.dromara.northstar.gateway.mktdata.QuantitDataServiceManager
- getMinutelyData(Contract, LocalDate, LocalDate) - 接口中的方法 org.dromara.northstar.common.IDataSource
-
获取1分钟K线数据
- getMinutelyData(Contract, LocalDate, LocalDate) - 类中的方法 org.dromara.northstar.gateway.mktdata.EmptyDataSource
- getMinutelyData(Contract, LocalDate, LocalDate) - 类中的方法 org.dromara.northstar.gateway.mktdata.NorthstarDataSource
- getMinVolume() - 类中的方法 xyz.redtorch.pb.CoreField.OrderField.Builder
-
最小成交量
- getMinVolume() - 类中的方法 xyz.redtorch.pb.CoreField.OrderField
-
最小成交量
- getMinVolume() - 接口中的方法 xyz.redtorch.pb.CoreField.OrderFieldOrBuilder
-
最小成交量
- getMinVolume() - 类中的方法 xyz.redtorch.pb.CoreField.SubmitOrderReqField.Builder
-
最小成交量
- getMinVolume() - 类中的方法 xyz.redtorch.pb.CoreField.SubmitOrderReqField
-
最小成交量
- getMinVolume() - 接口中的方法 xyz.redtorch.pb.CoreField.SubmitOrderReqFieldOrBuilder
-
最小成交量
- getModule() - 接口中的方法 org.dromara.northstar.strategy.IModuleContext
-
获取模组
- getModuleAccount() - 接口中的方法 org.dromara.northstar.strategy.IModuleStrategyContext
-
获取模组账户
- getModuleContext() - 接口中的方法 org.dromara.northstar.strategy.IModule
-
获取模组上下文
- getModuleDescription() - 接口中的方法 org.dromara.northstar.strategy.IModule
-
获取模组描述
- getMultiplier() - 类中的方法 xyz.redtorch.pb.CoreField.ContractField.Builder
-
合约乘数
- getMultiplier() - 类中的方法 xyz.redtorch.pb.CoreField.ContractField
-
合约乘数
- getMultiplier() - 接口中的方法 xyz.redtorch.pb.CoreField.ContractFieldOrBuilder
-
合约乘数
- getName() - 类中的方法 org.dromara.northstar.common.model.GatewayTypeDescription
- getName() - 接口中的方法 org.dromara.northstar.strategy.IModule
-
模组名称
- getName() - 类中的方法 xyz.redtorch.pb.CoreField.AccountField.Builder
-
名称
- getName() - 类中的方法 xyz.redtorch.pb.CoreField.AccountField
-
名称
- getName() - 接口中的方法 xyz.redtorch.pb.CoreField.AccountFieldOrBuilder
-
名称
- getName() - 类中的方法 xyz.redtorch.pb.CoreField.ContractField.Builder
-
简称
- getName() - 类中的方法 xyz.redtorch.pb.CoreField.ContractField
-
简称
- getName() - 接口中的方法 xyz.redtorch.pb.CoreField.ContractFieldOrBuilder
-
简称
- getName() - 类中的方法 xyz.redtorch.pb.CoreField.GatewayField.Builder
-
名称
- getName() - 类中的方法 xyz.redtorch.pb.CoreField.GatewayField
-
名称
- getName() - 接口中的方法 xyz.redtorch.pb.CoreField.GatewayFieldOrBuilder
-
名称
- getNameBytes() - 类中的方法 xyz.redtorch.pb.CoreField.AccountField.Builder
-
名称
- getNameBytes() - 类中的方法 xyz.redtorch.pb.CoreField.AccountField
-
名称
- getNameBytes() - 接口中的方法 xyz.redtorch.pb.CoreField.AccountFieldOrBuilder
-
名称
- getNameBytes() - 类中的方法 xyz.redtorch.pb.CoreField.ContractField.Builder
-
简称
- getNameBytes() - 类中的方法 xyz.redtorch.pb.CoreField.ContractField
-
简称
- getNameBytes() - 接口中的方法 xyz.redtorch.pb.CoreField.ContractFieldOrBuilder
-
简称
- getNameBytes() - 类中的方法 xyz.redtorch.pb.CoreField.GatewayField.Builder
-
名称
- getNameBytes() - 类中的方法 xyz.redtorch.pb.CoreField.GatewayField
-
名称
- getNameBytes() - 接口中的方法 xyz.redtorch.pb.CoreField.GatewayFieldOrBuilder
-
名称
- getNonclosedNetPosition(Contract) - 接口中的方法 org.dromara.northstar.strategy.IModuleAccount
-
获取指定合约的净持仓数量
- getNonclosedPosition(Contract, CoreEnum.DirectionEnum) - 接口中的方法 org.dromara.northstar.strategy.IModuleAccount
-
获取指定合约指定方向的持仓数
- getNonclosedPosition(Contract, CoreEnum.DirectionEnum, boolean) - 接口中的方法 org.dromara.northstar.strategy.IModuleAccount
-
获取指定合约指定方向的持仓数
- getNumber() - 枚举类中的方法 xyz.redtorch.pb.CoreEnum.ActionFlagEnum
- getNumber() - 枚举类中的方法 xyz.redtorch.pb.CoreEnum.BarCycleEnum
- getNumber() - 枚举类中的方法 xyz.redtorch.pb.CoreEnum.CombinationTypeEnum
- getNumber() - 枚举类中的方法 xyz.redtorch.pb.CoreEnum.CommonStatusEnum
- getNumber() - 枚举类中的方法 xyz.redtorch.pb.CoreEnum.ConnectStatusEnum
- getNumber() - 枚举类中的方法 xyz.redtorch.pb.CoreEnum.ContingentConditionEnum
- getNumber() - 枚举类中的方法 xyz.redtorch.pb.CoreEnum.CurrencyEnum
- getNumber() - 枚举类中的方法 xyz.redtorch.pb.CoreEnum.DirectionEnum
- getNumber() - 枚举类中的方法 xyz.redtorch.pb.CoreEnum.ExchangeEnum
- getNumber() - 枚举类中的方法 xyz.redtorch.pb.CoreEnum.ForceCloseReasonEnum
- getNumber() - 枚举类中的方法 xyz.redtorch.pb.CoreEnum.GatewayAdapterTypeEnum
- getNumber() - 枚举类中的方法 xyz.redtorch.pb.CoreEnum.GatewayTypeEnum
- getNumber() - 枚举类中的方法 xyz.redtorch.pb.CoreEnum.HedgeFlagEnum
- getNumber() - 枚举类中的方法 xyz.redtorch.pb.CoreEnum.LogLevelEnum
- getNumber() - 枚举类中的方法 xyz.redtorch.pb.CoreEnum.MarketDataDBTypeEnum
- getNumber() - 枚举类中的方法 xyz.redtorch.pb.CoreEnum.OffsetFlagEnum
- getNumber() - 枚举类中的方法 xyz.redtorch.pb.CoreEnum.OptionsTypeEnum
- getNumber() - 枚举类中的方法 xyz.redtorch.pb.CoreEnum.OrderActionStatusTyp
- getNumber() - 枚举类中的方法 xyz.redtorch.pb.CoreEnum.OrderPriceTypeEnum
- getNumber() - 枚举类中的方法 xyz.redtorch.pb.CoreEnum.OrderSourceEnum
- getNumber() - 枚举类中的方法 xyz.redtorch.pb.CoreEnum.OrderStatusEnum
- getNumber() - 枚举类中的方法 xyz.redtorch.pb.CoreEnum.OrderSubmitStatusEnum
- getNumber() - 枚举类中的方法 xyz.redtorch.pb.CoreEnum.OrderTypeEnum
- getNumber() - 枚举类中的方法 xyz.redtorch.pb.CoreEnum.PositionDirectionEnum
- getNumber() - 枚举类中的方法 xyz.redtorch.pb.CoreEnum.PositionTypeEnum
- getNumber() - 枚举类中的方法 xyz.redtorch.pb.CoreEnum.PriceSourceEnum
- getNumber() - 枚举类中的方法 xyz.redtorch.pb.CoreEnum.ProductClassEnum
- getNumber() - 枚举类中的方法 xyz.redtorch.pb.CoreEnum.StrategyEngineTypeEnum
- getNumber() - 枚举类中的方法 xyz.redtorch.pb.CoreEnum.StrikeModeEnum
- getNumber() - 枚举类中的方法 xyz.redtorch.pb.CoreEnum.TimeConditionEnum
- getNumber() - 枚举类中的方法 xyz.redtorch.pb.CoreEnum.TradeTypeEnum
- getNumber() - 枚举类中的方法 xyz.redtorch.pb.CoreEnum.TradingRightEnum
- getNumber() - 枚举类中的方法 xyz.redtorch.pb.CoreEnum.VolumeConditionEnum
- getNumTrades() - 类中的方法 xyz.redtorch.pb.CoreField.BarField.Builder
-
最新成交笔数
- getNumTrades() - 类中的方法 xyz.redtorch.pb.CoreField.BarField
-
最新成交笔数
- getNumTrades() - 接口中的方法 xyz.redtorch.pb.CoreField.BarFieldOrBuilder
-
最新成交笔数
- getNumTrades() - 类中的方法 xyz.redtorch.pb.CoreField.TickField.Builder
-
成交笔数
- getNumTrades() - 类中的方法 xyz.redtorch.pb.CoreField.TickField
-
成交笔数
- getNumTrades() - 接口中的方法 xyz.redtorch.pb.CoreField.TickFieldOrBuilder
-
成交笔数
- getNumTradesDelta() - 类中的方法 xyz.redtorch.pb.CoreField.BarField.Builder
-
成交笔数(Bar)
- getNumTradesDelta() - 类中的方法 xyz.redtorch.pb.CoreField.BarField
-
成交笔数(Bar)
- getNumTradesDelta() - 接口中的方法 xyz.redtorch.pb.CoreField.BarFieldOrBuilder
-
成交笔数(Bar)
- getNumTradesDelta() - 类中的方法 xyz.redtorch.pb.CoreField.TickField.Builder
-
成交笔数
- getNumTradesDelta() - 类中的方法 xyz.redtorch.pb.CoreField.TickField
-
成交笔数
- getNumTradesDelta() - 接口中的方法 xyz.redtorch.pb.CoreField.TickFieldOrBuilder
-
成交笔数
- getOffsetFlag() - 类中的方法 xyz.redtorch.pb.CoreField.OrderField.Builder
-
开平
- getOffsetFlag() - 类中的方法 xyz.redtorch.pb.CoreField.OrderField
-
开平
- getOffsetFlag() - 接口中的方法 xyz.redtorch.pb.CoreField.OrderFieldOrBuilder
-
开平
- getOffsetFlag() - 类中的方法 xyz.redtorch.pb.CoreField.SubmitOrderReqField.Builder
-
组合开平标志
- getOffsetFlag() - 类中的方法 xyz.redtorch.pb.CoreField.SubmitOrderReqField
-
组合开平标志
- getOffsetFlag() - 接口中的方法 xyz.redtorch.pb.CoreField.SubmitOrderReqFieldOrBuilder
-
组合开平标志
- getOffsetFlag() - 类中的方法 xyz.redtorch.pb.CoreField.TradeField.Builder
-
开平
- getOffsetFlag() - 类中的方法 xyz.redtorch.pb.CoreField.TradeField
-
开平
- getOffsetFlag() - 接口中的方法 xyz.redtorch.pb.CoreField.TradeFieldOrBuilder
-
开平
- getOffsetFlagValue() - 类中的方法 xyz.redtorch.pb.CoreField.OrderField.Builder
-
开平
- getOffsetFlagValue() - 类中的方法 xyz.redtorch.pb.CoreField.OrderField
-
开平
- getOffsetFlagValue() - 接口中的方法 xyz.redtorch.pb.CoreField.OrderFieldOrBuilder
-
开平
- getOffsetFlagValue() - 类中的方法 xyz.redtorch.pb.CoreField.SubmitOrderReqField.Builder
-
组合开平标志
- getOffsetFlagValue() - 类中的方法 xyz.redtorch.pb.CoreField.SubmitOrderReqField
-
组合开平标志
- getOffsetFlagValue() - 接口中的方法 xyz.redtorch.pb.CoreField.SubmitOrderReqFieldOrBuilder
-
组合开平标志
- getOffsetFlagValue() - 类中的方法 xyz.redtorch.pb.CoreField.TradeField.Builder
-
开平
- getOffsetFlagValue() - 类中的方法 xyz.redtorch.pb.CoreField.TradeField
-
开平
- getOffsetFlagValue() - 接口中的方法 xyz.redtorch.pb.CoreField.TradeFieldOrBuilder
-
开平
- getOpenInterest() - 类中的方法 xyz.redtorch.pb.CoreField.BarField.Builder
-
最后持仓量
- getOpenInterest() - 类中的方法 xyz.redtorch.pb.CoreField.BarField
-
最后持仓量
- getOpenInterest() - 接口中的方法 xyz.redtorch.pb.CoreField.BarFieldOrBuilder
-
最后持仓量
- getOpenInterest() - 类中的方法 xyz.redtorch.pb.CoreField.TickField.Builder
-
持仓量
- getOpenInterest() - 类中的方法 xyz.redtorch.pb.CoreField.TickField
-
持仓量
- getOpenInterest() - 接口中的方法 xyz.redtorch.pb.CoreField.TickFieldOrBuilder
-
持仓量
- getOpenInterestDelta() - 类中的方法 xyz.redtorch.pb.CoreField.BarField.Builder
-
持仓量(Bar)
- getOpenInterestDelta() - 类中的方法 xyz.redtorch.pb.CoreField.BarField
-
持仓量(Bar)
- getOpenInterestDelta() - 接口中的方法 xyz.redtorch.pb.CoreField.BarFieldOrBuilder
-
持仓量(Bar)
- getOpenInterestDelta() - 类中的方法 xyz.redtorch.pb.CoreField.TickField.Builder
-
持仓量变化
- getOpenInterestDelta() - 类中的方法 xyz.redtorch.pb.CoreField.TickField
-
持仓量变化
- getOpenInterestDelta() - 接口中的方法 xyz.redtorch.pb.CoreField.TickFieldOrBuilder
-
持仓量变化
- getOpenPositionProfit() - 类中的方法 xyz.redtorch.pb.CoreField.PositionField.Builder
-
开仓盈亏
- getOpenPositionProfit() - 类中的方法 xyz.redtorch.pb.CoreField.PositionField
-
开仓盈亏
- getOpenPositionProfit() - 接口中的方法 xyz.redtorch.pb.CoreField.PositionFieldOrBuilder
-
开仓盈亏
- getOpenPositionProfitRatio() - 类中的方法 xyz.redtorch.pb.CoreField.PositionField.Builder
-
开仓盈亏率
- getOpenPositionProfitRatio() - 类中的方法 xyz.redtorch.pb.CoreField.PositionField
-
开仓盈亏率
- getOpenPositionProfitRatio() - 接口中的方法 xyz.redtorch.pb.CoreField.PositionFieldOrBuilder
-
开仓盈亏率
- getOpenPrice() - 类中的方法 xyz.redtorch.pb.CoreField.BarField.Builder
-
开
- getOpenPrice() - 类中的方法 xyz.redtorch.pb.CoreField.BarField
-
开
- getOpenPrice() - 接口中的方法 xyz.redtorch.pb.CoreField.BarFieldOrBuilder
-
开
- getOpenPrice() - 类中的方法 xyz.redtorch.pb.CoreField.PositionField.Builder
-
开仓均价
- getOpenPrice() - 类中的方法 xyz.redtorch.pb.CoreField.PositionField
-
开仓均价
- getOpenPrice() - 接口中的方法 xyz.redtorch.pb.CoreField.PositionFieldOrBuilder
-
开仓均价
- getOpenPrice() - 类中的方法 xyz.redtorch.pb.CoreField.TickField.Builder
-
开盘价
- getOpenPrice() - 类中的方法 xyz.redtorch.pb.CoreField.TickField
-
开盘价
- getOpenPrice() - 接口中的方法 xyz.redtorch.pb.CoreField.TickFieldOrBuilder
-
开盘价
- getOpenPriceDiff() - 类中的方法 xyz.redtorch.pb.CoreField.PositionField.Builder
-
开仓价格差
- getOpenPriceDiff() - 类中的方法 xyz.redtorch.pb.CoreField.PositionField
-
开仓价格差
- getOpenPriceDiff() - 接口中的方法 xyz.redtorch.pb.CoreField.PositionFieldOrBuilder
-
开仓价格差
- getOperatorId() - 类中的方法 xyz.redtorch.pb.CoreField.CommonReqField.Builder
-
操作者ID
- getOperatorId() - 类中的方法 xyz.redtorch.pb.CoreField.CommonReqField
-
操作者ID
- getOperatorId() - 接口中的方法 xyz.redtorch.pb.CoreField.CommonReqFieldOrBuilder
-
操作者ID
- getOperatorIdBytes() - 类中的方法 xyz.redtorch.pb.CoreField.CommonReqField.Builder
-
操作者ID
- getOperatorIdBytes() - 类中的方法 xyz.redtorch.pb.CoreField.CommonReqField
-
操作者ID
- getOperatorIdBytes() - 接口中的方法 xyz.redtorch.pb.CoreField.CommonReqFieldOrBuilder
-
操作者ID
- getOpposite(CoreEnum.DirectionEnum) - 类中的静态方法 org.dromara.northstar.common.utils.FieldUtils
- getOptionsType() - 类中的方法 xyz.redtorch.pb.CoreField.ContractField.Builder
-
期权类型
- getOptionsType() - 类中的方法 xyz.redtorch.pb.CoreField.ContractField
-
期权类型
- getOptionsType() - 接口中的方法 xyz.redtorch.pb.CoreField.ContractFieldOrBuilder
-
期权类型
- getOptionsTypeValue() - 类中的方法 xyz.redtorch.pb.CoreField.ContractField.Builder
-
期权类型
- getOptionsTypeValue() - 类中的方法 xyz.redtorch.pb.CoreField.ContractField
-
期权类型
- getOptionsTypeValue() - 接口中的方法 xyz.redtorch.pb.CoreField.ContractFieldOrBuilder
-
期权类型
- getOrderDate() - 类中的方法 xyz.redtorch.pb.CoreField.OrderField.Builder
-
定单日期
- getOrderDate() - 类中的方法 xyz.redtorch.pb.CoreField.OrderField
-
定单日期
- getOrderDate() - 接口中的方法 xyz.redtorch.pb.CoreField.OrderFieldOrBuilder
-
定单日期
- getOrderDateBytes() - 类中的方法 xyz.redtorch.pb.CoreField.OrderField.Builder
-
定单日期
- getOrderDateBytes() - 类中的方法 xyz.redtorch.pb.CoreField.OrderField
-
定单日期
- getOrderDateBytes() - 接口中的方法 xyz.redtorch.pb.CoreField.OrderFieldOrBuilder
-
定单日期
- getOrderId() - 类中的方法 xyz.redtorch.pb.CoreField.CancelOrderReqField.Builder
-
定单ID
- getOrderId() - 类中的方法 xyz.redtorch.pb.CoreField.CancelOrderReqField
-
定单ID
- getOrderId() - 接口中的方法 xyz.redtorch.pb.CoreField.CancelOrderReqFieldOrBuilder
-
定单ID
- getOrderId() - 类中的方法 xyz.redtorch.pb.CoreField.OrderField.Builder
-
定单ID,通常是<网关ID@适配器定单ID>
- getOrderId() - 类中的方法 xyz.redtorch.pb.CoreField.OrderField
-
定单ID,通常是<网关ID@适配器定单ID>
- getOrderId() - 接口中的方法 xyz.redtorch.pb.CoreField.OrderFieldOrBuilder
-
定单ID,通常是<网关ID@适配器定单ID>
- getOrderId() - 类中的方法 xyz.redtorch.pb.CoreField.TradeField.Builder
-
定单ID,通常是<网关ID@定单ID>
- getOrderId() - 类中的方法 xyz.redtorch.pb.CoreField.TradeField
-
定单ID,通常是<网关ID@定单ID>
- getOrderId() - 接口中的方法 xyz.redtorch.pb.CoreField.TradeFieldOrBuilder
-
定单ID,通常是<网关ID@定单ID>
- getOrderIdBytes() - 类中的方法 xyz.redtorch.pb.CoreField.CancelOrderReqField.Builder
-
定单ID
- getOrderIdBytes() - 类中的方法 xyz.redtorch.pb.CoreField.CancelOrderReqField
-
定单ID
- getOrderIdBytes() - 接口中的方法 xyz.redtorch.pb.CoreField.CancelOrderReqFieldOrBuilder
-
定单ID
- getOrderIdBytes() - 类中的方法 xyz.redtorch.pb.CoreField.OrderField.Builder
-
定单ID,通常是<网关ID@适配器定单ID>
- getOrderIdBytes() - 类中的方法 xyz.redtorch.pb.CoreField.OrderField
-
定单ID,通常是<网关ID@适配器定单ID>
- getOrderIdBytes() - 接口中的方法 xyz.redtorch.pb.CoreField.OrderFieldOrBuilder
-
定单ID,通常是<网关ID@适配器定单ID>
- getOrderIdBytes() - 类中的方法 xyz.redtorch.pb.CoreField.TradeField.Builder
-
定单ID,通常是<网关ID@定单ID>
- getOrderIdBytes() - 类中的方法 xyz.redtorch.pb.CoreField.TradeField
-
定单ID,通常是<网关ID@定单ID>
- getOrderIdBytes() - 接口中的方法 xyz.redtorch.pb.CoreField.TradeFieldOrBuilder
-
定单ID,通常是<网关ID@定单ID>
- getOrderLocalId() - 类中的方法 xyz.redtorch.pb.CoreField.OrderField.Builder
-
本地报单编号
- getOrderLocalId() - 类中的方法 xyz.redtorch.pb.CoreField.OrderField
-
本地报单编号
- getOrderLocalId() - 接口中的方法 xyz.redtorch.pb.CoreField.OrderFieldOrBuilder
-
本地报单编号
- getOrderLocalId() - 类中的方法 xyz.redtorch.pb.CoreField.TradeField.Builder
-
本地报单编号
- getOrderLocalId() - 类中的方法 xyz.redtorch.pb.CoreField.TradeField
-
本地报单编号
- getOrderLocalId() - 接口中的方法 xyz.redtorch.pb.CoreField.TradeFieldOrBuilder
-
本地报单编号
- getOrderLocalIdBytes() - 类中的方法 xyz.redtorch.pb.CoreField.OrderField.Builder
-
本地报单编号
- getOrderLocalIdBytes() - 类中的方法 xyz.redtorch.pb.CoreField.OrderField
-
本地报单编号
- getOrderLocalIdBytes() - 接口中的方法 xyz.redtorch.pb.CoreField.OrderFieldOrBuilder
-
本地报单编号
- getOrderLocalIdBytes() - 类中的方法 xyz.redtorch.pb.CoreField.TradeField.Builder
-
本地报单编号
- getOrderLocalIdBytes() - 类中的方法 xyz.redtorch.pb.CoreField.TradeField
-
本地报单编号
- getOrderLocalIdBytes() - 接口中的方法 xyz.redtorch.pb.CoreField.TradeFieldOrBuilder
-
本地报单编号
- getOrderPriceType() - 类中的方法 xyz.redtorch.pb.CoreField.OrderField.Builder
-
定单价格类型
- getOrderPriceType() - 类中的方法 xyz.redtorch.pb.CoreField.OrderField
-
定单价格类型
- getOrderPriceType() - 接口中的方法 xyz.redtorch.pb.CoreField.OrderFieldOrBuilder
-
定单价格类型
- getOrderPriceType() - 类中的方法 xyz.redtorch.pb.CoreField.SubmitOrderReqField.Builder
-
价格类型
- getOrderPriceType() - 类中的方法 xyz.redtorch.pb.CoreField.SubmitOrderReqField
-
价格类型
- getOrderPriceType() - 接口中的方法 xyz.redtorch.pb.CoreField.SubmitOrderReqFieldOrBuilder
-
价格类型
- getOrderPriceTypeValue() - 类中的方法 xyz.redtorch.pb.CoreField.OrderField.Builder
-
定单价格类型
- getOrderPriceTypeValue() - 类中的方法 xyz.redtorch.pb.CoreField.OrderField
-
定单价格类型
- getOrderPriceTypeValue() - 接口中的方法 xyz.redtorch.pb.CoreField.OrderFieldOrBuilder
-
定单价格类型
- getOrderPriceTypeValue() - 类中的方法 xyz.redtorch.pb.CoreField.SubmitOrderReqField.Builder
-
价格类型
- getOrderPriceTypeValue() - 类中的方法 xyz.redtorch.pb.CoreField.SubmitOrderReqField
-
价格类型
- getOrderPriceTypeValue() - 接口中的方法 xyz.redtorch.pb.CoreField.SubmitOrderReqFieldOrBuilder
-
价格类型
- getOrderStatus() - 类中的方法 xyz.redtorch.pb.CoreField.OrderField.Builder
-
状态
- getOrderStatus() - 类中的方法 xyz.redtorch.pb.CoreField.OrderField
-
状态
- getOrderStatus() - 接口中的方法 xyz.redtorch.pb.CoreField.OrderFieldOrBuilder
-
状态
- getOrderStatusValue() - 类中的方法 xyz.redtorch.pb.CoreField.OrderField.Builder
-
状态
- getOrderStatusValue() - 类中的方法 xyz.redtorch.pb.CoreField.OrderField
-
状态
- getOrderStatusValue() - 接口中的方法 xyz.redtorch.pb.CoreField.OrderFieldOrBuilder
-
状态
- getOrderSysId() - 类中的方法 xyz.redtorch.pb.CoreField.OrderField.Builder
-
报单编号
- getOrderSysId() - 类中的方法 xyz.redtorch.pb.CoreField.OrderField
-
报单编号
- getOrderSysId() - 接口中的方法 xyz.redtorch.pb.CoreField.OrderFieldOrBuilder
-
报单编号
- getOrderSysId() - 类中的方法 xyz.redtorch.pb.CoreField.TradeField.Builder
-
报单编号
- getOrderSysId() - 类中的方法 xyz.redtorch.pb.CoreField.TradeField
-
报单编号
- getOrderSysId() - 接口中的方法 xyz.redtorch.pb.CoreField.TradeFieldOrBuilder
-
报单编号
- getOrderSysIdBytes() - 类中的方法 xyz.redtorch.pb.CoreField.OrderField.Builder
-
报单编号
- getOrderSysIdBytes() - 类中的方法 xyz.redtorch.pb.CoreField.OrderField
-
报单编号
- getOrderSysIdBytes() - 接口中的方法 xyz.redtorch.pb.CoreField.OrderFieldOrBuilder
-
报单编号
- getOrderSysIdBytes() - 类中的方法 xyz.redtorch.pb.CoreField.TradeField.Builder
-
报单编号
- getOrderSysIdBytes() - 类中的方法 xyz.redtorch.pb.CoreField.TradeField
-
报单编号
- getOrderSysIdBytes() - 接口中的方法 xyz.redtorch.pb.CoreField.TradeFieldOrBuilder
-
报单编号
- getOrderTime() - 类中的方法 xyz.redtorch.pb.CoreField.OrderField.Builder
-
定单时间
- getOrderTime() - 类中的方法 xyz.redtorch.pb.CoreField.OrderField
-
定单时间
- getOrderTime() - 接口中的方法 xyz.redtorch.pb.CoreField.OrderFieldOrBuilder
-
定单时间
- getOrderTimeBytes() - 类中的方法 xyz.redtorch.pb.CoreField.OrderField.Builder
-
定单时间
- getOrderTimeBytes() - 类中的方法 xyz.redtorch.pb.CoreField.OrderField
-
定单时间
- getOrderTimeBytes() - 接口中的方法 xyz.redtorch.pb.CoreField.OrderFieldOrBuilder
-
定单时间
- getOriginOrderId() - 类中的方法 xyz.redtorch.pb.CoreField.CancelOrderReqField.Builder
-
原始定单ID
- getOriginOrderId() - 类中的方法 xyz.redtorch.pb.CoreField.CancelOrderReqField
-
原始定单ID
- getOriginOrderId() - 接口中的方法 xyz.redtorch.pb.CoreField.CancelOrderReqFieldOrBuilder
-
原始定单ID
- getOriginOrderId() - 类中的方法 xyz.redtorch.pb.CoreField.OrderField.Builder
-
原始定单ID
- getOriginOrderId() - 类中的方法 xyz.redtorch.pb.CoreField.OrderField
-
原始定单ID
- getOriginOrderId() - 接口中的方法 xyz.redtorch.pb.CoreField.OrderFieldOrBuilder
-
原始定单ID
- getOriginOrderId() - 类中的方法 xyz.redtorch.pb.CoreField.SubmitOrderReqField.Builder
-
原始定单ID
- getOriginOrderId() - 类中的方法 xyz.redtorch.pb.CoreField.SubmitOrderReqField
-
原始定单ID
- getOriginOrderId() - 接口中的方法 xyz.redtorch.pb.CoreField.SubmitOrderReqFieldOrBuilder
-
原始定单ID
- getOriginOrderId() - 类中的方法 xyz.redtorch.pb.CoreField.TradeField.Builder
-
原始定单ID
- getOriginOrderId() - 类中的方法 xyz.redtorch.pb.CoreField.TradeField
-
原始定单ID
- getOriginOrderId() - 接口中的方法 xyz.redtorch.pb.CoreField.TradeFieldOrBuilder
-
原始定单ID
- getOriginOrderIdBytes() - 类中的方法 xyz.redtorch.pb.CoreField.CancelOrderReqField.Builder
-
原始定单ID
- getOriginOrderIdBytes() - 类中的方法 xyz.redtorch.pb.CoreField.CancelOrderReqField
-
原始定单ID
- getOriginOrderIdBytes() - 接口中的方法 xyz.redtorch.pb.CoreField.CancelOrderReqFieldOrBuilder
-
原始定单ID
- getOriginOrderIdBytes() - 类中的方法 xyz.redtorch.pb.CoreField.OrderField.Builder
-
原始定单ID
- getOriginOrderIdBytes() - 类中的方法 xyz.redtorch.pb.CoreField.OrderField
-
原始定单ID
- getOriginOrderIdBytes() - 接口中的方法 xyz.redtorch.pb.CoreField.OrderFieldOrBuilder
-
原始定单ID
- getOriginOrderIdBytes() - 类中的方法 xyz.redtorch.pb.CoreField.SubmitOrderReqField.Builder
-
原始定单ID
- getOriginOrderIdBytes() - 类中的方法 xyz.redtorch.pb.CoreField.SubmitOrderReqField
-
原始定单ID
- getOriginOrderIdBytes() - 接口中的方法 xyz.redtorch.pb.CoreField.SubmitOrderReqFieldOrBuilder
-
原始定单ID
- getOriginOrderIdBytes() - 类中的方法 xyz.redtorch.pb.CoreField.TradeField.Builder
-
原始定单ID
- getOriginOrderIdBytes() - 类中的方法 xyz.redtorch.pb.CoreField.TradeField
-
原始定单ID
- getOriginOrderIdBytes() - 接口中的方法 xyz.redtorch.pb.CoreField.TradeFieldOrBuilder
-
原始定单ID
- getParserForType() - 类中的方法 xyz.redtorch.pb.CoreField.AccountField
- getParserForType() - 类中的方法 xyz.redtorch.pb.CoreField.BarField
- getParserForType() - 类中的方法 xyz.redtorch.pb.CoreField.CancelOrderReqField
- getParserForType() - 类中的方法 xyz.redtorch.pb.CoreField.CommonReqField
- getParserForType() - 类中的方法 xyz.redtorch.pb.CoreField.CommonRspField
- getParserForType() - 类中的方法 xyz.redtorch.pb.CoreField.ContractField
- getParserForType() - 类中的方法 xyz.redtorch.pb.CoreField.GatewayField
- getParserForType() - 类中的方法 xyz.redtorch.pb.CoreField.GatewaySettingField.CtpApiSettingField
- getParserForType() - 类中的方法 xyz.redtorch.pb.CoreField.GatewaySettingField
- getParserForType() - 类中的方法 xyz.redtorch.pb.CoreField.GatewaySettingField.IbApiSettingField
- getParserForType() - 类中的方法 xyz.redtorch.pb.CoreField.LogField
- getParserForType() - 类中的方法 xyz.redtorch.pb.CoreField.NoticeField
- getParserForType() - 类中的方法 xyz.redtorch.pb.CoreField.OrderField
- getParserForType() - 类中的方法 xyz.redtorch.pb.CoreField.PositionField
- getParserForType() - 类中的方法 xyz.redtorch.pb.CoreField.SubmitOrderReqField
- getParserForType() - 类中的方法 xyz.redtorch.pb.CoreField.TickField
- getParserForType() - 类中的方法 xyz.redtorch.pb.CoreField.TradeField
- getPassword() - 类中的方法 xyz.redtorch.pb.CoreField.GatewaySettingField.CtpApiSettingField.Builder
-
string password = 2; - getPassword() - 类中的方法 xyz.redtorch.pb.CoreField.GatewaySettingField.CtpApiSettingField
-
string password = 2; - getPassword() - 接口中的方法 xyz.redtorch.pb.CoreField.GatewaySettingField.CtpApiSettingFieldOrBuilder
-
string password = 2; - getPasswordBytes() - 类中的方法 xyz.redtorch.pb.CoreField.GatewaySettingField.CtpApiSettingField.Builder
-
string password = 2; - getPasswordBytes() - 类中的方法 xyz.redtorch.pb.CoreField.GatewaySettingField.CtpApiSettingField
-
string password = 2; - getPasswordBytes() - 接口中的方法 xyz.redtorch.pb.CoreField.GatewaySettingField.CtpApiSettingFieldOrBuilder
-
string password = 2; - getPCName() - 类中的静态方法 org.dromara.northstar.common.utils.LocalEnvUtils
- getPort() - 类中的方法 xyz.redtorch.pb.CoreField.GatewaySettingField.IbApiSettingField.Builder
-
fixed32 port = 2; - getPort() - 类中的方法 xyz.redtorch.pb.CoreField.GatewaySettingField.IbApiSettingField
-
fixed32 port = 2; - getPort() - 接口中的方法 xyz.redtorch.pb.CoreField.GatewaySettingField.IbApiSettingFieldOrBuilder
-
fixed32 port = 2; - getPosition() - 类中的方法 xyz.redtorch.pb.CoreField.PositionField.Builder
-
持仓量
- getPosition() - 类中的方法 xyz.redtorch.pb.CoreField.PositionField
-
持仓量
- getPosition() - 接口中的方法 xyz.redtorch.pb.CoreField.PositionFieldOrBuilder
-
持仓量
- getPosition(CoreEnum.PositionDirectionEnum, Contract) - 接口中的方法 org.dromara.northstar.strategy.IAccount
-
获取某合约的持仓信息
- getPositionDirection() - 类中的方法 xyz.redtorch.pb.CoreField.PositionField.Builder
-
持仓方向
- getPositionDirection() - 类中的方法 xyz.redtorch.pb.CoreField.PositionField
-
持仓方向
- getPositionDirection() - 接口中的方法 xyz.redtorch.pb.CoreField.PositionFieldOrBuilder
-
持仓方向
- getPositionDirectionValue() - 类中的方法 xyz.redtorch.pb.CoreField.PositionField.Builder
-
持仓方向
- getPositionDirectionValue() - 类中的方法 xyz.redtorch.pb.CoreField.PositionField
-
持仓方向
- getPositionDirectionValue() - 接口中的方法 xyz.redtorch.pb.CoreField.PositionFieldOrBuilder
-
持仓方向
- getPositionId() - 类中的方法 xyz.redtorch.pb.CoreField.PositionField.Builder
-
持仓在系统中的唯一代码,通常是<合约代码@交易所代码@产品类型@方向@投机套保标志@账户@币种@网关>
- getPositionId() - 类中的方法 xyz.redtorch.pb.CoreField.PositionField
-
持仓在系统中的唯一代码,通常是<合约代码@交易所代码@产品类型@方向@投机套保标志@账户@币种@网关>
- getPositionId() - 接口中的方法 xyz.redtorch.pb.CoreField.PositionFieldOrBuilder
-
持仓在系统中的唯一代码,通常是<合约代码@交易所代码@产品类型@方向@投机套保标志@账户@币种@网关>
- getPositionIdBytes() - 类中的方法 xyz.redtorch.pb.CoreField.PositionField.Builder
-
持仓在系统中的唯一代码,通常是<合约代码@交易所代码@产品类型@方向@投机套保标志@账户@币种@网关>
- getPositionIdBytes() - 类中的方法 xyz.redtorch.pb.CoreField.PositionField
-
持仓在系统中的唯一代码,通常是<合约代码@交易所代码@产品类型@方向@投机套保标志@账户@币种@网关>
- getPositionIdBytes() - 接口中的方法 xyz.redtorch.pb.CoreField.PositionFieldOrBuilder
-
持仓在系统中的唯一代码,通常是<合约代码@交易所代码@产品类型@方向@投机套保标志@账户@币种@网关>
- getPositionProfit() - 类中的方法 xyz.redtorch.pb.CoreField.AccountField.Builder
-
持仓盈亏
- getPositionProfit() - 类中的方法 xyz.redtorch.pb.CoreField.AccountField
-
持仓盈亏
- getPositionProfit() - 接口中的方法 xyz.redtorch.pb.CoreField.AccountFieldOrBuilder
-
持仓盈亏
- getPositionProfit() - 类中的方法 xyz.redtorch.pb.CoreField.PositionField.Builder
-
持仓盈亏
- getPositionProfit() - 类中的方法 xyz.redtorch.pb.CoreField.PositionField
-
持仓盈亏
- getPositionProfit() - 接口中的方法 xyz.redtorch.pb.CoreField.PositionFieldOrBuilder
-
持仓盈亏
- getPositionProfitRatio() - 类中的方法 xyz.redtorch.pb.CoreField.PositionField.Builder
-
持仓盈亏率
- getPositionProfitRatio() - 类中的方法 xyz.redtorch.pb.CoreField.PositionField
-
持仓盈亏率
- getPositionProfitRatio() - 接口中的方法 xyz.redtorch.pb.CoreField.PositionFieldOrBuilder
-
持仓盈亏率
- getPreBalance() - 类中的方法 xyz.redtorch.pb.CoreField.AccountField.Builder
-
昨日权益
- getPreBalance() - 类中的方法 xyz.redtorch.pb.CoreField.AccountField
-
昨日权益
- getPreBalance() - 接口中的方法 xyz.redtorch.pb.CoreField.AccountFieldOrBuilder
-
昨日权益
- getPreClosePrice() - 类中的方法 xyz.redtorch.pb.CoreField.BarField.Builder
-
前收盘价
- getPreClosePrice() - 类中的方法 xyz.redtorch.pb.CoreField.BarField
-
前收盘价
- getPreClosePrice() - 接口中的方法 xyz.redtorch.pb.CoreField.BarFieldOrBuilder
-
前收盘价
- getPreClosePrice() - 类中的方法 xyz.redtorch.pb.CoreField.TickField.Builder
-
前收盘价
- getPreClosePrice() - 类中的方法 xyz.redtorch.pb.CoreField.TickField
-
前收盘价
- getPreClosePrice() - 接口中的方法 xyz.redtorch.pb.CoreField.TickFieldOrBuilder
-
前收盘价
- getPreOpenInterest() - 类中的方法 xyz.redtorch.pb.CoreField.BarField.Builder
-
昨持仓
- getPreOpenInterest() - 类中的方法 xyz.redtorch.pb.CoreField.BarField
-
昨持仓
- getPreOpenInterest() - 接口中的方法 xyz.redtorch.pb.CoreField.BarFieldOrBuilder
-
昨持仓
- getPreOpenInterest() - 类中的方法 xyz.redtorch.pb.CoreField.TickField.Builder
-
昨持仓
- getPreOpenInterest() - 类中的方法 xyz.redtorch.pb.CoreField.TickField
-
昨持仓
- getPreOpenInterest() - 接口中的方法 xyz.redtorch.pb.CoreField.TickFieldOrBuilder
-
昨持仓
- getPreSettlePrice() - 类中的方法 xyz.redtorch.pb.CoreField.BarField.Builder
-
昨结算价
- getPreSettlePrice() - 类中的方法 xyz.redtorch.pb.CoreField.BarField
-
昨结算价
- getPreSettlePrice() - 接口中的方法 xyz.redtorch.pb.CoreField.BarFieldOrBuilder
-
昨结算价
- getPreSettlePrice() - 类中的方法 xyz.redtorch.pb.CoreField.TickField.Builder
-
昨结算价
- getPreSettlePrice() - 类中的方法 xyz.redtorch.pb.CoreField.TickField
-
昨结算价
- getPreSettlePrice() - 接口中的方法 xyz.redtorch.pb.CoreField.TickFieldOrBuilder
-
昨结算价
- getPrice() - 类中的方法 xyz.redtorch.pb.CoreField.OrderField.Builder
-
价格
- getPrice() - 类中的方法 xyz.redtorch.pb.CoreField.OrderField
-
价格
- getPrice() - 接口中的方法 xyz.redtorch.pb.CoreField.OrderFieldOrBuilder
-
价格
- getPrice() - 类中的方法 xyz.redtorch.pb.CoreField.PositionField.Builder
-
持仓均价
- getPrice() - 类中的方法 xyz.redtorch.pb.CoreField.PositionField
-
持仓均价
- getPrice() - 接口中的方法 xyz.redtorch.pb.CoreField.PositionFieldOrBuilder
-
持仓均价
- getPrice() - 类中的方法 xyz.redtorch.pb.CoreField.SubmitOrderReqField.Builder
-
价格
- getPrice() - 类中的方法 xyz.redtorch.pb.CoreField.SubmitOrderReqField
-
价格
- getPrice() - 接口中的方法 xyz.redtorch.pb.CoreField.SubmitOrderReqFieldOrBuilder
-
价格
- getPrice() - 类中的方法 xyz.redtorch.pb.CoreField.TradeField.Builder
-
价格
- getPrice() - 类中的方法 xyz.redtorch.pb.CoreField.TradeField
-
价格
- getPrice() - 接口中的方法 xyz.redtorch.pb.CoreField.TradeFieldOrBuilder
-
价格
- getPriceDiff() - 类中的方法 xyz.redtorch.pb.CoreField.PositionField.Builder
-
持仓价格差
- getPriceDiff() - 类中的方法 xyz.redtorch.pb.CoreField.PositionField
-
持仓价格差
- getPriceDiff() - 接口中的方法 xyz.redtorch.pb.CoreField.PositionFieldOrBuilder
-
持仓价格差
- getPricePrecision() - 类中的方法 xyz.redtorch.pb.CoreField.ContractField.Builder
-
价格精度
- getPricePrecision() - 类中的方法 xyz.redtorch.pb.CoreField.ContractField
-
价格精度
- getPricePrecision() - 接口中的方法 xyz.redtorch.pb.CoreField.ContractFieldOrBuilder
-
价格精度
- getPriceSource() - 类中的方法 xyz.redtorch.pb.CoreField.TradeField.Builder
-
成交价来源
- getPriceSource() - 类中的方法 xyz.redtorch.pb.CoreField.TradeField
-
成交价来源
- getPriceSource() - 接口中的方法 xyz.redtorch.pb.CoreField.TradeFieldOrBuilder
-
成交价来源
- getPriceSourceValue() - 类中的方法 xyz.redtorch.pb.CoreField.TradeField.Builder
-
成交价来源
- getPriceSourceValue() - 类中的方法 xyz.redtorch.pb.CoreField.TradeField
-
成交价来源
- getPriceSourceValue() - 接口中的方法 xyz.redtorch.pb.CoreField.TradeFieldOrBuilder
-
成交价来源
- getPriceTick() - 类中的方法 xyz.redtorch.pb.CoreField.ContractField.Builder
-
最小变动价位
- getPriceTick() - 类中的方法 xyz.redtorch.pb.CoreField.ContractField
-
最小变动价位
- getPriceTick() - 接口中的方法 xyz.redtorch.pb.CoreField.ContractFieldOrBuilder
-
最小变动价位
- getProductClass() - 类中的方法 xyz.redtorch.pb.CoreField.ContractField.Builder
-
产品类型
- getProductClass() - 类中的方法 xyz.redtorch.pb.CoreField.ContractField
-
产品类型
- getProductClass() - 接口中的方法 xyz.redtorch.pb.CoreField.ContractFieldOrBuilder
-
产品类型
- getProductClassValue() - 类中的方法 xyz.redtorch.pb.CoreField.ContractField.Builder
-
产品类型
- getProductClassValue() - 类中的方法 xyz.redtorch.pb.CoreField.ContractField
-
产品类型
- getProductClassValue() - 接口中的方法 xyz.redtorch.pb.CoreField.ContractFieldOrBuilder
-
产品类型
- getQuantityPrecision() - 类中的方法 xyz.redtorch.pb.CoreField.ContractField.Builder
-
成交量精度
- getQuantityPrecision() - 类中的方法 xyz.redtorch.pb.CoreField.ContractField
-
成交量精度
- getQuantityPrecision() - 接口中的方法 xyz.redtorch.pb.CoreField.ContractFieldOrBuilder
-
成交量精度
- getQuarterlyData(String, LocalDate, LocalDate) - 类中的方法 org.dromara.northstar.gateway.mktdata.QuantitDataServiceManager
- getQuarterlyData(Contract, LocalDate, LocalDate) - 接口中的方法 org.dromara.northstar.common.IDataSource
-
获取15分钟K线数据
- getQuarterlyData(Contract, LocalDate, LocalDate) - 类中的方法 org.dromara.northstar.gateway.mktdata.EmptyDataSource
- getQuarterlyData(Contract, LocalDate, LocalDate) - 类中的方法 org.dromara.northstar.gateway.mktdata.NorthstarDataSource
- getReqId() - 类中的方法 xyz.redtorch.pb.CoreField.CommonReqField.Builder
-
请求ID
- getReqId() - 类中的方法 xyz.redtorch.pb.CoreField.CommonReqField
-
请求ID
- getReqId() - 接口中的方法 xyz.redtorch.pb.CoreField.CommonReqFieldOrBuilder
-
请求ID
- getReqId() - 类中的方法 xyz.redtorch.pb.CoreField.CommonRspField.Builder
-
请求ID
- getReqId() - 类中的方法 xyz.redtorch.pb.CoreField.CommonRspField
-
请求ID
- getReqId() - 接口中的方法 xyz.redtorch.pb.CoreField.CommonRspFieldOrBuilder
-
请求ID
- getReqIdBytes() - 类中的方法 xyz.redtorch.pb.CoreField.CommonReqField.Builder
-
请求ID
- getReqIdBytes() - 类中的方法 xyz.redtorch.pb.CoreField.CommonReqField
-
请求ID
- getReqIdBytes() - 接口中的方法 xyz.redtorch.pb.CoreField.CommonReqFieldOrBuilder
-
请求ID
- getReqIdBytes() - 类中的方法 xyz.redtorch.pb.CoreField.CommonRspField.Builder
-
请求ID
- getReqIdBytes() - 类中的方法 xyz.redtorch.pb.CoreField.CommonRspField
-
请求ID
- getReqIdBytes() - 接口中的方法 xyz.redtorch.pb.CoreField.CommonRspFieldOrBuilder
-
请求ID
- getRuntimeDescription() - 接口中的方法 org.dromara.northstar.strategy.IModule
-
获取模组状态描述
- getRuntimeDescription(boolean) - 接口中的方法 org.dromara.northstar.strategy.IModuleContext
-
获取模组状态
- getSequenceNo() - 类中的方法 xyz.redtorch.pb.CoreField.OrderField.Builder
-
序号
- getSequenceNo() - 类中的方法 xyz.redtorch.pb.CoreField.OrderField
-
序号
- getSequenceNo() - 接口中的方法 xyz.redtorch.pb.CoreField.OrderFieldOrBuilder
-
序号
- getSequenceNo() - 类中的方法 xyz.redtorch.pb.CoreField.TradeField.Builder
-
序列号
- getSequenceNo() - 类中的方法 xyz.redtorch.pb.CoreField.TradeField
-
序列号
- getSequenceNo() - 接口中的方法 xyz.redtorch.pb.CoreField.TradeFieldOrBuilder
-
序列号
- getSequenceNoBytes() - 类中的方法 xyz.redtorch.pb.CoreField.OrderField.Builder
-
序号
- getSequenceNoBytes() - 类中的方法 xyz.redtorch.pb.CoreField.OrderField
-
序号
- getSequenceNoBytes() - 接口中的方法 xyz.redtorch.pb.CoreField.OrderFieldOrBuilder
-
序号
- getSequenceNoBytes() - 类中的方法 xyz.redtorch.pb.CoreField.TradeField.Builder
-
序列号
- getSequenceNoBytes() - 类中的方法 xyz.redtorch.pb.CoreField.TradeField
-
序列号
- getSequenceNoBytes() - 接口中的方法 xyz.redtorch.pb.CoreField.TradeFieldOrBuilder
-
序列号
- getSerializedSize() - 类中的方法 xyz.redtorch.pb.CoreField.AccountField
- getSerializedSize() - 类中的方法 xyz.redtorch.pb.CoreField.BarField
- getSerializedSize() - 类中的方法 xyz.redtorch.pb.CoreField.CancelOrderReqField
- getSerializedSize() - 类中的方法 xyz.redtorch.pb.CoreField.CommonReqField
- getSerializedSize() - 类中的方法 xyz.redtorch.pb.CoreField.CommonRspField
- getSerializedSize() - 类中的方法 xyz.redtorch.pb.CoreField.ContractField
- getSerializedSize() - 类中的方法 xyz.redtorch.pb.CoreField.GatewayField
- getSerializedSize() - 类中的方法 xyz.redtorch.pb.CoreField.GatewaySettingField.CtpApiSettingField
- getSerializedSize() - 类中的方法 xyz.redtorch.pb.CoreField.GatewaySettingField
- getSerializedSize() - 类中的方法 xyz.redtorch.pb.CoreField.GatewaySettingField.IbApiSettingField
- getSerializedSize() - 类中的方法 xyz.redtorch.pb.CoreField.LogField
- getSerializedSize() - 类中的方法 xyz.redtorch.pb.CoreField.NoticeField
- getSerializedSize() - 类中的方法 xyz.redtorch.pb.CoreField.OrderField
- getSerializedSize() - 类中的方法 xyz.redtorch.pb.CoreField.PositionField
- getSerializedSize() - 类中的方法 xyz.redtorch.pb.CoreField.SubmitOrderReqField
- getSerializedSize() - 类中的方法 xyz.redtorch.pb.CoreField.TickField
- getSerializedSize() - 类中的方法 xyz.redtorch.pb.CoreField.TradeField
- getSessionId() - 类中的方法 xyz.redtorch.pb.CoreField.OrderField.Builder
-
连接编号(CTP/LTS)
- getSessionId() - 类中的方法 xyz.redtorch.pb.CoreField.OrderField
-
连接编号(CTP/LTS)
- getSessionId() - 接口中的方法 xyz.redtorch.pb.CoreField.OrderFieldOrBuilder
-
连接编号(CTP/LTS)
- getSettings(ChannelType) - 类中的方法 org.dromara.northstar.gateway.GatewayMetaProvider
- getSettlementId() - 类中的方法 xyz.redtorch.pb.CoreField.TradeField.Builder
-
结算编号
- getSettlementId() - 类中的方法 xyz.redtorch.pb.CoreField.TradeField
-
结算编号
- getSettlementId() - 接口中的方法 xyz.redtorch.pb.CoreField.TradeFieldOrBuilder
-
结算编号
- getSettlementIdBytes() - 类中的方法 xyz.redtorch.pb.CoreField.TradeField.Builder
-
结算编号
- getSettlementIdBytes() - 类中的方法 xyz.redtorch.pb.CoreField.TradeField
-
结算编号
- getSettlementIdBytes() - 接口中的方法 xyz.redtorch.pb.CoreField.TradeFieldOrBuilder
-
结算编号
- getSettlePrice() - 类中的方法 xyz.redtorch.pb.CoreField.TickField.Builder
-
结算价
- getSettlePrice() - 类中的方法 xyz.redtorch.pb.CoreField.TickField
-
结算价
- getSettlePrice() - 接口中的方法 xyz.redtorch.pb.CoreField.TickFieldOrBuilder
-
结算价
- getShortMarginRatio() - 类中的方法 xyz.redtorch.pb.CoreField.ContractField.Builder
-
空头保证金率
- getShortMarginRatio() - 类中的方法 xyz.redtorch.pb.CoreField.ContractField
-
空头保证金率
- getShortMarginRatio() - 接口中的方法 xyz.redtorch.pb.CoreField.ContractFieldOrBuilder
-
空头保证金率
- getSourceNodeId() - 类中的方法 xyz.redtorch.pb.CoreField.CommonReqField.Builder
-
来源节点ID
- getSourceNodeId() - 类中的方法 xyz.redtorch.pb.CoreField.CommonReqField
-
来源节点ID
- getSourceNodeId() - 接口中的方法 xyz.redtorch.pb.CoreField.CommonReqFieldOrBuilder
-
来源节点ID
- getState() - 接口中的方法 org.dromara.northstar.strategy.IModuleStrategyContext
-
获取模组状态
- getStatus() - 类中的方法 xyz.redtorch.pb.CoreField.GatewayField.Builder
-
网关状态
- getStatus() - 类中的方法 xyz.redtorch.pb.CoreField.GatewayField
-
网关状态
- getStatus() - 接口中的方法 xyz.redtorch.pb.CoreField.GatewayFieldOrBuilder
-
网关状态
- getStatus() - 类中的方法 xyz.redtorch.pb.CoreField.GatewaySettingField.Builder
-
.xyz.redtorch.pb.ConnectStatusEnum status = 10; - getStatus() - 类中的方法 xyz.redtorch.pb.CoreField.GatewaySettingField
-
.xyz.redtorch.pb.ConnectStatusEnum status = 10; - getStatus() - 接口中的方法 xyz.redtorch.pb.CoreField.GatewaySettingFieldOrBuilder
-
.xyz.redtorch.pb.ConnectStatusEnum status = 10; - getStatus() - 类中的方法 xyz.redtorch.pb.CoreField.NoticeField.Builder
-
.xyz.redtorch.pb.CommonStatusEnum status = 1; - getStatus() - 类中的方法 xyz.redtorch.pb.CoreField.NoticeField
-
.xyz.redtorch.pb.CommonStatusEnum status = 1; - getStatus() - 接口中的方法 xyz.redtorch.pb.CoreField.NoticeFieldOrBuilder
-
.xyz.redtorch.pb.CommonStatusEnum status = 1; - getStatus() - 类中的方法 xyz.redtorch.pb.CoreField.TickField.Builder
-
状态
- getStatus() - 类中的方法 xyz.redtorch.pb.CoreField.TickField
-
状态
- getStatus() - 接口中的方法 xyz.redtorch.pb.CoreField.TickFieldOrBuilder
-
状态
- getStatusMsg() - 类中的方法 xyz.redtorch.pb.CoreField.OrderField.Builder
-
状态信息
- getStatusMsg() - 类中的方法 xyz.redtorch.pb.CoreField.OrderField
-
状态信息
- getStatusMsg() - 接口中的方法 xyz.redtorch.pb.CoreField.OrderFieldOrBuilder
-
状态信息
- getStatusMsgBytes() - 类中的方法 xyz.redtorch.pb.CoreField.OrderField.Builder
-
状态信息
- getStatusMsgBytes() - 类中的方法 xyz.redtorch.pb.CoreField.OrderField
-
状态信息
- getStatusMsgBytes() - 接口中的方法 xyz.redtorch.pb.CoreField.OrderFieldOrBuilder
-
状态信息
- getStatusValue() - 类中的方法 xyz.redtorch.pb.CoreField.GatewayField.Builder
-
网关状态
- getStatusValue() - 类中的方法 xyz.redtorch.pb.CoreField.GatewayField
-
网关状态
- getStatusValue() - 接口中的方法 xyz.redtorch.pb.CoreField.GatewayFieldOrBuilder
-
网关状态
- getStatusValue() - 类中的方法 xyz.redtorch.pb.CoreField.GatewaySettingField.Builder
-
.xyz.redtorch.pb.ConnectStatusEnum status = 10; - getStatusValue() - 类中的方法 xyz.redtorch.pb.CoreField.GatewaySettingField
-
.xyz.redtorch.pb.ConnectStatusEnum status = 10; - getStatusValue() - 接口中的方法 xyz.redtorch.pb.CoreField.GatewaySettingFieldOrBuilder
-
.xyz.redtorch.pb.ConnectStatusEnum status = 10; - getStatusValue() - 类中的方法 xyz.redtorch.pb.CoreField.NoticeField.Builder
-
.xyz.redtorch.pb.CommonStatusEnum status = 1; - getStatusValue() - 类中的方法 xyz.redtorch.pb.CoreField.NoticeField
-
.xyz.redtorch.pb.CommonStatusEnum status = 1; - getStatusValue() - 接口中的方法 xyz.redtorch.pb.CoreField.NoticeFieldOrBuilder
-
.xyz.redtorch.pb.CommonStatusEnum status = 1; - getStopPrice() - 类中的方法 xyz.redtorch.pb.CoreField.OrderField.Builder
-
止损价
- getStopPrice() - 类中的方法 xyz.redtorch.pb.CoreField.OrderField
-
止损价
- getStopPrice() - 接口中的方法 xyz.redtorch.pb.CoreField.OrderFieldOrBuilder
-
止损价
- getStopPrice() - 类中的方法 xyz.redtorch.pb.CoreField.SubmitOrderReqField.Builder
-
止损价
- getStopPrice() - 类中的方法 xyz.redtorch.pb.CoreField.SubmitOrderReqField
-
止损价
- getStopPrice() - 接口中的方法 xyz.redtorch.pb.CoreField.SubmitOrderReqFieldOrBuilder
-
止损价
- getStoreObject() - 接口中的方法 org.dromara.northstar.strategy.TradeStrategy
-
获取计算状态
- getStrategy() - 接口中的方法 org.dromara.northstar.strategy.IModuleContext
-
获取交易策略
- getStrikePrice() - 类中的方法 xyz.redtorch.pb.CoreField.ContractField.Builder
-
执行价
- getStrikePrice() - 类中的方法 xyz.redtorch.pb.CoreField.ContractField
-
执行价
- getStrikePrice() - 接口中的方法 xyz.redtorch.pb.CoreField.ContractFieldOrBuilder
-
执行价
- getSubEvents() - 接口中的方法 org.dromara.northstar.data.IMessageSenderRepository
- getSuspendTime() - 类中的方法 xyz.redtorch.pb.CoreField.OrderField.Builder
-
挂起时间
- getSuspendTime() - 类中的方法 xyz.redtorch.pb.CoreField.OrderField
-
挂起时间
- getSuspendTime() - 接口中的方法 xyz.redtorch.pb.CoreField.OrderFieldOrBuilder
-
挂起时间
- getSuspendTimeBytes() - 类中的方法 xyz.redtorch.pb.CoreField.OrderField.Builder
-
挂起时间
- getSuspendTimeBytes() - 类中的方法 xyz.redtorch.pb.CoreField.OrderField
-
挂起时间
- getSuspendTimeBytes() - 接口中的方法 xyz.redtorch.pb.CoreField.OrderFieldOrBuilder
-
挂起时间
- getSwapOrder() - 类中的方法 xyz.redtorch.pb.CoreField.OrderField.Builder
-
互换单标志
- getSwapOrder() - 类中的方法 xyz.redtorch.pb.CoreField.OrderField
-
互换单标志
- getSwapOrder() - 接口中的方法 xyz.redtorch.pb.CoreField.OrderFieldOrBuilder
-
互换单标志
- getSwapOrder() - 类中的方法 xyz.redtorch.pb.CoreField.SubmitOrderReqField.Builder
-
互换单标志
- getSwapOrder() - 类中的方法 xyz.redtorch.pb.CoreField.SubmitOrderReqField
-
互换单标志
- getSwapOrder() - 接口中的方法 xyz.redtorch.pb.CoreField.SubmitOrderReqFieldOrBuilder
-
互换单标志
- getSymbol() - 类中的方法 xyz.redtorch.pb.CoreField.ContractField.Builder
-
代码
- getSymbol() - 类中的方法 xyz.redtorch.pb.CoreField.ContractField
-
代码
- getSymbol() - 接口中的方法 xyz.redtorch.pb.CoreField.ContractFieldOrBuilder
-
代码
- getSymbolBytes() - 类中的方法 xyz.redtorch.pb.CoreField.ContractField.Builder
-
代码
- getSymbolBytes() - 类中的方法 xyz.redtorch.pb.CoreField.ContractField
-
代码
- getSymbolBytes() - 接口中的方法 xyz.redtorch.pb.CoreField.ContractFieldOrBuilder
-
代码
- getTargetNodeId() - 类中的方法 xyz.redtorch.pb.CoreField.CommonReqField.Builder
-
目标节点ID
- getTargetNodeId() - 类中的方法 xyz.redtorch.pb.CoreField.CommonReqField
-
目标节点ID
- getTargetNodeId() - 接口中的方法 xyz.redtorch.pb.CoreField.CommonReqFieldOrBuilder
-
目标节点ID
- getTdFrozen() - 类中的方法 xyz.redtorch.pb.CoreField.PositionField.Builder
-
冻结数量
- getTdFrozen() - 类中的方法 xyz.redtorch.pb.CoreField.PositionField
-
冻结数量
- getTdFrozen() - 接口中的方法 xyz.redtorch.pb.CoreField.PositionFieldOrBuilder
-
冻结数量
- getTdHost() - 类中的方法 xyz.redtorch.pb.CoreField.GatewaySettingField.CtpApiSettingField.Builder
-
string tdHost = 4; - getTdHost() - 类中的方法 xyz.redtorch.pb.CoreField.GatewaySettingField.CtpApiSettingField
-
string tdHost = 4; - getTdHost() - 接口中的方法 xyz.redtorch.pb.CoreField.GatewaySettingField.CtpApiSettingFieldOrBuilder
-
string tdHost = 4; - getTdHostBytes() - 类中的方法 xyz.redtorch.pb.CoreField.GatewaySettingField.CtpApiSettingField.Builder
-
string tdHost = 4; - getTdHostBytes() - 类中的方法 xyz.redtorch.pb.CoreField.GatewaySettingField.CtpApiSettingField
-
string tdHost = 4; - getTdHostBytes() - 接口中的方法 xyz.redtorch.pb.CoreField.GatewaySettingField.CtpApiSettingFieldOrBuilder
-
string tdHost = 4; - getTdPort() - 类中的方法 xyz.redtorch.pb.CoreField.GatewaySettingField.CtpApiSettingField.Builder
-
string tdPort = 5; - getTdPort() - 类中的方法 xyz.redtorch.pb.CoreField.GatewaySettingField.CtpApiSettingField
-
string tdPort = 5; - getTdPort() - 接口中的方法 xyz.redtorch.pb.CoreField.GatewaySettingField.CtpApiSettingFieldOrBuilder
-
string tdPort = 5; - getTdPortBytes() - 类中的方法 xyz.redtorch.pb.CoreField.GatewaySettingField.CtpApiSettingField.Builder
-
string tdPort = 5; - getTdPortBytes() - 类中的方法 xyz.redtorch.pb.CoreField.GatewaySettingField.CtpApiSettingField
-
string tdPort = 5; - getTdPortBytes() - 接口中的方法 xyz.redtorch.pb.CoreField.GatewaySettingField.CtpApiSettingFieldOrBuilder
-
string tdPort = 5; - getTdPosition() - 类中的方法 xyz.redtorch.pb.CoreField.PositionField.Builder
-
今持仓
- getTdPosition() - 类中的方法 xyz.redtorch.pb.CoreField.PositionField
-
今持仓
- getTdPosition() - 接口中的方法 xyz.redtorch.pb.CoreField.PositionFieldOrBuilder
-
今持仓
- getThirdPartyId() - 类中的方法 xyz.redtorch.pb.CoreField.ContractField.Builder
-
第三方ID
- getThirdPartyId() - 类中的方法 xyz.redtorch.pb.CoreField.ContractField
-
第三方ID
- getThirdPartyId() - 接口中的方法 xyz.redtorch.pb.CoreField.ContractFieldOrBuilder
-
第三方ID
- getThirdPartyIdBytes() - 类中的方法 xyz.redtorch.pb.CoreField.ContractField.Builder
-
第三方ID
- getThirdPartyIdBytes() - 类中的方法 xyz.redtorch.pb.CoreField.ContractField
-
第三方ID
- getThirdPartyIdBytes() - 接口中的方法 xyz.redtorch.pb.CoreField.ContractFieldOrBuilder
-
第三方ID
- getTimeCondition() - 类中的方法 xyz.redtorch.pb.CoreField.OrderField.Builder
-
时效
- getTimeCondition() - 类中的方法 xyz.redtorch.pb.CoreField.OrderField
-
时效
- getTimeCondition() - 接口中的方法 xyz.redtorch.pb.CoreField.OrderFieldOrBuilder
-
时效
- getTimeCondition() - 类中的方法 xyz.redtorch.pb.CoreField.SubmitOrderReqField.Builder
-
时效
- getTimeCondition() - 类中的方法 xyz.redtorch.pb.CoreField.SubmitOrderReqField
-
时效
- getTimeCondition() - 接口中的方法 xyz.redtorch.pb.CoreField.SubmitOrderReqFieldOrBuilder
-
时效
- getTimeConditionValue() - 类中的方法 xyz.redtorch.pb.CoreField.OrderField.Builder
-
时效
- getTimeConditionValue() - 类中的方法 xyz.redtorch.pb.CoreField.OrderField
-
时效
- getTimeConditionValue() - 接口中的方法 xyz.redtorch.pb.CoreField.OrderFieldOrBuilder
-
时效
- getTimeConditionValue() - 类中的方法 xyz.redtorch.pb.CoreField.SubmitOrderReqField.Builder
-
时效
- getTimeConditionValue() - 类中的方法 xyz.redtorch.pb.CoreField.SubmitOrderReqField
-
时效
- getTimeConditionValue() - 接口中的方法 xyz.redtorch.pb.CoreField.SubmitOrderReqFieldOrBuilder
-
时效
- getTimestamp() - 记录类中的方法 org.dromara.northstar.common.model.core.Bar
- getTimestamp() - 记录类中的方法 org.dromara.northstar.common.model.core.Tick
- getTimestamp() - 接口中的方法 org.dromara.northstar.common.Timed
- getTimestamp() - 类中的方法 xyz.redtorch.pb.CoreField.LogField.Builder
-
fixed64 timestamp = 2; - getTimestamp() - 类中的方法 xyz.redtorch.pb.CoreField.LogField
-
fixed64 timestamp = 2; - getTimestamp() - 接口中的方法 xyz.redtorch.pb.CoreField.LogFieldOrBuilder
-
fixed64 timestamp = 2; - getTimestamp() - 类中的方法 xyz.redtorch.pb.CoreField.NoticeField.Builder
-
fixed64 timestamp = 2; - getTimestamp() - 类中的方法 xyz.redtorch.pb.CoreField.NoticeField
-
fixed64 timestamp = 2; - getTimestamp() - 接口中的方法 xyz.redtorch.pb.CoreField.NoticeFieldOrBuilder
-
fixed64 timestamp = 2; - getTotalAskVol() - 类中的方法 xyz.redtorch.pb.CoreField.TickField.Builder
-
定单卖出总量
- getTotalAskVol() - 类中的方法 xyz.redtorch.pb.CoreField.TickField
-
定单卖出总量
- getTotalAskVol() - 接口中的方法 xyz.redtorch.pb.CoreField.TickFieldOrBuilder
-
定单卖出总量
- getTotalBidVol() - 类中的方法 xyz.redtorch.pb.CoreField.TickField.Builder
-
定单买入总量
- getTotalBidVol() - 类中的方法 xyz.redtorch.pb.CoreField.TickField
-
定单买入总量
- getTotalBidVol() - 接口中的方法 xyz.redtorch.pb.CoreField.TickFieldOrBuilder
-
定单买入总量
- getTotalVolume() - 类中的方法 xyz.redtorch.pb.CoreField.OrderField.Builder
-
数量
- getTotalVolume() - 类中的方法 xyz.redtorch.pb.CoreField.OrderField
-
数量
- getTotalVolume() - 接口中的方法 xyz.redtorch.pb.CoreField.OrderFieldOrBuilder
-
数量
- getTradeDate() - 类中的方法 xyz.redtorch.pb.CoreField.TradeField.Builder
-
成交日期
- getTradeDate() - 类中的方法 xyz.redtorch.pb.CoreField.TradeField
-
成交日期
- getTradeDate() - 接口中的方法 xyz.redtorch.pb.CoreField.TradeFieldOrBuilder
-
成交日期
- getTradeDateBytes() - 类中的方法 xyz.redtorch.pb.CoreField.TradeField.Builder
-
成交日期
- getTradeDateBytes() - 类中的方法 xyz.redtorch.pb.CoreField.TradeField
-
成交日期
- getTradeDateBytes() - 接口中的方法 xyz.redtorch.pb.CoreField.TradeFieldOrBuilder
-
成交日期
- getTradedVolume() - 类中的方法 xyz.redtorch.pb.CoreField.OrderField.Builder
-
已成交数量
- getTradedVolume() - 类中的方法 xyz.redtorch.pb.CoreField.OrderField
-
已成交数量
- getTradedVolume() - 接口中的方法 xyz.redtorch.pb.CoreField.OrderFieldOrBuilder
-
已成交数量
- getTradeGateway() - 接口中的方法 org.dromara.northstar.strategy.IAccount
-
获取账户绑定的交易网关
- getTradeId() - 类中的方法 xyz.redtorch.pb.CoreField.TradeField.Builder
-
成交ID,通常是<网关ID@定单编号@方向@成交编号>,加入方向是因为部分交易所发生违规自成交后,成交ID相同
- getTradeId() - 类中的方法 xyz.redtorch.pb.CoreField.TradeField
-
成交ID,通常是<网关ID@定单编号@方向@成交编号>,加入方向是因为部分交易所发生违规自成交后,成交ID相同
- getTradeId() - 接口中的方法 xyz.redtorch.pb.CoreField.TradeFieldOrBuilder
-
成交ID,通常是<网关ID@定单编号@方向@成交编号>,加入方向是因为部分交易所发生违规自成交后,成交ID相同
- getTradeIdBytes() - 类中的方法 xyz.redtorch.pb.CoreField.TradeField.Builder
-
成交ID,通常是<网关ID@定单编号@方向@成交编号>,加入方向是因为部分交易所发生违规自成交后,成交ID相同
- getTradeIdBytes() - 类中的方法 xyz.redtorch.pb.CoreField.TradeField
-
成交ID,通常是<网关ID@定单编号@方向@成交编号>,加入方向是因为部分交易所发生违规自成交后,成交ID相同
- getTradeIdBytes() - 接口中的方法 xyz.redtorch.pb.CoreField.TradeFieldOrBuilder
-
成交ID,通常是<网关ID@定单编号@方向@成交编号>,加入方向是因为部分交易所发生违规自成交后,成交ID相同
- getTradeStrategy() - 接口中的方法 org.dromara.northstar.strategy.IModule
-
获取交易策略
- getTradeTime() - 类中的方法 xyz.redtorch.pb.CoreField.TradeField.Builder
-
成交时间(HHmmssSSS)
- getTradeTime() - 类中的方法 xyz.redtorch.pb.CoreField.TradeField
-
成交时间(HHmmssSSS)
- getTradeTime() - 接口中的方法 xyz.redtorch.pb.CoreField.TradeFieldOrBuilder
-
成交时间(HHmmssSSS)
- getTradeTimeBytes() - 类中的方法 xyz.redtorch.pb.CoreField.TradeField.Builder
-
成交时间(HHmmssSSS)
- getTradeTimeBytes() - 类中的方法 xyz.redtorch.pb.CoreField.TradeField
-
成交时间(HHmmssSSS)
- getTradeTimeBytes() - 接口中的方法 xyz.redtorch.pb.CoreField.TradeFieldOrBuilder
-
成交时间(HHmmssSSS)
- getTradeTimestamp() - 类中的方法 xyz.redtorch.pb.CoreField.TradeField.Builder
-
成交时间戳
- getTradeTimestamp() - 类中的方法 xyz.redtorch.pb.CoreField.TradeField
-
成交时间戳
- getTradeTimestamp() - 接口中的方法 xyz.redtorch.pb.CoreField.TradeFieldOrBuilder
-
成交时间戳
- getTradeType() - 类中的方法 xyz.redtorch.pb.CoreField.TradeField.Builder
-
成交类型
- getTradeType() - 类中的方法 xyz.redtorch.pb.CoreField.TradeField
-
成交类型
- getTradeType() - 接口中的方法 xyz.redtorch.pb.CoreField.TradeFieldOrBuilder
-
成交类型
- getTradeTypeValue() - 类中的方法 xyz.redtorch.pb.CoreField.TradeField.Builder
-
成交类型
- getTradeTypeValue() - 类中的方法 xyz.redtorch.pb.CoreField.TradeField
-
成交类型
- getTradeTypeValue() - 接口中的方法 xyz.redtorch.pb.CoreField.TradeFieldOrBuilder
-
成交类型
- getTradingDay() - 类中的方法 xyz.redtorch.pb.CoreField.BarField.Builder
-
交易日
- getTradingDay() - 类中的方法 xyz.redtorch.pb.CoreField.BarField
-
交易日
- getTradingDay() - 接口中的方法 xyz.redtorch.pb.CoreField.BarFieldOrBuilder
-
交易日
- getTradingDay() - 类中的方法 xyz.redtorch.pb.CoreField.OrderField.Builder
-
交易日
- getTradingDay() - 类中的方法 xyz.redtorch.pb.CoreField.OrderField
-
交易日
- getTradingDay() - 接口中的方法 xyz.redtorch.pb.CoreField.OrderFieldOrBuilder
-
交易日
- getTradingDay() - 类中的方法 xyz.redtorch.pb.CoreField.TickField.Builder
-
交易日
- getTradingDay() - 类中的方法 xyz.redtorch.pb.CoreField.TickField
-
交易日
- getTradingDay() - 接口中的方法 xyz.redtorch.pb.CoreField.TickFieldOrBuilder
-
交易日
- getTradingDay() - 类中的方法 xyz.redtorch.pb.CoreField.TradeField.Builder
-
交易日
- getTradingDay() - 类中的方法 xyz.redtorch.pb.CoreField.TradeField
-
交易日
- getTradingDay() - 接口中的方法 xyz.redtorch.pb.CoreField.TradeFieldOrBuilder
-
交易日
- getTradingDayBytes() - 类中的方法 xyz.redtorch.pb.CoreField.BarField.Builder
-
交易日
- getTradingDayBytes() - 类中的方法 xyz.redtorch.pb.CoreField.BarField
-
交易日
- getTradingDayBytes() - 接口中的方法 xyz.redtorch.pb.CoreField.BarFieldOrBuilder
-
交易日
- getTradingDayBytes() - 类中的方法 xyz.redtorch.pb.CoreField.OrderField.Builder
-
交易日
- getTradingDayBytes() - 类中的方法 xyz.redtorch.pb.CoreField.OrderField
-
交易日
- getTradingDayBytes() - 接口中的方法 xyz.redtorch.pb.CoreField.OrderFieldOrBuilder
-
交易日
- getTradingDayBytes() - 类中的方法 xyz.redtorch.pb.CoreField.TickField.Builder
-
交易日
- getTradingDayBytes() - 类中的方法 xyz.redtorch.pb.CoreField.TickField
-
交易日
- getTradingDayBytes() - 接口中的方法 xyz.redtorch.pb.CoreField.TickFieldOrBuilder
-
交易日
- getTradingDayBytes() - 类中的方法 xyz.redtorch.pb.CoreField.TradeField.Builder
-
交易日
- getTradingDayBytes() - 类中的方法 xyz.redtorch.pb.CoreField.TradeField
-
交易日
- getTradingDayBytes() - 接口中的方法 xyz.redtorch.pb.CoreField.TradeFieldOrBuilder
-
交易日
- getTurnover() - 类中的方法 xyz.redtorch.pb.CoreField.BarField.Builder
-
最后成交总额
- getTurnover() - 类中的方法 xyz.redtorch.pb.CoreField.BarField
-
最后成交总额
- getTurnover() - 接口中的方法 xyz.redtorch.pb.CoreField.BarFieldOrBuilder
-
最后成交总额
- getTurnover() - 类中的方法 xyz.redtorch.pb.CoreField.TickField.Builder
-
成交总额
- getTurnover() - 类中的方法 xyz.redtorch.pb.CoreField.TickField
-
成交总额
- getTurnover() - 接口中的方法 xyz.redtorch.pb.CoreField.TickFieldOrBuilder
-
成交总额
- getTurnoverDelta() - 类中的方法 xyz.redtorch.pb.CoreField.BarField.Builder
-
成交总额(Bar)
- getTurnoverDelta() - 类中的方法 xyz.redtorch.pb.CoreField.BarField
-
成交总额(Bar)
- getTurnoverDelta() - 接口中的方法 xyz.redtorch.pb.CoreField.BarFieldOrBuilder
-
成交总额(Bar)
- getTurnoverDelta() - 类中的方法 xyz.redtorch.pb.CoreField.TickField.Builder
-
成交总额变化
- getTurnoverDelta() - 类中的方法 xyz.redtorch.pb.CoreField.TickField
-
成交总额变化
- getTurnoverDelta() - 接口中的方法 xyz.redtorch.pb.CoreField.TickFieldOrBuilder
-
成交总额变化
- getUnderlyingMultiplier() - 类中的方法 xyz.redtorch.pb.CoreField.ContractField.Builder
-
合约基础商品乘数
- getUnderlyingMultiplier() - 类中的方法 xyz.redtorch.pb.CoreField.ContractField
-
合约基础商品乘数
- getUnderlyingMultiplier() - 接口中的方法 xyz.redtorch.pb.CoreField.ContractFieldOrBuilder
-
合约基础商品乘数
- getUnderlyingSymbol() - 类中的方法 xyz.redtorch.pb.CoreField.ContractField.Builder
-
基础商品代码
- getUnderlyingSymbol() - 类中的方法 xyz.redtorch.pb.CoreField.ContractField
-
基础商品代码
- getUnderlyingSymbol() - 接口中的方法 xyz.redtorch.pb.CoreField.ContractFieldOrBuilder
-
基础商品代码
- getUnderlyingSymbolBytes() - 类中的方法 xyz.redtorch.pb.CoreField.ContractField.Builder
-
基础商品代码
- getUnderlyingSymbolBytes() - 类中的方法 xyz.redtorch.pb.CoreField.ContractField
-
基础商品代码
- getUnderlyingSymbolBytes() - 接口中的方法 xyz.redtorch.pb.CoreField.ContractFieldOrBuilder
-
基础商品代码
- getUnifiedSymbol() - 类中的方法 xyz.redtorch.pb.CoreField.BarField.Builder
-
统一合约标识
- getUnifiedSymbol() - 类中的方法 xyz.redtorch.pb.CoreField.BarField
-
统一合约标识
- getUnifiedSymbol() - 接口中的方法 xyz.redtorch.pb.CoreField.BarFieldOrBuilder
-
统一合约标识
- getUnifiedSymbol() - 类中的方法 xyz.redtorch.pb.CoreField.ContractField.Builder
-
统一ID,通常是 <合约代码@交易所代码@产品类型>
- getUnifiedSymbol() - 类中的方法 xyz.redtorch.pb.CoreField.ContractField
-
统一ID,通常是 <合约代码@交易所代码@产品类型>
- getUnifiedSymbol() - 接口中的方法 xyz.redtorch.pb.CoreField.ContractFieldOrBuilder
-
统一ID,通常是 <合约代码@交易所代码@产品类型>
- getUnifiedSymbol() - 类中的方法 xyz.redtorch.pb.CoreField.TickField.Builder
-
统一合约标识
- getUnifiedSymbol() - 类中的方法 xyz.redtorch.pb.CoreField.TickField
-
统一合约标识
- getUnifiedSymbol() - 接口中的方法 xyz.redtorch.pb.CoreField.TickFieldOrBuilder
-
统一合约标识
- getUnifiedSymbolBytes() - 类中的方法 xyz.redtorch.pb.CoreField.BarField.Builder
-
统一合约标识
- getUnifiedSymbolBytes() - 类中的方法 xyz.redtorch.pb.CoreField.BarField
-
统一合约标识
- getUnifiedSymbolBytes() - 接口中的方法 xyz.redtorch.pb.CoreField.BarFieldOrBuilder
-
统一合约标识
- getUnifiedSymbolBytes() - 类中的方法 xyz.redtorch.pb.CoreField.ContractField.Builder
-
统一ID,通常是 <合约代码@交易所代码@产品类型>
- getUnifiedSymbolBytes() - 类中的方法 xyz.redtorch.pb.CoreField.ContractField
-
统一ID,通常是 <合约代码@交易所代码@产品类型>
- getUnifiedSymbolBytes() - 接口中的方法 xyz.redtorch.pb.CoreField.ContractFieldOrBuilder
-
统一ID,通常是 <合约代码@交易所代码@产品类型>
- getUnifiedSymbolBytes() - 类中的方法 xyz.redtorch.pb.CoreField.TickField.Builder
-
统一合约标识
- getUnifiedSymbolBytes() - 类中的方法 xyz.redtorch.pb.CoreField.TickField
-
统一合约标识
- getUnifiedSymbolBytes() - 接口中的方法 xyz.redtorch.pb.CoreField.TickFieldOrBuilder
-
统一合约标识
- getUnknownFields() - 类中的方法 xyz.redtorch.pb.CoreField.AccountField
- getUnknownFields() - 类中的方法 xyz.redtorch.pb.CoreField.BarField
- getUnknownFields() - 类中的方法 xyz.redtorch.pb.CoreField.CancelOrderReqField
- getUnknownFields() - 类中的方法 xyz.redtorch.pb.CoreField.CommonReqField
- getUnknownFields() - 类中的方法 xyz.redtorch.pb.CoreField.CommonRspField
- getUnknownFields() - 类中的方法 xyz.redtorch.pb.CoreField.ContractField
- getUnknownFields() - 类中的方法 xyz.redtorch.pb.CoreField.GatewayField
- getUnknownFields() - 类中的方法 xyz.redtorch.pb.CoreField.GatewaySettingField.CtpApiSettingField
- getUnknownFields() - 类中的方法 xyz.redtorch.pb.CoreField.GatewaySettingField
- getUnknownFields() - 类中的方法 xyz.redtorch.pb.CoreField.GatewaySettingField.IbApiSettingField
- getUnknownFields() - 类中的方法 xyz.redtorch.pb.CoreField.LogField
- getUnknownFields() - 类中的方法 xyz.redtorch.pb.CoreField.NoticeField
- getUnknownFields() - 类中的方法 xyz.redtorch.pb.CoreField.OrderField
- getUnknownFields() - 类中的方法 xyz.redtorch.pb.CoreField.PositionField
- getUnknownFields() - 类中的方法 xyz.redtorch.pb.CoreField.SubmitOrderReqField
- getUnknownFields() - 类中的方法 xyz.redtorch.pb.CoreField.TickField
- getUnknownFields() - 类中的方法 xyz.redtorch.pb.CoreField.TradeField
- getUpdateTime() - 类中的方法 xyz.redtorch.pb.CoreField.OrderField.Builder
-
最后修改时间
- getUpdateTime() - 类中的方法 xyz.redtorch.pb.CoreField.OrderField
-
最后修改时间
- getUpdateTime() - 接口中的方法 xyz.redtorch.pb.CoreField.OrderFieldOrBuilder
-
最后修改时间
- getUpdateTimeBytes() - 类中的方法 xyz.redtorch.pb.CoreField.OrderField.Builder
-
最后修改时间
- getUpdateTimeBytes() - 类中的方法 xyz.redtorch.pb.CoreField.OrderField
-
最后修改时间
- getUpdateTimeBytes() - 接口中的方法 xyz.redtorch.pb.CoreField.OrderFieldOrBuilder
-
最后修改时间
- getUpper() - 类中的方法 org.dromara.northstar.indicator.volatility.BOLLIndicator
- getUpperLimit() - 类中的方法 xyz.redtorch.pb.CoreField.TickField.Builder
-
涨停价
- getUpperLimit() - 类中的方法 xyz.redtorch.pb.CoreField.TickField
-
涨停价
- getUpperLimit() - 接口中的方法 xyz.redtorch.pb.CoreField.TickFieldOrBuilder
-
涨停价
- getUsage() - 类中的方法 org.dromara.northstar.common.model.GatewayTypeDescription
- getUseMargin() - 类中的方法 xyz.redtorch.pb.CoreField.PositionField.Builder
-
占用的保证金
- getUseMargin() - 类中的方法 xyz.redtorch.pb.CoreField.PositionField
-
占用的保证金
- getUseMargin() - 接口中的方法 xyz.redtorch.pb.CoreField.PositionFieldOrBuilder
-
占用的保证金
- getUserForceClose() - 类中的方法 xyz.redtorch.pb.CoreField.OrderField.Builder
-
用户强平标志
- getUserForceClose() - 类中的方法 xyz.redtorch.pb.CoreField.OrderField
-
用户强平标志
- getUserForceClose() - 接口中的方法 xyz.redtorch.pb.CoreField.OrderFieldOrBuilder
-
用户强平标志
- getUserForceClose() - 类中的方法 xyz.redtorch.pb.CoreField.SubmitOrderReqField.Builder
-
用户强评标志
- getUserForceClose() - 类中的方法 xyz.redtorch.pb.CoreField.SubmitOrderReqField
-
用户强评标志
- getUserForceClose() - 接口中的方法 xyz.redtorch.pb.CoreField.SubmitOrderReqFieldOrBuilder
-
用户强评标志
- getUserId() - 类中的方法 xyz.redtorch.pb.CoreField.GatewaySettingField.CtpApiSettingField.Builder
-
string userId = 1; - getUserId() - 类中的方法 xyz.redtorch.pb.CoreField.GatewaySettingField.CtpApiSettingField
-
string userId = 1; - getUserId() - 接口中的方法 xyz.redtorch.pb.CoreField.GatewaySettingField.CtpApiSettingFieldOrBuilder
-
string userId = 1; - getUserIdBytes() - 类中的方法 xyz.redtorch.pb.CoreField.GatewaySettingField.CtpApiSettingField.Builder
-
string userId = 1; - getUserIdBytes() - 类中的方法 xyz.redtorch.pb.CoreField.GatewaySettingField.CtpApiSettingField
-
string userId = 1; - getUserIdBytes() - 接口中的方法 xyz.redtorch.pb.CoreField.GatewaySettingField.CtpApiSettingFieldOrBuilder
-
string userId = 1; - getUserProductInfo() - 类中的方法 xyz.redtorch.pb.CoreField.GatewaySettingField.CtpApiSettingField.Builder
-
string userProductInfo = 9; - getUserProductInfo() - 类中的方法 xyz.redtorch.pb.CoreField.GatewaySettingField.CtpApiSettingField
-
string userProductInfo = 9; - getUserProductInfo() - 接口中的方法 xyz.redtorch.pb.CoreField.GatewaySettingField.CtpApiSettingFieldOrBuilder
-
string userProductInfo = 9; - getUserProductInfoBytes() - 类中的方法 xyz.redtorch.pb.CoreField.GatewaySettingField.CtpApiSettingField.Builder
-
string userProductInfo = 9; - getUserProductInfoBytes() - 类中的方法 xyz.redtorch.pb.CoreField.GatewaySettingField.CtpApiSettingField
-
string userProductInfo = 9; - getUserProductInfoBytes() - 接口中的方法 xyz.redtorch.pb.CoreField.GatewaySettingField.CtpApiSettingFieldOrBuilder
-
string userProductInfo = 9; - getValueDescriptor() - 枚举类中的方法 xyz.redtorch.pb.CoreEnum.ActionFlagEnum
- getValueDescriptor() - 枚举类中的方法 xyz.redtorch.pb.CoreEnum.BarCycleEnum
- getValueDescriptor() - 枚举类中的方法 xyz.redtorch.pb.CoreEnum.CombinationTypeEnum
- getValueDescriptor() - 枚举类中的方法 xyz.redtorch.pb.CoreEnum.CommonStatusEnum
- getValueDescriptor() - 枚举类中的方法 xyz.redtorch.pb.CoreEnum.ConnectStatusEnum
- getValueDescriptor() - 枚举类中的方法 xyz.redtorch.pb.CoreEnum.ContingentConditionEnum
- getValueDescriptor() - 枚举类中的方法 xyz.redtorch.pb.CoreEnum.CurrencyEnum
- getValueDescriptor() - 枚举类中的方法 xyz.redtorch.pb.CoreEnum.DirectionEnum
- getValueDescriptor() - 枚举类中的方法 xyz.redtorch.pb.CoreEnum.ExchangeEnum
- getValueDescriptor() - 枚举类中的方法 xyz.redtorch.pb.CoreEnum.ForceCloseReasonEnum
- getValueDescriptor() - 枚举类中的方法 xyz.redtorch.pb.CoreEnum.GatewayAdapterTypeEnum
- getValueDescriptor() - 枚举类中的方法 xyz.redtorch.pb.CoreEnum.GatewayTypeEnum
- getValueDescriptor() - 枚举类中的方法 xyz.redtorch.pb.CoreEnum.HedgeFlagEnum
- getValueDescriptor() - 枚举类中的方法 xyz.redtorch.pb.CoreEnum.LogLevelEnum
- getValueDescriptor() - 枚举类中的方法 xyz.redtorch.pb.CoreEnum.MarketDataDBTypeEnum
- getValueDescriptor() - 枚举类中的方法 xyz.redtorch.pb.CoreEnum.OffsetFlagEnum
- getValueDescriptor() - 枚举类中的方法 xyz.redtorch.pb.CoreEnum.OptionsTypeEnum
- getValueDescriptor() - 枚举类中的方法 xyz.redtorch.pb.CoreEnum.OrderActionStatusTyp
- getValueDescriptor() - 枚举类中的方法 xyz.redtorch.pb.CoreEnum.OrderPriceTypeEnum
- getValueDescriptor() - 枚举类中的方法 xyz.redtorch.pb.CoreEnum.OrderSourceEnum
- getValueDescriptor() - 枚举类中的方法 xyz.redtorch.pb.CoreEnum.OrderStatusEnum
- getValueDescriptor() - 枚举类中的方法 xyz.redtorch.pb.CoreEnum.OrderSubmitStatusEnum
- getValueDescriptor() - 枚举类中的方法 xyz.redtorch.pb.CoreEnum.OrderTypeEnum
- getValueDescriptor() - 枚举类中的方法 xyz.redtorch.pb.CoreEnum.PositionDirectionEnum
- getValueDescriptor() - 枚举类中的方法 xyz.redtorch.pb.CoreEnum.PositionTypeEnum
- getValueDescriptor() - 枚举类中的方法 xyz.redtorch.pb.CoreEnum.PriceSourceEnum
- getValueDescriptor() - 枚举类中的方法 xyz.redtorch.pb.CoreEnum.ProductClassEnum
- getValueDescriptor() - 枚举类中的方法 xyz.redtorch.pb.CoreEnum.StrategyEngineTypeEnum
- getValueDescriptor() - 枚举类中的方法 xyz.redtorch.pb.CoreEnum.StrikeModeEnum
- getValueDescriptor() - 枚举类中的方法 xyz.redtorch.pb.CoreEnum.TimeConditionEnum
- getValueDescriptor() - 枚举类中的方法 xyz.redtorch.pb.CoreEnum.TradeTypeEnum
- getValueDescriptor() - 枚举类中的方法 xyz.redtorch.pb.CoreEnum.TradingRightEnum
- getValueDescriptor() - 枚举类中的方法 xyz.redtorch.pb.CoreEnum.VolumeConditionEnum
- getVersion() - 类中的方法 xyz.redtorch.pb.CoreField.GatewaySettingField.Builder
-
fixed64 version = 11; - getVersion() - 类中的方法 xyz.redtorch.pb.CoreField.GatewaySettingField
-
fixed64 version = 11; - getVersion() - 接口中的方法 xyz.redtorch.pb.CoreField.GatewaySettingFieldOrBuilder
-
fixed64 version = 11; - getVolume() - 类中的方法 xyz.redtorch.pb.CoreField.BarField.Builder
-
最后总成交量
- getVolume() - 类中的方法 xyz.redtorch.pb.CoreField.BarField
-
最后总成交量
- getVolume() - 接口中的方法 xyz.redtorch.pb.CoreField.BarFieldOrBuilder
-
最后总成交量
- getVolume() - 类中的方法 xyz.redtorch.pb.CoreField.SubmitOrderReqField.Builder
-
数量
- getVolume() - 类中的方法 xyz.redtorch.pb.CoreField.SubmitOrderReqField
-
数量
- getVolume() - 接口中的方法 xyz.redtorch.pb.CoreField.SubmitOrderReqFieldOrBuilder
-
数量
- getVolume() - 类中的方法 xyz.redtorch.pb.CoreField.TickField.Builder
-
总成交量
- getVolume() - 类中的方法 xyz.redtorch.pb.CoreField.TickField
-
总成交量
- getVolume() - 接口中的方法 xyz.redtorch.pb.CoreField.TickFieldOrBuilder
-
总成交量
- getVolume() - 类中的方法 xyz.redtorch.pb.CoreField.TradeField.Builder
-
数量
- getVolume() - 类中的方法 xyz.redtorch.pb.CoreField.TradeField
-
数量
- getVolume() - 接口中的方法 xyz.redtorch.pb.CoreField.TradeFieldOrBuilder
-
数量
- getVolumeCondition() - 类中的方法 xyz.redtorch.pb.CoreField.OrderField.Builder
-
成交量类型
- getVolumeCondition() - 类中的方法 xyz.redtorch.pb.CoreField.OrderField
-
成交量类型
- getVolumeCondition() - 接口中的方法 xyz.redtorch.pb.CoreField.OrderFieldOrBuilder
-
成交量类型
- getVolumeCondition() - 类中的方法 xyz.redtorch.pb.CoreField.SubmitOrderReqField.Builder
-
成交量类型
- getVolumeCondition() - 类中的方法 xyz.redtorch.pb.CoreField.SubmitOrderReqField
-
成交量类型
- getVolumeCondition() - 接口中的方法 xyz.redtorch.pb.CoreField.SubmitOrderReqFieldOrBuilder
-
成交量类型
- getVolumeConditionValue() - 类中的方法 xyz.redtorch.pb.CoreField.OrderField.Builder
-
成交量类型
- getVolumeConditionValue() - 类中的方法 xyz.redtorch.pb.CoreField.OrderField
-
成交量类型
- getVolumeConditionValue() - 接口中的方法 xyz.redtorch.pb.CoreField.OrderFieldOrBuilder
-
成交量类型
- getVolumeConditionValue() - 类中的方法 xyz.redtorch.pb.CoreField.SubmitOrderReqField.Builder
-
成交量类型
- getVolumeConditionValue() - 类中的方法 xyz.redtorch.pb.CoreField.SubmitOrderReqField
-
成交量类型
- getVolumeConditionValue() - 接口中的方法 xyz.redtorch.pb.CoreField.SubmitOrderReqFieldOrBuilder
-
成交量类型
- getVolumeDelta() - 类中的方法 xyz.redtorch.pb.CoreField.BarField.Builder
-
成交量(Bar)
- getVolumeDelta() - 类中的方法 xyz.redtorch.pb.CoreField.BarField
-
成交量(Bar)
- getVolumeDelta() - 接口中的方法 xyz.redtorch.pb.CoreField.BarFieldOrBuilder
-
成交量(Bar)
- getVolumeDelta() - 类中的方法 xyz.redtorch.pb.CoreField.TickField.Builder
-
成交量变化
- getVolumeDelta() - 类中的方法 xyz.redtorch.pb.CoreField.TickField
-
成交量变化
- getVolumeDelta() - 接口中的方法 xyz.redtorch.pb.CoreField.TickFieldOrBuilder
-
成交量变化
- getWeightedAvgAskPrice() - 类中的方法 xyz.redtorch.pb.CoreField.TickField.Builder
-
加权平均卖价格
- getWeightedAvgAskPrice() - 类中的方法 xyz.redtorch.pb.CoreField.TickField
-
加权平均卖价格
- getWeightedAvgAskPrice() - 接口中的方法 xyz.redtorch.pb.CoreField.TickFieldOrBuilder
-
加权平均卖价格
- getWeightedAvgBidPrice() - 类中的方法 xyz.redtorch.pb.CoreField.TickField.Builder
-
加权平均委买价格
- getWeightedAvgBidPrice() - 类中的方法 xyz.redtorch.pb.CoreField.TickField
-
加权平均委买价格
- getWeightedAvgBidPrice() - 接口中的方法 xyz.redtorch.pb.CoreField.TickFieldOrBuilder
-
加权平均委买价格
- getWithdraw() - 类中的方法 xyz.redtorch.pb.CoreField.AccountField.Builder
-
出金
- getWithdraw() - 类中的方法 xyz.redtorch.pb.CoreField.AccountField
-
出金
- getWithdraw() - 接口中的方法 xyz.redtorch.pb.CoreField.AccountFieldOrBuilder
-
出金
- getYdFrozen() - 类中的方法 xyz.redtorch.pb.CoreField.PositionField.Builder
-
冻结数量
- getYdFrozen() - 类中的方法 xyz.redtorch.pb.CoreField.PositionField
-
冻结数量
- getYdFrozen() - 接口中的方法 xyz.redtorch.pb.CoreField.PositionFieldOrBuilder
-
冻结数量
- getYdPosition() - 类中的方法 xyz.redtorch.pb.CoreField.PositionField.Builder
-
昨持仓
- getYdPosition() - 类中的方法 xyz.redtorch.pb.CoreField.PositionField
-
昨持仓
- getYdPosition() - 接口中的方法 xyz.redtorch.pb.CoreField.PositionFieldOrBuilder
-
昨持仓
- getYieldToMaturity() - 类中的方法 xyz.redtorch.pb.CoreField.TickField.Builder
-
到期收益率
- getYieldToMaturity() - 类中的方法 xyz.redtorch.pb.CoreField.TickField
-
到期收益率
- getYieldToMaturity() - 接口中的方法 xyz.redtorch.pb.CoreField.TickFieldOrBuilder
-
到期收益率
- GFEX - 枚举类 中的枚举常量 xyz.redtorch.pb.CoreEnum.ExchangeEnum
-
广州期货交易所
- GFEX_VALUE - 枚举类中的静态变量 xyz.redtorch.pb.CoreEnum.ExchangeEnum
-
广州期货交易所
- GlobalSpringContext - org.dromara.northstar.common.constant中的类
- GlobalSpringContext() - 类的构造器 org.dromara.northstar.common.constant.GlobalSpringContext
- GLOBEX - 枚举类 中的枚举常量 xyz.redtorch.pb.CoreEnum.ExchangeEnum
-
CME Globex
- GLOBEX_VALUE - 枚举类中的静态变量 xyz.redtorch.pb.CoreEnum.ExchangeEnum
-
CME Globex
- gtdDate() - 记录类中的方法 org.dromara.northstar.common.model.core.Order
-
返回
gtdDate记录组件的值。 - gtdDate() - 记录类中的方法 org.dromara.northstar.common.model.core.SubmitOrderReq
-
返回
gtdDate记录组件的值。 - GTDDATE_FIELD_NUMBER - 类中的静态变量 xyz.redtorch.pb.CoreField.OrderField
- GTDDATE_FIELD_NUMBER - 类中的静态变量 xyz.redtorch.pb.CoreField.SubmitOrderReqField
- GTE_MarketData - 枚举类 中的枚举常量 xyz.redtorch.pb.CoreEnum.GatewayTypeEnum
-
行情数据
- GTE_MarketData_VALUE - 枚举类中的静态变量 xyz.redtorch.pb.CoreEnum.GatewayTypeEnum
-
行情数据
- GTE_Trade - 枚举类 中的枚举常量 xyz.redtorch.pb.CoreEnum.GatewayTypeEnum
-
交易
- GTE_Trade_VALUE - 枚举类中的静态变量 xyz.redtorch.pb.CoreEnum.GatewayTypeEnum
-
交易
- GTE_TradeAndMarketData - 枚举类 中的枚举常量 xyz.redtorch.pb.CoreEnum.GatewayTypeEnum
-
交易和行情数据
- GTE_TradeAndMarketData_VALUE - 枚举类中的静态变量 xyz.redtorch.pb.CoreEnum.GatewayTypeEnum
-
交易和行情数据
H
- hasContract() - 类中的方法 xyz.redtorch.pb.CoreField.OrderField.Builder
-
合约
- hasContract() - 类中的方法 xyz.redtorch.pb.CoreField.OrderField
-
合约
- hasContract() - 接口中的方法 xyz.redtorch.pb.CoreField.OrderFieldOrBuilder
-
合约
- hasContract() - 类中的方法 xyz.redtorch.pb.CoreField.PositionField.Builder
-
合约
- hasContract() - 类中的方法 xyz.redtorch.pb.CoreField.PositionField
-
合约
- hasContract() - 接口中的方法 xyz.redtorch.pb.CoreField.PositionFieldOrBuilder
-
合约
- hasContract() - 类中的方法 xyz.redtorch.pb.CoreField.SubmitOrderReqField.Builder
-
合约
- hasContract() - 类中的方法 xyz.redtorch.pb.CoreField.SubmitOrderReqField
-
合约
- hasContract() - 接口中的方法 xyz.redtorch.pb.CoreField.SubmitOrderReqFieldOrBuilder
-
合约
- hasContract() - 类中的方法 xyz.redtorch.pb.CoreField.TradeField.Builder
-
合约
- hasContract() - 类中的方法 xyz.redtorch.pb.CoreField.TradeField
-
合约
- hasContract() - 接口中的方法 xyz.redtorch.pb.CoreField.TradeFieldOrBuilder
-
合约
- hasCtpApiSetting() - 类中的方法 xyz.redtorch.pb.CoreField.GatewaySettingField.Builder
-
.xyz.redtorch.pb.GatewaySettingField.CtpApiSettingField ctpApiSetting = 8; - hasCtpApiSetting() - 类中的方法 xyz.redtorch.pb.CoreField.GatewaySettingField
-
.xyz.redtorch.pb.GatewaySettingField.CtpApiSettingField ctpApiSetting = 8; - hasCtpApiSetting() - 接口中的方法 xyz.redtorch.pb.CoreField.GatewaySettingFieldOrBuilder
-
.xyz.redtorch.pb.GatewaySettingField.CtpApiSettingField ctpApiSetting = 8; - hashCode() - 记录类中的方法 org.dromara.northstar.ai.SampleData
-
返回此对象的哈希代码值。
- hashCode() - 类中的方法 org.dromara.northstar.common.model.ContractSimpleInfo
- hashCode() - 记录类中的方法 org.dromara.northstar.common.model.core.Account
-
返回此对象的哈希代码值。
- hashCode() - 记录类中的方法 org.dromara.northstar.common.model.core.Bar
-
返回此对象的哈希代码值。
- hashCode() - 记录类中的方法 org.dromara.northstar.common.model.core.Contract
-
返回此对象的哈希代码值。
- hashCode() - 记录类中的方法 org.dromara.northstar.common.model.core.ContractDefinition
-
返回此对象的哈希代码值。
- hashCode() - 记录类中的方法 org.dromara.northstar.common.model.core.Notice
-
返回此对象的哈希代码值。
- hashCode() - 记录类中的方法 org.dromara.northstar.common.model.core.Order
-
返回此对象的哈希代码值。
- hashCode() - 记录类中的方法 org.dromara.northstar.common.model.core.Position
-
返回此对象的哈希代码值。
- hashCode() - 记录类中的方法 org.dromara.northstar.common.model.core.SubmitOrderReq
-
返回此对象的哈希代码值。
- hashCode() - 记录类中的方法 org.dromara.northstar.common.model.core.Tick
-
返回此对象的哈希代码值。
- hashCode() - 记录类中的方法 org.dromara.northstar.common.model.core.TimeSlot
-
返回此对象的哈希代码值。
- hashCode() - 记录类中的方法 org.dromara.northstar.common.model.core.Trade
-
返回此对象的哈希代码值。
- hashCode() - 记录类中的方法 org.dromara.northstar.common.model.core.TradeTimeDefinition
-
返回此对象的哈希代码值。
- hashCode() - 记录类中的方法 org.dromara.northstar.common.model.Identifier
-
返回此对象的哈希代码值。
- hashCode() - 记录类中的方法 org.dromara.northstar.common.model.OptionItem
-
返回此对象的哈希代码值。
- hashCode() - 记录类中的方法 org.dromara.northstar.common.model.Tuple
-
返回此对象的哈希代码值。
- hashCode() - 类中的方法 org.dromara.northstar.gateway.contract.GatewayContract
- hashCode() - 类中的方法 org.dromara.northstar.gateway.contract.IndexContract
- hashCode() - 类中的方法 org.dromara.northstar.gateway.contract.OptionChainContract
- hashCode() - 类中的方法 org.dromara.northstar.gateway.contract.PrimaryContract
- hashCode() - 记录类中的方法 org.dromara.northstar.indicator.model.Configuration
-
返回此对象的哈希代码值。
- hashCode() - 记录类中的方法 org.dromara.northstar.indicator.model.Num
-
返回此对象的哈希代码值。
- hashCode() - 类中的方法 xyz.redtorch.pb.CoreField.AccountField
- hashCode() - 类中的方法 xyz.redtorch.pb.CoreField.BarField
- hashCode() - 类中的方法 xyz.redtorch.pb.CoreField.CancelOrderReqField
- hashCode() - 类中的方法 xyz.redtorch.pb.CoreField.CommonReqField
- hashCode() - 类中的方法 xyz.redtorch.pb.CoreField.CommonRspField
- hashCode() - 类中的方法 xyz.redtorch.pb.CoreField.ContractField
- hashCode() - 类中的方法 xyz.redtorch.pb.CoreField.GatewayField
- hashCode() - 类中的方法 xyz.redtorch.pb.CoreField.GatewaySettingField.CtpApiSettingField
- hashCode() - 类中的方法 xyz.redtorch.pb.CoreField.GatewaySettingField
- hashCode() - 类中的方法 xyz.redtorch.pb.CoreField.GatewaySettingField.IbApiSettingField
- hashCode() - 类中的方法 xyz.redtorch.pb.CoreField.LogField
- hashCode() - 类中的方法 xyz.redtorch.pb.CoreField.NoticeField
- hashCode() - 类中的方法 xyz.redtorch.pb.CoreField.OrderField
- hashCode() - 类中的方法 xyz.redtorch.pb.CoreField.PositionField
- hashCode() - 类中的方法 xyz.redtorch.pb.CoreField.SubmitOrderReqField
- hashCode() - 类中的方法 xyz.redtorch.pb.CoreField.TickField
- hashCode() - 类中的方法 xyz.redtorch.pb.CoreField.TradeField
- hasIbApiSetting() - 类中的方法 xyz.redtorch.pb.CoreField.GatewaySettingField.Builder
-
.xyz.redtorch.pb.GatewaySettingField.IbApiSettingField ibApiSetting = 9; - hasIbApiSetting() - 类中的方法 xyz.redtorch.pb.CoreField.GatewaySettingField
-
.xyz.redtorch.pb.GatewaySettingField.IbApiSettingField ibApiSetting = 9; - hasIbApiSetting() - 接口中的方法 xyz.redtorch.pb.CoreField.GatewaySettingFieldOrBuilder
-
.xyz.redtorch.pb.GatewaySettingField.IbApiSettingField ibApiSetting = 9; - hasTerminated() - 类中的方法 org.dromara.northstar.strategy.model.TradeIntent
- hedgeFlag() - 记录类中的方法 org.dromara.northstar.common.model.core.Order
-
返回
hedgeFlag记录组件的值。 - HEDGEFLAG_FIELD_NUMBER - 类中的静态变量 xyz.redtorch.pb.CoreField.OrderField
- HEDGEFLAG_FIELD_NUMBER - 类中的静态变量 xyz.redtorch.pb.CoreField.PositionField
- HEDGEFLAG_FIELD_NUMBER - 类中的静态变量 xyz.redtorch.pb.CoreField.SubmitOrderReqField
- HEDGEFLAG_FIELD_NUMBER - 类中的静态变量 xyz.redtorch.pb.CoreField.TradeField
- HF_Arbitrage - 枚举类 中的枚举常量 xyz.redtorch.pb.CoreEnum.HedgeFlagEnum
-
套利
- HF_Arbitrage_VALUE - 枚举类中的静态变量 xyz.redtorch.pb.CoreEnum.HedgeFlagEnum
-
套利
- HF_Hedge - 枚举类 中的枚举常量 xyz.redtorch.pb.CoreEnum.HedgeFlagEnum
-
套保
- HF_Hedge_VALUE - 枚举类中的静态变量 xyz.redtorch.pb.CoreEnum.HedgeFlagEnum
-
套保
- HF_HedgeSpec - 枚举类 中的枚举常量 xyz.redtorch.pb.CoreEnum.HedgeFlagEnum
-
第一腿套保第二腿投机 大商所专用
- HF_HedgeSpec_VALUE - 枚举类中的静态变量 xyz.redtorch.pb.CoreEnum.HedgeFlagEnum
-
第一腿套保第二腿投机 大商所专用
- HF_MarketMaker - 枚举类 中的枚举常量 xyz.redtorch.pb.CoreEnum.HedgeFlagEnum
-
做市商
- HF_MarketMaker_VALUE - 枚举类中的静态变量 xyz.redtorch.pb.CoreEnum.HedgeFlagEnum
-
做市商
- HF_SpecHedge - 枚举类 中的枚举常量 xyz.redtorch.pb.CoreEnum.HedgeFlagEnum
-
第一腿投机第二腿套保 大商所专用
- HF_SpecHedge_VALUE - 枚举类中的静态变量 xyz.redtorch.pb.CoreEnum.HedgeFlagEnum
-
第一腿投机第二腿套保 大商所专用
- HF_Speculation - 枚举类 中的枚举常量 xyz.redtorch.pb.CoreEnum.HedgeFlagEnum
-
投机
- HF_Speculation_VALUE - 枚举类中的静态变量 xyz.redtorch.pb.CoreEnum.HedgeFlagEnum
-
投机
- HF_Unknown - 枚举类 中的枚举常量 xyz.redtorch.pb.CoreEnum.HedgeFlagEnum
-
未知
- HF_Unknown_VALUE - 枚举类中的静态变量 xyz.redtorch.pb.CoreEnum.HedgeFlagEnum
-
未知
- HHVIndicator - org.dromara.northstar.indicator.helper中的类
-
最大值指标
- HHVIndicator(Configuration, Indicator) - 类的构造器 org.dromara.northstar.indicator.helper.HHVIndicator
- HIGH - 枚举类 中的枚举常量 org.dromara.northstar.common.constant.PlaybackPrecision
-
每分钟120TICK
- HIGH - 枚举类 中的枚举常量 org.dromara.northstar.indicator.constant.ValueType
-
最高价
- HIGH_LOW - 枚举类 中的枚举常量 org.dromara.northstar.indicator.wave.MABasedWaveIndicator.EndpointType
- highPrice() - 记录类中的方法 org.dromara.northstar.common.model.core.Bar
-
返回
highPrice记录组件的值。 - highPrice() - 记录类中的方法 org.dromara.northstar.common.model.core.Tick
-
返回
highPrice记录组件的值。 - HIGHPRICE_FIELD_NUMBER - 类中的静态变量 xyz.redtorch.pb.CoreField.BarField
- HIGHPRICE_FIELD_NUMBER - 类中的静态变量 xyz.redtorch.pb.CoreField.TickField
- HKD - 枚举类 中的枚举常量 xyz.redtorch.pb.CoreEnum.CurrencyEnum
-
港币
- HKD_VALUE - 枚举类中的静态变量 xyz.redtorch.pb.CoreEnum.CurrencyEnum
-
港币
- HKFE - 枚举类 中的枚举常量 xyz.redtorch.pb.CoreEnum.ExchangeEnum
-
香港期货交易所
- HKFE_VALUE - 枚举类中的静态变量 xyz.redtorch.pb.CoreEnum.ExchangeEnum
-
香港期货交易所
- HOLDER_FIELD_NUMBER - 类中的静态变量 xyz.redtorch.pb.CoreField.AccountField
- HOLDING_HEDGE - 枚举类 中的枚举常量 org.dromara.northstar.common.constant.ModuleState
-
套利持仓(合约不同,持仓数量相等,方向相反)
- HOLDING_LONG - 枚举类 中的枚举常量 org.dromara.northstar.common.constant.ModuleState
-
持多仓
- HOLDING_SHORT - 枚举类 中的枚举常量 org.dromara.northstar.common.constant.ModuleState
-
持空仓
- HOST_FIELD_NUMBER - 类中的静态变量 xyz.redtorch.pb.CoreField.GatewaySettingField.IbApiSettingField
- HOUR - 枚举类 中的枚举常量 org.dromara.northstar.indicator.constant.PeriodUnit
-
小时
I
- IAccount - org.dromara.northstar.strategy中的接口
- IBAPISETTING_FIELD_NUMBER - 类中的静态变量 xyz.redtorch.pb.CoreField.GatewaySettingField
- ICE - 枚举类 中的枚举常量 xyz.redtorch.pb.CoreEnum.ExchangeEnum
-
美国洲际交易所
- ICE_VALUE - 枚举类中的静态变量 xyz.redtorch.pb.CoreEnum.ExchangeEnum
-
美国洲际交易所
- IContract - org.dromara.northstar.gateway中的接口
-
抽象合约
- IContractManager - org.dromara.northstar.gateway中的接口
- IDataSource - org.dromara.northstar.common中的接口
-
历史数据源接口
- IDEALPRO - 枚举类 中的枚举常量 xyz.redtorch.pb.CoreEnum.ExchangeEnum
-
IDEALPRO(IB外汇)
- IDEALPRO_VALUE - 枚举类中的静态变量 xyz.redtorch.pb.CoreEnum.ExchangeEnum
-
IDEALPRO(IB外汇)
- identifier() - 类中的方法 org.dromara.northstar.gateway.contract.GatewayContract
- identifier() - 类中的方法 org.dromara.northstar.gateway.contract.IndexContract
- identifier() - 类中的方法 org.dromara.northstar.gateway.contract.OptionChainContract
- identifier() - 类中的方法 org.dromara.northstar.gateway.contract.PrimaryContract
- identifier() - 接口中的方法 org.dromara.northstar.gateway.Instrument
-
唯一标识
- Identifier - org.dromara.northstar.common.model中的记录类
- Identifier(String) - 记录类的构造器 org.dromara.northstar.common.model.Identifier
-
创建
Identifier记录类的实例。 - IDisposablePriceListener - org.dromara.northstar.strategy中的接口
- IDR - 枚举类 中的枚举常量 xyz.redtorch.pb.CoreEnum.CurrencyEnum
-
印尼盾
- IDR_VALUE - 枚举类中的静态变量 xyz.redtorch.pb.CoreEnum.CurrencyEnum
-
印尼盾
- IEmbededRule - org.dromara.northstar.strategy中的接口
-
嵌入式策略接口 用于模组策略内部定义子策略
- IEP - 枚举类 中的枚举常量 xyz.redtorch.pb.CoreEnum.CurrencyEnum
-
爱尔兰镑
- IEP_VALUE - 枚举类中的静态变量 xyz.redtorch.pb.CoreEnum.CurrencyEnum
-
爱尔兰镑
- ifPlotPerBar() - 记录类中的方法 org.dromara.northstar.indicator.model.Configuration
-
返回
ifPlotPerBar记录组件的值。 - IGatewayRepository - org.dromara.northstar.data中的接口
-
网关持久化
- IGatewayService - org.dromara.northstar.common中的接口
- IHolidayManager - org.dromara.northstar.common中的接口
- IMarketCenter - org.dromara.northstar.gateway中的接口
- IMarketDataRepository - org.dromara.northstar.data中的接口
-
行情数据持久化
- IMessageSender - org.dromara.northstar.strategy中的接口
- IMessageSenderRepository - org.dromara.northstar.data中的接口
-
消息发送器配置持久化
- IModule - org.dromara.northstar.strategy中的接口
-
模组抽象接口
- IModuleAccount - org.dromara.northstar.strategy中的接口
-
模组账户代表一个模组内部的逻辑账户 若模组绑定了多个实体账户,也被看作是一个逻辑账户
- IModuleContext - org.dromara.northstar.strategy中的接口
- IModuleRepository - org.dromara.northstar.data中的接口
-
模组持久化
- IModuleService - org.dromara.northstar.common中的接口
- IModuleStrategyContext - org.dromara.northstar.strategy中的接口
- IMPLEMENTCLASSNAME_FIELD_NUMBER - 类中的静态变量 xyz.redtorch.pb.CoreField.GatewaySettingField
- INDEX - 枚举类 中的枚举常量 xyz.redtorch.pb.CoreEnum.ProductClassEnum
-
指数
- INDEX_SUFFIX - 接口中的静态变量 org.dromara.northstar.common.constant.Constants
- INDEX_VALUE - 枚举类中的静态变量 xyz.redtorch.pb.CoreEnum.ProductClassEnum
-
指数
- IndexContract - org.dromara.northstar.gateway.contract中的类
-
指数合约
- IndexContract(FastEventEngine, List<IContract>) - 类的构造器 org.dromara.northstar.gateway.contract.IndexContract
- IndexTicker - org.dromara.northstar.gateway.mktdata中的类
- IndexTicker(IndexContract, Consumer<Tick>) - 类的构造器 org.dromara.northstar.gateway.mktdata.IndexTicker
- Indicator - org.dromara.northstar.indicator中的接口
- indicatorID() - 记录类中的方法 org.dromara.northstar.indicator.model.Configuration
- indicatorName() - 记录类中的方法 org.dromara.northstar.indicator.model.Configuration
-
返回
indicatorName记录组件的值。 - INE - 枚举类 中的枚举常量 xyz.redtorch.pb.CoreEnum.ExchangeEnum
-
上海国际能源交易中心
- INE_VALUE - 枚举类中的静态变量 xyz.redtorch.pb.CoreEnum.ExchangeEnum
-
上海国际能源交易中心
- INFO_TICK - 枚举类 中的枚举常量 org.dromara.northstar.common.constant.TickType
-
非交易时间的信息行情
- initData(List<Bar>) - 接口中的方法 org.dromara.northstar.strategy.IModuleContext
-
预热模组
- initIndicators() - 类中的方法 org.dromara.northstar.strategy.AbstractStrategy
-
指标初始化
- initMultiContractHandler() - 类中的方法 org.dromara.northstar.strategy.AbstractStrategy
-
多合约处理器初始化
- initWithParams(DynamicParams) - 接口中的方法 org.dromara.northstar.strategy.DynamicParamsAware
-
通过配置类初始化
- insert(Bar) - 接口中的方法 org.dromara.northstar.data.IMarketDataRepository
-
保存数据
- insert(GatewayDescription) - 接口中的方法 org.dromara.northstar.data.IGatewayRepository
-
新增网关
- INSTANCE - 类中的静态变量 org.dromara.northstar.common.constant.GlobalSpringContext
- Instrument - org.dromara.northstar.gateway中的接口
-
(可交易的)投资品种
- INSUFFICIENT_EXCEPTION - 接口中的静态变量 org.dromara.northstar.common.constant.ReturnCode
-
数量不足异常
- InsufficientException - org.dromara.northstar.common.exception中的异常错误类
-
数量不足异常
- InsufficientException() - 异常错误类的构造器 org.dromara.northstar.common.exception.InsufficientException
- InsufficientException(String) - 异常错误类的构造器 org.dromara.northstar.common.exception.InsufficientException
- InsufficientException(String, Throwable) - 异常错误类的构造器 org.dromara.northstar.common.exception.InsufficientException
- InsufficientException(String, Throwable, boolean, boolean) - 异常错误类的构造器 org.dromara.northstar.common.exception.InsufficientException
- InsufficientException(Throwable) - 异常错误类的构造器 org.dromara.northstar.common.exception.InsufficientException
- internalGetFieldAccessorTable() - 类中的方法 xyz.redtorch.pb.CoreField.AccountField.Builder
- internalGetFieldAccessorTable() - 类中的方法 xyz.redtorch.pb.CoreField.AccountField
- internalGetFieldAccessorTable() - 类中的方法 xyz.redtorch.pb.CoreField.BarField.Builder
- internalGetFieldAccessorTable() - 类中的方法 xyz.redtorch.pb.CoreField.BarField
- internalGetFieldAccessorTable() - 类中的方法 xyz.redtorch.pb.CoreField.CancelOrderReqField.Builder
- internalGetFieldAccessorTable() - 类中的方法 xyz.redtorch.pb.CoreField.CancelOrderReqField
- internalGetFieldAccessorTable() - 类中的方法 xyz.redtorch.pb.CoreField.CommonReqField.Builder
- internalGetFieldAccessorTable() - 类中的方法 xyz.redtorch.pb.CoreField.CommonReqField
- internalGetFieldAccessorTable() - 类中的方法 xyz.redtorch.pb.CoreField.CommonRspField.Builder
- internalGetFieldAccessorTable() - 类中的方法 xyz.redtorch.pb.CoreField.CommonRspField
- internalGetFieldAccessorTable() - 类中的方法 xyz.redtorch.pb.CoreField.ContractField.Builder
- internalGetFieldAccessorTable() - 类中的方法 xyz.redtorch.pb.CoreField.ContractField
- internalGetFieldAccessorTable() - 类中的方法 xyz.redtorch.pb.CoreField.GatewayField.Builder
- internalGetFieldAccessorTable() - 类中的方法 xyz.redtorch.pb.CoreField.GatewayField
- internalGetFieldAccessorTable() - 类中的方法 xyz.redtorch.pb.CoreField.GatewaySettingField.Builder
- internalGetFieldAccessorTable() - 类中的方法 xyz.redtorch.pb.CoreField.GatewaySettingField.CtpApiSettingField.Builder
- internalGetFieldAccessorTable() - 类中的方法 xyz.redtorch.pb.CoreField.GatewaySettingField.CtpApiSettingField
- internalGetFieldAccessorTable() - 类中的方法 xyz.redtorch.pb.CoreField.GatewaySettingField.IbApiSettingField.Builder
- internalGetFieldAccessorTable() - 类中的方法 xyz.redtorch.pb.CoreField.GatewaySettingField.IbApiSettingField
- internalGetFieldAccessorTable() - 类中的方法 xyz.redtorch.pb.CoreField.GatewaySettingField
- internalGetFieldAccessorTable() - 类中的方法 xyz.redtorch.pb.CoreField.LogField.Builder
- internalGetFieldAccessorTable() - 类中的方法 xyz.redtorch.pb.CoreField.LogField
- internalGetFieldAccessorTable() - 类中的方法 xyz.redtorch.pb.CoreField.NoticeField.Builder
- internalGetFieldAccessorTable() - 类中的方法 xyz.redtorch.pb.CoreField.NoticeField
- internalGetFieldAccessorTable() - 类中的方法 xyz.redtorch.pb.CoreField.OrderField.Builder
- internalGetFieldAccessorTable() - 类中的方法 xyz.redtorch.pb.CoreField.OrderField
- internalGetFieldAccessorTable() - 类中的方法 xyz.redtorch.pb.CoreField.PositionField.Builder
- internalGetFieldAccessorTable() - 类中的方法 xyz.redtorch.pb.CoreField.PositionField
- internalGetFieldAccessorTable() - 类中的方法 xyz.redtorch.pb.CoreField.SubmitOrderReqField.Builder
- internalGetFieldAccessorTable() - 类中的方法 xyz.redtorch.pb.CoreField.SubmitOrderReqField
- internalGetFieldAccessorTable() - 类中的方法 xyz.redtorch.pb.CoreField.TickField.Builder
- internalGetFieldAccessorTable() - 类中的方法 xyz.redtorch.pb.CoreField.TickField
- internalGetFieldAccessorTable() - 类中的方法 xyz.redtorch.pb.CoreField.TradeField.Builder
- internalGetFieldAccessorTable() - 类中的方法 xyz.redtorch.pb.CoreField.TradeField
- internalGetValueMap() - 枚举类中的静态方法 xyz.redtorch.pb.CoreEnum.ActionFlagEnum
- internalGetValueMap() - 枚举类中的静态方法 xyz.redtorch.pb.CoreEnum.BarCycleEnum
- internalGetValueMap() - 枚举类中的静态方法 xyz.redtorch.pb.CoreEnum.CombinationTypeEnum
- internalGetValueMap() - 枚举类中的静态方法 xyz.redtorch.pb.CoreEnum.CommonStatusEnum
- internalGetValueMap() - 枚举类中的静态方法 xyz.redtorch.pb.CoreEnum.ConnectStatusEnum
- internalGetValueMap() - 枚举类中的静态方法 xyz.redtorch.pb.CoreEnum.ContingentConditionEnum
- internalGetValueMap() - 枚举类中的静态方法 xyz.redtorch.pb.CoreEnum.CurrencyEnum
- internalGetValueMap() - 枚举类中的静态方法 xyz.redtorch.pb.CoreEnum.DirectionEnum
- internalGetValueMap() - 枚举类中的静态方法 xyz.redtorch.pb.CoreEnum.ExchangeEnum
- internalGetValueMap() - 枚举类中的静态方法 xyz.redtorch.pb.CoreEnum.ForceCloseReasonEnum
- internalGetValueMap() - 枚举类中的静态方法 xyz.redtorch.pb.CoreEnum.GatewayAdapterTypeEnum
- internalGetValueMap() - 枚举类中的静态方法 xyz.redtorch.pb.CoreEnum.GatewayTypeEnum
- internalGetValueMap() - 枚举类中的静态方法 xyz.redtorch.pb.CoreEnum.HedgeFlagEnum
- internalGetValueMap() - 枚举类中的静态方法 xyz.redtorch.pb.CoreEnum.LogLevelEnum
- internalGetValueMap() - 枚举类中的静态方法 xyz.redtorch.pb.CoreEnum.MarketDataDBTypeEnum
- internalGetValueMap() - 枚举类中的静态方法 xyz.redtorch.pb.CoreEnum.OffsetFlagEnum
- internalGetValueMap() - 枚举类中的静态方法 xyz.redtorch.pb.CoreEnum.OptionsTypeEnum
- internalGetValueMap() - 枚举类中的静态方法 xyz.redtorch.pb.CoreEnum.OrderActionStatusTyp
- internalGetValueMap() - 枚举类中的静态方法 xyz.redtorch.pb.CoreEnum.OrderPriceTypeEnum
- internalGetValueMap() - 枚举类中的静态方法 xyz.redtorch.pb.CoreEnum.OrderSourceEnum
- internalGetValueMap() - 枚举类中的静态方法 xyz.redtorch.pb.CoreEnum.OrderStatusEnum
- internalGetValueMap() - 枚举类中的静态方法 xyz.redtorch.pb.CoreEnum.OrderSubmitStatusEnum
- internalGetValueMap() - 枚举类中的静态方法 xyz.redtorch.pb.CoreEnum.OrderTypeEnum
- internalGetValueMap() - 枚举类中的静态方法 xyz.redtorch.pb.CoreEnum.PositionDirectionEnum
- internalGetValueMap() - 枚举类中的静态方法 xyz.redtorch.pb.CoreEnum.PositionTypeEnum
- internalGetValueMap() - 枚举类中的静态方法 xyz.redtorch.pb.CoreEnum.PriceSourceEnum
- internalGetValueMap() - 枚举类中的静态方法 xyz.redtorch.pb.CoreEnum.ProductClassEnum
- internalGetValueMap() - 枚举类中的静态方法 xyz.redtorch.pb.CoreEnum.StrategyEngineTypeEnum
- internalGetValueMap() - 枚举类中的静态方法 xyz.redtorch.pb.CoreEnum.StrikeModeEnum
- internalGetValueMap() - 枚举类中的静态方法 xyz.redtorch.pb.CoreEnum.TimeConditionEnum
- internalGetValueMap() - 枚举类中的静态方法 xyz.redtorch.pb.CoreEnum.TradeTypeEnum
- internalGetValueMap() - 枚举类中的静态方法 xyz.redtorch.pb.CoreEnum.TradingRightEnum
- internalGetValueMap() - 枚举类中的静态方法 xyz.redtorch.pb.CoreEnum.VolumeConditionEnum
- IntraDaySettlePriceIndicator - org.dromara.northstar.indicator.volume中的类
-
日内成交量加权均价,近似于SETTLE 按1分钟K线计算
- IntraDaySettlePriceIndicator(Configuration) - 类的构造器 org.dromara.northstar.indicator.volume.IntraDaySettlePriceIndicator
- invalidate() - 接口中的方法 org.dromara.northstar.strategy.IDisposablePriceListener
- iopv() - 记录类中的方法 org.dromara.northstar.common.model.core.Tick
-
返回
iopv记录组件的值。 - IOPV_FIELD_NUMBER - 类中的静态变量 xyz.redtorch.pb.CoreField.TickField
- IPE - 枚举类 中的枚举常量 xyz.redtorch.pb.CoreEnum.ExchangeEnum
-
伦敦国际石油交易所
- IPE_VALUE - 枚举类中的静态变量 xyz.redtorch.pb.CoreEnum.ExchangeEnum
-
伦敦国际石油交易所
- IPlaybackRuntimeRepository - org.dromara.northstar.data中的接口
- isActive() - 接口中的方法 org.dromara.northstar.gateway.MarketGateway
-
检测是否有行情数据
- isAdminOnly() - 类中的方法 org.dromara.northstar.common.model.GatewayTypeDescription
- isAllowDuplication() - 类中的方法 org.dromara.northstar.common.model.GatewayTypeDescription
- isBuy() - 枚举类中的方法 org.dromara.northstar.common.constant.SignalOperation
- isBuy(CoreEnum.DirectionEnum) - 类中的静态方法 org.dromara.northstar.common.utils.FieldUtils
- isClose() - 枚举类中的方法 org.dromara.northstar.common.constant.SignalOperation
- isClose(CoreEnum.OffsetFlagEnum) - 类中的静态方法 org.dromara.northstar.common.utils.FieldUtils
- isClosingOrder(OrderRequest.TradeOperation) - 类中的静态方法 org.dromara.northstar.common.utils.OrderUtils
- isDoneOrder(Order) - 类中的静态方法 org.dromara.northstar.common.utils.OrderUtils
- isEmpty() - 枚举类中的方法 org.dromara.northstar.common.constant.ModuleState
- isEnabled() - 类中的方法 org.dromara.northstar.strategy.AbstractStrategy
-
是否启用
- isEnabled() - 接口中的方法 org.dromara.northstar.strategy.IModule
-
获取运行状态
- isEnabled() - 接口中的方法 org.dromara.northstar.strategy.IModuleContext
-
获取运行状态
- isEndingBar(Bar) - 类中的静态方法 org.dromara.northstar.common.utils.MarketDataUtils
-
判断Bar是否为小节收盘K线
- isEquals(double, double) - 类中的静态方法 org.dromara.northstar.common.utils.CommonUtils
-
浮点数判等
- isHolding() - 枚举类中的方法 org.dromara.northstar.common.constant.ModuleState
- isHoliday(LocalDateTime) - 接口中的方法 org.dromara.northstar.common.IHolidayManager
- ISimAccountRepository - org.dromara.northstar.data中的接口
- isInitialized() - 类中的方法 xyz.redtorch.pb.CoreField.AccountField.Builder
- isInitialized() - 类中的方法 xyz.redtorch.pb.CoreField.AccountField
- isInitialized() - 类中的方法 xyz.redtorch.pb.CoreField.BarField.Builder
- isInitialized() - 类中的方法 xyz.redtorch.pb.CoreField.BarField
- isInitialized() - 类中的方法 xyz.redtorch.pb.CoreField.CancelOrderReqField.Builder
- isInitialized() - 类中的方法 xyz.redtorch.pb.CoreField.CancelOrderReqField
- isInitialized() - 类中的方法 xyz.redtorch.pb.CoreField.CommonReqField.Builder
- isInitialized() - 类中的方法 xyz.redtorch.pb.CoreField.CommonReqField
- isInitialized() - 类中的方法 xyz.redtorch.pb.CoreField.CommonRspField.Builder
- isInitialized() - 类中的方法 xyz.redtorch.pb.CoreField.CommonRspField
- isInitialized() - 类中的方法 xyz.redtorch.pb.CoreField.ContractField.Builder
- isInitialized() - 类中的方法 xyz.redtorch.pb.CoreField.ContractField
- isInitialized() - 类中的方法 xyz.redtorch.pb.CoreField.GatewayField.Builder
- isInitialized() - 类中的方法 xyz.redtorch.pb.CoreField.GatewayField
- isInitialized() - 类中的方法 xyz.redtorch.pb.CoreField.GatewaySettingField.Builder
- isInitialized() - 类中的方法 xyz.redtorch.pb.CoreField.GatewaySettingField.CtpApiSettingField.Builder
- isInitialized() - 类中的方法 xyz.redtorch.pb.CoreField.GatewaySettingField.CtpApiSettingField
- isInitialized() - 类中的方法 xyz.redtorch.pb.CoreField.GatewaySettingField.IbApiSettingField.Builder
- isInitialized() - 类中的方法 xyz.redtorch.pb.CoreField.GatewaySettingField.IbApiSettingField
- isInitialized() - 类中的方法 xyz.redtorch.pb.CoreField.GatewaySettingField
- isInitialized() - 类中的方法 xyz.redtorch.pb.CoreField.LogField.Builder
- isInitialized() - 类中的方法 xyz.redtorch.pb.CoreField.LogField
- isInitialized() - 类中的方法 xyz.redtorch.pb.CoreField.NoticeField.Builder
- isInitialized() - 类中的方法 xyz.redtorch.pb.CoreField.NoticeField
- isInitialized() - 类中的方法 xyz.redtorch.pb.CoreField.OrderField.Builder
- isInitialized() - 类中的方法 xyz.redtorch.pb.CoreField.OrderField
- isInitialized() - 类中的方法 xyz.redtorch.pb.CoreField.PositionField.Builder
- isInitialized() - 类中的方法 xyz.redtorch.pb.CoreField.PositionField
- isInitialized() - 类中的方法 xyz.redtorch.pb.CoreField.SubmitOrderReqField.Builder
- isInitialized() - 类中的方法 xyz.redtorch.pb.CoreField.SubmitOrderReqField
- isInitialized() - 类中的方法 xyz.redtorch.pb.CoreField.TickField.Builder
- isInitialized() - 类中的方法 xyz.redtorch.pb.CoreField.TickField
- isInitialized() - 类中的方法 xyz.redtorch.pb.CoreField.TradeField.Builder
- isInitialized() - 类中的方法 xyz.redtorch.pb.CoreField.TradeField
- isLong(CoreEnum.PositionDirectionEnum) - 类中的静态方法 org.dromara.northstar.common.utils.FieldUtils
- isNaN() - 记录类中的方法 org.dromara.northstar.indicator.model.Num
- isOpen() - 枚举类中的方法 org.dromara.northstar.common.constant.SignalOperation
- isOpen(CoreEnum.OffsetFlagEnum) - 类中的静态方法 org.dromara.northstar.common.utils.FieldUtils
- isOpenningBar(Bar) - 类中的静态方法 org.dromara.northstar.common.utils.MarketDataUtils
-
判断Bar是否为开盘K线
- isOpenningOrder(OrderRequest.TradeOperation) - 类中的静态方法 org.dromara.northstar.common.utils.OrderUtils
- isOpenningTick(Tick, int) - 类中的静态方法 org.dromara.northstar.common.utils.MarketDataUtils
-
判断TICK是否为开盘范围内的TICK 比如要判断一个tick是否为开盘10秒以内的tick,则调用 isOpenningTick(tick, 10000) 来进行判断
- isOpposite(CoreEnum.DirectionEnum, CoreEnum.DirectionEnum) - 类中的静态方法 org.dromara.northstar.common.utils.FieldUtils
- isOrdering() - 枚举类中的方法 org.dromara.northstar.common.constant.ModuleState
- isOrderWaitTimeout(String, long) - 接口中的方法 org.dromara.northstar.strategy.IModuleContext
-
判断订单是否已经超时 该方法用于撤单场景
- isReady() - 类中的方法 org.dromara.northstar.indicator.AbstractIndicator
-
缓存填满值才算准备好
- isReady() - 接口中的方法 org.dromara.northstar.indicator.Indicator
-
指标是否已完成初始化
- isReady() - 接口中的方法 org.dromara.northstar.strategy.IModuleContext
-
是否已完成初始化
- isSampling() - 接口中的方法 org.dromara.northstar.ai.SamplingAware
-
是否处于采样阶段
- isSell() - 枚举类中的方法 org.dromara.northstar.common.constant.SignalOperation
- isSell(CoreEnum.DirectionEnum) - 类中的静态方法 org.dromara.northstar.common.utils.FieldUtils
- isShort(CoreEnum.PositionDirectionEnum) - 类中的静态方法 org.dromara.northstar.common.utils.FieldUtils
- isStartingBar(Bar) - 类中的静态方法 org.dromara.northstar.common.utils.MarketDataUtils
-
判断Bar是否为小节开盘K线
- isValidOrder(Order) - 类中的静态方法 org.dromara.northstar.common.utils.OrderUtils
- isWaiting() - 枚举类中的方法 org.dromara.northstar.common.constant.ModuleState
- ITL - 枚举类 中的枚举常量 xyz.redtorch.pb.CoreEnum.CurrencyEnum
-
意大利里拉
- ITL_VALUE - 枚举类中的静态变量 xyz.redtorch.pb.CoreEnum.CurrencyEnum
-
意大利里拉
J
- JPY - 枚举类 中的枚举常量 xyz.redtorch.pb.CoreEnum.CurrencyEnum
-
日元
- JPY_VALUE - 枚举类中的静态变量 xyz.redtorch.pb.CoreEnum.CurrencyEnum
-
日元
K
- KDIndicator - org.dromara.northstar.indicator.momentum中的类
-
KD指标 N,M1,M2为KD指标参数 RSV:=(CLOSE-LLV(LOW,N))/(HHV(HIGH,N)-LLV(LOW,N))*100;//收盘价与N周期最低值做差,N周期最高值与N周期最低值做差,两差之间做比值。
- KDIndicator(Configuration, int, int, int) - 类的构造器 org.dromara.northstar.indicator.momentum.KDIndicator
- KDIndicator.RSVIndicator - org.dromara.northstar.indicator.momentum中的类
- KEY_USER - 接口中的静态变量 org.dromara.northstar.common.constant.Constants
- KRW - 枚举类 中的枚举常量 xyz.redtorch.pb.CoreEnum.CurrencyEnum
-
韩国元
- KRW_VALUE - 枚举类中的静态变量 xyz.redtorch.pb.CoreEnum.CurrencyEnum
-
韩国元
L
- label() - 记录类中的方法 org.dromara.northstar.common.model.OptionItem
-
返回
label记录组件的值。 - label() - 批注接口 中的元素 org.dromara.northstar.common.model.Setting
-
前端显示的label
- LAST_PRICE - 枚举类 中的枚举常量 org.dromara.northstar.strategy.constant.PriceType
- lastPrice() - 记录类中的方法 org.dromara.northstar.common.model.core.Tick
-
返回
lastPrice记录组件的值。 - LASTPRICE_FIELD_NUMBER - 类中的静态变量 xyz.redtorch.pb.CoreField.PositionField
- LASTPRICE_FIELD_NUMBER - 类中的静态变量 xyz.redtorch.pb.CoreField.TickField
- lastTick(Contract) - 接口中的方法 org.dromara.northstar.gateway.IMarketCenter
-
获取最近一个TICK数据
- lastTick(Contract) - 类中的方法 org.dromara.northstar.gateway.mktdata.MarketCenter
- lastTradeDate() - 记录类中的方法 org.dromara.northstar.common.model.core.Contract
-
返回
lastTradeDate记录组件的值。 - LASTTRADEDATEORCONTRACTMONTH_FIELD_NUMBER - 类中的静态变量 xyz.redtorch.pb.CoreField.ContractField
- length() - 类中的方法 org.dromara.northstar.indicator.model.RingArray
-
最大长度
- LIMIT_PRICE - 枚举类 中的枚举常量 org.dromara.northstar.strategy.constant.PriceType
- LINUX - 枚举类 中的枚举常量 org.dromara.northstar.common.constant.Platform
- ListValue - org.dromara.northstar.common.model中的类
- ListValue() - 类的构造器 org.dromara.northstar.common.model.ListValue
- LITE - 枚举类 中的枚举常量 org.dromara.northstar.common.constant.PlaybackPrecision
-
每分钟1TICK
- LL_All - 枚举类 中的枚举常量 xyz.redtorch.pb.CoreEnum.LogLevelEnum
-
LL_All = 0; - LL_All_VALUE - 枚举类中的静态变量 xyz.redtorch.pb.CoreEnum.LogLevelEnum
-
LL_All = 0; - LL_Debug - 枚举类 中的枚举常量 xyz.redtorch.pb.CoreEnum.LogLevelEnum
-
LL_Debug = 10000; - LL_Debug_VALUE - 枚举类中的静态变量 xyz.redtorch.pb.CoreEnum.LogLevelEnum
-
LL_Debug = 10000; - LL_Error - 枚举类 中的枚举常量 xyz.redtorch.pb.CoreEnum.LogLevelEnum
-
LL_Error = 40000; - LL_Error_VALUE - 枚举类中的静态变量 xyz.redtorch.pb.CoreEnum.LogLevelEnum
-
LL_Error = 40000; - LL_Info - 枚举类 中的枚举常量 xyz.redtorch.pb.CoreEnum.LogLevelEnum
-
LL_Info = 20000; - LL_Info_VALUE - 枚举类中的静态变量 xyz.redtorch.pb.CoreEnum.LogLevelEnum
-
LL_Info = 20000; - LL_Trace - 枚举类 中的枚举常量 xyz.redtorch.pb.CoreEnum.LogLevelEnum
-
LL_Trace = 5000; - LL_Trace_VALUE - 枚举类中的静态变量 xyz.redtorch.pb.CoreEnum.LogLevelEnum
-
LL_Trace = 5000; - LL_Warn - 枚举类 中的枚举常量 xyz.redtorch.pb.CoreEnum.LogLevelEnum
-
LL_Warn = 30000; - LL_Warn_VALUE - 枚举类中的静态变量 xyz.redtorch.pb.CoreEnum.LogLevelEnum
-
LL_Warn = 30000; - LLVIndicator - org.dromara.northstar.indicator.helper中的类
-
最小值指标
- LLVIndicator(Configuration, Indicator) - 类的构造器 org.dromara.northstar.indicator.helper.LLVIndicator
- LME - 枚举类 中的枚举常量 xyz.redtorch.pb.CoreEnum.ExchangeEnum
-
伦敦金属交易所
- LME_VALUE - 枚举类中的静态变量 xyz.redtorch.pb.CoreEnum.ExchangeEnum
-
伦敦金属交易所
- load() - 类中的方法 org.dromara.northstar.strategy.tester.AbstractTester
- loadBars(IContract, LocalDate, LocalDate) - 接口中的方法 org.dromara.northstar.data.IMarketDataRepository
-
加载历史行情分钟K线数据
- loadContractGroup(ChannelType) - 接口中的方法 org.dromara.northstar.gateway.IMarketCenter
-
加载合约组
- loadContractGroup(ChannelType) - 类中的方法 org.dromara.northstar.gateway.mktdata.MarketCenter
-
加载合约组
- loadDailyBars(IContract, LocalDate, LocalDate) - 接口中的方法 org.dromara.northstar.data.IMarketDataRepository
-
加载历史行情日K线数据
- loadDailyData(Contract, LocalDate, LocalDate, Consumer<List<Bar>>) - 类中的方法 org.dromara.northstar.gateway.mktdata.DataSourceDataLoader
- loadHourlyData(Contract, LocalDate, LocalDate, Consumer<List<Bar>>) - 类中的方法 org.dromara.northstar.gateway.mktdata.DataSourceDataLoader
- loadMinutelyData(Contract, LocalDate, LocalDate, Consumer<List<Bar>>) - 类中的方法 org.dromara.northstar.gateway.mktdata.DataSourceDataLoader
- loadQuarterlyData(Contract, LocalDate, LocalDate, Consumer<List<Bar>>) - 类中的方法 org.dromara.northstar.gateway.mktdata.DataSourceDataLoader
- localDateTimeToMills(LocalDateTime) - 类中的静态方法 org.dromara.northstar.common.utils.CommonUtils
-
LocalDateTime转毫秒
- LocalEnvUtils - org.dromara.northstar.common.utils中的类
- LogDescription - org.dromara.northstar.common.model中的类
- LogDescription() - 类的构造器 org.dromara.northstar.common.model.LogDescription
- LOGGED_IN - 枚举类 中的枚举常量 org.dromara.northstar.common.event.NorthstarEventType
-
登录成功
- LOGGED_OUT - 枚举类 中的枚举常量 org.dromara.northstar.common.event.NorthstarEventType
-
登出成功
- LOGGING_IN - 枚举类 中的枚举常量 org.dromara.northstar.common.event.NorthstarEventType
-
登录中
- LOGGING_OUT - 枚举类 中的枚举常量 org.dromara.northstar.common.event.NorthstarEventType
-
登出中
- LOGLEVEL_FIELD_NUMBER - 类中的静态变量 xyz.redtorch.pb.CoreField.LogField
- longMarginRatio() - 记录类中的方法 org.dromara.northstar.common.model.core.Contract
-
返回
longMarginRatio记录组件的值。 - LONGMARGINRATIO_FIELD_NUMBER - 类中的静态变量 xyz.redtorch.pb.CoreField.ContractField
- LOW - 枚举类 中的枚举常量 org.dromara.northstar.common.constant.PlaybackPrecision
-
每分钟4TICK
- LOW - 枚举类 中的枚举常量 org.dromara.northstar.indicator.constant.ValueType
-
最低价
- lowerLimit() - 记录类中的方法 org.dromara.northstar.common.model.core.Tick
-
返回
lowerLimit记录组件的值。 - LOWERLIMIT_FIELD_NUMBER - 类中的静态变量 xyz.redtorch.pb.CoreField.TickField
- lowPrice() - 记录类中的方法 org.dromara.northstar.common.model.core.Bar
-
返回
lowPrice记录组件的值。 - lowPrice() - 记录类中的方法 org.dromara.northstar.common.model.core.Tick
-
返回
lowPrice记录组件的值。 - LOWPRICE_FIELD_NUMBER - 类中的静态变量 xyz.redtorch.pb.CoreField.BarField
- LOWPRICE_FIELD_NUMBER - 类中的静态变量 xyz.redtorch.pb.CoreField.TickField
- LUF - 枚举类 中的枚举常量 xyz.redtorch.pb.CoreEnum.CurrencyEnum
-
卢森堡法郎
- LUF_VALUE - 枚举类中的静态变量 xyz.redtorch.pb.CoreEnum.CurrencyEnum
-
卢森堡法郎
M
- MABasedWaveIndicator - org.dromara.northstar.indicator.wave中的类
-
波浪指标
- MABasedWaveIndicator(Configuration, Indicator, int, MABasedWaveIndicator.EndpointType) - 类的构造器 org.dromara.northstar.indicator.wave.MABasedWaveIndicator
- MABasedWaveIndicator.EndpointType - org.dromara.northstar.indicator.wave中的枚举类
- MAC_OS - 枚举类 中的枚举常量 org.dromara.northstar.common.constant.Platform
- MACDIndicator - org.dromara.northstar.indicator.trend中的类
-
MACD指标 算法: DIFF : EMA(CLOSE,SHORT) - EMA(CLOSE,LONG);//短周期与长周期的收盘价的指数平滑移动平均值做差。
- MACDIndicator(Configuration, int, int, int) - 类的构造器 org.dromara.northstar.indicator.trend.MACDIndicator
-
求默认的MACD值
- MACDIndicator(Configuration, Indicator, Indicator, int) - 类的构造器 org.dromara.northstar.indicator.trend.MACDIndicator
-
求任意两个指标线的MACD值
- MailConfigDescription - org.dromara.northstar.common.model中的类
-
EMAIL配置信息
- MailConfigDescription() - 类的构造器 org.dromara.northstar.common.model.MailConfigDescription
- MAIndicator - org.dromara.northstar.indicator.trend中的类
-
MA算术平均线
- MAIndicator(Configuration, int) - 类的构造器 org.dromara.northstar.indicator.trend.MAIndicator
- MAIndicator(Configuration, Indicator, int) - 类的构造器 org.dromara.northstar.indicator.trend.MAIndicator
- margin() - 记录类中的方法 org.dromara.northstar.common.model.core.Account
-
返回
margin记录组件的值。 - MARGIN - 枚举类 中的枚举常量 xyz.redtorch.pb.CoreEnum.ProductClassEnum
-
币币杠杆
- MARGIN_FIELD_NUMBER - 类中的静态变量 xyz.redtorch.pb.CoreField.AccountField
- MARGIN_VALUE - 枚举类中的静态变量 xyz.redtorch.pb.CoreEnum.ProductClassEnum
-
币币杠杆
- marginRatio(CoreField.ContractField, CoreEnum.DirectionEnum) - 类中的静态方法 org.dromara.northstar.common.utils.FieldUtils
- MARKET_DATA - 枚举类 中的枚举常量 org.dromara.northstar.common.constant.GatewayUsage
- MARKET_TICK - 枚举类 中的枚举常量 org.dromara.northstar.common.constant.TickType
-
实时行情
- MarketCenter - org.dromara.northstar.gateway.mktdata中的类
-
市场中心 负责作为网关的防腐层,聚合合约管理以及指数TICK合成
- MarketCenter(FastEventEngine) - 类的构造器 org.dromara.northstar.gateway.mktdata.MarketCenter
- MarketDataUtils - org.dromara.northstar.common.utils中的类
- MarketGateway - org.dromara.northstar.gateway中的接口
- marketPrice() - 记录类中的方法 org.dromara.northstar.ai.SampleData
-
返回
marketPrice记录组件的值。 - maxLimitOrderVolume() - 记录类中的方法 org.dromara.northstar.common.model.core.Contract
-
返回
maxLimitOrderVolume记录组件的值。 - MAXLIMITORDERVOLUME_FIELD_NUMBER - 类中的静态变量 xyz.redtorch.pb.CoreField.ContractField
- MAXMARGINSIDEALGORITHM_FIELD_NUMBER - 类中的静态变量 xyz.redtorch.pb.CoreField.ContractField
- maxMarketOrderVolume() - 记录类中的方法 org.dromara.northstar.common.model.core.Contract
-
返回
maxMarketOrderVolume记录组件的值。 - MAXMARKETORDERVOLUME_FIELD_NUMBER - 类中的静态变量 xyz.redtorch.pb.CoreField.ContractField
- MDDT_HIST - 枚举类 中的枚举常量 xyz.redtorch.pb.CoreEnum.MarketDataDBTypeEnum
-
MDDT_HIST = 2; - MDDT_HIST_VALUE - 枚举类中的静态变量 xyz.redtorch.pb.CoreEnum.MarketDataDBTypeEnum
-
MDDT_HIST = 2; - MDDT_MIX - 枚举类 中的枚举常量 xyz.redtorch.pb.CoreEnum.MarketDataDBTypeEnum
-
MDDT_MIX = 0; - MDDT_MIX_VALUE - 枚举类中的静态变量 xyz.redtorch.pb.CoreEnum.MarketDataDBTypeEnum
-
MDDT_MIX = 0; - MDDT_TD - 枚举类 中的枚举常量 xyz.redtorch.pb.CoreEnum.MarketDataDBTypeEnum
-
MDDT_TD = 1; - MDDT_TD_VALUE - 枚举类中的静态变量 xyz.redtorch.pb.CoreEnum.MarketDataDBTypeEnum
-
MDDT_TD = 1; - MDHOST_FIELD_NUMBER - 类中的静态变量 xyz.redtorch.pb.CoreField.GatewaySettingField.CtpApiSettingField
- MDPORT_FIELD_NUMBER - 类中的静态变量 xyz.redtorch.pb.CoreField.GatewaySettingField.CtpApiSettingField
- MEDIUM - 枚举类 中的枚举常量 org.dromara.northstar.common.constant.PlaybackPrecision
-
每分钟30TICK
- memberContracts() - 类中的方法 org.dromara.northstar.gateway.contract.IndexContract
- memberContracts() - 类中的方法 org.dromara.northstar.gateway.contract.OptionChainContract
- memberContracts() - 接口中的方法 org.dromara.northstar.gateway.IContract
-
获取成份合约
- mergeContract(CoreField.ContractField) - 类中的方法 xyz.redtorch.pb.CoreField.OrderField.Builder
-
合约
- mergeContract(CoreField.ContractField) - 类中的方法 xyz.redtorch.pb.CoreField.PositionField.Builder
-
合约
- mergeContract(CoreField.ContractField) - 类中的方法 xyz.redtorch.pb.CoreField.SubmitOrderReqField.Builder
-
合约
- mergeContract(CoreField.ContractField) - 类中的方法 xyz.redtorch.pb.CoreField.TradeField.Builder
-
合约
- mergeCtpApiSetting(CoreField.GatewaySettingField.CtpApiSettingField) - 类中的方法 xyz.redtorch.pb.CoreField.GatewaySettingField.Builder
-
.xyz.redtorch.pb.GatewaySettingField.CtpApiSettingField ctpApiSetting = 8; - MergedBarListener - org.dromara.northstar.strategy中的接口
-
复合行情BAR监听
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - 类中的方法 xyz.redtorch.pb.CoreField.AccountField.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - 类中的方法 xyz.redtorch.pb.CoreField.BarField.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - 类中的方法 xyz.redtorch.pb.CoreField.CancelOrderReqField.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - 类中的方法 xyz.redtorch.pb.CoreField.CommonReqField.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - 类中的方法 xyz.redtorch.pb.CoreField.CommonRspField.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - 类中的方法 xyz.redtorch.pb.CoreField.ContractField.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - 类中的方法 xyz.redtorch.pb.CoreField.GatewayField.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - 类中的方法 xyz.redtorch.pb.CoreField.GatewaySettingField.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - 类中的方法 xyz.redtorch.pb.CoreField.GatewaySettingField.CtpApiSettingField.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - 类中的方法 xyz.redtorch.pb.CoreField.GatewaySettingField.IbApiSettingField.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - 类中的方法 xyz.redtorch.pb.CoreField.LogField.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - 类中的方法 xyz.redtorch.pb.CoreField.NoticeField.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - 类中的方法 xyz.redtorch.pb.CoreField.OrderField.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - 类中的方法 xyz.redtorch.pb.CoreField.PositionField.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - 类中的方法 xyz.redtorch.pb.CoreField.SubmitOrderReqField.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - 类中的方法 xyz.redtorch.pb.CoreField.TickField.Builder
- mergeFrom(CodedInputStream, ExtensionRegistryLite) - 类中的方法 xyz.redtorch.pb.CoreField.TradeField.Builder
- mergeFrom(Message) - 类中的方法 xyz.redtorch.pb.CoreField.AccountField.Builder
- mergeFrom(Message) - 类中的方法 xyz.redtorch.pb.CoreField.BarField.Builder
- mergeFrom(Message) - 类中的方法 xyz.redtorch.pb.CoreField.CancelOrderReqField.Builder
- mergeFrom(Message) - 类中的方法 xyz.redtorch.pb.CoreField.CommonReqField.Builder
- mergeFrom(Message) - 类中的方法 xyz.redtorch.pb.CoreField.CommonRspField.Builder
- mergeFrom(Message) - 类中的方法 xyz.redtorch.pb.CoreField.ContractField.Builder
- mergeFrom(Message) - 类中的方法 xyz.redtorch.pb.CoreField.GatewayField.Builder
- mergeFrom(Message) - 类中的方法 xyz.redtorch.pb.CoreField.GatewaySettingField.Builder
- mergeFrom(Message) - 类中的方法 xyz.redtorch.pb.CoreField.GatewaySettingField.CtpApiSettingField.Builder
- mergeFrom(Message) - 类中的方法 xyz.redtorch.pb.CoreField.GatewaySettingField.IbApiSettingField.Builder
- mergeFrom(Message) - 类中的方法 xyz.redtorch.pb.CoreField.LogField.Builder
- mergeFrom(Message) - 类中的方法 xyz.redtorch.pb.CoreField.NoticeField.Builder
- mergeFrom(Message) - 类中的方法 xyz.redtorch.pb.CoreField.OrderField.Builder
- mergeFrom(Message) - 类中的方法 xyz.redtorch.pb.CoreField.PositionField.Builder
- mergeFrom(Message) - 类中的方法 xyz.redtorch.pb.CoreField.SubmitOrderReqField.Builder
- mergeFrom(Message) - 类中的方法 xyz.redtorch.pb.CoreField.TickField.Builder
- mergeFrom(Message) - 类中的方法 xyz.redtorch.pb.CoreField.TradeField.Builder
- mergeFrom(CoreField.AccountField) - 类中的方法 xyz.redtorch.pb.CoreField.AccountField.Builder
- mergeFrom(CoreField.BarField) - 类中的方法 xyz.redtorch.pb.CoreField.BarField.Builder
- mergeFrom(CoreField.CancelOrderReqField) - 类中的方法 xyz.redtorch.pb.CoreField.CancelOrderReqField.Builder
- mergeFrom(CoreField.CommonReqField) - 类中的方法 xyz.redtorch.pb.CoreField.CommonReqField.Builder
- mergeFrom(CoreField.CommonRspField) - 类中的方法 xyz.redtorch.pb.CoreField.CommonRspField.Builder
- mergeFrom(CoreField.ContractField) - 类中的方法 xyz.redtorch.pb.CoreField.ContractField.Builder
- mergeFrom(CoreField.GatewayField) - 类中的方法 xyz.redtorch.pb.CoreField.GatewayField.Builder
- mergeFrom(CoreField.GatewaySettingField) - 类中的方法 xyz.redtorch.pb.CoreField.GatewaySettingField.Builder
- mergeFrom(CoreField.GatewaySettingField.CtpApiSettingField) - 类中的方法 xyz.redtorch.pb.CoreField.GatewaySettingField.CtpApiSettingField.Builder
- mergeFrom(CoreField.GatewaySettingField.IbApiSettingField) - 类中的方法 xyz.redtorch.pb.CoreField.GatewaySettingField.IbApiSettingField.Builder
- mergeFrom(CoreField.LogField) - 类中的方法 xyz.redtorch.pb.CoreField.LogField.Builder
- mergeFrom(CoreField.NoticeField) - 类中的方法 xyz.redtorch.pb.CoreField.NoticeField.Builder
- mergeFrom(CoreField.OrderField) - 类中的方法 xyz.redtorch.pb.CoreField.OrderField.Builder
- mergeFrom(CoreField.PositionField) - 类中的方法 xyz.redtorch.pb.CoreField.PositionField.Builder
- mergeFrom(CoreField.SubmitOrderReqField) - 类中的方法 xyz.redtorch.pb.CoreField.SubmitOrderReqField.Builder
- mergeFrom(CoreField.TickField) - 类中的方法 xyz.redtorch.pb.CoreField.TickField.Builder
- mergeFrom(CoreField.TradeField) - 类中的方法 xyz.redtorch.pb.CoreField.TradeField.Builder
- mergeIbApiSetting(CoreField.GatewaySettingField.IbApiSettingField) - 类中的方法 xyz.redtorch.pb.CoreField.GatewaySettingField.Builder
-
.xyz.redtorch.pb.GatewaySettingField.IbApiSettingField ibApiSetting = 9; - mergeUnknownFields(UnknownFieldSet) - 类中的方法 xyz.redtorch.pb.CoreField.AccountField.Builder
- mergeUnknownFields(UnknownFieldSet) - 类中的方法 xyz.redtorch.pb.CoreField.BarField.Builder
- mergeUnknownFields(UnknownFieldSet) - 类中的方法 xyz.redtorch.pb.CoreField.CancelOrderReqField.Builder
- mergeUnknownFields(UnknownFieldSet) - 类中的方法 xyz.redtorch.pb.CoreField.CommonReqField.Builder
- mergeUnknownFields(UnknownFieldSet) - 类中的方法 xyz.redtorch.pb.CoreField.CommonRspField.Builder
- mergeUnknownFields(UnknownFieldSet) - 类中的方法 xyz.redtorch.pb.CoreField.ContractField.Builder
- mergeUnknownFields(UnknownFieldSet) - 类中的方法 xyz.redtorch.pb.CoreField.GatewayField.Builder
- mergeUnknownFields(UnknownFieldSet) - 类中的方法 xyz.redtorch.pb.CoreField.GatewaySettingField.Builder
- mergeUnknownFields(UnknownFieldSet) - 类中的方法 xyz.redtorch.pb.CoreField.GatewaySettingField.CtpApiSettingField.Builder
- mergeUnknownFields(UnknownFieldSet) - 类中的方法 xyz.redtorch.pb.CoreField.GatewaySettingField.IbApiSettingField.Builder
- mergeUnknownFields(UnknownFieldSet) - 类中的方法 xyz.redtorch.pb.CoreField.LogField.Builder
- mergeUnknownFields(UnknownFieldSet) - 类中的方法 xyz.redtorch.pb.CoreField.NoticeField.Builder
- mergeUnknownFields(UnknownFieldSet) - 类中的方法 xyz.redtorch.pb.CoreField.OrderField.Builder
- mergeUnknownFields(UnknownFieldSet) - 类中的方法 xyz.redtorch.pb.CoreField.PositionField.Builder
- mergeUnknownFields(UnknownFieldSet) - 类中的方法 xyz.redtorch.pb.CoreField.SubmitOrderReqField.Builder
- mergeUnknownFields(UnknownFieldSet) - 类中的方法 xyz.redtorch.pb.CoreField.TickField.Builder
- mergeUnknownFields(UnknownFieldSet) - 类中的方法 xyz.redtorch.pb.CoreField.TradeField.Builder
- MessagePrinter - org.dromara.northstar.common.utils中的类
- MessageSenderSettings - org.dromara.northstar.common中的接口
-
消息发送器配置标记
- millsToLocalDateTime(long) - 类中的静态方法 org.dromara.northstar.common.utils.CommonUtils
-
毫秒转LocalDateTime
- minLimitOrderVolume() - 记录类中的方法 org.dromara.northstar.common.model.core.Contract
-
返回
minLimitOrderVolume记录组件的值。 - MINLIMITORDERVOLUME_FIELD_NUMBER - 类中的静态变量 xyz.redtorch.pb.CoreField.ContractField
- minMarketOrderVolume() - 记录类中的方法 org.dromara.northstar.common.model.core.Contract
-
返回
minMarketOrderVolume记录组件的值。 - MINMARKETORDERVOLUME_FIELD_NUMBER - 类中的静态变量 xyz.redtorch.pb.CoreField.ContractField
- MINUTE - 枚举类 中的枚举常量 org.dromara.northstar.indicator.constant.PeriodUnit
-
分钟
- MinuteBarGenerator - org.dromara.northstar.gateway.mktdata中的类
- MinuteBarGenerator(Contract, Consumer<Bar>) - 类的构造器 org.dromara.northstar.gateway.mktdata.MinuteBarGenerator
-
用于实盘数据
- minutesToDayEnd(Bar) - 类中的静态方法 org.dromara.northstar.common.utils.MarketDataUtils
-
距离日内收盘还剩余几分钟
- minVolume() - 记录类中的方法 org.dromara.northstar.common.model.core.Order
-
返回
minVolume记录组件的值。 - minVolume() - 记录类中的方法 org.dromara.northstar.common.model.core.SubmitOrderReq
-
返回
minVolume记录组件的值。 - MINVOLUME_FIELD_NUMBER - 类中的静态变量 xyz.redtorch.pb.CoreField.OrderField
- MINVOLUME_FIELD_NUMBER - 类中的静态变量 xyz.redtorch.pb.CoreField.SubmitOrderReqField
- MOCK_ORDER_ID - 接口中的静态变量 org.dromara.northstar.common.constant.Constants
- MockTradeDescription - org.dromara.northstar.common.model中的类
-
手工模拟成交
- MockTradeDescription() - 类的构造器 org.dromara.northstar.common.model.MockTradeDescription
- modifyModule(ModuleDescription, boolean) - 接口中的方法 org.dromara.northstar.common.IModuleService
-
修改模组
- ModuleAccountDescription - org.dromara.northstar.common.model中的类
-
模组账户配置信息
- ModuleAccountDescription() - 类的构造器 org.dromara.northstar.common.model.ModuleAccountDescription
- ModuleAccountRuntimeDescription - org.dromara.northstar.common.model中的类
-
模组账户信息
- ModuleAccountRuntimeDescription() - 类的构造器 org.dromara.northstar.common.model.ModuleAccountRuntimeDescription
- ModuleDealRecord - org.dromara.northstar.common.model中的类
-
交易开平仓记录
- ModuleDealRecord() - 类的构造器 org.dromara.northstar.common.model.ModuleDealRecord
- ModuleDescription - org.dromara.northstar.common.model中的类
-
模组配置信息
- ModuleDescription() - 类的构造器 org.dromara.northstar.common.model.ModuleDescription
- moduleMgr - 类中的变量 org.dromara.northstar.strategy.tester.AbstractTester
- ModulePositionDescription - org.dromara.northstar.common.model中的类
-
模组持仓信息
- ModulePositionDescription() - 类的构造器 org.dromara.northstar.common.model.ModulePositionDescription
- ModuleRuntimeDescription - org.dromara.northstar.common.model中的类
-
模组信息
- ModuleRuntimeDescription() - 类的构造器 org.dromara.northstar.common.model.ModuleRuntimeDescription
- moduleService - 类中的变量 org.dromara.northstar.strategy.tester.AbstractTester
- ModuleState - org.dromara.northstar.common.constant中的枚举类
-
策略模组状态
- ModuleTesterContext - org.dromara.northstar.strategy.tester中的接口
-
模组自动化测试上下文
- ModuleTesterRunner - org.dromara.northstar.strategy.tester中的类
- ModuleTesterRunner() - 类的构造器 org.dromara.northstar.strategy.tester.ModuleTesterRunner
- ModuleType - org.dromara.northstar.common.constant中的枚举类
- ModuleUsage - org.dromara.northstar.common.constant中的枚举类
- MULTI_SELECT - 枚举类 中的枚举常量 org.dromara.northstar.common.constant.FieldType
- multiplier() - 记录类中的方法 org.dromara.northstar.common.model.core.Contract
-
返回
multiplier记录组件的值。 - MULTIPLIER_FIELD_NUMBER - 类中的静态变量 xyz.redtorch.pb.CoreField.ContractField
- MYR - 枚举类 中的枚举常量 xyz.redtorch.pb.CoreEnum.CurrencyEnum
-
马来西亚林吉特
- MYR_VALUE - 枚举类中的静态变量 xyz.redtorch.pb.CoreEnum.CurrencyEnum
-
马来西亚林吉特
N
- name() - 记录类中的方法 org.dromara.northstar.common.model.core.Contract
-
返回
name记录组件的值。 - name() - 记录类中的方法 org.dromara.northstar.common.model.core.ContractDefinition
-
返回
name记录组件的值。 - name() - 类中的方法 org.dromara.northstar.gateway.contract.GatewayContract
- name() - 类中的方法 org.dromara.northstar.gateway.contract.IndexContract
- name() - 类中的方法 org.dromara.northstar.gateway.contract.OptionChainContract
- name() - 类中的方法 org.dromara.northstar.gateway.contract.PrimaryContract
- name() - 接口中的方法 org.dromara.northstar.gateway.Instrument
-
名称
- name() - 接口中的方法 org.dromara.northstar.strategy.TradeStrategy
-
策略名称
- NAME_FIELD_NUMBER - 类中的静态变量 xyz.redtorch.pb.CoreField.AccountField
- NAME_FIELD_NUMBER - 类中的静态变量 xyz.redtorch.pb.CoreField.ContractField
- NAME_FIELD_NUMBER - 类中的静态变量 xyz.redtorch.pb.CoreField.GatewayField
- NaN() - 记录类中的静态方法 org.dromara.northstar.indicator.model.Num
- netPosition(Contract) - 接口中的方法 org.dromara.northstar.strategy.IAccount
-
获取某合约的净持仓
- newBuilder() - 类中的静态方法 xyz.redtorch.pb.CoreField.AccountField
- newBuilder() - 类中的静态方法 xyz.redtorch.pb.CoreField.BarField
- newBuilder() - 类中的静态方法 xyz.redtorch.pb.CoreField.CancelOrderReqField
- newBuilder() - 类中的静态方法 xyz.redtorch.pb.CoreField.CommonReqField
- newBuilder() - 类中的静态方法 xyz.redtorch.pb.CoreField.CommonRspField
- newBuilder() - 类中的静态方法 xyz.redtorch.pb.CoreField.ContractField
- newBuilder() - 类中的静态方法 xyz.redtorch.pb.CoreField.GatewayField
- newBuilder() - 类中的静态方法 xyz.redtorch.pb.CoreField.GatewaySettingField.CtpApiSettingField
- newBuilder() - 类中的静态方法 xyz.redtorch.pb.CoreField.GatewaySettingField.IbApiSettingField
- newBuilder() - 类中的静态方法 xyz.redtorch.pb.CoreField.GatewaySettingField
- newBuilder() - 类中的静态方法 xyz.redtorch.pb.CoreField.LogField
- newBuilder() - 类中的静态方法 xyz.redtorch.pb.CoreField.NoticeField
- newBuilder() - 类中的静态方法 xyz.redtorch.pb.CoreField.OrderField
- newBuilder() - 类中的静态方法 xyz.redtorch.pb.CoreField.PositionField
- newBuilder() - 类中的静态方法 xyz.redtorch.pb.CoreField.SubmitOrderReqField
- newBuilder() - 类中的静态方法 xyz.redtorch.pb.CoreField.TickField
- newBuilder() - 类中的静态方法 xyz.redtorch.pb.CoreField.TradeField
- newBuilder(CoreField.AccountField) - 类中的静态方法 xyz.redtorch.pb.CoreField.AccountField
- newBuilder(CoreField.BarField) - 类中的静态方法 xyz.redtorch.pb.CoreField.BarField
- newBuilder(CoreField.CancelOrderReqField) - 类中的静态方法 xyz.redtorch.pb.CoreField.CancelOrderReqField
- newBuilder(CoreField.CommonReqField) - 类中的静态方法 xyz.redtorch.pb.CoreField.CommonReqField
- newBuilder(CoreField.CommonRspField) - 类中的静态方法 xyz.redtorch.pb.CoreField.CommonRspField
- newBuilder(CoreField.ContractField) - 类中的静态方法 xyz.redtorch.pb.CoreField.ContractField
- newBuilder(CoreField.GatewayField) - 类中的静态方法 xyz.redtorch.pb.CoreField.GatewayField
- newBuilder(CoreField.GatewaySettingField) - 类中的静态方法 xyz.redtorch.pb.CoreField.GatewaySettingField
- newBuilder(CoreField.GatewaySettingField.CtpApiSettingField) - 类中的静态方法 xyz.redtorch.pb.CoreField.GatewaySettingField.CtpApiSettingField
- newBuilder(CoreField.GatewaySettingField.IbApiSettingField) - 类中的静态方法 xyz.redtorch.pb.CoreField.GatewaySettingField.IbApiSettingField
- newBuilder(CoreField.LogField) - 类中的静态方法 xyz.redtorch.pb.CoreField.LogField
- newBuilder(CoreField.NoticeField) - 类中的静态方法 xyz.redtorch.pb.CoreField.NoticeField
- newBuilder(CoreField.OrderField) - 类中的静态方法 xyz.redtorch.pb.CoreField.OrderField
- newBuilder(CoreField.PositionField) - 类中的静态方法 xyz.redtorch.pb.CoreField.PositionField
- newBuilder(CoreField.SubmitOrderReqField) - 类中的静态方法 xyz.redtorch.pb.CoreField.SubmitOrderReqField
- newBuilder(CoreField.TickField) - 类中的静态方法 xyz.redtorch.pb.CoreField.TickField
- newBuilder(CoreField.TradeField) - 类中的静态方法 xyz.redtorch.pb.CoreField.TradeField
- newBuilderForType() - 类中的方法 xyz.redtorch.pb.CoreField.AccountField
- newBuilderForType() - 类中的方法 xyz.redtorch.pb.CoreField.BarField
- newBuilderForType() - 类中的方法 xyz.redtorch.pb.CoreField.CancelOrderReqField
- newBuilderForType() - 类中的方法 xyz.redtorch.pb.CoreField.CommonReqField
- newBuilderForType() - 类中的方法 xyz.redtorch.pb.CoreField.CommonRspField
- newBuilderForType() - 类中的方法 xyz.redtorch.pb.CoreField.ContractField
- newBuilderForType() - 类中的方法 xyz.redtorch.pb.CoreField.GatewayField
- newBuilderForType() - 类中的方法 xyz.redtorch.pb.CoreField.GatewaySettingField.CtpApiSettingField
- newBuilderForType() - 类中的方法 xyz.redtorch.pb.CoreField.GatewaySettingField.IbApiSettingField
- newBuilderForType() - 类中的方法 xyz.redtorch.pb.CoreField.GatewaySettingField
- newBuilderForType() - 类中的方法 xyz.redtorch.pb.CoreField.LogField
- newBuilderForType() - 类中的方法 xyz.redtorch.pb.CoreField.NoticeField
- newBuilderForType() - 类中的方法 xyz.redtorch.pb.CoreField.OrderField
- newBuilderForType() - 类中的方法 xyz.redtorch.pb.CoreField.PositionField
- newBuilderForType() - 类中的方法 xyz.redtorch.pb.CoreField.SubmitOrderReqField
- newBuilderForType() - 类中的方法 xyz.redtorch.pb.CoreField.TickField
- newBuilderForType() - 类中的方法 xyz.redtorch.pb.CoreField.TradeField
- newBuilderForType(GeneratedMessageV3.BuilderParent) - 类中的方法 xyz.redtorch.pb.CoreField.AccountField
- newBuilderForType(GeneratedMessageV3.BuilderParent) - 类中的方法 xyz.redtorch.pb.CoreField.BarField
- newBuilderForType(GeneratedMessageV3.BuilderParent) - 类中的方法 xyz.redtorch.pb.CoreField.CancelOrderReqField
- newBuilderForType(GeneratedMessageV3.BuilderParent) - 类中的方法 xyz.redtorch.pb.CoreField.CommonReqField
- newBuilderForType(GeneratedMessageV3.BuilderParent) - 类中的方法 xyz.redtorch.pb.CoreField.CommonRspField
- newBuilderForType(GeneratedMessageV3.BuilderParent) - 类中的方法 xyz.redtorch.pb.CoreField.ContractField
- newBuilderForType(GeneratedMessageV3.BuilderParent) - 类中的方法 xyz.redtorch.pb.CoreField.GatewayField
- newBuilderForType(GeneratedMessageV3.BuilderParent) - 类中的方法 xyz.redtorch.pb.CoreField.GatewaySettingField.CtpApiSettingField
- newBuilderForType(GeneratedMessageV3.BuilderParent) - 类中的方法 xyz.redtorch.pb.CoreField.GatewaySettingField.IbApiSettingField
- newBuilderForType(GeneratedMessageV3.BuilderParent) - 类中的方法 xyz.redtorch.pb.CoreField.GatewaySettingField
- newBuilderForType(GeneratedMessageV3.BuilderParent) - 类中的方法 xyz.redtorch.pb.CoreField.LogField
- newBuilderForType(GeneratedMessageV3.BuilderParent) - 类中的方法 xyz.redtorch.pb.CoreField.NoticeField
- newBuilderForType(GeneratedMessageV3.BuilderParent) - 类中的方法 xyz.redtorch.pb.CoreField.OrderField
- newBuilderForType(GeneratedMessageV3.BuilderParent) - 类中的方法 xyz.redtorch.pb.CoreField.PositionField
- newBuilderForType(GeneratedMessageV3.BuilderParent) - 类中的方法 xyz.redtorch.pb.CoreField.SubmitOrderReqField
- newBuilderForType(GeneratedMessageV3.BuilderParent) - 类中的方法 xyz.redtorch.pb.CoreField.TickField
- newBuilderForType(GeneratedMessageV3.BuilderParent) - 类中的方法 xyz.redtorch.pb.CoreField.TradeField
- newInstance() - 类中的方法 org.dromara.northstar.common.event.FastEventEngine.NorthstarEventFactory
- newInstance(GeneratedMessageV3.UnusedPrivateParameter) - 类中的方法 xyz.redtorch.pb.CoreField.AccountField
- newInstance(GeneratedMessageV3.UnusedPrivateParameter) - 类中的方法 xyz.redtorch.pb.CoreField.BarField
- newInstance(GeneratedMessageV3.UnusedPrivateParameter) - 类中的方法 xyz.redtorch.pb.CoreField.CancelOrderReqField
- newInstance(GeneratedMessageV3.UnusedPrivateParameter) - 类中的方法 xyz.redtorch.pb.CoreField.CommonReqField
- newInstance(GeneratedMessageV3.UnusedPrivateParameter) - 类中的方法 xyz.redtorch.pb.CoreField.CommonRspField
- newInstance(GeneratedMessageV3.UnusedPrivateParameter) - 类中的方法 xyz.redtorch.pb.CoreField.ContractField
- newInstance(GeneratedMessageV3.UnusedPrivateParameter) - 类中的方法 xyz.redtorch.pb.CoreField.GatewayField
- newInstance(GeneratedMessageV3.UnusedPrivateParameter) - 类中的方法 xyz.redtorch.pb.CoreField.GatewaySettingField.CtpApiSettingField
- newInstance(GeneratedMessageV3.UnusedPrivateParameter) - 类中的方法 xyz.redtorch.pb.CoreField.GatewaySettingField.IbApiSettingField
- newInstance(GeneratedMessageV3.UnusedPrivateParameter) - 类中的方法 xyz.redtorch.pb.CoreField.GatewaySettingField
- newInstance(GeneratedMessageV3.UnusedPrivateParameter) - 类中的方法 xyz.redtorch.pb.CoreField.LogField
- newInstance(GeneratedMessageV3.UnusedPrivateParameter) - 类中的方法 xyz.redtorch.pb.CoreField.NoticeField
- newInstance(GeneratedMessageV3.UnusedPrivateParameter) - 类中的方法 xyz.redtorch.pb.CoreField.OrderField
- newInstance(GeneratedMessageV3.UnusedPrivateParameter) - 类中的方法 xyz.redtorch.pb.CoreField.PositionField
- newInstance(GeneratedMessageV3.UnusedPrivateParameter) - 类中的方法 xyz.redtorch.pb.CoreField.SubmitOrderReqField
- newInstance(GeneratedMessageV3.UnusedPrivateParameter) - 类中的方法 xyz.redtorch.pb.CoreField.TickField
- newInstance(GeneratedMessageV3.UnusedPrivateParameter) - 类中的方法 xyz.redtorch.pb.CoreField.TradeField
- newInstance(GatewayDescription) - 接口中的方法 org.dromara.northstar.gateway.GatewayFactory
- newThreadPerTaskExecutor(Class<?>) - 类中的静态方法 org.dromara.northstar.common.utils.CommonUtils
-
创建虚拟线程服务
- NLG - 枚举类 中的枚举常量 xyz.redtorch.pb.CoreEnum.CurrencyEnum
-
荷兰盾
- NLG_VALUE - 枚举类中的静态变量 xyz.redtorch.pb.CoreEnum.CurrencyEnum
-
荷兰盾
- NO_SUCH_ELEMENT_EXCEPTION - 接口中的静态变量 org.dromara.northstar.common.constant.ReturnCode
-
元素不存在异常
- NORMAL - 枚举类 中的枚举常量 org.dromara.northstar.common.constant.PlaybackSpeed
-
正常速度
- NormalizeIndicator - org.dromara.northstar.indicator.helper中的类
-
对源指标的计算值进行归一化处理
- NormalizeIndicator(Configuration, Indicator) - 类的构造器 org.dromara.northstar.indicator.helper.NormalizeIndicator
- NorthstarDataSource - org.dromara.northstar.gateway.mktdata中的类
-
数据源处理 负责把数据源的数据做封装,以及统一适配
- NorthstarDataSource(QuantitDataServiceManager) - 类的构造器 org.dromara.northstar.gateway.mktdata.NorthstarDataSource
- NorthstarEvent - org.dromara.northstar.common.event中的类
- NorthstarEvent() - 类的构造器 org.dromara.northstar.common.event.NorthstarEvent
- NorthstarEventFactory() - 类的构造器 org.dromara.northstar.common.event.FastEventEngine.NorthstarEventFactory
- NorthstarEventType - org.dromara.northstar.common.event中的枚举类
-
系统事件列表
- NoSuchElementException - org.dromara.northstar.common.exception中的异常错误类
-
找不到相应元素异常
- NoSuchElementException() - 异常错误类的构造器 org.dromara.northstar.common.exception.NoSuchElementException
- NoSuchElementException(String) - 异常错误类的构造器 org.dromara.northstar.common.exception.NoSuchElementException
- NoSuchElementException(String, Throwable) - 异常错误类的构造器 org.dromara.northstar.common.exception.NoSuchElementException
- NoSuchElementException(String, Throwable, boolean, boolean) - 异常错误类的构造器 org.dromara.northstar.common.exception.NoSuchElementException
- NoSuchElementException(Throwable) - 异常错误类的构造器 org.dromara.northstar.common.exception.NoSuchElementException
- Notice - org.dromara.northstar.common.model.core中的记录类
- Notice(CoreEnum.CommonStatusEnum, String) - 记录类的构造器 org.dromara.northstar.common.model.core.Notice
-
创建
Notice记录类的实例。 - NOTICE - 枚举类 中的枚举常量 org.dromara.northstar.common.event.NorthstarEventType
-
消息事件
- NS_DS_SECRET - 接口中的静态变量 org.dromara.northstar.common.constant.Constants
- NS_PWD - 接口中的静态变量 org.dromara.northstar.common.constant.Constants
- NS_USER - 接口中的静态变量 org.dromara.northstar.common.constant.Constants
- NsUser - org.dromara.northstar.common.model中的类
-
用户信息
- NsUser() - 类的构造器 org.dromara.northstar.common.model.NsUser
- Num - org.dromara.northstar.indicator.model中的记录类
-
值对象
- Num(double, long, boolean) - 记录类的构造器 org.dromara.northstar.indicator.model.Num
-
创建
Num记录类的实例。 - NUMBER - 枚举类 中的枚举常量 org.dromara.northstar.common.constant.FieldType
- NumberValue - org.dromara.northstar.common.model中的类
- NumberValue() - 类的构造器 org.dromara.northstar.common.model.NumberValue
- numOfBarsToPrepare - 类中的变量 org.dromara.northstar.strategy.AbstractStrategy
- numOfMinPerMergedBar() - 接口中的方法 org.dromara.northstar.strategy.IModuleStrategyContext
-
获取模组周期设置
- numOfUnits() - 记录类中的方法 org.dromara.northstar.indicator.model.Configuration
-
返回
numOfUnits记录组件的值。 - NUMTRADES_FIELD_NUMBER - 类中的静态变量 xyz.redtorch.pb.CoreField.BarField
- NUMTRADES_FIELD_NUMBER - 类中的静态变量 xyz.redtorch.pb.CoreField.TickField
- NUMTRADESDELTA_FIELD_NUMBER - 类中的静态变量 xyz.redtorch.pb.CoreField.BarField
- NUMTRADESDELTA_FIELD_NUMBER - 类中的静态变量 xyz.redtorch.pb.CoreField.TickField
- NYBOT - 枚举类 中的枚举常量 xyz.redtorch.pb.CoreEnum.ExchangeEnum
-
纽约期货交易所
- NYBOT_VALUE - 枚举类中的静态变量 xyz.redtorch.pb.CoreEnum.ExchangeEnum
-
纽约期货交易所
- NYMEX - 枚举类 中的枚举常量 xyz.redtorch.pb.CoreEnum.ExchangeEnum
-
纽约商业交易所
- NYMEX_VALUE - 枚举类中的静态变量 xyz.redtorch.pb.CoreEnum.ExchangeEnum
-
纽约商业交易所
- NZD - 枚举类 中的枚举常量 xyz.redtorch.pb.CoreEnum.CurrencyEnum
-
新西兰元
- NZD_VALUE - 枚举类中的静态变量 xyz.redtorch.pb.CoreEnum.CurrencyEnum
-
新西兰元
O
- O_CallOptions - 枚举类 中的枚举常量 xyz.redtorch.pb.CoreEnum.OptionsTypeEnum
-
看涨
- O_CallOptions_VALUE - 枚举类中的静态变量 xyz.redtorch.pb.CoreEnum.OptionsTypeEnum
-
看涨
- O_PutOptions - 枚举类 中的枚举常量 xyz.redtorch.pb.CoreEnum.OptionsTypeEnum
-
看跌
- O_PutOptions_VALUE - 枚举类中的静态变量 xyz.redtorch.pb.CoreEnum.OptionsTypeEnum
-
看跌
- O_Unknown - 枚举类 中的枚举常量 xyz.redtorch.pb.CoreEnum.OptionsTypeEnum
-
未知
- O_Unknown_VALUE - 枚举类中的静态变量 xyz.redtorch.pb.CoreEnum.OptionsTypeEnum
-
未知
- OANDA - 枚举类 中的枚举常量 xyz.redtorch.pb.CoreEnum.ExchangeEnum
-
OANDA外汇做市商
- OANDA_VALUE - 枚举类中的静态变量 xyz.redtorch.pb.CoreEnum.ExchangeEnum
-
OANDA外汇做市商
- OAS_Accepted - 枚举类 中的枚举常量 xyz.redtorch.pb.CoreEnum.OrderActionStatusTyp
-
已经接受
- OAS_Accepted_VALUE - 枚举类中的静态变量 xyz.redtorch.pb.CoreEnum.OrderActionStatusTyp
-
已经接受
- OAS_Rejected - 枚举类 中的枚举常量 xyz.redtorch.pb.CoreEnum.OrderActionStatusTyp
-
已经被拒绝
- OAS_Rejected_VALUE - 枚举类中的静态变量 xyz.redtorch.pb.CoreEnum.OrderActionStatusTyp
-
已经被拒绝
- OAS_Submitted - 枚举类 中的枚举常量 xyz.redtorch.pb.CoreEnum.OrderActionStatusTyp
-
已经提交
- OAS_Submitted_VALUE - 枚举类中的静态变量 xyz.redtorch.pb.CoreEnum.OrderActionStatusTyp
-
已经提交
- OAS_Unknown - 枚举类 中的枚举常量 xyz.redtorch.pb.CoreEnum.OrderActionStatusTyp
-
未知
- OAS_Unknown_VALUE - 枚举类中的静态变量 xyz.redtorch.pb.CoreEnum.OrderActionStatusTyp
-
未知
- ObjectManager<T> - org.dromara.northstar.common中的接口
- ODS_Administrator - 枚举类 中的枚举常量 xyz.redtorch.pb.CoreEnum.OrderSourceEnum
-
来自管理员
- ODS_Administrator_VALUE - 枚举类中的静态变量 xyz.redtorch.pb.CoreEnum.OrderSourceEnum
-
来自管理员
- ODS_Participant - 枚举类 中的枚举常量 xyz.redtorch.pb.CoreEnum.OrderSourceEnum
-
来自参与者
- ODS_Participant_VALUE - 枚举类中的静态变量 xyz.redtorch.pb.CoreEnum.OrderSourceEnum
-
来自参与者
- ODS_Unknown - 枚举类 中的枚举常量 xyz.redtorch.pb.CoreEnum.OrderSourceEnum
-
未知
- ODS_Unknown_VALUE - 枚举类中的静态变量 xyz.redtorch.pb.CoreEnum.OrderSourceEnum
-
未知
- of(double, long) - 记录类中的静态方法 org.dromara.northstar.indicator.model.Num
- of(double, long, boolean) - 记录类中的静态方法 org.dromara.northstar.indicator.model.Num
- of(String) - 记录类中的静态方法 org.dromara.northstar.common.model.Identifier
- of(T1, T2) - 记录类中的静态方法 org.dromara.northstar.common.model.Tuple
- of(CoreField.BarField, Contract) - 记录类中的静态方法 org.dromara.northstar.common.model.core.Bar
- of(CoreField.TradeField, IContractManager) - 记录类中的静态方法 org.dromara.northstar.common.model.core.Trade
- OF_Close - 枚举类 中的枚举常量 xyz.redtorch.pb.CoreEnum.OffsetFlagEnum
-
平仓
- OF_Close_VALUE - 枚举类中的静态变量 xyz.redtorch.pb.CoreEnum.OffsetFlagEnum
-
平仓
- OF_CloseToday - 枚举类 中的枚举常量 xyz.redtorch.pb.CoreEnum.OffsetFlagEnum
-
平今
- OF_CloseToday_VALUE - 枚举类中的静态变量 xyz.redtorch.pb.CoreEnum.OffsetFlagEnum
-
平今
- OF_CloseYesterday - 枚举类 中的枚举常量 xyz.redtorch.pb.CoreEnum.OffsetFlagEnum
-
平昨
- OF_CloseYesterday_VALUE - 枚举类中的静态变量 xyz.redtorch.pb.CoreEnum.OffsetFlagEnum
-
平昨
- OF_ForceClose - 枚举类 中的枚举常量 xyz.redtorch.pb.CoreEnum.OffsetFlagEnum
-
强平
- OF_ForceClose_VALUE - 枚举类中的静态变量 xyz.redtorch.pb.CoreEnum.OffsetFlagEnum
-
强平
- OF_ForceOff - 枚举类 中的枚举常量 xyz.redtorch.pb.CoreEnum.OffsetFlagEnum
-
强减
- OF_ForceOff_VALUE - 枚举类中的静态变量 xyz.redtorch.pb.CoreEnum.OffsetFlagEnum
-
强减
- OF_LocalForceClose - 枚举类 中的枚举常量 xyz.redtorch.pb.CoreEnum.OffsetFlagEnum
-
本地强平
- OF_LocalForceClose_VALUE - 枚举类中的静态变量 xyz.redtorch.pb.CoreEnum.OffsetFlagEnum
-
本地强平
- OF_Open - 枚举类 中的枚举常量 xyz.redtorch.pb.CoreEnum.OffsetFlagEnum
-
开仓
- OF_Open_VALUE - 枚举类中的静态变量 xyz.redtorch.pb.CoreEnum.OffsetFlagEnum
-
开仓
- OF_Unknown - 枚举类 中的枚举常量 xyz.redtorch.pb.CoreEnum.OffsetFlagEnum
-
未知
- OF_Unknown_VALUE - 枚举类中的静态变量 xyz.redtorch.pb.CoreEnum.OffsetFlagEnum
-
未知
- offsetFlag() - 记录类中的方法 org.dromara.northstar.common.model.core.Order
-
返回
offsetFlag记录组件的值。 - offsetFlag() - 记录类中的方法 org.dromara.northstar.common.model.core.SubmitOrderReq
-
返回
offsetFlag记录组件的值。 - offsetFlag() - 记录类中的方法 org.dromara.northstar.common.model.core.Trade
-
返回
offsetFlag记录组件的值。 - OFFSETFLAG_FIELD_NUMBER - 类中的静态变量 xyz.redtorch.pb.CoreField.OrderField
- OFFSETFLAG_FIELD_NUMBER - 类中的静态变量 xyz.redtorch.pb.CoreField.SubmitOrderReqField
- OFFSETFLAG_FIELD_NUMBER - 类中的静态变量 xyz.redtorch.pb.CoreField.TradeField
- OI - 枚举类 中的枚举常量 org.dromara.northstar.indicator.constant.ValueType
-
实际持仓量
- OI_DELTA - 枚举类 中的枚举常量 org.dromara.northstar.indicator.constant.ValueType
-
持仓量变化
- OKX - 枚举类 中的枚举常量 org.dromara.northstar.common.constant.ChannelType
- OKX - 枚举类 中的枚举常量 xyz.redtorch.pb.CoreEnum.ExchangeEnum
-
欧易交易所
- OKX_VALUE - 枚举类中的静态变量 xyz.redtorch.pb.CoreEnum.ExchangeEnum
-
欧易交易所
- onAccount(Account) - 接口中的方法 org.dromara.northstar.strategy.IAccount
-
响应账户事件
- onBar(Bar) - 接口中的方法 org.dromara.northstar.common.BarDataAware
- onBar(Bar) - 接口中的方法 org.dromara.northstar.strategy.IEmbededRule
-
响应BAR数据
- onEvent(NorthstarEvent) - 类中的方法 org.dromara.northstar.common.event.AbstractEventHandler
- onEvent(NorthstarEvent) - 接口中的方法 org.dromara.northstar.common.event.GenericEventHandler
- onEvent(NorthstarEvent) - 接口中的方法 org.dromara.northstar.strategy.IMessageSender
-
处理系统事件
- onEvent(NorthstarEvent) - 接口中的方法 org.dromara.northstar.strategy.IModule
-
监听事件
- onMergedBar(Bar) - 类中的方法 org.dromara.northstar.strategy.AbstractStrategy
-
该方法不管模组是否启用都会被调用 每个K线触发一次 如果订阅了多个合约,则会有多个K线,因此每个K线时刻会触发多次
- onMergedBar(Bar) - 接口中的方法 org.dromara.northstar.strategy.MergedBarListener
- onMergedBar(Bar) - 接口中的方法 org.dromara.northstar.strategy.TradeStrategy
-
BAR事件 当模组状态为停用时,也不排除策略会有相应的数据更新逻辑,所以即使模组状态为停用,该方法仍会被调用
- onOrder(Order) - 接口中的方法 org.dromara.northstar.common.TransactionAware
-
响应订单事件
- onOrder(Order) - 类中的方法 org.dromara.northstar.strategy.AbstractStrategy
- onOrder(Order) - 类中的方法 org.dromara.northstar.strategy.model.TradeIntent
- onPosition(Position) - 接口中的方法 org.dromara.northstar.strategy.IAccount
-
响应持仓事件
- onReady() - 接口中的方法 org.dromara.northstar.strategy.IModuleContext
-
完成初始化
- onTick(Tick) - 接口中的方法 org.dromara.northstar.common.TickDataAware
- onTick(Tick) - 类中的方法 org.dromara.northstar.gateway.contract.GatewayContract
- onTick(Tick) - 类中的方法 org.dromara.northstar.gateway.contract.IndexContract
- onTick(Tick) - 类中的方法 org.dromara.northstar.gateway.mktdata.MarketCenter
-
更新行情
- onTick(Tick) - 类中的方法 org.dromara.northstar.strategy.AbstractStrategy
-
该方法不管模组是否启用都会被调用 每个TICK触发一次 如果订阅了多个合约,则会有多个TICK,因此每个TICK时刻会触发多次
- onTick(Tick) - 接口中的方法 org.dromara.northstar.strategy.IEmbededRule
-
响应TICK数据
- onTick(Tick) - 类中的方法 org.dromara.northstar.strategy.model.TradeIntent
- onTick(Tick) - 接口中的方法 org.dromara.northstar.strategy.TradeStrategy
-
TICK事件 当模组状态为停用时,也不排除策略会有相应的数据更新逻辑,所以即使模组状态为停用,该方法仍会被调用
- onTrade(Trade) - 接口中的方法 org.dromara.northstar.common.TransactionAware
-
响应成交事件
- onTrade(Trade) - 类中的方法 org.dromara.northstar.strategy.AbstractStrategy
- onTrade(Trade) - 类中的方法 org.dromara.northstar.strategy.model.TradeIntent
- OPEN - 枚举类 中的枚举常量 org.dromara.northstar.indicator.constant.ValueType
-
开盘价
- openInterest() - 记录类中的方法 org.dromara.northstar.common.model.core.Bar
-
返回
openInterest记录组件的值。 - openInterest() - 记录类中的方法 org.dromara.northstar.common.model.core.Tick
-
返回
openInterest记录组件的值。 - OPENINTEREST_FIELD_NUMBER - 类中的静态变量 xyz.redtorch.pb.CoreField.BarField
- OPENINTEREST_FIELD_NUMBER - 类中的静态变量 xyz.redtorch.pb.CoreField.TickField
- openInterestDelta() - 记录类中的方法 org.dromara.northstar.common.model.core.Bar
-
返回
openInterestDelta记录组件的值。 - openInterestDelta() - 记录类中的方法 org.dromara.northstar.common.model.core.Tick
-
返回
openInterestDelta记录组件的值。 - OPENINTERESTDELTA_FIELD_NUMBER - 类中的静态变量 xyz.redtorch.pb.CoreField.BarField
- OPENINTERESTDELTA_FIELD_NUMBER - 类中的静态变量 xyz.redtorch.pb.CoreField.TickField
- OPENPOSITIONPROFIT_FIELD_NUMBER - 类中的静态变量 xyz.redtorch.pb.CoreField.PositionField
- OPENPOSITIONPROFITRATIO_FIELD_NUMBER - 类中的静态变量 xyz.redtorch.pb.CoreField.PositionField
- openPrice() - 记录类中的方法 org.dromara.northstar.common.model.core.Bar
-
返回
openPrice记录组件的值。 - openPrice() - 记录类中的方法 org.dromara.northstar.common.model.core.Position
-
返回
openPrice记录组件的值。 - openPrice() - 记录类中的方法 org.dromara.northstar.common.model.core.Tick
-
返回
openPrice记录组件的值。 - OPENPRICE_FIELD_NUMBER - 类中的静态变量 xyz.redtorch.pb.CoreField.BarField
- OPENPRICE_FIELD_NUMBER - 类中的静态变量 xyz.redtorch.pb.CoreField.PositionField
- OPENPRICE_FIELD_NUMBER - 类中的静态变量 xyz.redtorch.pb.CoreField.TickField
- openPriceDiff() - 记录类中的方法 org.dromara.northstar.common.model.core.Position
-
返回
openPriceDiff记录组件的值。 - OPENPRICEDIFF_FIELD_NUMBER - 类中的静态变量 xyz.redtorch.pb.CoreField.PositionField
- OPERATORID_FIELD_NUMBER - 类中的静态变量 xyz.redtorch.pb.CoreField.CommonReqField
- OPP_PRICE - 枚举类 中的枚举常量 org.dromara.northstar.strategy.constant.PriceType
- OPT_AnyPrice - 枚举类 中的枚举常量 xyz.redtorch.pb.CoreEnum.OrderPriceTypeEnum
-
任意价
- OPT_AnyPrice_VALUE - 枚举类中的静态变量 xyz.redtorch.pb.CoreEnum.OrderPriceTypeEnum
-
任意价
- OPT_AskPrice1 - 枚举类 中的枚举常量 xyz.redtorch.pb.CoreEnum.OrderPriceTypeEnum
-
卖一价
- OPT_AskPrice1_VALUE - 枚举类中的静态变量 xyz.redtorch.pb.CoreEnum.OrderPriceTypeEnum
-
卖一价
- OPT_AskPrice1PlusOneTicks - 枚举类 中的枚举常量 xyz.redtorch.pb.CoreEnum.OrderPriceTypeEnum
-
卖一价浮动上浮1个ticks
- OPT_AskPrice1PlusOneTicks_VALUE - 枚举类中的静态变量 xyz.redtorch.pb.CoreEnum.OrderPriceTypeEnum
-
卖一价浮动上浮1个ticks
- OPT_AskPrice1PlusThreeTicks - 枚举类 中的枚举常量 xyz.redtorch.pb.CoreEnum.OrderPriceTypeEnum
-
卖一价浮动上浮3个ticks
- OPT_AskPrice1PlusThreeTicks_VALUE - 枚举类中的静态变量 xyz.redtorch.pb.CoreEnum.OrderPriceTypeEnum
-
卖一价浮动上浮3个ticks
- OPT_AskPrice1PlusTwoTicks - 枚举类 中的枚举常量 xyz.redtorch.pb.CoreEnum.OrderPriceTypeEnum
-
卖一价浮动上浮2个ticks
- OPT_AskPrice1PlusTwoTicks_VALUE - 枚举类中的静态变量 xyz.redtorch.pb.CoreEnum.OrderPriceTypeEnum
-
卖一价浮动上浮2个ticks
- OPT_BestPrice - 枚举类 中的枚举常量 xyz.redtorch.pb.CoreEnum.OrderPriceTypeEnum
-
最优价
- OPT_BestPrice_VALUE - 枚举类中的静态变量 xyz.redtorch.pb.CoreEnum.OrderPriceTypeEnum
-
最优价
- OPT_BidPrice1 - 枚举类 中的枚举常量 xyz.redtorch.pb.CoreEnum.OrderPriceTypeEnum
-
买一价
- OPT_BidPrice1_VALUE - 枚举类中的静态变量 xyz.redtorch.pb.CoreEnum.OrderPriceTypeEnum
-
买一价
- OPT_BidPrice1PlusOneTicks - 枚举类 中的枚举常量 xyz.redtorch.pb.CoreEnum.OrderPriceTypeEnum
-
买一价浮动上浮1个ticks
- OPT_BidPrice1PlusOneTicks_VALUE - 枚举类中的静态变量 xyz.redtorch.pb.CoreEnum.OrderPriceTypeEnum
-
买一价浮动上浮1个ticks
- OPT_BidPrice1PlusThreeTicks - 枚举类 中的枚举常量 xyz.redtorch.pb.CoreEnum.OrderPriceTypeEnum
-
买一价浮动上浮3个ticks
- OPT_BidPrice1PlusThreeTicks_VALUE - 枚举类中的静态变量 xyz.redtorch.pb.CoreEnum.OrderPriceTypeEnum
-
买一价浮动上浮3个ticks
- OPT_BidPrice1PlusTwoTicks - 枚举类 中的枚举常量 xyz.redtorch.pb.CoreEnum.OrderPriceTypeEnum
-
买一价浮动上浮2个ticks
- OPT_BidPrice1PlusTwoTicks_VALUE - 枚举类中的静态变量 xyz.redtorch.pb.CoreEnum.OrderPriceTypeEnum
-
买一价浮动上浮2个ticks
- OPT_FiveLevelPrice - 枚举类 中的枚举常量 xyz.redtorch.pb.CoreEnum.OrderPriceTypeEnum
-
五档价
- OPT_FiveLevelPrice_VALUE - 枚举类中的静态变量 xyz.redtorch.pb.CoreEnum.OrderPriceTypeEnum
-
五档价
- OPT_LastPrice - 枚举类 中的枚举常量 xyz.redtorch.pb.CoreEnum.OrderPriceTypeEnum
-
最新价
- OPT_LastPrice_VALUE - 枚举类中的静态变量 xyz.redtorch.pb.CoreEnum.OrderPriceTypeEnum
-
最新价
- OPT_LastPricePlusOneTicks - 枚举类 中的枚举常量 xyz.redtorch.pb.CoreEnum.OrderPriceTypeEnum
-
最新价浮动上浮1个ticks
- OPT_LastPricePlusOneTicks_VALUE - 枚举类中的静态变量 xyz.redtorch.pb.CoreEnum.OrderPriceTypeEnum
-
最新价浮动上浮1个ticks
- OPT_LastPricePlusThreeTicks - 枚举类 中的枚举常量 xyz.redtorch.pb.CoreEnum.OrderPriceTypeEnum
-
最新价浮动上浮3个ticks
- OPT_LastPricePlusThreeTicks_VALUE - 枚举类中的静态变量 xyz.redtorch.pb.CoreEnum.OrderPriceTypeEnum
-
最新价浮动上浮3个ticks
- OPT_LastPricePlusTwoTicks - 枚举类 中的枚举常量 xyz.redtorch.pb.CoreEnum.OrderPriceTypeEnum
-
最新价浮动上浮2个ticks
- OPT_LastPricePlusTwoTicks_VALUE - 枚举类中的静态变量 xyz.redtorch.pb.CoreEnum.OrderPriceTypeEnum
-
最新价浮动上浮2个ticks
- OPT_LimitPrice - 枚举类 中的枚举常量 xyz.redtorch.pb.CoreEnum.OrderPriceTypeEnum
-
限价
- OPT_LimitPrice_VALUE - 枚举类中的静态变量 xyz.redtorch.pb.CoreEnum.OrderPriceTypeEnum
-
限价
- OPT_Unknown - 枚举类 中的枚举常量 xyz.redtorch.pb.CoreEnum.OrderPriceTypeEnum
-
未知
- OPT_Unknown_VALUE - 枚举类中的静态变量 xyz.redtorch.pb.CoreEnum.OrderPriceTypeEnum
-
未知
- OPTION - 枚举类 中的枚举常量 xyz.redtorch.pb.CoreEnum.ProductClassEnum
-
期权
- OPTION_CHAIN_PREFIX - 接口中的静态变量 org.dromara.northstar.common.constant.Constants
- OPTION_VALUE - 枚举类中的静态变量 xyz.redtorch.pb.CoreEnum.ProductClassEnum
-
期权
- OptionChainContract - org.dromara.northstar.gateway.contract中的类
-
组合合约
- OptionChainContract(IContract, List<IContract>) - 类的构造器 org.dromara.northstar.gateway.contract.OptionChainContract
- OptionItem - org.dromara.northstar.common.model中的记录类
-
选项
- OptionItem(String, String) - 记录类的构造器 org.dromara.northstar.common.model.OptionItem
-
创建
OptionItem记录类的实例。 - optionProvider() - 批注接口 中的元素 org.dromara.northstar.common.model.Setting
-
配置项实现类(此接口的实现类提供的值将覆盖options与optionsVal的值)
- options() - 批注接口 中的元素 org.dromara.northstar.common.model.Setting
-
配置项可选项label
- optionsType() - 记录类中的方法 org.dromara.northstar.common.model.core.Contract
-
返回
optionsType记录组件的值。 - OPTIONSTYPE_FIELD_NUMBER - 类中的静态变量 xyz.redtorch.pb.CoreField.ContractField
- optionsVal() - 批注接口 中的元素 org.dromara.northstar.common.model.Setting
-
配置项可选项value
- optionVals() - 接口中的方法 org.dromara.northstar.common.SettingOptionsProvider
-
提供选项列表值
- order() - 批注接口 中的元素 org.dromara.northstar.common.model.Setting
-
配置项顺序
- Order - org.dromara.northstar.common.model.core中的记录类
- Order(String, String, String, CoreEnum.DirectionEnum, CoreEnum.OffsetFlagEnum, CoreEnum.HedgeFlagEnum, CoreEnum.OrderPriceTypeEnum, CoreEnum.OrderStatusEnum, double, int, int, CoreEnum.TimeConditionEnum, String, CoreEnum.VolumeConditionEnum, int, CoreEnum.ContingentConditionEnum, double, CoreEnum.ForceCloseReasonEnum, LocalDate, LocalDate, LocalTime, LocalDate, LocalTime, String, Contract) - 记录类的构造器 org.dromara.northstar.common.model.core.Order
-
创建
Order记录类的实例。 - ORDER - 枚举类 中的枚举常量 org.dromara.northstar.common.event.NorthstarEventType
-
委托回报事件
- orderDate() - 记录类中的方法 org.dromara.northstar.common.model.core.Order
-
返回
orderDate记录组件的值。 - ORDERDATE_FIELD_NUMBER - 类中的静态变量 xyz.redtorch.pb.CoreField.OrderField
- orderId() - 记录类中的方法 org.dromara.northstar.common.model.core.Order
-
返回
orderId记录组件的值。 - orderId() - 记录类中的方法 org.dromara.northstar.common.model.core.Trade
-
返回
orderId记录组件的值。 - ORDERID_FIELD_NUMBER - 类中的静态变量 xyz.redtorch.pb.CoreField.CancelOrderReqField
- ORDERID_FIELD_NUMBER - 类中的静态变量 xyz.redtorch.pb.CoreField.OrderField
- ORDERID_FIELD_NUMBER - 类中的静态变量 xyz.redtorch.pb.CoreField.TradeField
- ORDERLOCALID_FIELD_NUMBER - 类中的静态变量 xyz.redtorch.pb.CoreField.OrderField
- ORDERLOCALID_FIELD_NUMBER - 类中的静态变量 xyz.redtorch.pb.CoreField.TradeField
- orderPriceType() - 记录类中的方法 org.dromara.northstar.common.model.core.Order
-
返回
orderPriceType记录组件的值。 - orderPriceType() - 记录类中的方法 org.dromara.northstar.common.model.core.SubmitOrderReq
-
返回
orderPriceType记录组件的值。 - ORDERPRICETYPE_FIELD_NUMBER - 类中的静态变量 xyz.redtorch.pb.CoreField.OrderField
- ORDERPRICETYPE_FIELD_NUMBER - 类中的静态变量 xyz.redtorch.pb.CoreField.SubmitOrderReqField
- OrderRecall - org.dromara.northstar.common.model中的类
-
撤单委托
- OrderRecall() - 类的构造器 org.dromara.northstar.common.model.OrderRecall
- OrderRequest - org.dromara.northstar.common.model中的类
-
下单委托
- OrderRequest() - 类的构造器 org.dromara.northstar.common.model.OrderRequest
- OrderRequest.TradeOperation - org.dromara.northstar.common.model中的枚举类
- OrderRequestFilter - org.dromara.northstar.strategy中的接口
-
委托请求过滤器 用于过滤风险,例如因程序漏洞导致连续发单,该过滤器可以作为发送订单前的最后一道安全屏障
- orderStatus() - 记录类中的方法 org.dromara.northstar.common.model.core.Order
-
返回
orderStatus记录组件的值。 - ORDERSTATUS_FIELD_NUMBER - 类中的静态变量 xyz.redtorch.pb.CoreField.OrderField
- ORDERSYSID_FIELD_NUMBER - 类中的静态变量 xyz.redtorch.pb.CoreField.OrderField
- ORDERSYSID_FIELD_NUMBER - 类中的静态变量 xyz.redtorch.pb.CoreField.TradeField
- orderTime() - 记录类中的方法 org.dromara.northstar.common.model.core.Order
-
返回
orderTime记录组件的值。 - ORDERTIME_FIELD_NUMBER - 类中的静态变量 xyz.redtorch.pb.CoreField.OrderField
- OrderUtils - org.dromara.northstar.common.utils中的类
- org.dromara.northstar.ai - 程序包 org.dromara.northstar.ai
- org.dromara.northstar.common - 程序包 org.dromara.northstar.common
- org.dromara.northstar.common.constant - 程序包 org.dromara.northstar.common.constant
- org.dromara.northstar.common.event - 程序包 org.dromara.northstar.common.event
- org.dromara.northstar.common.exception - 程序包 org.dromara.northstar.common.exception
- org.dromara.northstar.common.model - 程序包 org.dromara.northstar.common.model
- org.dromara.northstar.common.model.core - 程序包 org.dromara.northstar.common.model.core
- org.dromara.northstar.common.utils - 程序包 org.dromara.northstar.common.utils
- org.dromara.northstar.data - 程序包 org.dromara.northstar.data
- org.dromara.northstar.gateway - 程序包 org.dromara.northstar.gateway
- org.dromara.northstar.gateway.contract - 程序包 org.dromara.northstar.gateway.contract
- org.dromara.northstar.gateway.mktdata - 程序包 org.dromara.northstar.gateway.mktdata
- org.dromara.northstar.gateway.utils - 程序包 org.dromara.northstar.gateway.utils
- org.dromara.northstar.indicator - 程序包 org.dromara.northstar.indicator
- org.dromara.northstar.indicator.constant - 程序包 org.dromara.northstar.indicator.constant
- org.dromara.northstar.indicator.helper - 程序包 org.dromara.northstar.indicator.helper
- org.dromara.northstar.indicator.model - 程序包 org.dromara.northstar.indicator.model
- org.dromara.northstar.indicator.momentum - 程序包 org.dromara.northstar.indicator.momentum
- org.dromara.northstar.indicator.trend - 程序包 org.dromara.northstar.indicator.trend
- org.dromara.northstar.indicator.volatility - 程序包 org.dromara.northstar.indicator.volatility
- org.dromara.northstar.indicator.volume - 程序包 org.dromara.northstar.indicator.volume
- org.dromara.northstar.indicator.wave - 程序包 org.dromara.northstar.indicator.wave
- org.dromara.northstar.strategy - 程序包 org.dromara.northstar.strategy
- org.dromara.northstar.strategy.constant - 程序包 org.dromara.northstar.strategy.constant
- org.dromara.northstar.strategy.model - 程序包 org.dromara.northstar.strategy.model
- org.dromara.northstar.strategy.tester - 程序包 org.dromara.northstar.strategy.tester
- originOrderId() - 记录类中的方法 org.dromara.northstar.common.model.core.Order
-
返回
originOrderId记录组件的值。 - originOrderId() - 记录类中的方法 org.dromara.northstar.common.model.core.SubmitOrderReq
-
返回
originOrderId记录组件的值。 - originOrderId() - 记录类中的方法 org.dromara.northstar.common.model.core.Trade
-
返回
originOrderId记录组件的值。 - ORIGINORDERID_FIELD_NUMBER - 类中的静态变量 xyz.redtorch.pb.CoreField.CancelOrderReqField
- ORIGINORDERID_FIELD_NUMBER - 类中的静态变量 xyz.redtorch.pb.CoreField.OrderField
- ORIGINORDERID_FIELD_NUMBER - 类中的静态变量 xyz.redtorch.pb.CoreField.SubmitOrderReqField
- ORIGINORDERID_FIELD_NUMBER - 类中的静态变量 xyz.redtorch.pb.CoreField.TradeField
- OS_AllTraded - 枚举类 中的枚举常量 xyz.redtorch.pb.CoreEnum.OrderStatusEnum
-
全部成交
- OS_AllTraded_VALUE - 枚举类中的静态变量 xyz.redtorch.pb.CoreEnum.OrderStatusEnum
-
全部成交
- OS_Canceled - 枚举类 中的枚举常量 xyz.redtorch.pb.CoreEnum.OrderStatusEnum
-
撤单
- OS_Canceled_VALUE - 枚举类中的静态变量 xyz.redtorch.pb.CoreEnum.OrderStatusEnum
-
撤单
- OS_NoTradeNotQueueing - 枚举类 中的枚举常量 xyz.redtorch.pb.CoreEnum.OrderStatusEnum
-
未成交不在队列中
- OS_NoTradeNotQueueing_VALUE - 枚举类中的静态变量 xyz.redtorch.pb.CoreEnum.OrderStatusEnum
-
未成交不在队列中
- OS_NoTradeQueueing - 枚举类 中的枚举常量 xyz.redtorch.pb.CoreEnum.OrderStatusEnum
-
未成交还在队列中
- OS_NoTradeQueueing_VALUE - 枚举类中的静态变量 xyz.redtorch.pb.CoreEnum.OrderStatusEnum
-
未成交还在队列中
- OS_NotTouched - 枚举类 中的枚举常量 xyz.redtorch.pb.CoreEnum.OrderStatusEnum
-
尚未触发
- OS_NotTouched_VALUE - 枚举类中的静态变量 xyz.redtorch.pb.CoreEnum.OrderStatusEnum
-
尚未触发
- OS_PartTradedNotQueueing - 枚举类 中的枚举常量 xyz.redtorch.pb.CoreEnum.OrderStatusEnum
-
部分成交不在队列中
- OS_PartTradedNotQueueing_VALUE - 枚举类中的静态变量 xyz.redtorch.pb.CoreEnum.OrderStatusEnum
-
部分成交不在队列中
- OS_PartTradedQueueing - 枚举类 中的枚举常量 xyz.redtorch.pb.CoreEnum.OrderStatusEnum
-
部分成交还在队列中
- OS_PartTradedQueueing_VALUE - 枚举类中的静态变量 xyz.redtorch.pb.CoreEnum.OrderStatusEnum
-
部分成交还在队列中
- OS_Rejected - 枚举类 中的枚举常量 xyz.redtorch.pb.CoreEnum.OrderStatusEnum
-
已拒绝
- OS_Rejected_VALUE - 枚举类中的静态变量 xyz.redtorch.pb.CoreEnum.OrderStatusEnum
-
已拒绝
- OS_Touched - 枚举类 中的枚举常量 xyz.redtorch.pb.CoreEnum.OrderStatusEnum
-
已触发
- OS_Touched_VALUE - 枚举类中的静态变量 xyz.redtorch.pb.CoreEnum.OrderStatusEnum
-
已触发
- OS_Unknown - 枚举类 中的枚举常量 xyz.redtorch.pb.CoreEnum.OrderStatusEnum
-
未知
- OS_Unknown_VALUE - 枚举类中的静态变量 xyz.redtorch.pb.CoreEnum.OrderStatusEnum
-
未知
- OSS_Accepted - 枚举类 中的枚举常量 xyz.redtorch.pb.CoreEnum.OrderSubmitStatusEnum
-
已经接受
- OSS_Accepted_VALUE - 枚举类中的静态变量 xyz.redtorch.pb.CoreEnum.OrderSubmitStatusEnum
-
已经接受
- OSS_CancelRejected - 枚举类 中的枚举常量 xyz.redtorch.pb.CoreEnum.OrderSubmitStatusEnum
-
撤单已经被拒绝
- OSS_CancelRejected_VALUE - 枚举类中的静态变量 xyz.redtorch.pb.CoreEnum.OrderSubmitStatusEnum
-
撤单已经被拒绝
- OSS_CancelSubmitted - 枚举类 中的枚举常量 xyz.redtorch.pb.CoreEnum.OrderSubmitStatusEnum
-
撤单已经提交
- OSS_CancelSubmitted_VALUE - 枚举类中的静态变量 xyz.redtorch.pb.CoreEnum.OrderSubmitStatusEnum
-
撤单已经提交
- OSS_InsertRejected - 枚举类 中的枚举常量 xyz.redtorch.pb.CoreEnum.OrderSubmitStatusEnum
-
报单已经被拒绝
- OSS_InsertRejected_VALUE - 枚举类中的静态变量 xyz.redtorch.pb.CoreEnum.OrderSubmitStatusEnum
-
报单已经被拒绝
- OSS_InsertSubmitted - 枚举类 中的枚举常量 xyz.redtorch.pb.CoreEnum.OrderSubmitStatusEnum
-
已经提交
- OSS_InsertSubmitted_VALUE - 枚举类中的静态变量 xyz.redtorch.pb.CoreEnum.OrderSubmitStatusEnum
-
已经提交
- OSS_ModifyRejected - 枚举类 中的枚举常量 xyz.redtorch.pb.CoreEnum.OrderSubmitStatusEnum
-
改单已经被拒绝
- OSS_ModifyRejected_VALUE - 枚举类中的静态变量 xyz.redtorch.pb.CoreEnum.OrderSubmitStatusEnum
-
改单已经被拒绝
- OSS_ModifySubmitted - 枚举类 中的枚举常量 xyz.redtorch.pb.CoreEnum.OrderSubmitStatusEnum
-
修改已经提交
- OSS_ModifySubmitted_VALUE - 枚举类中的静态变量 xyz.redtorch.pb.CoreEnum.OrderSubmitStatusEnum
-
修改已经提交
- OSS_Unknown - 枚举类 中的枚举常量 xyz.redtorch.pb.CoreEnum.OrderSubmitStatusEnum
-
未知
- OSS_Unknown_VALUE - 枚举类中的静态变量 xyz.redtorch.pb.CoreEnum.OrderSubmitStatusEnum
-
未知
- OT_Combination - 枚举类 中的枚举常量 xyz.redtorch.pb.CoreEnum.OrderTypeEnum
-
组合报单
- OT_Combination_VALUE - 枚举类中的静态变量 xyz.redtorch.pb.CoreEnum.OrderTypeEnum
-
组合报单
- OT_ConditionalOrder - 枚举类 中的枚举常量 xyz.redtorch.pb.CoreEnum.OrderTypeEnum
-
条件单
- OT_ConditionalOrder_VALUE - 枚举类中的静态变量 xyz.redtorch.pb.CoreEnum.OrderTypeEnum
-
条件单
- OT_DeriveFromCombination - 枚举类 中的枚举常量 xyz.redtorch.pb.CoreEnum.OrderTypeEnum
-
组合衍生
- OT_DeriveFromCombination_VALUE - 枚举类中的静态变量 xyz.redtorch.pb.CoreEnum.OrderTypeEnum
-
组合衍生
- OT_DeriveFromQuote - 枚举类 中的枚举常量 xyz.redtorch.pb.CoreEnum.OrderTypeEnum
-
报价衍生
- OT_DeriveFromQuote_VALUE - 枚举类中的静态变量 xyz.redtorch.pb.CoreEnum.OrderTypeEnum
-
报价衍生
- OT_Normal - 枚举类 中的枚举常量 xyz.redtorch.pb.CoreEnum.OrderTypeEnum
-
正常
- OT_Normal_VALUE - 枚举类中的静态变量 xyz.redtorch.pb.CoreEnum.OrderTypeEnum
-
正常
- OT_Swap - 枚举类 中的枚举常量 xyz.redtorch.pb.CoreEnum.OrderTypeEnum
-
互换单
- OT_Swap_VALUE - 枚举类中的静态变量 xyz.redtorch.pb.CoreEnum.OrderTypeEnum
-
互换单
- OT_Unknown - 枚举类 中的枚举常量 xyz.redtorch.pb.CoreEnum.OrderTypeEnum
-
未知
- OT_Unknown_VALUE - 枚举类中的静态变量 xyz.redtorch.pb.CoreEnum.OrderTypeEnum
-
未知
- otherInfo() - 记录类中的方法 org.dromara.northstar.common.model.core.Tick
-
返回
otherInfo记录组件的值。
P
- parse(String) - 枚举类中的静态方法 org.dromara.northstar.common.constant.SignalOperation
- parseDelimitedFrom(InputStream) - 类中的静态方法 xyz.redtorch.pb.CoreField.AccountField
- parseDelimitedFrom(InputStream) - 类中的静态方法 xyz.redtorch.pb.CoreField.BarField
- parseDelimitedFrom(InputStream) - 类中的静态方法 xyz.redtorch.pb.CoreField.CancelOrderReqField
- parseDelimitedFrom(InputStream) - 类中的静态方法 xyz.redtorch.pb.CoreField.CommonReqField
- parseDelimitedFrom(InputStream) - 类中的静态方法 xyz.redtorch.pb.CoreField.CommonRspField
- parseDelimitedFrom(InputStream) - 类中的静态方法 xyz.redtorch.pb.CoreField.ContractField
- parseDelimitedFrom(InputStream) - 类中的静态方法 xyz.redtorch.pb.CoreField.GatewayField
- parseDelimitedFrom(InputStream) - 类中的静态方法 xyz.redtorch.pb.CoreField.GatewaySettingField.CtpApiSettingField
- parseDelimitedFrom(InputStream) - 类中的静态方法 xyz.redtorch.pb.CoreField.GatewaySettingField.IbApiSettingField
- parseDelimitedFrom(InputStream) - 类中的静态方法 xyz.redtorch.pb.CoreField.GatewaySettingField
- parseDelimitedFrom(InputStream) - 类中的静态方法 xyz.redtorch.pb.CoreField.LogField
- parseDelimitedFrom(InputStream) - 类中的静态方法 xyz.redtorch.pb.CoreField.NoticeField
- parseDelimitedFrom(InputStream) - 类中的静态方法 xyz.redtorch.pb.CoreField.OrderField
- parseDelimitedFrom(InputStream) - 类中的静态方法 xyz.redtorch.pb.CoreField.PositionField
- parseDelimitedFrom(InputStream) - 类中的静态方法 xyz.redtorch.pb.CoreField.SubmitOrderReqField
- parseDelimitedFrom(InputStream) - 类中的静态方法 xyz.redtorch.pb.CoreField.TickField
- parseDelimitedFrom(InputStream) - 类中的静态方法 xyz.redtorch.pb.CoreField.TradeField
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - 类中的静态方法 xyz.redtorch.pb.CoreField.AccountField
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - 类中的静态方法 xyz.redtorch.pb.CoreField.BarField
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - 类中的静态方法 xyz.redtorch.pb.CoreField.CancelOrderReqField
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - 类中的静态方法 xyz.redtorch.pb.CoreField.CommonReqField
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - 类中的静态方法 xyz.redtorch.pb.CoreField.CommonRspField
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - 类中的静态方法 xyz.redtorch.pb.CoreField.ContractField
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - 类中的静态方法 xyz.redtorch.pb.CoreField.GatewayField
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - 类中的静态方法 xyz.redtorch.pb.CoreField.GatewaySettingField.CtpApiSettingField
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - 类中的静态方法 xyz.redtorch.pb.CoreField.GatewaySettingField.IbApiSettingField
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - 类中的静态方法 xyz.redtorch.pb.CoreField.GatewaySettingField
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - 类中的静态方法 xyz.redtorch.pb.CoreField.LogField
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - 类中的静态方法 xyz.redtorch.pb.CoreField.NoticeField
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - 类中的静态方法 xyz.redtorch.pb.CoreField.OrderField
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - 类中的静态方法 xyz.redtorch.pb.CoreField.PositionField
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - 类中的静态方法 xyz.redtorch.pb.CoreField.SubmitOrderReqField
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - 类中的静态方法 xyz.redtorch.pb.CoreField.TickField
- parseDelimitedFrom(InputStream, ExtensionRegistryLite) - 类中的静态方法 xyz.redtorch.pb.CoreField.TradeField
- parseFrom(byte[]) - 类中的静态方法 xyz.redtorch.pb.CoreField.AccountField
- parseFrom(byte[]) - 类中的静态方法 xyz.redtorch.pb.CoreField.BarField
- parseFrom(byte[]) - 类中的静态方法 xyz.redtorch.pb.CoreField.CancelOrderReqField
- parseFrom(byte[]) - 类中的静态方法 xyz.redtorch.pb.CoreField.CommonReqField
- parseFrom(byte[]) - 类中的静态方法 xyz.redtorch.pb.CoreField.CommonRspField
- parseFrom(byte[]) - 类中的静态方法 xyz.redtorch.pb.CoreField.ContractField
- parseFrom(byte[]) - 类中的静态方法 xyz.redtorch.pb.CoreField.GatewayField
- parseFrom(byte[]) - 类中的静态方法 xyz.redtorch.pb.CoreField.GatewaySettingField.CtpApiSettingField
- parseFrom(byte[]) - 类中的静态方法 xyz.redtorch.pb.CoreField.GatewaySettingField.IbApiSettingField
- parseFrom(byte[]) - 类中的静态方法 xyz.redtorch.pb.CoreField.GatewaySettingField
- parseFrom(byte[]) - 类中的静态方法 xyz.redtorch.pb.CoreField.LogField
- parseFrom(byte[]) - 类中的静态方法 xyz.redtorch.pb.CoreField.NoticeField
- parseFrom(byte[]) - 类中的静态方法 xyz.redtorch.pb.CoreField.OrderField
- parseFrom(byte[]) - 类中的静态方法 xyz.redtorch.pb.CoreField.PositionField
- parseFrom(byte[]) - 类中的静态方法 xyz.redtorch.pb.CoreField.SubmitOrderReqField
- parseFrom(byte[]) - 类中的静态方法 xyz.redtorch.pb.CoreField.TickField
- parseFrom(byte[]) - 类中的静态方法 xyz.redtorch.pb.CoreField.TradeField
- parseFrom(byte[], ExtensionRegistryLite) - 类中的静态方法 xyz.redtorch.pb.CoreField.AccountField
- parseFrom(byte[], ExtensionRegistryLite) - 类中的静态方法 xyz.redtorch.pb.CoreField.BarField
- parseFrom(byte[], ExtensionRegistryLite) - 类中的静态方法 xyz.redtorch.pb.CoreField.CancelOrderReqField
- parseFrom(byte[], ExtensionRegistryLite) - 类中的静态方法 xyz.redtorch.pb.CoreField.CommonReqField
- parseFrom(byte[], ExtensionRegistryLite) - 类中的静态方法 xyz.redtorch.pb.CoreField.CommonRspField
- parseFrom(byte[], ExtensionRegistryLite) - 类中的静态方法 xyz.redtorch.pb.CoreField.ContractField
- parseFrom(byte[], ExtensionRegistryLite) - 类中的静态方法 xyz.redtorch.pb.CoreField.GatewayField
- parseFrom(byte[], ExtensionRegistryLite) - 类中的静态方法 xyz.redtorch.pb.CoreField.GatewaySettingField.CtpApiSettingField
- parseFrom(byte[], ExtensionRegistryLite) - 类中的静态方法 xyz.redtorch.pb.CoreField.GatewaySettingField.IbApiSettingField
- parseFrom(byte[], ExtensionRegistryLite) - 类中的静态方法 xyz.redtorch.pb.CoreField.GatewaySettingField
- parseFrom(byte[], ExtensionRegistryLite) - 类中的静态方法 xyz.redtorch.pb.CoreField.LogField
- parseFrom(byte[], ExtensionRegistryLite) - 类中的静态方法 xyz.redtorch.pb.CoreField.NoticeField
- parseFrom(byte[], ExtensionRegistryLite) - 类中的静态方法 xyz.redtorch.pb.CoreField.OrderField
- parseFrom(byte[], ExtensionRegistryLite) - 类中的静态方法 xyz.redtorch.pb.CoreField.PositionField
- parseFrom(byte[], ExtensionRegistryLite) - 类中的静态方法 xyz.redtorch.pb.CoreField.SubmitOrderReqField
- parseFrom(byte[], ExtensionRegistryLite) - 类中的静态方法 xyz.redtorch.pb.CoreField.TickField
- parseFrom(byte[], ExtensionRegistryLite) - 类中的静态方法 xyz.redtorch.pb.CoreField.TradeField
- parseFrom(ByteString) - 类中的静态方法 xyz.redtorch.pb.CoreField.AccountField
- parseFrom(ByteString) - 类中的静态方法 xyz.redtorch.pb.CoreField.BarField
- parseFrom(ByteString) - 类中的静态方法 xyz.redtorch.pb.CoreField.CancelOrderReqField
- parseFrom(ByteString) - 类中的静态方法 xyz.redtorch.pb.CoreField.CommonReqField
- parseFrom(ByteString) - 类中的静态方法 xyz.redtorch.pb.CoreField.CommonRspField
- parseFrom(ByteString) - 类中的静态方法 xyz.redtorch.pb.CoreField.ContractField
- parseFrom(ByteString) - 类中的静态方法 xyz.redtorch.pb.CoreField.GatewayField
- parseFrom(ByteString) - 类中的静态方法 xyz.redtorch.pb.CoreField.GatewaySettingField.CtpApiSettingField
- parseFrom(ByteString) - 类中的静态方法 xyz.redtorch.pb.CoreField.GatewaySettingField.IbApiSettingField
- parseFrom(ByteString) - 类中的静态方法 xyz.redtorch.pb.CoreField.GatewaySettingField
- parseFrom(ByteString) - 类中的静态方法 xyz.redtorch.pb.CoreField.LogField
- parseFrom(ByteString) - 类中的静态方法 xyz.redtorch.pb.CoreField.NoticeField
- parseFrom(ByteString) - 类中的静态方法 xyz.redtorch.pb.CoreField.OrderField
- parseFrom(ByteString) - 类中的静态方法 xyz.redtorch.pb.CoreField.PositionField
- parseFrom(ByteString) - 类中的静态方法 xyz.redtorch.pb.CoreField.SubmitOrderReqField
- parseFrom(ByteString) - 类中的静态方法 xyz.redtorch.pb.CoreField.TickField
- parseFrom(ByteString) - 类中的静态方法 xyz.redtorch.pb.CoreField.TradeField
- parseFrom(ByteString, ExtensionRegistryLite) - 类中的静态方法 xyz.redtorch.pb.CoreField.AccountField
- parseFrom(ByteString, ExtensionRegistryLite) - 类中的静态方法 xyz.redtorch.pb.CoreField.BarField
- parseFrom(ByteString, ExtensionRegistryLite) - 类中的静态方法 xyz.redtorch.pb.CoreField.CancelOrderReqField
- parseFrom(ByteString, ExtensionRegistryLite) - 类中的静态方法 xyz.redtorch.pb.CoreField.CommonReqField
- parseFrom(ByteString, ExtensionRegistryLite) - 类中的静态方法 xyz.redtorch.pb.CoreField.CommonRspField
- parseFrom(ByteString, ExtensionRegistryLite) - 类中的静态方法 xyz.redtorch.pb.CoreField.ContractField
- parseFrom(ByteString, ExtensionRegistryLite) - 类中的静态方法 xyz.redtorch.pb.CoreField.GatewayField
- parseFrom(ByteString, ExtensionRegistryLite) - 类中的静态方法 xyz.redtorch.pb.CoreField.GatewaySettingField.CtpApiSettingField
- parseFrom(ByteString, ExtensionRegistryLite) - 类中的静态方法 xyz.redtorch.pb.CoreField.GatewaySettingField.IbApiSettingField
- parseFrom(ByteString, ExtensionRegistryLite) - 类中的静态方法 xyz.redtorch.pb.CoreField.GatewaySettingField
- parseFrom(ByteString, ExtensionRegistryLite) - 类中的静态方法 xyz.redtorch.pb.CoreField.LogField
- parseFrom(ByteString, ExtensionRegistryLite) - 类中的静态方法 xyz.redtorch.pb.CoreField.NoticeField
- parseFrom(ByteString, ExtensionRegistryLite) - 类中的静态方法 xyz.redtorch.pb.CoreField.OrderField
- parseFrom(ByteString, ExtensionRegistryLite) - 类中的静态方法 xyz.redtorch.pb.CoreField.PositionField
- parseFrom(ByteString, ExtensionRegistryLite) - 类中的静态方法 xyz.redtorch.pb.CoreField.SubmitOrderReqField
- parseFrom(ByteString, ExtensionRegistryLite) - 类中的静态方法 xyz.redtorch.pb.CoreField.TickField
- parseFrom(ByteString, ExtensionRegistryLite) - 类中的静态方法 xyz.redtorch.pb.CoreField.TradeField
- parseFrom(CodedInputStream) - 类中的静态方法 xyz.redtorch.pb.CoreField.AccountField
- parseFrom(CodedInputStream) - 类中的静态方法 xyz.redtorch.pb.CoreField.BarField
- parseFrom(CodedInputStream) - 类中的静态方法 xyz.redtorch.pb.CoreField.CancelOrderReqField
- parseFrom(CodedInputStream) - 类中的静态方法 xyz.redtorch.pb.CoreField.CommonReqField
- parseFrom(CodedInputStream) - 类中的静态方法 xyz.redtorch.pb.CoreField.CommonRspField
- parseFrom(CodedInputStream) - 类中的静态方法 xyz.redtorch.pb.CoreField.ContractField
- parseFrom(CodedInputStream) - 类中的静态方法 xyz.redtorch.pb.CoreField.GatewayField
- parseFrom(CodedInputStream) - 类中的静态方法 xyz.redtorch.pb.CoreField.GatewaySettingField.CtpApiSettingField
- parseFrom(CodedInputStream) - 类中的静态方法 xyz.redtorch.pb.CoreField.GatewaySettingField.IbApiSettingField
- parseFrom(CodedInputStream) - 类中的静态方法 xyz.redtorch.pb.CoreField.GatewaySettingField
- parseFrom(CodedInputStream) - 类中的静态方法 xyz.redtorch.pb.CoreField.LogField
- parseFrom(CodedInputStream) - 类中的静态方法 xyz.redtorch.pb.CoreField.NoticeField
- parseFrom(CodedInputStream) - 类中的静态方法 xyz.redtorch.pb.CoreField.OrderField
- parseFrom(CodedInputStream) - 类中的静态方法 xyz.redtorch.pb.CoreField.PositionField
- parseFrom(CodedInputStream) - 类中的静态方法 xyz.redtorch.pb.CoreField.SubmitOrderReqField
- parseFrom(CodedInputStream) - 类中的静态方法 xyz.redtorch.pb.CoreField.TickField
- parseFrom(CodedInputStream) - 类中的静态方法 xyz.redtorch.pb.CoreField.TradeField
- parseFrom(CodedInputStream, ExtensionRegistryLite) - 类中的静态方法 xyz.redtorch.pb.CoreField.AccountField
- parseFrom(CodedInputStream, ExtensionRegistryLite) - 类中的静态方法 xyz.redtorch.pb.CoreField.BarField
- parseFrom(CodedInputStream, ExtensionRegistryLite) - 类中的静态方法 xyz.redtorch.pb.CoreField.CancelOrderReqField
- parseFrom(CodedInputStream, ExtensionRegistryLite) - 类中的静态方法 xyz.redtorch.pb.CoreField.CommonReqField
- parseFrom(CodedInputStream, ExtensionRegistryLite) - 类中的静态方法 xyz.redtorch.pb.CoreField.CommonRspField
- parseFrom(CodedInputStream, ExtensionRegistryLite) - 类中的静态方法 xyz.redtorch.pb.CoreField.ContractField
- parseFrom(CodedInputStream, ExtensionRegistryLite) - 类中的静态方法 xyz.redtorch.pb.CoreField.GatewayField
- parseFrom(CodedInputStream, ExtensionRegistryLite) - 类中的静态方法 xyz.redtorch.pb.CoreField.GatewaySettingField.CtpApiSettingField
- parseFrom(CodedInputStream, ExtensionRegistryLite) - 类中的静态方法 xyz.redtorch.pb.CoreField.GatewaySettingField.IbApiSettingField
- parseFrom(CodedInputStream, ExtensionRegistryLite) - 类中的静态方法 xyz.redtorch.pb.CoreField.GatewaySettingField
- parseFrom(CodedInputStream, ExtensionRegistryLite) - 类中的静态方法 xyz.redtorch.pb.CoreField.LogField
- parseFrom(CodedInputStream, ExtensionRegistryLite) - 类中的静态方法 xyz.redtorch.pb.CoreField.NoticeField
- parseFrom(CodedInputStream, ExtensionRegistryLite) - 类中的静态方法 xyz.redtorch.pb.CoreField.OrderField
- parseFrom(CodedInputStream, ExtensionRegistryLite) - 类中的静态方法 xyz.redtorch.pb.CoreField.PositionField
- parseFrom(CodedInputStream, ExtensionRegistryLite) - 类中的静态方法 xyz.redtorch.pb.CoreField.SubmitOrderReqField
- parseFrom(CodedInputStream, ExtensionRegistryLite) - 类中的静态方法 xyz.redtorch.pb.CoreField.TickField
- parseFrom(CodedInputStream, ExtensionRegistryLite) - 类中的静态方法 xyz.redtorch.pb.CoreField.TradeField
- parseFrom(InputStream) - 类中的静态方法 xyz.redtorch.pb.CoreField.AccountField
- parseFrom(InputStream) - 类中的静态方法 xyz.redtorch.pb.CoreField.BarField
- parseFrom(InputStream) - 类中的静态方法 xyz.redtorch.pb.CoreField.CancelOrderReqField
- parseFrom(InputStream) - 类中的静态方法 xyz.redtorch.pb.CoreField.CommonReqField
- parseFrom(InputStream) - 类中的静态方法 xyz.redtorch.pb.CoreField.CommonRspField
- parseFrom(InputStream) - 类中的静态方法 xyz.redtorch.pb.CoreField.ContractField
- parseFrom(InputStream) - 类中的静态方法 xyz.redtorch.pb.CoreField.GatewayField
- parseFrom(InputStream) - 类中的静态方法 xyz.redtorch.pb.CoreField.GatewaySettingField.CtpApiSettingField
- parseFrom(InputStream) - 类中的静态方法 xyz.redtorch.pb.CoreField.GatewaySettingField.IbApiSettingField
- parseFrom(InputStream) - 类中的静态方法 xyz.redtorch.pb.CoreField.GatewaySettingField
- parseFrom(InputStream) - 类中的静态方法 xyz.redtorch.pb.CoreField.LogField
- parseFrom(InputStream) - 类中的静态方法 xyz.redtorch.pb.CoreField.NoticeField
- parseFrom(InputStream) - 类中的静态方法 xyz.redtorch.pb.CoreField.OrderField
- parseFrom(InputStream) - 类中的静态方法 xyz.redtorch.pb.CoreField.PositionField
- parseFrom(InputStream) - 类中的静态方法 xyz.redtorch.pb.CoreField.SubmitOrderReqField
- parseFrom(InputStream) - 类中的静态方法 xyz.redtorch.pb.CoreField.TickField
- parseFrom(InputStream) - 类中的静态方法 xyz.redtorch.pb.CoreField.TradeField
- parseFrom(InputStream, ExtensionRegistryLite) - 类中的静态方法 xyz.redtorch.pb.CoreField.AccountField
- parseFrom(InputStream, ExtensionRegistryLite) - 类中的静态方法 xyz.redtorch.pb.CoreField.BarField
- parseFrom(InputStream, ExtensionRegistryLite) - 类中的静态方法 xyz.redtorch.pb.CoreField.CancelOrderReqField
- parseFrom(InputStream, ExtensionRegistryLite) - 类中的静态方法 xyz.redtorch.pb.CoreField.CommonReqField
- parseFrom(InputStream, ExtensionRegistryLite) - 类中的静态方法 xyz.redtorch.pb.CoreField.CommonRspField
- parseFrom(InputStream, ExtensionRegistryLite) - 类中的静态方法 xyz.redtorch.pb.CoreField.ContractField
- parseFrom(InputStream, ExtensionRegistryLite) - 类中的静态方法 xyz.redtorch.pb.CoreField.GatewayField
- parseFrom(InputStream, ExtensionRegistryLite) - 类中的静态方法 xyz.redtorch.pb.CoreField.GatewaySettingField.CtpApiSettingField
- parseFrom(InputStream, ExtensionRegistryLite) - 类中的静态方法 xyz.redtorch.pb.CoreField.GatewaySettingField.IbApiSettingField
- parseFrom(InputStream, ExtensionRegistryLite) - 类中的静态方法 xyz.redtorch.pb.CoreField.GatewaySettingField
- parseFrom(InputStream, ExtensionRegistryLite) - 类中的静态方法 xyz.redtorch.pb.CoreField.LogField
- parseFrom(InputStream, ExtensionRegistryLite) - 类中的静态方法 xyz.redtorch.pb.CoreField.NoticeField
- parseFrom(InputStream, ExtensionRegistryLite) - 类中的静态方法 xyz.redtorch.pb.CoreField.OrderField
- parseFrom(InputStream, ExtensionRegistryLite) - 类中的静态方法 xyz.redtorch.pb.CoreField.PositionField
- parseFrom(InputStream, ExtensionRegistryLite) - 类中的静态方法 xyz.redtorch.pb.CoreField.SubmitOrderReqField
- parseFrom(InputStream, ExtensionRegistryLite) - 类中的静态方法 xyz.redtorch.pb.CoreField.TickField
- parseFrom(InputStream, ExtensionRegistryLite) - 类中的静态方法 xyz.redtorch.pb.CoreField.TradeField
- parseFrom(ByteBuffer) - 类中的静态方法 xyz.redtorch.pb.CoreField.AccountField
- parseFrom(ByteBuffer) - 类中的静态方法 xyz.redtorch.pb.CoreField.BarField
- parseFrom(ByteBuffer) - 类中的静态方法 xyz.redtorch.pb.CoreField.CancelOrderReqField
- parseFrom(ByteBuffer) - 类中的静态方法 xyz.redtorch.pb.CoreField.CommonReqField
- parseFrom(ByteBuffer) - 类中的静态方法 xyz.redtorch.pb.CoreField.CommonRspField
- parseFrom(ByteBuffer) - 类中的静态方法 xyz.redtorch.pb.CoreField.ContractField
- parseFrom(ByteBuffer) - 类中的静态方法 xyz.redtorch.pb.CoreField.GatewayField
- parseFrom(ByteBuffer) - 类中的静态方法 xyz.redtorch.pb.CoreField.GatewaySettingField.CtpApiSettingField
- parseFrom(ByteBuffer) - 类中的静态方法 xyz.redtorch.pb.CoreField.GatewaySettingField.IbApiSettingField
- parseFrom(ByteBuffer) - 类中的静态方法 xyz.redtorch.pb.CoreField.GatewaySettingField
- parseFrom(ByteBuffer) - 类中的静态方法 xyz.redtorch.pb.CoreField.LogField
- parseFrom(ByteBuffer) - 类中的静态方法 xyz.redtorch.pb.CoreField.NoticeField
- parseFrom(ByteBuffer) - 类中的静态方法 xyz.redtorch.pb.CoreField.OrderField
- parseFrom(ByteBuffer) - 类中的静态方法 xyz.redtorch.pb.CoreField.PositionField
- parseFrom(ByteBuffer) - 类中的静态方法 xyz.redtorch.pb.CoreField.SubmitOrderReqField
- parseFrom(ByteBuffer) - 类中的静态方法 xyz.redtorch.pb.CoreField.TickField
- parseFrom(ByteBuffer) - 类中的静态方法 xyz.redtorch.pb.CoreField.TradeField
- parseFrom(ByteBuffer, ExtensionRegistryLite) - 类中的静态方法 xyz.redtorch.pb.CoreField.AccountField
- parseFrom(ByteBuffer, ExtensionRegistryLite) - 类中的静态方法 xyz.redtorch.pb.CoreField.BarField
- parseFrom(ByteBuffer, ExtensionRegistryLite) - 类中的静态方法 xyz.redtorch.pb.CoreField.CancelOrderReqField
- parseFrom(ByteBuffer, ExtensionRegistryLite) - 类中的静态方法 xyz.redtorch.pb.CoreField.CommonReqField
- parseFrom(ByteBuffer, ExtensionRegistryLite) - 类中的静态方法 xyz.redtorch.pb.CoreField.CommonRspField
- parseFrom(ByteBuffer, ExtensionRegistryLite) - 类中的静态方法 xyz.redtorch.pb.CoreField.ContractField
- parseFrom(ByteBuffer, ExtensionRegistryLite) - 类中的静态方法 xyz.redtorch.pb.CoreField.GatewayField
- parseFrom(ByteBuffer, ExtensionRegistryLite) - 类中的静态方法 xyz.redtorch.pb.CoreField.GatewaySettingField.CtpApiSettingField
- parseFrom(ByteBuffer, ExtensionRegistryLite) - 类中的静态方法 xyz.redtorch.pb.CoreField.GatewaySettingField.IbApiSettingField
- parseFrom(ByteBuffer, ExtensionRegistryLite) - 类中的静态方法 xyz.redtorch.pb.CoreField.GatewaySettingField
- parseFrom(ByteBuffer, ExtensionRegistryLite) - 类中的静态方法 xyz.redtorch.pb.CoreField.LogField
- parseFrom(ByteBuffer, ExtensionRegistryLite) - 类中的静态方法 xyz.redtorch.pb.CoreField.NoticeField
- parseFrom(ByteBuffer, ExtensionRegistryLite) - 类中的静态方法 xyz.redtorch.pb.CoreField.OrderField
- parseFrom(ByteBuffer, ExtensionRegistryLite) - 类中的静态方法 xyz.redtorch.pb.CoreField.PositionField
- parseFrom(ByteBuffer, ExtensionRegistryLite) - 类中的静态方法 xyz.redtorch.pb.CoreField.SubmitOrderReqField
- parseFrom(ByteBuffer, ExtensionRegistryLite) - 类中的静态方法 xyz.redtorch.pb.CoreField.TickField
- parseFrom(ByteBuffer, ExtensionRegistryLite) - 类中的静态方法 xyz.redtorch.pb.CoreField.TradeField
- parser() - 类中的静态方法 xyz.redtorch.pb.CoreField.AccountField
- parser() - 类中的静态方法 xyz.redtorch.pb.CoreField.BarField
- parser() - 类中的静态方法 xyz.redtorch.pb.CoreField.CancelOrderReqField
- parser() - 类中的静态方法 xyz.redtorch.pb.CoreField.CommonReqField
- parser() - 类中的静态方法 xyz.redtorch.pb.CoreField.CommonRspField
- parser() - 类中的静态方法 xyz.redtorch.pb.CoreField.ContractField
- parser() - 类中的静态方法 xyz.redtorch.pb.CoreField.GatewayField
- parser() - 类中的静态方法 xyz.redtorch.pb.CoreField.GatewaySettingField.CtpApiSettingField
- parser() - 类中的静态方法 xyz.redtorch.pb.CoreField.GatewaySettingField.IbApiSettingField
- parser() - 类中的静态方法 xyz.redtorch.pb.CoreField.GatewaySettingField
- parser() - 类中的静态方法 xyz.redtorch.pb.CoreField.LogField
- parser() - 类中的静态方法 xyz.redtorch.pb.CoreField.NoticeField
- parser() - 类中的静态方法 xyz.redtorch.pb.CoreField.OrderField
- parser() - 类中的静态方法 xyz.redtorch.pb.CoreField.PositionField
- parser() - 类中的静态方法 xyz.redtorch.pb.CoreField.SubmitOrderReqField
- parser() - 类中的静态方法 xyz.redtorch.pb.CoreField.TickField
- parser() - 类中的静态方法 xyz.redtorch.pb.CoreField.TradeField
- PASSWORD - 枚举类 中的枚举常量 org.dromara.northstar.common.constant.FieldType
- PASSWORD_FIELD_NUMBER - 类中的静态变量 xyz.redtorch.pb.CoreField.GatewaySettingField.CtpApiSettingField
- pause(int) - 类中的方法 org.dromara.northstar.strategy.tester.AbstractTester
- PBXIndicator - org.dromara.northstar.indicator.trend中的类
- PBXIndicator(Configuration) - 类的构造器 org.dromara.northstar.indicator.trend.PBXIndicator
- PD_Long - 枚举类 中的枚举常量 xyz.redtorch.pb.CoreEnum.PositionDirectionEnum
-
多
- PD_Long_VALUE - 枚举类中的静态变量 xyz.redtorch.pb.CoreEnum.PositionDirectionEnum
-
多
- PD_Net - 枚举类 中的枚举常量 xyz.redtorch.pb.CoreEnum.PositionDirectionEnum
-
净
- PD_Net_VALUE - 枚举类中的静态变量 xyz.redtorch.pb.CoreEnum.PositionDirectionEnum
-
净
- PD_Short - 枚举类 中的枚举常量 xyz.redtorch.pb.CoreEnum.PositionDirectionEnum
-
空
- PD_Short_VALUE - 枚举类中的静态变量 xyz.redtorch.pb.CoreEnum.PositionDirectionEnum
-
空
- PD_Unknown - 枚举类 中的枚举常量 xyz.redtorch.pb.CoreEnum.PositionDirectionEnum
-
未知
- PD_Unknown_VALUE - 枚举类中的静态变量 xyz.redtorch.pb.CoreEnum.PositionDirectionEnum
-
未知
- PENDING_ORDER - 枚举类 中的枚举常量 org.dromara.northstar.common.constant.ModuleState
-
等待订单反馈
- period() - 记录类中的方法 org.dromara.northstar.indicator.model.Configuration
-
返回
period记录组件的值。 - PeriodUnit - org.dromara.northstar.indicator.constant中的枚举类
-
周期单位
- PHP - 枚举类 中的枚举常量 xyz.redtorch.pb.CoreEnum.CurrencyEnum
-
菲律宾比索
- PHP_VALUE - 枚举类中的静态变量 xyz.redtorch.pb.CoreEnum.CurrencyEnum
-
菲律宾比索
- placeholder() - 批注接口 中的元素 org.dromara.northstar.common.model.Setting
-
占位文字
- PLACING_ORDER - 枚举类 中的枚举常量 org.dromara.northstar.common.constant.ModuleState
-
下单中
- Platform - org.dromara.northstar.common.constant中的枚举类
- PLAYBACK - 枚举类 中的枚举常量 org.dromara.northstar.common.constant.ChannelType
- PLAYBACK - 枚举类 中的枚举常量 org.dromara.northstar.common.constant.ModuleUsage
-
回测
- PLAYBACK_TICK - 枚举类 中的枚举常量 org.dromara.northstar.common.constant.TickType
-
回测行情
- PlaybackPrecision - org.dromara.northstar.common.constant中的枚举类
-
回放精度
- PlaybackRuntimeDescription - org.dromara.northstar.common.model中的类
-
回放状态
- PlaybackRuntimeDescription() - 类的构造器 org.dromara.northstar.common.model.PlaybackRuntimeDescription
- PlaybackSpeed - org.dromara.northstar.common.constant中的枚举类
-
回放速度
- PORT_FIELD_NUMBER - 类中的静态变量 xyz.redtorch.pb.CoreField.GatewaySettingField.IbApiSettingField
- position() - 记录类中的方法 org.dromara.northstar.common.model.core.Position
-
返回
position记录组件的值。 - Position - org.dromara.northstar.common.model.core中的记录类
- Position(String, CoreEnum.PositionDirectionEnum, int, int, int, int, int, int, double, double, double, double, double, double, double, Contract, long, String) - 记录类的构造器 org.dromara.northstar.common.model.core.Position
-
创建
Position记录类的实例。 - POSITION - 枚举类 中的枚举常量 org.dromara.northstar.common.event.NorthstarEventType
-
持仓回报事件
- POSITION_FIELD_NUMBER - 类中的静态变量 xyz.redtorch.pb.CoreField.PositionField
- positionDirection() - 记录类中的方法 org.dromara.northstar.common.model.core.Position
-
返回
positionDirection记录组件的值。 - POSITIONDIRECTION_FIELD_NUMBER - 类中的静态变量 xyz.redtorch.pb.CoreField.PositionField
- positionId() - 记录类中的方法 org.dromara.northstar.common.model.core.Position
-
返回
positionId记录组件的值。 - POSITIONID_FIELD_NUMBER - 类中的静态变量 xyz.redtorch.pb.CoreField.PositionField
- positionProfit() - 记录类中的方法 org.dromara.northstar.common.model.core.Account
-
返回
positionProfit记录组件的值。 - positionProfit() - 记录类中的方法 org.dromara.northstar.common.model.core.Position
-
返回
positionProfit记录组件的值。 - POSITIONPROFIT_FIELD_NUMBER - 类中的静态变量 xyz.redtorch.pb.CoreField.AccountField
- POSITIONPROFIT_FIELD_NUMBER - 类中的静态变量 xyz.redtorch.pb.CoreField.PositionField
- positionProfitRatio() - 记录类中的方法 org.dromara.northstar.common.model.core.Position
-
返回
positionProfitRatio记录组件的值。 - POSITIONPROFITRATIO_FIELD_NUMBER - 类中的静态变量 xyz.redtorch.pb.CoreField.PositionField
- preBalance() - 记录类中的方法 org.dromara.northstar.common.model.core.Account
-
返回
preBalance记录组件的值。 - PREBALANCE_FIELD_NUMBER - 类中的静态变量 xyz.redtorch.pb.CoreField.AccountField
- precision() - 接口中的方法 org.dromara.northstar.strategy.tester.ModuleTesterContext
-
回测精度
- precisionOf(double) - 类中的静态方法 org.dromara.northstar.common.utils.CommonUtils
-
计算价格精度
- preClosePrice() - 记录类中的方法 org.dromara.northstar.common.model.core.Bar
-
返回
preClosePrice记录组件的值。 - preClosePrice() - 记录类中的方法 org.dromara.northstar.common.model.core.Tick
-
返回
preClosePrice记录组件的值。 - PRECLOSEPRICE_FIELD_NUMBER - 类中的静态变量 xyz.redtorch.pb.CoreField.BarField
- PRECLOSEPRICE_FIELD_NUMBER - 类中的静态变量 xyz.redtorch.pb.CoreField.TickField
- preOpenInterest() - 记录类中的方法 org.dromara.northstar.common.model.core.Bar
-
返回
preOpenInterest记录组件的值。 - preOpenInterest() - 记录类中的方法 org.dromara.northstar.common.model.core.Tick
-
返回
preOpenInterest记录组件的值。 - PREOPENINTEREST_FIELD_NUMBER - 类中的静态变量 xyz.redtorch.pb.CoreField.BarField
- PREOPENINTEREST_FIELD_NUMBER - 类中的静态变量 xyz.redtorch.pb.CoreField.TickField
- preSettlePrice() - 记录类中的方法 org.dromara.northstar.common.model.core.Bar
-
返回
preSettlePrice记录组件的值。 - preSettlePrice() - 记录类中的方法 org.dromara.northstar.common.model.core.Tick
-
返回
preSettlePrice记录组件的值。 - PRESETTLEPRICE_FIELD_NUMBER - 类中的静态变量 xyz.redtorch.pb.CoreField.BarField
- PRESETTLEPRICE_FIELD_NUMBER - 类中的静态变量 xyz.redtorch.pb.CoreField.TickField
- preStartDate() - 接口中的方法 org.dromara.northstar.strategy.tester.ModuleTesterContext
-
预热起始日
- price() - 记录类中的方法 org.dromara.northstar.common.model.core.Order
-
返回
price记录组件的值。 - price() - 记录类中的方法 org.dromara.northstar.common.model.core.SubmitOrderReq
-
返回
price记录组件的值。 - price() - 记录类中的方法 org.dromara.northstar.common.model.core.Trade
-
返回
price记录组件的值。 - PRICE_FIELD_NUMBER - 类中的静态变量 xyz.redtorch.pb.CoreField.OrderField
- PRICE_FIELD_NUMBER - 类中的静态变量 xyz.redtorch.pb.CoreField.PositionField
- PRICE_FIELD_NUMBER - 类中的静态变量 xyz.redtorch.pb.CoreField.SubmitOrderReqField
- PRICE_FIELD_NUMBER - 类中的静态变量 xyz.redtorch.pb.CoreField.TradeField
- PRICEDIFF_FIELD_NUMBER - 类中的静态变量 xyz.redtorch.pb.CoreField.PositionField
- pricePrecision() - 记录类中的方法 org.dromara.northstar.common.model.core.Contract
-
返回
pricePrecision记录组件的值。 - PRICEPRECISION_FIELD_NUMBER - 类中的静态变量 xyz.redtorch.pb.CoreField.ContractField
- priceSource() - 记录类中的方法 org.dromara.northstar.common.model.core.Trade
-
返回
priceSource记录组件的值。 - PRICESOURCE_FIELD_NUMBER - 类中的静态变量 xyz.redtorch.pb.CoreField.TradeField
- priceTick() - 记录类中的方法 org.dromara.northstar.common.model.core.Contract
-
返回
priceTick记录组件的值。 - PRICETICK_FIELD_NUMBER - 类中的静态变量 xyz.redtorch.pb.CoreField.ContractField
- PriceType - org.dromara.northstar.strategy.constant中的枚举类
- PRIMARY_SUFFIX - 接口中的静态变量 org.dromara.northstar.common.constant.Constants
- PrimaryContract - org.dromara.northstar.gateway.contract中的类
-
主连合约
- PrimaryContract(IndexContract) - 类的构造器 org.dromara.northstar.gateway.contract.PrimaryContract
- print(MessageOrBuilder) - 类中的静态方法 org.dromara.northstar.common.utils.MessagePrinter
- PROD - 枚举类 中的枚举常量 org.dromara.northstar.common.constant.ModuleUsage
-
实盘
- productClass() - 记录类中的方法 org.dromara.northstar.common.model.core.Contract
-
返回
productClass记录组件的值。 - productClass() - 记录类中的方法 org.dromara.northstar.common.model.core.ContractDefinition
-
返回
productClass记录组件的值。 - productClass() - 类中的方法 org.dromara.northstar.gateway.contract.GatewayContract
- productClass() - 类中的方法 org.dromara.northstar.gateway.contract.IndexContract
- productClass() - 类中的方法 org.dromara.northstar.gateway.contract.OptionChainContract
- productClass() - 类中的方法 org.dromara.northstar.gateway.contract.PrimaryContract
- productClass() - 接口中的方法 org.dromara.northstar.gateway.Instrument
-
种类
- PRODUCTCLASS_FIELD_NUMBER - 类中的静态变量 xyz.redtorch.pb.CoreField.ContractField
- PSRC_Buy - 枚举类 中的枚举常量 xyz.redtorch.pb.CoreEnum.PriceSourceEnum
-
买委托价
- PSRC_Buy_VALUE - 枚举类中的静态变量 xyz.redtorch.pb.CoreEnum.PriceSourceEnum
-
买委托价
- PSRC_LastPrice - 枚举类 中的枚举常量 xyz.redtorch.pb.CoreEnum.PriceSourceEnum
-
前成交价
- PSRC_LastPrice_VALUE - 枚举类中的静态变量 xyz.redtorch.pb.CoreEnum.PriceSourceEnum
-
前成交价
- PSRC_OTC - 枚举类 中的枚举常量 xyz.redtorch.pb.CoreEnum.PriceSourceEnum
-
场外成交价
- PSRC_OTC_VALUE - 枚举类中的静态变量 xyz.redtorch.pb.CoreEnum.PriceSourceEnum
-
场外成交价
- PSRC_Sell - 枚举类 中的枚举常量 xyz.redtorch.pb.CoreEnum.PriceSourceEnum
-
卖委托价
- PSRC_Sell_VALUE - 枚举类中的静态变量 xyz.redtorch.pb.CoreEnum.PriceSourceEnum
-
卖委托价
- PSRC_Unknown - 枚举类 中的枚举常量 xyz.redtorch.pb.CoreEnum.PriceSourceEnum
-
未知
- PSRC_Unknown_VALUE - 枚举类中的静态变量 xyz.redtorch.pb.CoreEnum.PriceSourceEnum
-
未知
- PT_Gross - 枚举类 中的枚举常量 xyz.redtorch.pb.CoreEnum.PositionTypeEnum
-
综合持仓
- PT_Gross_VALUE - 枚举类中的静态变量 xyz.redtorch.pb.CoreEnum.PositionTypeEnum
-
综合持仓
- PT_Net - 枚举类 中的枚举常量 xyz.redtorch.pb.CoreEnum.PositionTypeEnum
-
净持仓
- PT_Net_VALUE - 枚举类中的静态变量 xyz.redtorch.pb.CoreEnum.PositionTypeEnum
-
净持仓
- PT_Unknown - 枚举类 中的枚举常量 xyz.redtorch.pb.CoreEnum.PositionTypeEnum
-
未知
- PT_Unknown_VALUE - 枚举类中的静态变量 xyz.redtorch.pb.CoreEnum.PositionTypeEnum
-
未知
- PTE - 枚举类 中的枚举常量 xyz.redtorch.pb.CoreEnum.CurrencyEnum
-
葡萄牙埃斯库多
- PTE_VALUE - 枚举类中的静态变量 xyz.redtorch.pb.CoreEnum.CurrencyEnum
-
葡萄牙埃斯库多
- PuBuIndicator - org.dromara.northstar.indicator.trend中的类
-
瀑布线指标
- PuBuIndicator(Configuration, int) - 类的构造器 org.dromara.northstar.indicator.trend.PuBuIndicator
Q
- QuantitDataServiceManager - org.dromara.northstar.gateway.mktdata中的类
-
盈富量化数据服务接口
- QuantitDataServiceManager(RestTemplate) - 类的构造器 org.dromara.northstar.gateway.mktdata.QuantitDataServiceManager
- quantityPrecision() - 记录类中的方法 org.dromara.northstar.common.model.core.Contract
-
返回
quantityPrecision记录组件的值。 - QUANTITYPRECISION_FIELD_NUMBER - 类中的静态变量 xyz.redtorch.pb.CoreField.ContractField
R
- ReflectionUtil - org.dromara.northstar.common.utils中的类
- registerAllExtensions(ExtensionRegistry) - 类中的静态方法 xyz.redtorch.pb.CoreEnum
- registerAllExtensions(ExtensionRegistry) - 类中的静态方法 xyz.redtorch.pb.CoreField
- registerAllExtensions(ExtensionRegistryLite) - 类中的静态方法 xyz.redtorch.pb.CoreEnum
- registerAllExtensions(ExtensionRegistryLite) - 类中的静态方法 xyz.redtorch.pb.CoreField
- registerIndicator(Indicator) - 接口中的方法 org.dromara.northstar.strategy.IModuleStrategyContext
-
注册指标
- remove(Identifier) - 接口中的方法 org.dromara.northstar.common.ObjectManager
- removeAllDealRecords(String) - 接口中的方法 org.dromara.northstar.data.IModuleRepository
-
删除模组全部交易记录
- removeHandler(FastEventEngine.NorthstarEventDispatcher) - 接口中的方法 org.dromara.northstar.common.event.FastEventEngine
- removeModule(String) - 接口中的方法 org.dromara.northstar.common.IModuleService
-
删除模组
- REQID_FIELD_NUMBER - 类中的静态变量 xyz.redtorch.pb.CoreField.CommonReqField
- REQID_FIELD_NUMBER - 类中的静态变量 xyz.redtorch.pb.CoreField.CommonRspField
- required() - 批注接口 中的元素 org.dromara.northstar.common.model.Setting
-
是否必填
- resetCache() - 记录类中的静态方法 org.dromara.northstar.common.model.Identifier
- resetPlayback(String) - 接口中的方法 org.dromara.northstar.common.IGatewayService
-
复位重置回放网关
- resolve(SignalOperation, Position, int) - 枚举类中的方法 org.dromara.northstar.common.constant.ClosingPolicy
- resolve(Bar) - 枚举类中的方法 org.dromara.northstar.indicator.constant.ValueType
- resolveDirection(SignalOperation) - 类中的静态方法 org.dromara.northstar.common.utils.OrderUtils
- resolveDirection(OrderRequest.TradeOperation) - 类中的静态方法 org.dromara.northstar.common.utils.OrderUtils
- resolveFromSource(Map<String, ComponentField>) - 类中的方法 org.dromara.northstar.common.model.DynamicParams
- resolvePrice(Tick, SignalOperation, double) - 枚举类中的方法 org.dromara.northstar.strategy.constant.PriceType
- ResultBean<T> - org.dromara.northstar.common.model中的类
- ResultBean(int, String) - 类的构造器 org.dromara.northstar.common.model.ResultBean
- ResultBean(T) - 类的构造器 org.dromara.northstar.common.model.ResultBean
- ResultSet - org.dromara.northstar.common.model中的类
- ResultSet() - 类的构造器 org.dromara.northstar.common.model.ResultSet
- RETRIEVING_FOR_CANCEL - 枚举类 中的枚举常量 org.dromara.northstar.common.constant.ModuleState
-
撤单
- ReturnCode - org.dromara.northstar.common.constant中的接口
-
RESTful接口返回码
- RingArray<T> - org.dromara.northstar.indicator.model中的类
-
这是一个环型数组,能简单地实现一个滑动窗口的数据结构
- RingArray(int) - 类的构造器 org.dromara.northstar.indicator.model.RingArray
- ringBuf - 类中的变量 org.dromara.northstar.indicator.AbstractIndicator
- RSIIndicator - org.dromara.northstar.indicator.momentum中的类
-
RSI指标,本质上是一个单值指标 LC := REF(CLOSE,1);//前一周期收盘价 RSI1:SMA(MAX(CLOSE-LC,0),N1,1)/SMA(ABS(CLOSE-LC),N1,1)*100;//当根K线收盘价与前一周期收盘价做差,在该差值与0之间取最大值,做N1周期移动平均。
- RSIIndicator(Configuration, int) - 类的构造器 org.dromara.northstar.indicator.momentum.RSIIndicator
- RSVIndicator(Configuration, int) - 类的构造器 org.dromara.northstar.indicator.momentum.KDIndicator.RSVIndicator
- run(String...) - 类中的方法 org.dromara.northstar.strategy.tester.ModuleTesterRunner
- RUSH - 枚举类 中的枚举常量 org.dromara.northstar.common.constant.PlaybackSpeed
-
极速
S
- sample() - 接口中的方法 org.dromara.northstar.ai.SamplingAware
-
采样
- SampleData - org.dromara.northstar.ai中的记录类
-
样本数据
- SampleData(String, String, float[], double) - 记录类的构造器 org.dromara.northstar.ai.SampleData
-
创建
SampleData记录类的实例。 - SamplingAware - org.dromara.northstar.ai中的接口
- save(String) - 类中的方法 org.dromara.northstar.strategy.tester.AbstractTester
- save(List<NorthstarEventType>) - 接口中的方法 org.dromara.northstar.data.IMessageSenderRepository
- save(MessageSenderSettings) - 接口中的方法 org.dromara.northstar.data.IMessageSenderRepository
- save(GatewayDescription) - 接口中的方法 org.dromara.northstar.data.IGatewayRepository
-
更新网关
- save(PlaybackRuntimeDescription) - 接口中的方法 org.dromara.northstar.data.IPlaybackRuntimeRepository
-
保存回放状态
- save(SimAccountDescription) - 接口中的方法 org.dromara.northstar.data.ISimAccountRepository
-
保存账户信息
- saveDealRecord(ModuleDealRecord) - 接口中的方法 org.dromara.northstar.data.IModuleRepository
-
保存模组交易记录
- saveRuntime(ModuleRuntimeDescription) - 接口中的方法 org.dromara.northstar.data.IModuleRepository
-
保存模组运行状态信息
- saveSettings(ModuleDescription) - 接口中的方法 org.dromara.northstar.data.IModuleRepository
-
保存模组配置信息
- secondsToWholeMin(Tick) - 类中的静态方法 org.dromara.northstar.common.utils.MarketDataUtils
-
距离整分钟还剩余几秒
- SEHK - 枚举类 中的枚举常量 xyz.redtorch.pb.CoreEnum.ExchangeEnum
-
香港联合交易所
- SEHK_VALUE - 枚举类中的静态变量 xyz.redtorch.pb.CoreEnum.ExchangeEnum
-
香港联合交易所
- SELECT - 枚举类 中的枚举常量 org.dromara.northstar.common.constant.FieldType
- SELL_CLOSE - 枚举类 中的枚举常量 org.dromara.northstar.common.constant.SignalOperation
-
空平,发出空单委托,结果为多头持仓-1;
- SELL_OPEN - 枚举类 中的枚举常量 org.dromara.northstar.common.constant.SignalOperation
-
空开,发出空单委托,结果为空头持仓+1;
- send(String) - 接口中的方法 org.dromara.northstar.strategy.IMessageSender
-
发送信息 该方法可以是阻塞方法
- send(String, String) - 接口中的方法 org.dromara.northstar.strategy.IMessageSender
-
发送信息 该方法可以是阻塞方法
- SEQUENCENO_FIELD_NUMBER - 类中的静态变量 xyz.redtorch.pb.CoreField.OrderField
- SEQUENCENO_FIELD_NUMBER - 类中的静态变量 xyz.redtorch.pb.CoreField.TradeField
- SESSIONID_FIELD_NUMBER - 类中的静态变量 xyz.redtorch.pb.CoreField.OrderField
- SET_Backtesting - 枚举类 中的枚举常量 xyz.redtorch.pb.CoreEnum.StrategyEngineTypeEnum
-
SET_Backtesting = 1; - SET_Backtesting_VALUE - 枚举类中的静态变量 xyz.redtorch.pb.CoreEnum.StrategyEngineTypeEnum
-
SET_Backtesting = 1; - SET_Treading - 枚举类 中的枚举常量 xyz.redtorch.pb.CoreEnum.StrategyEngineTypeEnum
-
SET_Treading = 0; - SET_Treading_VALUE - 枚举类中的静态变量 xyz.redtorch.pb.CoreEnum.StrategyEngineTypeEnum
-
SET_Treading = 0; - setAccountCode(String) - 类中的方法 xyz.redtorch.pb.CoreField.SubmitOrderReqField.Builder
-
账户代码
- setAccountCodeBytes(ByteString) - 类中的方法 xyz.redtorch.pb.CoreField.SubmitOrderReqField.Builder
-
账户代码
- setAccountId(String) - 类中的方法 xyz.redtorch.pb.CoreField.AccountField.Builder
-
ID,通常是 <账户代码@网关>
- setAccountId(String) - 类中的方法 xyz.redtorch.pb.CoreField.OrderField.Builder
-
账户ID
- setAccountId(String) - 类中的方法 xyz.redtorch.pb.CoreField.PositionField.Builder
-
账户ID
- setAccountId(String) - 类中的方法 xyz.redtorch.pb.CoreField.TradeField.Builder
-
账户ID
- setAccountIdBytes(ByteString) - 类中的方法 xyz.redtorch.pb.CoreField.AccountField.Builder
-
ID,通常是 <账户代码@网关>
- setAccountIdBytes(ByteString) - 类中的方法 xyz.redtorch.pb.CoreField.OrderField.Builder
-
账户ID
- setAccountIdBytes(ByteString) - 类中的方法 xyz.redtorch.pb.CoreField.PositionField.Builder
-
账户ID
- setAccountIdBytes(ByteString) - 类中的方法 xyz.redtorch.pb.CoreField.TradeField.Builder
-
账户ID
- setActionDay(String) - 类中的方法 xyz.redtorch.pb.CoreField.BarField.Builder
-
业务发生日
- setActionDay(String) - 类中的方法 xyz.redtorch.pb.CoreField.TickField.Builder
-
业务发生日
- setActionDayBytes(ByteString) - 类中的方法 xyz.redtorch.pb.CoreField.BarField.Builder
-
业务发生日
- setActionDayBytes(ByteString) - 类中的方法 xyz.redtorch.pb.CoreField.TickField.Builder
-
业务发生日
- setActionTime(String) - 类中的方法 xyz.redtorch.pb.CoreField.BarField.Builder
-
时间(HHmmssSSS)
- setActionTime(String) - 类中的方法 xyz.redtorch.pb.CoreField.TickField.Builder
-
时间(HHmmssSSS)
- setActionTimeBytes(ByteString) - 类中的方法 xyz.redtorch.pb.CoreField.BarField.Builder
-
时间(HHmmssSSS)
- setActionTimeBytes(ByteString) - 类中的方法 xyz.redtorch.pb.CoreField.TickField.Builder
-
时间(HHmmssSSS)
- setActionTimestamp(long) - 类中的方法 xyz.redtorch.pb.CoreField.BarField.Builder
-
时间戳
- setActionTimestamp(long) - 类中的方法 xyz.redtorch.pb.CoreField.SubmitOrderReqField.Builder
-
时间戳
- setActionTimestamp(long) - 类中的方法 xyz.redtorch.pb.CoreField.TickField.Builder
-
时间戳
- setActiveTime(String) - 类中的方法 xyz.redtorch.pb.CoreField.OrderField.Builder
-
激活时间
- setActiveTimeBytes(ByteString) - 类中的方法 xyz.redtorch.pb.CoreField.OrderField.Builder
-
激活时间
- setAdapterOrderId(String) - 类中的方法 xyz.redtorch.pb.CoreField.OrderField.Builder
-
适配器层定单ID
- setAdapterOrderId(String) - 类中的方法 xyz.redtorch.pb.CoreField.TradeField.Builder
-
适配器层定单ID
- setAdapterOrderIdBytes(ByteString) - 类中的方法 xyz.redtorch.pb.CoreField.OrderField.Builder
-
适配器层定单ID
- setAdapterOrderIdBytes(ByteString) - 类中的方法 xyz.redtorch.pb.CoreField.TradeField.Builder
-
适配器层定单ID
- setAdapterTradeId(String) - 类中的方法 xyz.redtorch.pb.CoreField.TradeField.Builder
-
适配器层成交ID
- setAdapterTradeIdBytes(ByteString) - 类中的方法 xyz.redtorch.pb.CoreField.TradeField.Builder
-
适配器层成交ID
- setAppId(String) - 类中的方法 xyz.redtorch.pb.CoreField.GatewaySettingField.CtpApiSettingField.Builder
-
string appId = 10; - setAppIdBytes(ByteString) - 类中的方法 xyz.redtorch.pb.CoreField.GatewaySettingField.CtpApiSettingField.Builder
-
string appId = 10; - setAskPrice(int, double) - 类中的方法 xyz.redtorch.pb.CoreField.TickField.Builder
-
卖价
- setAskVolume(int, int) - 类中的方法 xyz.redtorch.pb.CoreField.TickField.Builder
-
卖量
- setAuthCode(String) - 类中的方法 xyz.redtorch.pb.CoreField.GatewaySettingField.CtpApiSettingField.Builder
-
string authCode = 8; - setAuthCodeBytes(ByteString) - 类中的方法 xyz.redtorch.pb.CoreField.GatewaySettingField.CtpApiSettingField.Builder
-
string authCode = 8; - setAuthErrorFlag(boolean) - 类中的方法 xyz.redtorch.pb.CoreField.GatewayField.Builder
-
登录失败标志
- setAutoConnectTimeRanges(String) - 类中的方法 xyz.redtorch.pb.CoreField.GatewaySettingField.Builder
-
string autoConnectTimeRanges = 12; - setAutoConnectTimeRangesBytes(ByteString) - 类中的方法 xyz.redtorch.pb.CoreField.GatewaySettingField.Builder
-
string autoConnectTimeRanges = 12; - setAutoSuspend(int) - 类中的方法 xyz.redtorch.pb.CoreField.OrderField.Builder
-
自动挂起标志
- setAutoSuspend(int) - 类中的方法 xyz.redtorch.pb.CoreField.SubmitOrderReqField.Builder
-
自动挂起标志
- setAvailable(double) - 类中的方法 xyz.redtorch.pb.CoreField.AccountField.Builder
-
可用资金
- setAvgPrice(double) - 类中的方法 xyz.redtorch.pb.CoreField.TickField.Builder
-
均价
- setBalance(double) - 类中的方法 xyz.redtorch.pb.CoreField.AccountField.Builder
-
权益
- setBidPrice(int, double) - 类中的方法 xyz.redtorch.pb.CoreField.TickField.Builder
-
买价
- setBidVolume(int, int) - 类中的方法 xyz.redtorch.pb.CoreField.TickField.Builder
-
买量
- setBindedContract(Contract) - 接口中的方法 org.dromara.northstar.common.ContractBindedAware
- setBrokerId(String) - 类中的方法 xyz.redtorch.pb.CoreField.GatewaySettingField.CtpApiSettingField.Builder
-
string brokerId = 3; - setBrokerIdBytes(ByteString) - 类中的方法 xyz.redtorch.pb.CoreField.GatewaySettingField.CtpApiSettingField.Builder
-
string brokerId = 3; - setBrokerOrderSeq(String) - 类中的方法 xyz.redtorch.pb.CoreField.OrderField.Builder
-
经纪公司报单编号
- setBrokerOrderSeq(String) - 类中的方法 xyz.redtorch.pb.CoreField.TradeField.Builder
-
经纪公司报单编号
- setBrokerOrderSeqBytes(ByteString) - 类中的方法 xyz.redtorch.pb.CoreField.OrderField.Builder
-
经纪公司报单编号
- setBrokerOrderSeqBytes(ByteString) - 类中的方法 xyz.redtorch.pb.CoreField.TradeField.Builder
-
经纪公司报单编号
- setCallback(Runnable) - 接口中的方法 org.dromara.northstar.strategy.IDisposablePriceListener
- setCancelTime(String) - 类中的方法 xyz.redtorch.pb.CoreField.OrderField.Builder
-
撤销时间
- setCancelTimeBytes(ByteString) - 类中的方法 xyz.redtorch.pb.CoreField.OrderField.Builder
-
撤销时间
- setChannelType(String) - 类中的方法 xyz.redtorch.pb.CoreField.BarField.Builder
-
渠道来源
- setChannelType(String) - 类中的方法 xyz.redtorch.pb.CoreField.ContractField.Builder
-
渠道来源
- setChannelType(String) - 类中的方法 xyz.redtorch.pb.CoreField.TickField.Builder
-
渠道来源
- setChannelTypeBytes(ByteString) - 类中的方法 xyz.redtorch.pb.CoreField.BarField.Builder
-
渠道来源
- setChannelTypeBytes(ByteString) - 类中的方法 xyz.redtorch.pb.CoreField.ContractField.Builder
-
渠道来源
- setChannelTypeBytes(ByteString) - 类中的方法 xyz.redtorch.pb.CoreField.TickField.Builder
-
渠道来源
- setClientId(int) - 类中的方法 xyz.redtorch.pb.CoreField.GatewaySettingField.IbApiSettingField.Builder
-
fixed32 clientId = 3; - setClosePrice(double) - 类中的方法 xyz.redtorch.pb.CoreField.BarField.Builder
-
收
- setCloseProfit(double) - 类中的方法 xyz.redtorch.pb.CoreField.AccountField.Builder
-
平仓盈亏
- setCode(String) - 类中的方法 xyz.redtorch.pb.CoreField.AccountField.Builder
-
代码
- setCodeBytes(ByteString) - 类中的方法 xyz.redtorch.pb.CoreField.AccountField.Builder
-
代码
- setCombinationType(CoreEnum.CombinationTypeEnum) - 类中的方法 xyz.redtorch.pb.CoreField.ContractField.Builder
-
组合类型
- setCombinationTypeValue(int) - 类中的方法 xyz.redtorch.pb.CoreField.ContractField.Builder
-
组合类型
- setCommission(double) - 类中的方法 xyz.redtorch.pb.CoreField.AccountField.Builder
-
手续费
- setCommissionFee(double) - 类中的方法 xyz.redtorch.pb.CoreField.ContractField.Builder
-
手续费
- setCommissionRate(double) - 类中的方法 xyz.redtorch.pb.CoreField.ContractField.Builder
-
手续费率
- setContent(String) - 类中的方法 xyz.redtorch.pb.CoreField.LogField.Builder
-
string content = 3; - setContent(String) - 类中的方法 xyz.redtorch.pb.CoreField.NoticeField.Builder
-
string content = 3; - setContentBytes(ByteString) - 类中的方法 xyz.redtorch.pb.CoreField.LogField.Builder
-
string content = 3; - setContentBytes(ByteString) - 类中的方法 xyz.redtorch.pb.CoreField.NoticeField.Builder
-
string content = 3; - setContext(IModuleContext) - 类中的方法 org.dromara.northstar.strategy.AbstractStrategy
- setContext(IModuleContext) - 接口中的方法 org.dromara.northstar.strategy.ContextAware
- setContext(IModuleContext) - 类中的方法 org.dromara.northstar.strategy.model.TradeIntent
- setContingentCondition(CoreEnum.ContingentConditionEnum) - 类中的方法 xyz.redtorch.pb.CoreField.OrderField.Builder
-
触发条件
- setContingentCondition(CoreEnum.ContingentConditionEnum) - 类中的方法 xyz.redtorch.pb.CoreField.SubmitOrderReqField.Builder
-
触发条件
- setContingentConditionValue(int) - 类中的方法 xyz.redtorch.pb.CoreField.OrderField.Builder
-
触发条件
- setContingentConditionValue(int) - 类中的方法 xyz.redtorch.pb.CoreField.SubmitOrderReqField.Builder
-
触发条件
- setContract(CoreField.ContractField) - 类中的方法 xyz.redtorch.pb.CoreField.OrderField.Builder
-
合约
- setContract(CoreField.ContractField) - 类中的方法 xyz.redtorch.pb.CoreField.PositionField.Builder
-
合约
- setContract(CoreField.ContractField) - 类中的方法 xyz.redtorch.pb.CoreField.SubmitOrderReqField.Builder
-
合约
- setContract(CoreField.ContractField) - 类中的方法 xyz.redtorch.pb.CoreField.TradeField.Builder
-
合约
- setContract(CoreField.ContractField.Builder) - 类中的方法 xyz.redtorch.pb.CoreField.OrderField.Builder
-
合约
- setContract(CoreField.ContractField.Builder) - 类中的方法 xyz.redtorch.pb.CoreField.PositionField.Builder
-
合约
- setContract(CoreField.ContractField.Builder) - 类中的方法 xyz.redtorch.pb.CoreField.SubmitOrderReqField.Builder
-
合约
- setContract(CoreField.ContractField.Builder) - 类中的方法 xyz.redtorch.pb.CoreField.TradeField.Builder
-
合约
- setContractDefinition(ContractDefinition) - 接口中的方法 org.dromara.northstar.gateway.Instrument
-
设置合约定义
- setContractId(String) - 类中的方法 xyz.redtorch.pb.CoreField.ContractField.Builder
-
ID,通常是 <合约代码@交易所代码@产品类型@网关ID>
- setContractIdBytes(ByteString) - 类中的方法 xyz.redtorch.pb.CoreField.ContractField.Builder
-
ID,通常是 <合约代码@交易所代码@产品类型@网关ID>
- setContractValue(double) - 类中的方法 xyz.redtorch.pb.CoreField.PositionField.Builder
-
最新合约价值
- setCtpApiSetting(CoreField.GatewaySettingField.CtpApiSettingField) - 类中的方法 xyz.redtorch.pb.CoreField.GatewaySettingField.Builder
-
.xyz.redtorch.pb.GatewaySettingField.CtpApiSettingField ctpApiSetting = 8; - setCtpApiSetting(CoreField.GatewaySettingField.CtpApiSettingField.Builder) - 类中的方法 xyz.redtorch.pb.CoreField.GatewaySettingField.Builder
-
.xyz.redtorch.pb.GatewaySettingField.CtpApiSettingField ctpApiSetting = 8; - setCurrency(CoreEnum.CurrencyEnum) - 类中的方法 xyz.redtorch.pb.CoreField.AccountField.Builder
-
币种
- setCurrency(CoreEnum.CurrencyEnum) - 类中的方法 xyz.redtorch.pb.CoreField.ContractField.Builder
-
币种
- setCurrency(CoreEnum.CurrencyEnum) - 类中的方法 xyz.redtorch.pb.CoreField.SubmitOrderReqField.Builder
-
币种
- setCurrencyValue(int) - 类中的方法 xyz.redtorch.pb.CoreField.AccountField.Builder
-
币种
- setCurrencyValue(int) - 类中的方法 xyz.redtorch.pb.CoreField.ContractField.Builder
-
币种
- setCurrencyValue(int) - 类中的方法 xyz.redtorch.pb.CoreField.SubmitOrderReqField.Builder
-
币种
- setDeposit(double) - 类中的方法 xyz.redtorch.pb.CoreField.AccountField.Builder
-
入金
- setDescription(String) - 类中的方法 xyz.redtorch.pb.CoreField.GatewayField.Builder
-
描述
- setDescriptionBytes(ByteString) - 类中的方法 xyz.redtorch.pb.CoreField.GatewayField.Builder
-
描述
- setDirection(CoreEnum.DirectionEnum) - 类中的方法 xyz.redtorch.pb.CoreField.OrderField.Builder
-
方向
- setDirection(CoreEnum.DirectionEnum) - 类中的方法 xyz.redtorch.pb.CoreField.SubmitOrderReqField.Builder
-
方向
- setDirection(CoreEnum.DirectionEnum) - 类中的方法 xyz.redtorch.pb.CoreField.TradeField.Builder
-
方向
- setDirectionValue(int) - 类中的方法 xyz.redtorch.pb.CoreField.OrderField.Builder
-
方向
- setDirectionValue(int) - 类中的方法 xyz.redtorch.pb.CoreField.SubmitOrderReqField.Builder
-
方向
- setDirectionValue(int) - 类中的方法 xyz.redtorch.pb.CoreField.TradeField.Builder
-
方向
- setEnabled(boolean) - 接口中的方法 org.dromara.northstar.strategy.IModule
-
设置运行状态
- setEnabled(boolean) - 接口中的方法 org.dromara.northstar.strategy.IModuleContext
-
设置运行状态
- setEnvironment(Environment) - 类中的静态方法 org.dromara.northstar.common.utils.LocalEnvUtils
- setErrorId(int) - 类中的方法 xyz.redtorch.pb.CoreField.CommonRspField.Builder
-
错误ID
- setErrorMsg(String) - 类中的方法 xyz.redtorch.pb.CoreField.CommonRspField.Builder
-
错误信息
- setErrorMsgBytes(ByteString) - 类中的方法 xyz.redtorch.pb.CoreField.CommonRspField.Builder
-
错误信息
- setExchange(CoreEnum.ExchangeEnum) - 类中的方法 xyz.redtorch.pb.CoreField.ContractField.Builder
-
交易所
- setExchangeMargin(double) - 类中的方法 xyz.redtorch.pb.CoreField.PositionField.Builder
-
交易所的保证金
- setExchangeValue(int) - 类中的方法 xyz.redtorch.pb.CoreField.ContractField.Builder
-
交易所
- setField(Descriptors.FieldDescriptor, Object) - 类中的方法 xyz.redtorch.pb.CoreField.AccountField.Builder
- setField(Descriptors.FieldDescriptor, Object) - 类中的方法 xyz.redtorch.pb.CoreField.BarField.Builder
- setField(Descriptors.FieldDescriptor, Object) - 类中的方法 xyz.redtorch.pb.CoreField.CancelOrderReqField.Builder
- setField(Descriptors.FieldDescriptor, Object) - 类中的方法 xyz.redtorch.pb.CoreField.CommonReqField.Builder
- setField(Descriptors.FieldDescriptor, Object) - 类中的方法 xyz.redtorch.pb.CoreField.CommonRspField.Builder
- setField(Descriptors.FieldDescriptor, Object) - 类中的方法 xyz.redtorch.pb.CoreField.ContractField.Builder
- setField(Descriptors.FieldDescriptor, Object) - 类中的方法 xyz.redtorch.pb.CoreField.GatewayField.Builder
- setField(Descriptors.FieldDescriptor, Object) - 类中的方法 xyz.redtorch.pb.CoreField.GatewaySettingField.Builder
- setField(Descriptors.FieldDescriptor, Object) - 类中的方法 xyz.redtorch.pb.CoreField.GatewaySettingField.CtpApiSettingField.Builder
- setField(Descriptors.FieldDescriptor, Object) - 类中的方法 xyz.redtorch.pb.CoreField.GatewaySettingField.IbApiSettingField.Builder
- setField(Descriptors.FieldDescriptor, Object) - 类中的方法 xyz.redtorch.pb.CoreField.LogField.Builder
- setField(Descriptors.FieldDescriptor, Object) - 类中的方法 xyz.redtorch.pb.CoreField.NoticeField.Builder
- setField(Descriptors.FieldDescriptor, Object) - 类中的方法 xyz.redtorch.pb.CoreField.OrderField.Builder
- setField(Descriptors.FieldDescriptor, Object) - 类中的方法 xyz.redtorch.pb.CoreField.PositionField.Builder
- setField(Descriptors.FieldDescriptor, Object) - 类中的方法 xyz.redtorch.pb.CoreField.SubmitOrderReqField.Builder
- setField(Descriptors.FieldDescriptor, Object) - 类中的方法 xyz.redtorch.pb.CoreField.TickField.Builder
- setField(Descriptors.FieldDescriptor, Object) - 类中的方法 xyz.redtorch.pb.CoreField.TradeField.Builder
- setFieldName(String, String) - 类中的方法 org.dromara.northstar.common.model.ResultSet
- setFieldValue(Object, String, Object) - 类中的静态方法 org.dromara.northstar.common.utils.ReflectionUtil
-
设置对象的字段值。
- setFieldValue(String, int, String) - 类中的方法 org.dromara.northstar.common.model.ResultSet
- setForceCloseReason(CoreEnum.ForceCloseReasonEnum) - 类中的方法 xyz.redtorch.pb.CoreField.OrderField.Builder
-
强平原因
- setForceCloseReason(CoreEnum.ForceCloseReasonEnum) - 类中的方法 xyz.redtorch.pb.CoreField.SubmitOrderReqField.Builder
-
强平原因
- setForceCloseReasonValue(int) - 类中的方法 xyz.redtorch.pb.CoreField.OrderField.Builder
-
强平原因
- setForceCloseReasonValue(int) - 类中的方法 xyz.redtorch.pb.CoreField.SubmitOrderReqField.Builder
-
强平原因
- setFrontId(int) - 类中的方法 xyz.redtorch.pb.CoreField.OrderField.Builder
-
前置机编号(CTP/LTS)
- setFrozen(int) - 类中的方法 xyz.redtorch.pb.CoreField.PositionField.Builder
-
冻结数量
- setFullName(String) - 类中的方法 xyz.redtorch.pb.CoreField.ContractField.Builder
-
全称
- setFullNameBytes(ByteString) - 类中的方法 xyz.redtorch.pb.CoreField.ContractField.Builder
-
全称
- setGatewayAdapterType(CoreEnum.GatewayAdapterTypeEnum) - 类中的方法 xyz.redtorch.pb.CoreField.GatewayField.Builder
-
网关适配器类型
- setGatewayAdapterType(CoreEnum.GatewayAdapterTypeEnum) - 类中的方法 xyz.redtorch.pb.CoreField.GatewaySettingField.Builder
-
网关适配器类型
- setGatewayAdapterTypeValue(int) - 类中的方法 xyz.redtorch.pb.CoreField.GatewayField.Builder
-
网关适配器类型
- setGatewayAdapterTypeValue(int) - 类中的方法 xyz.redtorch.pb.CoreField.GatewaySettingField.Builder
-
网关适配器类型
- setGatewayDescription(String) - 类中的方法 xyz.redtorch.pb.CoreField.GatewaySettingField.Builder
-
网关描述
- setGatewayDescriptionBytes(ByteString) - 类中的方法 xyz.redtorch.pb.CoreField.GatewaySettingField.Builder
-
网关描述
- setGatewayId(String) - 类中的方法 xyz.redtorch.pb.CoreField.AccountField.Builder
-
网关ID
- setGatewayId(String) - 类中的方法 xyz.redtorch.pb.CoreField.BarField.Builder
-
网关ID
- setGatewayId(String) - 类中的方法 xyz.redtorch.pb.CoreField.CancelOrderReqField.Builder
-
网关ID
- setGatewayId(String) - 类中的方法 xyz.redtorch.pb.CoreField.ContractField.Builder
-
网关
- setGatewayId(String) - 类中的方法 xyz.redtorch.pb.CoreField.GatewayField.Builder
-
唯一标识
- setGatewayId(String) - 类中的方法 xyz.redtorch.pb.CoreField.GatewaySettingField.Builder
-
网关ID
- setGatewayId(String) - 类中的方法 xyz.redtorch.pb.CoreField.OrderField.Builder
-
网关ID
- setGatewayId(String) - 类中的方法 xyz.redtorch.pb.CoreField.PositionField.Builder
-
网关ID
- setGatewayId(String) - 类中的方法 xyz.redtorch.pb.CoreField.SubmitOrderReqField.Builder
-
网关ID
- setGatewayId(String) - 类中的方法 xyz.redtorch.pb.CoreField.TickField.Builder
-
网关ID
- setGatewayId(String) - 类中的方法 xyz.redtorch.pb.CoreField.TradeField.Builder
-
网关ID
- setGatewayIdBytes(ByteString) - 类中的方法 xyz.redtorch.pb.CoreField.AccountField.Builder
-
网关ID
- setGatewayIdBytes(ByteString) - 类中的方法 xyz.redtorch.pb.CoreField.BarField.Builder
-
网关ID
- setGatewayIdBytes(ByteString) - 类中的方法 xyz.redtorch.pb.CoreField.CancelOrderReqField.Builder
-
网关ID
- setGatewayIdBytes(ByteString) - 类中的方法 xyz.redtorch.pb.CoreField.ContractField.Builder
-
网关
- setGatewayIdBytes(ByteString) - 类中的方法 xyz.redtorch.pb.CoreField.GatewayField.Builder
-
唯一标识
- setGatewayIdBytes(ByteString) - 类中的方法 xyz.redtorch.pb.CoreField.GatewaySettingField.Builder
-
网关ID
- setGatewayIdBytes(ByteString) - 类中的方法 xyz.redtorch.pb.CoreField.OrderField.Builder
-
网关ID
- setGatewayIdBytes(ByteString) - 类中的方法 xyz.redtorch.pb.CoreField.PositionField.Builder
-
网关ID
- setGatewayIdBytes(ByteString) - 类中的方法 xyz.redtorch.pb.CoreField.SubmitOrderReqField.Builder
-
网关ID
- setGatewayIdBytes(ByteString) - 类中的方法 xyz.redtorch.pb.CoreField.TickField.Builder
-
网关ID
- setGatewayIdBytes(ByteString) - 类中的方法 xyz.redtorch.pb.CoreField.TradeField.Builder
-
网关ID
- setGatewayName(String) - 类中的方法 xyz.redtorch.pb.CoreField.GatewaySettingField.Builder
-
网关名称
- setGatewayNameBytes(ByteString) - 类中的方法 xyz.redtorch.pb.CoreField.GatewaySettingField.Builder
-
网关名称
- setGatewayType(CoreEnum.GatewayTypeEnum) - 类中的方法 xyz.redtorch.pb.CoreField.GatewayField.Builder
-
网关类型
- setGatewayType(CoreEnum.GatewayTypeEnum) - 类中的方法 xyz.redtorch.pb.CoreField.GatewaySettingField.Builder
-
网关类型
- setGatewayTypeValue(int) - 类中的方法 xyz.redtorch.pb.CoreField.GatewayField.Builder
-
网关类型
- setGatewayTypeValue(int) - 类中的方法 xyz.redtorch.pb.CoreField.GatewaySettingField.Builder
-
网关类型
- setGtdDate(String) - 类中的方法 xyz.redtorch.pb.CoreField.OrderField.Builder
-
GTD日期
- setGtdDate(String) - 类中的方法 xyz.redtorch.pb.CoreField.SubmitOrderReqField.Builder
-
GTD日期
- setGtdDateBytes(ByteString) - 类中的方法 xyz.redtorch.pb.CoreField.OrderField.Builder
-
GTD日期
- setGtdDateBytes(ByteString) - 类中的方法 xyz.redtorch.pb.CoreField.SubmitOrderReqField.Builder
-
GTD日期
- setHedgeFlag(CoreEnum.HedgeFlagEnum) - 类中的方法 xyz.redtorch.pb.CoreField.OrderField.Builder
-
投机套保标识
- setHedgeFlag(CoreEnum.HedgeFlagEnum) - 类中的方法 xyz.redtorch.pb.CoreField.PositionField.Builder
-
投机套保标识
- setHedgeFlag(CoreEnum.HedgeFlagEnum) - 类中的方法 xyz.redtorch.pb.CoreField.SubmitOrderReqField.Builder
-
组合投机套保标志
- setHedgeFlag(CoreEnum.HedgeFlagEnum) - 类中的方法 xyz.redtorch.pb.CoreField.TradeField.Builder
-
投机套保标识
- setHedgeFlagValue(int) - 类中的方法 xyz.redtorch.pb.CoreField.OrderField.Builder
-
投机套保标识
- setHedgeFlagValue(int) - 类中的方法 xyz.redtorch.pb.CoreField.PositionField.Builder
-
投机套保标识
- setHedgeFlagValue(int) - 类中的方法 xyz.redtorch.pb.CoreField.SubmitOrderReqField.Builder
-
组合投机套保标志
- setHedgeFlagValue(int) - 类中的方法 xyz.redtorch.pb.CoreField.TradeField.Builder
-
投机套保标识
- setHighPrice(double) - 类中的方法 xyz.redtorch.pb.CoreField.BarField.Builder
-
高
- setHighPrice(double) - 类中的方法 xyz.redtorch.pb.CoreField.TickField.Builder
-
最高价
- setHolder(String) - 类中的方法 xyz.redtorch.pb.CoreField.AccountField.Builder
-
持有人
- setHolderBytes(ByteString) - 类中的方法 xyz.redtorch.pb.CoreField.AccountField.Builder
-
持有人
- setHost(String) - 类中的方法 xyz.redtorch.pb.CoreField.GatewaySettingField.IbApiSettingField.Builder
-
string host = 1; - setHostBytes(ByteString) - 类中的方法 xyz.redtorch.pb.CoreField.GatewaySettingField.IbApiSettingField.Builder
-
string host = 1; - setIbApiSetting(CoreField.GatewaySettingField.IbApiSettingField) - 类中的方法 xyz.redtorch.pb.CoreField.GatewaySettingField.Builder
-
.xyz.redtorch.pb.GatewaySettingField.IbApiSettingField ibApiSetting = 9; - setIbApiSetting(CoreField.GatewaySettingField.IbApiSettingField.Builder) - 类中的方法 xyz.redtorch.pb.CoreField.GatewaySettingField.Builder
-
.xyz.redtorch.pb.GatewaySettingField.IbApiSettingField ibApiSetting = 9; - setImplementClassName(String) - 类中的方法 xyz.redtorch.pb.CoreField.GatewaySettingField.Builder
-
实现类
- setImplementClassNameBytes(ByteString) - 类中的方法 xyz.redtorch.pb.CoreField.GatewaySettingField.Builder
-
实现类
- setIopv(double) - 类中的方法 xyz.redtorch.pb.CoreField.TickField.Builder
-
净值估值
- setLastPrice(double) - 类中的方法 xyz.redtorch.pb.CoreField.PositionField.Builder
-
计算盈亏使用的行情最后价格
- setLastPrice(double) - 类中的方法 xyz.redtorch.pb.CoreField.TickField.Builder
-
最新成交价
- setLastTradeDateOrContractMonth(String) - 类中的方法 xyz.redtorch.pb.CoreField.ContractField.Builder
-
最后交易日或合约月
- setLastTradeDateOrContractMonthBytes(ByteString) - 类中的方法 xyz.redtorch.pb.CoreField.ContractField.Builder
-
最后交易日或合约月
- setLogLevel(CoreEnum.LogLevelEnum) - 类中的方法 xyz.redtorch.pb.CoreField.LogField.Builder
-
.xyz.redtorch.pb.LogLevelEnum logLevel = 1; - setLogLevelValue(int) - 类中的方法 xyz.redtorch.pb.CoreField.LogField.Builder
-
.xyz.redtorch.pb.LogLevelEnum logLevel = 1; - setLongMarginRatio(double) - 类中的方法 xyz.redtorch.pb.CoreField.ContractField.Builder
-
多头保证金率
- setLowerLimit(double) - 类中的方法 xyz.redtorch.pb.CoreField.TickField.Builder
-
跌停价
- setLowPrice(double) - 类中的方法 xyz.redtorch.pb.CoreField.BarField.Builder
-
低
- setLowPrice(double) - 类中的方法 xyz.redtorch.pb.CoreField.TickField.Builder
-
最低价
- setMargin(double) - 类中的方法 xyz.redtorch.pb.CoreField.AccountField.Builder
-
保证金占用
- setMaxLimitOrderVolume(int) - 类中的方法 xyz.redtorch.pb.CoreField.ContractField.Builder
-
限价单最大下单量
- setMaxMarginSideAlgorithm(boolean) - 类中的方法 xyz.redtorch.pb.CoreField.ContractField.Builder
-
最大单边保证金算法
- setMaxMarketOrderVolume(int) - 类中的方法 xyz.redtorch.pb.CoreField.ContractField.Builder
-
市价单最大下单量
- setMdHost(String) - 类中的方法 xyz.redtorch.pb.CoreField.GatewaySettingField.CtpApiSettingField.Builder
-
string mdHost = 6; - setMdHostBytes(ByteString) - 类中的方法 xyz.redtorch.pb.CoreField.GatewaySettingField.CtpApiSettingField.Builder
-
string mdHost = 6; - setMdPort(String) - 类中的方法 xyz.redtorch.pb.CoreField.GatewaySettingField.CtpApiSettingField.Builder
-
string mdPort = 7; - setMdPortBytes(ByteString) - 类中的方法 xyz.redtorch.pb.CoreField.GatewaySettingField.CtpApiSettingField.Builder
-
string mdPort = 7; - setMinLimitOrderVolume(int) - 类中的方法 xyz.redtorch.pb.CoreField.ContractField.Builder
-
限价单最小下单量
- setMinMarketOrderVolume(int) - 类中的方法 xyz.redtorch.pb.CoreField.ContractField.Builder
-
市价单最小下单量
- setMinVolume(int) - 类中的方法 xyz.redtorch.pb.CoreField.OrderField.Builder
-
最小成交量
- setMinVolume(int) - 类中的方法 xyz.redtorch.pb.CoreField.SubmitOrderReqField.Builder
-
最小成交量
- setModule(IModule) - 接口中的方法 org.dromara.northstar.strategy.IModuleContext
-
设置模组
- setMultiplier(double) - 类中的方法 xyz.redtorch.pb.CoreField.ContractField.Builder
-
合约乘数
- setName(String) - 类中的方法 xyz.redtorch.pb.CoreField.AccountField.Builder
-
名称
- setName(String) - 类中的方法 xyz.redtorch.pb.CoreField.ContractField.Builder
-
简称
- setName(String) - 类中的方法 xyz.redtorch.pb.CoreField.GatewayField.Builder
-
名称
- setNameBytes(ByteString) - 类中的方法 xyz.redtorch.pb.CoreField.AccountField.Builder
-
名称
- setNameBytes(ByteString) - 类中的方法 xyz.redtorch.pb.CoreField.ContractField.Builder
-
简称
- setNameBytes(ByteString) - 类中的方法 xyz.redtorch.pb.CoreField.GatewayField.Builder
-
名称
- setNumTrades(long) - 类中的方法 xyz.redtorch.pb.CoreField.BarField.Builder
-
最新成交笔数
- setNumTrades(long) - 类中的方法 xyz.redtorch.pb.CoreField.TickField.Builder
-
成交笔数
- setNumTradesDelta(long) - 类中的方法 xyz.redtorch.pb.CoreField.BarField.Builder
-
成交笔数(Bar)
- setNumTradesDelta(long) - 类中的方法 xyz.redtorch.pb.CoreField.TickField.Builder
-
成交笔数
- setOffsetFlag(CoreEnum.OffsetFlagEnum) - 类中的方法 xyz.redtorch.pb.CoreField.OrderField.Builder
-
开平
- setOffsetFlag(CoreEnum.OffsetFlagEnum) - 类中的方法 xyz.redtorch.pb.CoreField.SubmitOrderReqField.Builder
-
组合开平标志
- setOffsetFlag(CoreEnum.OffsetFlagEnum) - 类中的方法 xyz.redtorch.pb.CoreField.TradeField.Builder
-
开平
- setOffsetFlagValue(int) - 类中的方法 xyz.redtorch.pb.CoreField.OrderField.Builder
-
开平
- setOffsetFlagValue(int) - 类中的方法 xyz.redtorch.pb.CoreField.SubmitOrderReqField.Builder
-
组合开平标志
- setOffsetFlagValue(int) - 类中的方法 xyz.redtorch.pb.CoreField.TradeField.Builder
-
开平
- setOpenInterest(double) - 类中的方法 xyz.redtorch.pb.CoreField.BarField.Builder
-
最后持仓量
- setOpenInterest(double) - 类中的方法 xyz.redtorch.pb.CoreField.TickField.Builder
-
持仓量
- setOpenInterestDelta(double) - 类中的方法 xyz.redtorch.pb.CoreField.BarField.Builder
-
持仓量(Bar)
- setOpenInterestDelta(double) - 类中的方法 xyz.redtorch.pb.CoreField.TickField.Builder
-
持仓量变化
- setOpenPositionProfit(double) - 类中的方法 xyz.redtorch.pb.CoreField.PositionField.Builder
-
开仓盈亏
- setOpenPositionProfitRatio(double) - 类中的方法 xyz.redtorch.pb.CoreField.PositionField.Builder
-
开仓盈亏率
- setOpenPrice(double) - 类中的方法 xyz.redtorch.pb.CoreField.BarField.Builder
-
开
- setOpenPrice(double) - 类中的方法 xyz.redtorch.pb.CoreField.PositionField.Builder
-
开仓均价
- setOpenPrice(double) - 类中的方法 xyz.redtorch.pb.CoreField.TickField.Builder
-
开盘价
- setOpenPriceDiff(double) - 类中的方法 xyz.redtorch.pb.CoreField.PositionField.Builder
-
开仓价格差
- setOperatorId(String) - 类中的方法 xyz.redtorch.pb.CoreField.CommonReqField.Builder
-
操作者ID
- setOperatorIdBytes(ByteString) - 类中的方法 xyz.redtorch.pb.CoreField.CommonReqField.Builder
-
操作者ID
- setOptionsType(CoreEnum.OptionsTypeEnum) - 类中的方法 xyz.redtorch.pb.CoreField.ContractField.Builder
-
期权类型
- setOptionsTypeValue(int) - 类中的方法 xyz.redtorch.pb.CoreField.ContractField.Builder
-
期权类型
- setOrderDate(String) - 类中的方法 xyz.redtorch.pb.CoreField.OrderField.Builder
-
定单日期
- setOrderDateBytes(ByteString) - 类中的方法 xyz.redtorch.pb.CoreField.OrderField.Builder
-
定单日期
- setOrderId(String) - 类中的方法 xyz.redtorch.pb.CoreField.CancelOrderReqField.Builder
-
定单ID
- setOrderId(String) - 类中的方法 xyz.redtorch.pb.CoreField.OrderField.Builder
-
定单ID,通常是<网关ID@适配器定单ID>
- setOrderId(String) - 类中的方法 xyz.redtorch.pb.CoreField.TradeField.Builder
-
定单ID,通常是<网关ID@定单ID>
- setOrderIdBytes(ByteString) - 类中的方法 xyz.redtorch.pb.CoreField.CancelOrderReqField.Builder
-
定单ID
- setOrderIdBytes(ByteString) - 类中的方法 xyz.redtorch.pb.CoreField.OrderField.Builder
-
定单ID,通常是<网关ID@适配器定单ID>
- setOrderIdBytes(ByteString) - 类中的方法 xyz.redtorch.pb.CoreField.TradeField.Builder
-
定单ID,通常是<网关ID@定单ID>
- setOrderLocalId(String) - 类中的方法 xyz.redtorch.pb.CoreField.OrderField.Builder
-
本地报单编号
- setOrderLocalId(String) - 类中的方法 xyz.redtorch.pb.CoreField.TradeField.Builder
-
本地报单编号
- setOrderLocalIdBytes(ByteString) - 类中的方法 xyz.redtorch.pb.CoreField.OrderField.Builder
-
本地报单编号
- setOrderLocalIdBytes(ByteString) - 类中的方法 xyz.redtorch.pb.CoreField.TradeField.Builder
-
本地报单编号
- setOrderPriceType(CoreEnum.OrderPriceTypeEnum) - 类中的方法 xyz.redtorch.pb.CoreField.OrderField.Builder
-
定单价格类型
- setOrderPriceType(CoreEnum.OrderPriceTypeEnum) - 类中的方法 xyz.redtorch.pb.CoreField.SubmitOrderReqField.Builder
-
价格类型
- setOrderPriceTypeValue(int) - 类中的方法 xyz.redtorch.pb.CoreField.OrderField.Builder
-
定单价格类型
- setOrderPriceTypeValue(int) - 类中的方法 xyz.redtorch.pb.CoreField.SubmitOrderReqField.Builder
-
价格类型
- setOrderRequestFilter(OrderRequestFilter) - 接口中的方法 org.dromara.northstar.strategy.IModuleStrategyContext
-
设置自定义的风控策略
- setOrderStatus(CoreEnum.OrderStatusEnum) - 类中的方法 xyz.redtorch.pb.CoreField.OrderField.Builder
-
状态
- setOrderStatusValue(int) - 类中的方法 xyz.redtorch.pb.CoreField.OrderField.Builder
-
状态
- setOrderSysId(String) - 类中的方法 xyz.redtorch.pb.CoreField.OrderField.Builder
-
报单编号
- setOrderSysId(String) - 类中的方法 xyz.redtorch.pb.CoreField.TradeField.Builder
-
报单编号
- setOrderSysIdBytes(ByteString) - 类中的方法 xyz.redtorch.pb.CoreField.OrderField.Builder
-
报单编号
- setOrderSysIdBytes(ByteString) - 类中的方法 xyz.redtorch.pb.CoreField.TradeField.Builder
-
报单编号
- setOrderTime(String) - 类中的方法 xyz.redtorch.pb.CoreField.OrderField.Builder
-
定单时间
- setOrderTimeBytes(ByteString) - 类中的方法 xyz.redtorch.pb.CoreField.OrderField.Builder
-
定单时间
- setOriginOrderId(String) - 类中的方法 xyz.redtorch.pb.CoreField.CancelOrderReqField.Builder
-
原始定单ID
- setOriginOrderId(String) - 类中的方法 xyz.redtorch.pb.CoreField.OrderField.Builder
-
原始定单ID
- setOriginOrderId(String) - 类中的方法 xyz.redtorch.pb.CoreField.SubmitOrderReqField.Builder
-
原始定单ID
- setOriginOrderId(String) - 类中的方法 xyz.redtorch.pb.CoreField.TradeField.Builder
-
原始定单ID
- setOriginOrderIdBytes(ByteString) - 类中的方法 xyz.redtorch.pb.CoreField.CancelOrderReqField.Builder
-
原始定单ID
- setOriginOrderIdBytes(ByteString) - 类中的方法 xyz.redtorch.pb.CoreField.OrderField.Builder
-
原始定单ID
- setOriginOrderIdBytes(ByteString) - 类中的方法 xyz.redtorch.pb.CoreField.SubmitOrderReqField.Builder
-
原始定单ID
- setOriginOrderIdBytes(ByteString) - 类中的方法 xyz.redtorch.pb.CoreField.TradeField.Builder
-
原始定单ID
- setPassword(String) - 类中的方法 xyz.redtorch.pb.CoreField.GatewaySettingField.CtpApiSettingField.Builder
-
string password = 2; - setPasswordBytes(ByteString) - 类中的方法 xyz.redtorch.pb.CoreField.GatewaySettingField.CtpApiSettingField.Builder
-
string password = 2; - setPort(int) - 类中的方法 xyz.redtorch.pb.CoreField.GatewaySettingField.IbApiSettingField.Builder
-
fixed32 port = 2; - setPosition(int) - 类中的方法 xyz.redtorch.pb.CoreField.PositionField.Builder
-
持仓量
- setPositionDirection(CoreEnum.PositionDirectionEnum) - 类中的方法 xyz.redtorch.pb.CoreField.PositionField.Builder
-
持仓方向
- setPositionDirectionValue(int) - 类中的方法 xyz.redtorch.pb.CoreField.PositionField.Builder
-
持仓方向
- setPositionId(String) - 类中的方法 xyz.redtorch.pb.CoreField.PositionField.Builder
-
持仓在系统中的唯一代码,通常是<合约代码@交易所代码@产品类型@方向@投机套保标志@账户@币种@网关>
- setPositionIdBytes(ByteString) - 类中的方法 xyz.redtorch.pb.CoreField.PositionField.Builder
-
持仓在系统中的唯一代码,通常是<合约代码@交易所代码@产品类型@方向@投机套保标志@账户@币种@网关>
- setPositionProfit(double) - 类中的方法 xyz.redtorch.pb.CoreField.AccountField.Builder
-
持仓盈亏
- setPositionProfit(double) - 类中的方法 xyz.redtorch.pb.CoreField.PositionField.Builder
-
持仓盈亏
- setPositionProfitRatio(double) - 类中的方法 xyz.redtorch.pb.CoreField.PositionField.Builder
-
持仓盈亏率
- setPreBalance(double) - 类中的方法 xyz.redtorch.pb.CoreField.AccountField.Builder
-
昨日权益
- setPreClosePrice(double) - 类中的方法 xyz.redtorch.pb.CoreField.BarField.Builder
-
前收盘价
- setPreClosePrice(double) - 类中的方法 xyz.redtorch.pb.CoreField.TickField.Builder
-
前收盘价
- setPreOpenInterest(double) - 类中的方法 xyz.redtorch.pb.CoreField.BarField.Builder
-
昨持仓
- setPreOpenInterest(double) - 类中的方法 xyz.redtorch.pb.CoreField.TickField.Builder
-
昨持仓
- setPreSettlePrice(double) - 类中的方法 xyz.redtorch.pb.CoreField.BarField.Builder
-
昨结算价
- setPreSettlePrice(double) - 类中的方法 xyz.redtorch.pb.CoreField.TickField.Builder
-
昨结算价
- setPrice(double) - 类中的方法 xyz.redtorch.pb.CoreField.OrderField.Builder
-
价格
- setPrice(double) - 类中的方法 xyz.redtorch.pb.CoreField.PositionField.Builder
-
持仓均价
- setPrice(double) - 类中的方法 xyz.redtorch.pb.CoreField.SubmitOrderReqField.Builder
-
价格
- setPrice(double) - 类中的方法 xyz.redtorch.pb.CoreField.TradeField.Builder
-
价格
- setPriceDiff(double) - 类中的方法 xyz.redtorch.pb.CoreField.PositionField.Builder
-
持仓价格差
- setPricePrecision(int) - 类中的方法 xyz.redtorch.pb.CoreField.ContractField.Builder
-
价格精度
- setPriceSource(CoreEnum.PriceSourceEnum) - 类中的方法 xyz.redtorch.pb.CoreField.TradeField.Builder
-
成交价来源
- setPriceSourceValue(int) - 类中的方法 xyz.redtorch.pb.CoreField.TradeField.Builder
-
成交价来源
- setPriceTick(double) - 类中的方法 xyz.redtorch.pb.CoreField.ContractField.Builder
-
最小变动价位
- setPriceType(PriceType) - 类中的方法 org.dromara.northstar.common.utils.TradeHelper
- setProductClass(CoreEnum.ProductClassEnum) - 类中的方法 xyz.redtorch.pb.CoreField.ContractField.Builder
-
产品类型
- setProductClassValue(int) - 类中的方法 xyz.redtorch.pb.CoreField.ContractField.Builder
-
产品类型
- setQuantityPrecision(int) - 类中的方法 xyz.redtorch.pb.CoreField.ContractField.Builder
-
成交量精度
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - 类中的方法 xyz.redtorch.pb.CoreField.AccountField.Builder
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - 类中的方法 xyz.redtorch.pb.CoreField.BarField.Builder
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - 类中的方法 xyz.redtorch.pb.CoreField.CancelOrderReqField.Builder
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - 类中的方法 xyz.redtorch.pb.CoreField.CommonReqField.Builder
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - 类中的方法 xyz.redtorch.pb.CoreField.CommonRspField.Builder
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - 类中的方法 xyz.redtorch.pb.CoreField.ContractField.Builder
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - 类中的方法 xyz.redtorch.pb.CoreField.GatewayField.Builder
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - 类中的方法 xyz.redtorch.pb.CoreField.GatewaySettingField.Builder
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - 类中的方法 xyz.redtorch.pb.CoreField.GatewaySettingField.CtpApiSettingField.Builder
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - 类中的方法 xyz.redtorch.pb.CoreField.GatewaySettingField.IbApiSettingField.Builder
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - 类中的方法 xyz.redtorch.pb.CoreField.LogField.Builder
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - 类中的方法 xyz.redtorch.pb.CoreField.NoticeField.Builder
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - 类中的方法 xyz.redtorch.pb.CoreField.OrderField.Builder
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - 类中的方法 xyz.redtorch.pb.CoreField.PositionField.Builder
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - 类中的方法 xyz.redtorch.pb.CoreField.SubmitOrderReqField.Builder
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - 类中的方法 xyz.redtorch.pb.CoreField.TickField.Builder
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - 类中的方法 xyz.redtorch.pb.CoreField.TradeField.Builder
- setReqId(String) - 类中的方法 xyz.redtorch.pb.CoreField.CommonReqField.Builder
-
请求ID
- setReqId(String) - 类中的方法 xyz.redtorch.pb.CoreField.CommonRspField.Builder
-
请求ID
- setReqIdBytes(ByteString) - 类中的方法 xyz.redtorch.pb.CoreField.CommonReqField.Builder
-
请求ID
- setReqIdBytes(ByteString) - 类中的方法 xyz.redtorch.pb.CoreField.CommonRspField.Builder
-
请求ID
- setSequenceNo(String) - 类中的方法 xyz.redtorch.pb.CoreField.OrderField.Builder
-
序号
- setSequenceNo(String) - 类中的方法 xyz.redtorch.pb.CoreField.TradeField.Builder
-
序列号
- setSequenceNoBytes(ByteString) - 类中的方法 xyz.redtorch.pb.CoreField.OrderField.Builder
-
序号
- setSequenceNoBytes(ByteString) - 类中的方法 xyz.redtorch.pb.CoreField.TradeField.Builder
-
序列号
- setSessionId(int) - 类中的方法 xyz.redtorch.pb.CoreField.OrderField.Builder
-
连接编号(CTP/LTS)
- setSettlementId(String) - 类中的方法 xyz.redtorch.pb.CoreField.TradeField.Builder
-
结算编号
- setSettlementIdBytes(ByteString) - 类中的方法 xyz.redtorch.pb.CoreField.TradeField.Builder
-
结算编号
- setSettlePrice(double) - 类中的方法 xyz.redtorch.pb.CoreField.TickField.Builder
-
结算价
- setShortMarginRatio(double) - 类中的方法 xyz.redtorch.pb.CoreField.ContractField.Builder
-
空头保证金率
- setSourceNodeId(int) - 类中的方法 xyz.redtorch.pb.CoreField.CommonReqField.Builder
-
来源节点ID
- setStatus(int) - 类中的方法 xyz.redtorch.pb.CoreField.TickField.Builder
-
状态
- setStatus(CoreEnum.CommonStatusEnum) - 类中的方法 xyz.redtorch.pb.CoreField.NoticeField.Builder
-
.xyz.redtorch.pb.CommonStatusEnum status = 1; - setStatus(CoreEnum.ConnectStatusEnum) - 类中的方法 xyz.redtorch.pb.CoreField.GatewayField.Builder
-
网关状态
- setStatus(CoreEnum.ConnectStatusEnum) - 类中的方法 xyz.redtorch.pb.CoreField.GatewaySettingField.Builder
-
.xyz.redtorch.pb.ConnectStatusEnum status = 10; - setStatusMsg(String) - 类中的方法 xyz.redtorch.pb.CoreField.OrderField.Builder
-
状态信息
- setStatusMsgBytes(ByteString) - 类中的方法 xyz.redtorch.pb.CoreField.OrderField.Builder
-
状态信息
- setStatusValue(int) - 类中的方法 xyz.redtorch.pb.CoreField.GatewayField.Builder
-
网关状态
- setStatusValue(int) - 类中的方法 xyz.redtorch.pb.CoreField.GatewaySettingField.Builder
-
.xyz.redtorch.pb.ConnectStatusEnum status = 10; - setStatusValue(int) - 类中的方法 xyz.redtorch.pb.CoreField.NoticeField.Builder
-
.xyz.redtorch.pb.CommonStatusEnum status = 1; - setStopPrice(double) - 类中的方法 xyz.redtorch.pb.CoreField.OrderField.Builder
-
止损价
- setStopPrice(double) - 类中的方法 xyz.redtorch.pb.CoreField.SubmitOrderReqField.Builder
-
止损价
- setStoreObject(JSONObject) - 接口中的方法 org.dromara.northstar.strategy.TradeStrategy
-
设置计算状态
- setStrikePrice(double) - 类中的方法 xyz.redtorch.pb.CoreField.ContractField.Builder
-
执行价
- setSuspendTime(String) - 类中的方法 xyz.redtorch.pb.CoreField.OrderField.Builder
-
挂起时间
- setSuspendTimeBytes(ByteString) - 类中的方法 xyz.redtorch.pb.CoreField.OrderField.Builder
-
挂起时间
- setSwapOrder(int) - 类中的方法 xyz.redtorch.pb.CoreField.OrderField.Builder
-
互换单标志
- setSwapOrder(int) - 类中的方法 xyz.redtorch.pb.CoreField.SubmitOrderReqField.Builder
-
互换单标志
- setSymbol(String) - 类中的方法 xyz.redtorch.pb.CoreField.ContractField.Builder
-
代码
- setSymbolBytes(ByteString) - 类中的方法 xyz.redtorch.pb.CoreField.ContractField.Builder
-
代码
- setTargetNodeId(int) - 类中的方法 xyz.redtorch.pb.CoreField.CommonReqField.Builder
-
目标节点ID
- setTdFrozen(int) - 类中的方法 xyz.redtorch.pb.CoreField.PositionField.Builder
-
冻结数量
- setTdHost(String) - 类中的方法 xyz.redtorch.pb.CoreField.GatewaySettingField.CtpApiSettingField.Builder
-
string tdHost = 4; - setTdHostBytes(ByteString) - 类中的方法 xyz.redtorch.pb.CoreField.GatewaySettingField.CtpApiSettingField.Builder
-
string tdHost = 4; - setTdPort(String) - 类中的方法 xyz.redtorch.pb.CoreField.GatewaySettingField.CtpApiSettingField.Builder
-
string tdPort = 5; - setTdPortBytes(ByteString) - 类中的方法 xyz.redtorch.pb.CoreField.GatewaySettingField.CtpApiSettingField.Builder
-
string tdPort = 5; - setTdPosition(int) - 类中的方法 xyz.redtorch.pb.CoreField.PositionField.Builder
-
今持仓
- setThirdPartyId(String) - 类中的方法 xyz.redtorch.pb.CoreField.ContractField.Builder
-
第三方ID
- setThirdPartyIdBytes(ByteString) - 类中的方法 xyz.redtorch.pb.CoreField.ContractField.Builder
-
第三方ID
- setTimeCondition(CoreEnum.TimeConditionEnum) - 类中的方法 xyz.redtorch.pb.CoreField.OrderField.Builder
-
时效
- setTimeCondition(CoreEnum.TimeConditionEnum) - 类中的方法 xyz.redtorch.pb.CoreField.SubmitOrderReqField.Builder
-
时效
- setTimeConditionValue(int) - 类中的方法 xyz.redtorch.pb.CoreField.OrderField.Builder
-
时效
- setTimeConditionValue(int) - 类中的方法 xyz.redtorch.pb.CoreField.SubmitOrderReqField.Builder
-
时效
- setTimestamp(long) - 类中的方法 xyz.redtorch.pb.CoreField.LogField.Builder
-
fixed64 timestamp = 2; - setTimestamp(long) - 类中的方法 xyz.redtorch.pb.CoreField.NoticeField.Builder
-
fixed64 timestamp = 2; - Setting - org.dromara.northstar.common.model中的批注接口
-
配置项定义
- SettingOptionsProvider - org.dromara.northstar.common中的接口
- SETTLEMENTID_FIELD_NUMBER - 类中的静态变量 xyz.redtorch.pb.CoreField.TradeField
- settlePrice() - 记录类中的方法 org.dromara.northstar.common.model.core.Tick
-
返回
settlePrice记录组件的值。 - SETTLEPRICE_FIELD_NUMBER - 类中的静态变量 xyz.redtorch.pb.CoreField.TickField
- setTotalAskVol(long) - 类中的方法 xyz.redtorch.pb.CoreField.TickField.Builder
-
定单卖出总量
- setTotalBidVol(long) - 类中的方法 xyz.redtorch.pb.CoreField.TickField.Builder
-
定单买入总量
- setTotalVolume(int) - 类中的方法 xyz.redtorch.pb.CoreField.OrderField.Builder
-
数量
- setTradeDate(String) - 类中的方法 xyz.redtorch.pb.CoreField.TradeField.Builder
-
成交日期
- setTradeDateBytes(ByteString) - 类中的方法 xyz.redtorch.pb.CoreField.TradeField.Builder
-
成交日期
- setTradedVolume(int) - 类中的方法 xyz.redtorch.pb.CoreField.OrderField.Builder
-
已成交数量
- setTradeId(String) - 类中的方法 xyz.redtorch.pb.CoreField.TradeField.Builder
-
成交ID,通常是<网关ID@定单编号@方向@成交编号>,加入方向是因为部分交易所发生违规自成交后,成交ID相同
- setTradeIdBytes(ByteString) - 类中的方法 xyz.redtorch.pb.CoreField.TradeField.Builder
-
成交ID,通常是<网关ID@定单编号@方向@成交编号>,加入方向是因为部分交易所发生违规自成交后,成交ID相同
- setTradeTime(String) - 类中的方法 xyz.redtorch.pb.CoreField.TradeField.Builder
-
成交时间(HHmmssSSS)
- setTradeTimeBytes(ByteString) - 类中的方法 xyz.redtorch.pb.CoreField.TradeField.Builder
-
成交时间(HHmmssSSS)
- setTradeTimestamp(long) - 类中的方法 xyz.redtorch.pb.CoreField.TradeField.Builder
-
成交时间戳
- setTradeType(CoreEnum.TradeTypeEnum) - 类中的方法 xyz.redtorch.pb.CoreField.TradeField.Builder
-
成交类型
- setTradeTypeValue(int) - 类中的方法 xyz.redtorch.pb.CoreField.TradeField.Builder
-
成交类型
- setTradingDay(String) - 类中的方法 xyz.redtorch.pb.CoreField.BarField.Builder
-
交易日
- setTradingDay(String) - 类中的方法 xyz.redtorch.pb.CoreField.OrderField.Builder
-
交易日
- setTradingDay(String) - 类中的方法 xyz.redtorch.pb.CoreField.TickField.Builder
-
交易日
- setTradingDay(String) - 类中的方法 xyz.redtorch.pb.CoreField.TradeField.Builder
-
交易日
- setTradingDayBytes(ByteString) - 类中的方法 xyz.redtorch.pb.CoreField.BarField.Builder
-
交易日
- setTradingDayBytes(ByteString) - 类中的方法 xyz.redtorch.pb.CoreField.OrderField.Builder
-
交易日
- setTradingDayBytes(ByteString) - 类中的方法 xyz.redtorch.pb.CoreField.TickField.Builder
-
交易日
- setTradingDayBytes(ByteString) - 类中的方法 xyz.redtorch.pb.CoreField.TradeField.Builder
-
交易日
- setTurnover(double) - 类中的方法 xyz.redtorch.pb.CoreField.BarField.Builder
-
最后成交总额
- setTurnover(double) - 类中的方法 xyz.redtorch.pb.CoreField.TickField.Builder
-
成交总额
- setTurnoverDelta(double) - 类中的方法 xyz.redtorch.pb.CoreField.BarField.Builder
-
成交总额(Bar)
- setTurnoverDelta(double) - 类中的方法 xyz.redtorch.pb.CoreField.TickField.Builder
-
成交总额变化
- setUnderlyingMultiplier(double) - 类中的方法 xyz.redtorch.pb.CoreField.ContractField.Builder
-
合约基础商品乘数
- setUnderlyingSymbol(String) - 类中的方法 xyz.redtorch.pb.CoreField.ContractField.Builder
-
基础商品代码
- setUnderlyingSymbolBytes(ByteString) - 类中的方法 xyz.redtorch.pb.CoreField.ContractField.Builder
-
基础商品代码
- setUnifiedSymbol(String) - 类中的方法 xyz.redtorch.pb.CoreField.BarField.Builder
-
统一合约标识
- setUnifiedSymbol(String) - 类中的方法 xyz.redtorch.pb.CoreField.ContractField.Builder
-
统一ID,通常是 <合约代码@交易所代码@产品类型>
- setUnifiedSymbol(String) - 类中的方法 xyz.redtorch.pb.CoreField.TickField.Builder
-
统一合约标识
- setUnifiedSymbolBytes(ByteString) - 类中的方法 xyz.redtorch.pb.CoreField.BarField.Builder
-
统一合约标识
- setUnifiedSymbolBytes(ByteString) - 类中的方法 xyz.redtorch.pb.CoreField.ContractField.Builder
-
统一ID,通常是 <合约代码@交易所代码@产品类型>
- setUnifiedSymbolBytes(ByteString) - 类中的方法 xyz.redtorch.pb.CoreField.TickField.Builder
-
统一合约标识
- setUnknownFields(UnknownFieldSet) - 类中的方法 xyz.redtorch.pb.CoreField.AccountField.Builder
- setUnknownFields(UnknownFieldSet) - 类中的方法 xyz.redtorch.pb.CoreField.BarField.Builder
- setUnknownFields(UnknownFieldSet) - 类中的方法 xyz.redtorch.pb.CoreField.CancelOrderReqField.Builder
- setUnknownFields(UnknownFieldSet) - 类中的方法 xyz.redtorch.pb.CoreField.CommonReqField.Builder
- setUnknownFields(UnknownFieldSet) - 类中的方法 xyz.redtorch.pb.CoreField.CommonRspField.Builder
- setUnknownFields(UnknownFieldSet) - 类中的方法 xyz.redtorch.pb.CoreField.ContractField.Builder
- setUnknownFields(UnknownFieldSet) - 类中的方法 xyz.redtorch.pb.CoreField.GatewayField.Builder
- setUnknownFields(UnknownFieldSet) - 类中的方法 xyz.redtorch.pb.CoreField.GatewaySettingField.Builder
- setUnknownFields(UnknownFieldSet) - 类中的方法 xyz.redtorch.pb.CoreField.GatewaySettingField.CtpApiSettingField.Builder
- setUnknownFields(UnknownFieldSet) - 类中的方法 xyz.redtorch.pb.CoreField.GatewaySettingField.IbApiSettingField.Builder
- setUnknownFields(UnknownFieldSet) - 类中的方法 xyz.redtorch.pb.CoreField.LogField.Builder
- setUnknownFields(UnknownFieldSet) - 类中的方法 xyz.redtorch.pb.CoreField.NoticeField.Builder
- setUnknownFields(UnknownFieldSet) - 类中的方法 xyz.redtorch.pb.CoreField.OrderField.Builder
- setUnknownFields(UnknownFieldSet) - 类中的方法 xyz.redtorch.pb.CoreField.PositionField.Builder
- setUnknownFields(UnknownFieldSet) - 类中的方法 xyz.redtorch.pb.CoreField.SubmitOrderReqField.Builder
- setUnknownFields(UnknownFieldSet) - 类中的方法 xyz.redtorch.pb.CoreField.TickField.Builder
- setUnknownFields(UnknownFieldSet) - 类中的方法 xyz.redtorch.pb.CoreField.TradeField.Builder
- setUpdateTime(String) - 类中的方法 xyz.redtorch.pb.CoreField.OrderField.Builder
-
最后修改时间
- setUpdateTimeBytes(ByteString) - 类中的方法 xyz.redtorch.pb.CoreField.OrderField.Builder
-
最后修改时间
- setUpperLimit(double) - 类中的方法 xyz.redtorch.pb.CoreField.TickField.Builder
-
涨停价
- setUseMargin(double) - 类中的方法 xyz.redtorch.pb.CoreField.PositionField.Builder
-
占用的保证金
- setUserForceClose(int) - 类中的方法 xyz.redtorch.pb.CoreField.OrderField.Builder
-
用户强平标志
- setUserForceClose(int) - 类中的方法 xyz.redtorch.pb.CoreField.SubmitOrderReqField.Builder
-
用户强评标志
- setUserId(String) - 类中的方法 xyz.redtorch.pb.CoreField.GatewaySettingField.CtpApiSettingField.Builder
-
string userId = 1; - setUserIdBytes(ByteString) - 类中的方法 xyz.redtorch.pb.CoreField.GatewaySettingField.CtpApiSettingField.Builder
-
string userId = 1; - setUserProductInfo(String) - 类中的方法 xyz.redtorch.pb.CoreField.GatewaySettingField.CtpApiSettingField.Builder
-
string userProductInfo = 9; - setUserProductInfoBytes(ByteString) - 类中的方法 xyz.redtorch.pb.CoreField.GatewaySettingField.CtpApiSettingField.Builder
-
string userProductInfo = 9; - setVersion(long) - 类中的方法 xyz.redtorch.pb.CoreField.GatewaySettingField.Builder
-
fixed64 version = 11; - setVolume(int) - 类中的方法 xyz.redtorch.pb.CoreField.SubmitOrderReqField.Builder
-
数量
- setVolume(int) - 类中的方法 xyz.redtorch.pb.CoreField.TradeField.Builder
-
数量
- setVolume(long) - 类中的方法 xyz.redtorch.pb.CoreField.BarField.Builder
-
最后总成交量
- setVolume(long) - 类中的方法 xyz.redtorch.pb.CoreField.TickField.Builder
-
总成交量
- setVolumeCondition(CoreEnum.VolumeConditionEnum) - 类中的方法 xyz.redtorch.pb.CoreField.OrderField.Builder
-
成交量类型
- setVolumeCondition(CoreEnum.VolumeConditionEnum) - 类中的方法 xyz.redtorch.pb.CoreField.SubmitOrderReqField.Builder
-
成交量类型
- setVolumeConditionValue(int) - 类中的方法 xyz.redtorch.pb.CoreField.OrderField.Builder
-
成交量类型
- setVolumeConditionValue(int) - 类中的方法 xyz.redtorch.pb.CoreField.SubmitOrderReqField.Builder
-
成交量类型
- setVolumeDelta(long) - 类中的方法 xyz.redtorch.pb.CoreField.BarField.Builder
-
成交量(Bar)
- setVolumeDelta(long) - 类中的方法 xyz.redtorch.pb.CoreField.TickField.Builder
-
成交量变化
- setWeightedAvgAskPrice(double) - 类中的方法 xyz.redtorch.pb.CoreField.TickField.Builder
-
加权平均卖价格
- setWeightedAvgBidPrice(double) - 类中的方法 xyz.redtorch.pb.CoreField.TickField.Builder
-
加权平均委买价格
- setWithdraw(double) - 类中的方法 xyz.redtorch.pb.CoreField.AccountField.Builder
-
出金
- setYdFrozen(int) - 类中的方法 xyz.redtorch.pb.CoreField.PositionField.Builder
-
冻结数量
- setYdPosition(int) - 类中的方法 xyz.redtorch.pb.CoreField.PositionField.Builder
-
昨持仓
- setYieldToMaturity(double) - 类中的方法 xyz.redtorch.pb.CoreField.TickField.Builder
-
到期收益率
- SGD - 枚举类 中的枚举常量 xyz.redtorch.pb.CoreEnum.CurrencyEnum
-
新加坡元
- SGD_VALUE - 枚举类中的静态变量 xyz.redtorch.pb.CoreEnum.CurrencyEnum
-
新加坡元
- SGE - 枚举类 中的枚举常量 xyz.redtorch.pb.CoreEnum.ExchangeEnum
-
上海黄金交易所
- SGE_VALUE - 枚举类中的静态变量 xyz.redtorch.pb.CoreEnum.ExchangeEnum
-
上海黄金交易所
- SGX - 枚举类 中的枚举常量 xyz.redtorch.pb.CoreEnum.ExchangeEnum
-
新加坡证券交易所
- SGX_VALUE - 枚举类中的静态变量 xyz.redtorch.pb.CoreEnum.ExchangeEnum
-
新加坡证券交易所
- SHFE - 枚举类 中的枚举常量 xyz.redtorch.pb.CoreEnum.ExchangeEnum
-
上海期货交易所
- SHFE_VALUE - 枚举类中的静态变量 xyz.redtorch.pb.CoreEnum.ExchangeEnum
-
上海期货交易所
- shortMarginRatio() - 记录类中的方法 org.dromara.northstar.common.model.core.Contract
-
返回
shortMarginRatio记录组件的值。 - SHORTMARGINRATIO_FIELD_NUMBER - 类中的静态变量 xyz.redtorch.pb.CoreField.ContractField
- shortPrint(MessageOrBuilder) - 类中的静态方法 org.dromara.northstar.common.utils.MessagePrinter
- SignalOperation - org.dromara.northstar.common.constant中的枚举类
- SIM - 枚举类 中的枚举常量 org.dromara.northstar.common.constant.ChannelType
- SimAccountDescription - org.dromara.northstar.common.model中的类
-
模拟账户信息描述
- SimAccountDescription() - 类的构造器 org.dromara.northstar.common.model.SimAccountDescription
- simMoneyIO(String, int) - 接口中的方法 org.dromara.northstar.common.IGatewayService
-
模拟出入金
- SimpleValueIndicator - org.dromara.northstar.indicator.helper中的类
-
简单值指标
- SimpleValueIndicator(Configuration) - 类的构造器 org.dromara.northstar.indicator.helper.SimpleValueIndicator
- size() - 类中的方法 org.dromara.northstar.common.model.ResultSet
- size() - 类中的方法 org.dromara.northstar.indicator.model.RingArray
-
实际大小
- SK - 枚举类 中的枚举常量 org.dromara.northstar.common.model.OrderRequest.TradeOperation
- SMAIndicator - org.dromara.northstar.indicator.trend中的类
-
SMA扩展指数加权移动平均线
- SMAIndicator(Configuration, int, int) - 类的构造器 org.dromara.northstar.indicator.trend.SMAIndicator
- SMAIndicator(Configuration, Indicator, int, int) - 类的构造器 org.dromara.northstar.indicator.trend.SMAIndicator
- SMART - 枚举类 中的枚举常量 xyz.redtorch.pb.CoreEnum.ExchangeEnum
-
IB智能路由
- SMART_VALUE - 枚举类中的静态变量 xyz.redtorch.pb.CoreEnum.ExchangeEnum
-
IB智能路由
- SOURCENODEID_FIELD_NUMBER - 类中的静态变量 xyz.redtorch.pb.CoreField.CommonReqField
- SP - 枚举类 中的枚举常量 org.dromara.northstar.common.model.OrderRequest.TradeOperation
- SPECULATION - 枚举类 中的枚举常量 org.dromara.northstar.common.constant.ModuleType
-
投机
- speed() - 接口中的方法 org.dromara.northstar.strategy.tester.ModuleTesterContext
-
回测速度
- splitByMonth(LocalDate, LocalDate, BiConsumer<LocalDate, LocalDate>) - 类中的方法 org.dromara.northstar.gateway.utils.DataLoadUtil
- splitByWeek(LocalDate, LocalDate, BiConsumer<LocalDate, LocalDate>) - 类中的方法 org.dromara.northstar.gateway.utils.DataLoadUtil
- splitByYear(LocalDate, LocalDate, BiConsumer<LocalDate, LocalDate>) - 类中的方法 org.dromara.northstar.gateway.utils.DataLoadUtil
- SPOT - 枚举类 中的枚举常量 xyz.redtorch.pb.CoreEnum.ProductClassEnum
-
现货
- SPOT_VALUE - 枚举类中的静态变量 xyz.redtorch.pb.CoreEnum.ProductClassEnum
-
现货
- SPOTOPTION - 枚举类 中的枚举常量 xyz.redtorch.pb.CoreEnum.ProductClassEnum
-
现货期权
- SPOTOPTION_VALUE - 枚举类中的静态变量 xyz.redtorch.pb.CoreEnum.ProductClassEnum
-
现货期权
- SPREAD - 枚举类 中的枚举常量 xyz.redtorch.pb.CoreEnum.ProductClassEnum
-
价差
- SPREAD_VALUE - 枚举类中的静态变量 xyz.redtorch.pb.CoreEnum.ProductClassEnum
-
价差
- spreadRateInPercentage(Tick, Tick, boolean) - 类中的静态方法 org.dromara.northstar.common.utils.TradeHelper
-
求价差率
- SPRINT - 枚举类 中的枚举常量 org.dromara.northstar.common.constant.PlaybackSpeed
-
快速
- SSE - 枚举类 中的枚举常量 xyz.redtorch.pb.CoreEnum.ExchangeEnum
-
上海证券交易所
- SSE_VALUE - 枚举类中的静态变量 xyz.redtorch.pb.CoreEnum.ExchangeEnum
-
上海证券交易所
- StandardDeviationIndicator - org.dromara.northstar.indicator.helper中的类
-
标准差指标
- StandardDeviationIndicator(Configuration, int) - 类的构造器 org.dromara.northstar.indicator.helper.StandardDeviationIndicator
-
标准差指标
- StandardDeviationIndicator(Configuration, Indicator) - 类的构造器 org.dromara.northstar.indicator.helper.StandardDeviationIndicator
-
标准差指标
- start() - 记录类中的方法 org.dromara.northstar.common.model.core.TimeSlot
-
返回
start记录组件的值。 - start() - 类中的方法 org.dromara.northstar.strategy.tester.AbstractTester
- startDate() - 接口中的方法 org.dromara.northstar.strategy.tester.ModuleTesterContext
-
测试开始日期
- states() - 记录类中的方法 org.dromara.northstar.ai.SampleData
-
返回
states记录组件的值。 - status() - 记录类中的方法 org.dromara.northstar.common.model.core.Notice
-
返回
status记录组件的值。 - STATUS_FIELD_NUMBER - 类中的静态变量 xyz.redtorch.pb.CoreField.GatewayField
- STATUS_FIELD_NUMBER - 类中的静态变量 xyz.redtorch.pb.CoreField.GatewaySettingField
- STATUS_FIELD_NUMBER - 类中的静态变量 xyz.redtorch.pb.CoreField.NoticeField
- STATUS_FIELD_NUMBER - 类中的静态变量 xyz.redtorch.pb.CoreField.TickField
- statusMsg() - 记录类中的方法 org.dromara.northstar.common.model.core.Order
-
返回
statusMsg记录组件的值。 - STATUSMSG_FIELD_NUMBER - 类中的静态变量 xyz.redtorch.pb.CoreField.OrderField
- STM_American - 枚举类 中的枚举常量 xyz.redtorch.pb.CoreEnum.StrikeModeEnum
-
美式
- STM_American_VALUE - 枚举类中的静态变量 xyz.redtorch.pb.CoreEnum.StrikeModeEnum
-
美式
- STM_Bermuda - 枚举类 中的枚举常量 xyz.redtorch.pb.CoreEnum.StrikeModeEnum
-
百慕大
- STM_Bermuda_VALUE - 枚举类中的静态变量 xyz.redtorch.pb.CoreEnum.StrikeModeEnum
-
百慕大
- STM_Continental - 枚举类 中的枚举常量 xyz.redtorch.pb.CoreEnum.StrikeModeEnum
-
欧式
- STM_Continental_VALUE - 枚举类中的静态变量 xyz.redtorch.pb.CoreEnum.StrikeModeEnum
-
欧式
- STM_Unknown - 枚举类 中的枚举常量 xyz.redtorch.pb.CoreEnum.StrikeModeEnum
-
未知
- STM_Unknown_VALUE - 枚举类中的静态变量 xyz.redtorch.pb.CoreEnum.StrikeModeEnum
-
未知
- STOP_LOSS - 枚举类 中的枚举常量 org.dromara.northstar.strategy.constant.DisposablePriceListenerType
-
止损
- stopPrice() - 记录类中的方法 org.dromara.northstar.common.model.core.Order
-
返回
stopPrice记录组件的值。 - stopPrice() - 记录类中的方法 org.dromara.northstar.common.model.core.SubmitOrderReq
-
返回
stopPrice记录组件的值。 - STOPPRICE_FIELD_NUMBER - 类中的静态变量 xyz.redtorch.pb.CoreField.OrderField
- STOPPRICE_FIELD_NUMBER - 类中的静态变量 xyz.redtorch.pb.CoreField.SubmitOrderReqField
- storeObject - 类中的变量 org.dromara.northstar.strategy.AbstractStrategy
- StrategicComponent - org.dromara.northstar.strategy中的批注接口
- strategy() - 类中的方法 org.dromara.northstar.strategy.tester.AbstractTester
- strategyInfos() - 接口中的方法 org.dromara.northstar.strategy.TradeStrategy
-
获取策略信息
- strategyParams(ContractSimpleInfo) - 类中的方法 org.dromara.northstar.strategy.tester.AbstractTester
- strikePrice() - 记录类中的方法 org.dromara.northstar.common.model.core.Contract
-
返回
strikePrice记录组件的值。 - STRIKEPRICE_FIELD_NUMBER - 类中的静态变量 xyz.redtorch.pb.CoreField.ContractField
- StringValue - org.dromara.northstar.common.model中的类
- StringValue() - 类的构造器 org.dromara.northstar.common.model.StringValue
- submitOrder(SubmitOrderReq) - 接口中的方法 org.dromara.northstar.gateway.TradeGateway
-
提交定单
- submitOrder(SubmitOrderReq) - 接口中的方法 org.dromara.northstar.strategy.IAccount
-
下单
- submitOrderReq(Contract, SignalOperation, PriceType, int, double) - 接口中的方法 org.dromara.northstar.strategy.IModuleContext
-
委托下单(精简接口)
- submitOrderReq(TradeIntent) - 接口中的方法 org.dromara.northstar.strategy.IModuleStrategyContext
-
委托下单(根据配置自动处理撤单追单)
- SubmitOrderReq - org.dromara.northstar.common.model.core中的记录类
- SubmitOrderReq(String, CoreEnum.CurrencyEnum, Contract, String, int, double, CoreEnum.OrderPriceTypeEnum, CoreEnum.DirectionEnum, CoreEnum.OffsetFlagEnum, CoreEnum.TimeConditionEnum, CoreEnum.VolumeConditionEnum, String, int, CoreEnum.ContingentConditionEnum, double, long) - 记录类的构造器 org.dromara.northstar.common.model.core.SubmitOrderReq
-
创建
SubmitOrderReq记录类的实例。 - Subscribable - org.dromara.northstar.common中的接口
-
可订阅接口
- subscribe() - 接口中的方法 org.dromara.northstar.common.Subscribable
-
订阅
- subscribe() - 类中的方法 org.dromara.northstar.gateway.contract.GatewayContract
- subscribe() - 类中的方法 org.dromara.northstar.gateway.contract.IndexContract
- subscribe() - 类中的方法 org.dromara.northstar.gateway.contract.OptionChainContract
- subscribe() - 类中的方法 org.dromara.northstar.gateway.contract.PrimaryContract
- subscribe(Contract) - 接口中的方法 org.dromara.northstar.gateway.MarketGateway
-
订阅
- SUCCESS - 接口中的静态变量 org.dromara.northstar.common.constant.ReturnCode
-
成功
- SumIndicator - org.dromara.northstar.indicator.helper中的类
-
求两指标值之和
- SumIndicator(Configuration, Indicator, double, Indicator, double) - 类的构造器 org.dromara.northstar.indicator.helper.SumIndicator
- SumIndicator(Configuration, Indicator, Indicator) - 类的构造器 org.dromara.northstar.indicator.helper.SumIndicator
- SUR - 枚举类 中的枚举常量 xyz.redtorch.pb.CoreEnum.CurrencyEnum
-
俄罗斯卢布
- SUR_VALUE - 枚举类中的静态变量 xyz.redtorch.pb.CoreEnum.CurrencyEnum
-
俄罗斯卢布
- SUSPENDTIME_FIELD_NUMBER - 类中的静态变量 xyz.redtorch.pb.CoreField.OrderField
- SWAP - 枚举类 中的枚举常量 xyz.redtorch.pb.CoreEnum.ProductClassEnum
-
永续合约
- SWAP_VALUE - 枚举类中的静态变量 xyz.redtorch.pb.CoreEnum.ProductClassEnum
-
永续合约
- SWAPORDER_FIELD_NUMBER - 类中的静态变量 xyz.redtorch.pb.CoreField.OrderField
- SWAPORDER_FIELD_NUMBER - 类中的静态变量 xyz.redtorch.pb.CoreField.SubmitOrderReqField
- symbol() - 记录类中的方法 org.dromara.northstar.common.model.core.Contract
-
返回
symbol记录组件的值。 - symbol() - 枚举类中的方法 org.dromara.northstar.indicator.constant.PeriodUnit
- SYMBOL_FIELD_NUMBER - 类中的静态变量 xyz.redtorch.pb.CoreField.ContractField
- symbolPattern() - 记录类中的方法 org.dromara.northstar.common.model.core.ContractDefinition
-
返回
symbolPattern记录组件的值。 - symbolTestAmount() - 接口中的方法 org.dromara.northstar.strategy.tester.ModuleTesterContext
-
测试合约初始金额设置
- SZSE - 枚举类 中的枚举常量 xyz.redtorch.pb.CoreEnum.ExchangeEnum
-
深圳证券交易所
- SZSE_VALUE - 枚举类中的静态变量 xyz.redtorch.pb.CoreEnum.ExchangeEnum
-
深圳证券交易所
T
- T_FORMAT - 接口中的静态变量 org.dromara.northstar.common.constant.DateTimeConstant
- T_FORMAT_FORMATTER - 接口中的静态变量 org.dromara.northstar.common.constant.DateTimeConstant
- T_FORMAT_INT - 接口中的静态变量 org.dromara.northstar.common.constant.DateTimeConstant
- T_FORMAT_INT_FORMATTER - 接口中的静态变量 org.dromara.northstar.common.constant.DateTimeConstant
- T_FORMAT_WITH_MS - 接口中的静态变量 org.dromara.northstar.common.constant.DateTimeConstant
- T_FORMAT_WITH_MS_FORMATTER - 接口中的静态变量 org.dromara.northstar.common.constant.DateTimeConstant
- T_FORMAT_WITH_MS_INT - 接口中的静态变量 org.dromara.northstar.common.constant.DateTimeConstant
- T_FORMAT_WITH_MS_INT_FORMATTER - 接口中的静态变量 org.dromara.northstar.common.constant.DateTimeConstant
- t1() - 记录类中的方法 org.dromara.northstar.common.model.Tuple
-
返回
t1记录组件的值。 - t2() - 记录类中的方法 org.dromara.northstar.common.model.Tuple
-
返回
t2记录组件的值。 - TAKE_PROFIT - 枚举类 中的枚举常量 org.dromara.northstar.strategy.constant.DisposablePriceListenerType
-
止盈
- TARGETNODEID_FIELD_NUMBER - 类中的静态变量 xyz.redtorch.pb.CoreField.CommonReqField
- TC_GFA - 枚举类 中的枚举常量 xyz.redtorch.pb.CoreEnum.TimeConditionEnum
-
集合竞价有效
- TC_GFA_VALUE - 枚举类中的静态变量 xyz.redtorch.pb.CoreEnum.TimeConditionEnum
-
集合竞价有效
- TC_GFD - 枚举类 中的枚举常量 xyz.redtorch.pb.CoreEnum.TimeConditionEnum
-
当日有效
- TC_GFD_VALUE - 枚举类中的静态变量 xyz.redtorch.pb.CoreEnum.TimeConditionEnum
-
当日有效
- TC_GFS - 枚举类 中的枚举常量 xyz.redtorch.pb.CoreEnum.TimeConditionEnum
-
本节有效
- TC_GFS_VALUE - 枚举类中的静态变量 xyz.redtorch.pb.CoreEnum.TimeConditionEnum
-
本节有效
- TC_GTC - 枚举类 中的枚举常量 xyz.redtorch.pb.CoreEnum.TimeConditionEnum
-
撤销前有效
- TC_GTC_VALUE - 枚举类中的静态变量 xyz.redtorch.pb.CoreEnum.TimeConditionEnum
-
撤销前有效
- TC_GTD - 枚举类 中的枚举常量 xyz.redtorch.pb.CoreEnum.TimeConditionEnum
-
指定日期前有效
- TC_GTD_VALUE - 枚举类中的静态变量 xyz.redtorch.pb.CoreEnum.TimeConditionEnum
-
指定日期前有效
- TC_IOC - 枚举类 中的枚举常量 xyz.redtorch.pb.CoreEnum.TimeConditionEnum
-
立即完成,否则撤销
- TC_IOC_VALUE - 枚举类中的静态变量 xyz.redtorch.pb.CoreEnum.TimeConditionEnum
-
立即完成,否则撤销
- TC_Unknown - 枚举类 中的枚举常量 xyz.redtorch.pb.CoreEnum.TimeConditionEnum
-
未知
- TC_Unknown_VALUE - 枚举类中的静态变量 xyz.redtorch.pb.CoreEnum.TimeConditionEnum
-
未知
- tdFrozen() - 记录类中的方法 org.dromara.northstar.common.model.core.Position
-
返回
tdFrozen记录组件的值。 - TDFROZEN_FIELD_NUMBER - 类中的静态变量 xyz.redtorch.pb.CoreField.PositionField
- TDHOST_FIELD_NUMBER - 类中的静态变量 xyz.redtorch.pb.CoreField.GatewaySettingField.CtpApiSettingField
- TDPORT_FIELD_NUMBER - 类中的静态变量 xyz.redtorch.pb.CoreField.GatewaySettingField.CtpApiSettingField
- tdPosition() - 记录类中的方法 org.dromara.northstar.common.model.core.Position
-
返回
tdPosition记录组件的值。 - TDPOSITION_FIELD_NUMBER - 类中的静态变量 xyz.redtorch.pb.CoreField.PositionField
- testPeriods() - 类中的方法 org.dromara.northstar.strategy.tester.AbstractTester
- testSymbols() - 接口中的方法 org.dromara.northstar.strategy.tester.ModuleTesterContext
-
测试合约列表
- text() - 枚举类中的方法 org.dromara.northstar.common.constant.SignalOperation
- TEXT - 枚举类 中的枚举常量 org.dromara.northstar.common.constant.FieldType
- THB - 枚举类 中的枚举常量 xyz.redtorch.pb.CoreEnum.CurrencyEnum
-
泰铢
- THB_VALUE - 枚举类中的静态变量 xyz.redtorch.pb.CoreEnum.CurrencyEnum
-
泰铢
- thirdPartyId() - 记录类中的方法 org.dromara.northstar.common.model.core.Contract
-
返回
thirdPartyId记录组件的值。 - THIRDPARTYID_FIELD_NUMBER - 类中的静态变量 xyz.redtorch.pb.CoreField.ContractField
- Tick - org.dromara.northstar.common.model.core中的记录类
- Tick(String, Contract, LocalDate, LocalTime, LocalDate, long, double, double, double, long, long, double, double, double, double, double, double, double, double, double, double, double, double, double, List<Double>, List<Double>, List<Integer>, List<Integer>, TickType, JSONObject, ChannelType) - 记录类的构造器 org.dromara.northstar.common.model.core.Tick
-
创建
Tick记录类的实例。 - TICK - 枚举类 中的枚举常量 org.dromara.northstar.common.event.NorthstarEventType
-
行情TICK事件
- TickDataAware - org.dromara.northstar.common中的接口
-
TICK行情组件
- tickHandlerMap - 类中的变量 org.dromara.northstar.strategy.AbstractStrategy
- TickType - org.dromara.northstar.common.constant中的枚举类
- TIGER - 枚举类 中的枚举常量 org.dromara.northstar.common.constant.ChannelType
- timeCondition() - 记录类中的方法 org.dromara.northstar.common.model.core.Order
-
返回
timeCondition记录组件的值。 - timeCondition() - 记录类中的方法 org.dromara.northstar.common.model.core.SubmitOrderReq
-
返回
timeCondition记录组件的值。 - TIMECONDITION_FIELD_NUMBER - 类中的静态变量 xyz.redtorch.pb.CoreField.OrderField
- TIMECONDITION_FIELD_NUMBER - 类中的静态变量 xyz.redtorch.pb.CoreField.SubmitOrderReqField
- Timed - org.dromara.northstar.common中的接口
- TimeSeriesValue - org.dromara.northstar.common.model中的类
- TimeSeriesValue(double, long) - 类的构造器 org.dromara.northstar.common.model.TimeSeriesValue
- TimeSeriesValue(double, long, boolean) - 类的构造器 org.dromara.northstar.common.model.TimeSeriesValue
- TimeSlot - org.dromara.northstar.common.model.core中的记录类
-
时间槽
- TimeSlot(LocalTime, LocalTime) - 记录类的构造器 org.dromara.northstar.common.model.core.TimeSlot
-
创建
TimeSlot记录类的实例。 - timeSlots() - 记录类中的方法 org.dromara.northstar.common.model.core.TradeTimeDefinition
-
返回
timeSlots记录组件的值。 - timestamp() - 记录类中的方法 org.dromara.northstar.indicator.model.Num
-
返回
timestamp记录组件的值。 - TIMESTAMP_FIELD_NUMBER - 类中的静态变量 xyz.redtorch.pb.CoreField.LogField
- TIMESTAMP_FIELD_NUMBER - 类中的静态变量 xyz.redtorch.pb.CoreField.NoticeField
- toAccountField() - 记录类中的方法 org.dromara.northstar.common.model.core.Account
- toArray() - 类中的方法 org.dromara.northstar.indicator.model.RingArray
- toBarField() - 记录类中的方法 org.dromara.northstar.common.model.core.Bar
- toBuilder() - 类中的方法 xyz.redtorch.pb.CoreField.AccountField
- toBuilder() - 类中的方法 xyz.redtorch.pb.CoreField.BarField
- toBuilder() - 类中的方法 xyz.redtorch.pb.CoreField.CancelOrderReqField
- toBuilder() - 类中的方法 xyz.redtorch.pb.CoreField.CommonReqField
- toBuilder() - 类中的方法 xyz.redtorch.pb.CoreField.CommonRspField
- toBuilder() - 类中的方法 xyz.redtorch.pb.CoreField.ContractField
- toBuilder() - 类中的方法 xyz.redtorch.pb.CoreField.GatewayField
- toBuilder() - 类中的方法 xyz.redtorch.pb.CoreField.GatewaySettingField.CtpApiSettingField
- toBuilder() - 类中的方法 xyz.redtorch.pb.CoreField.GatewaySettingField.IbApiSettingField
- toBuilder() - 类中的方法 xyz.redtorch.pb.CoreField.GatewaySettingField
- toBuilder() - 类中的方法 xyz.redtorch.pb.CoreField.LogField
- toBuilder() - 类中的方法 xyz.redtorch.pb.CoreField.NoticeField
- toBuilder() - 类中的方法 xyz.redtorch.pb.CoreField.OrderField
- toBuilder() - 类中的方法 xyz.redtorch.pb.CoreField.PositionField
- toBuilder() - 类中的方法 xyz.redtorch.pb.CoreField.SubmitOrderReqField
- toBuilder() - 类中的方法 xyz.redtorch.pb.CoreField.TickField
- toBuilder() - 类中的方法 xyz.redtorch.pb.CoreField.TradeField
- toContractField() - 记录类中的方法 org.dromara.northstar.common.model.core.Contract
- toJSONList() - 类中的方法 org.dromara.northstar.common.model.ResultSet
- toNoticeField() - 记录类中的方法 org.dromara.northstar.common.model.core.Notice
- toOrderField() - 记录类中的方法 org.dromara.northstar.common.model.core.Order
- toPositionField() - 记录类中的方法 org.dromara.northstar.common.model.core.Position
- toString() - 记录类中的方法 org.dromara.northstar.ai.SampleData
-
返回此记录类的字符串表示形式。
- toString() - 枚举类中的方法 org.dromara.northstar.common.constant.ModuleType
- toString() - 记录类中的方法 org.dromara.northstar.common.model.core.Account
-
返回此记录类的字符串表示形式。
- toString() - 记录类中的方法 org.dromara.northstar.common.model.core.Bar
-
返回此记录类的字符串表示形式。
- toString() - 记录类中的方法 org.dromara.northstar.common.model.core.Contract
-
返回此记录类的字符串表示形式。
- toString() - 记录类中的方法 org.dromara.northstar.common.model.core.ContractDefinition
-
返回此记录类的字符串表示形式。
- toString() - 记录类中的方法 org.dromara.northstar.common.model.core.Notice
-
返回此记录类的字符串表示形式。
- toString() - 记录类中的方法 org.dromara.northstar.common.model.core.Order
-
返回此记录类的字符串表示形式。
- toString() - 记录类中的方法 org.dromara.northstar.common.model.core.Position
-
返回此记录类的字符串表示形式。
- toString() - 记录类中的方法 org.dromara.northstar.common.model.core.SubmitOrderReq
-
返回此记录类的字符串表示形式。
- toString() - 记录类中的方法 org.dromara.northstar.common.model.core.Tick
-
返回此记录类的字符串表示形式。
- toString() - 记录类中的方法 org.dromara.northstar.common.model.core.TimeSlot
-
返回此记录类的字符串表示形式。
- toString() - 记录类中的方法 org.dromara.northstar.common.model.core.Trade
-
返回此记录类的字符串表示形式。
- toString() - 记录类中的方法 org.dromara.northstar.common.model.core.TradeTimeDefinition
-
返回此记录类的字符串表示形式。
- toString() - 记录类中的方法 org.dromara.northstar.common.model.Identifier
-
返回此记录类的字符串表示形式。
- toString() - 记录类中的方法 org.dromara.northstar.common.model.OptionItem
-
返回此记录类的字符串表示形式。
- toString() - 记录类中的方法 org.dromara.northstar.common.model.Tuple
-
返回此记录类的字符串表示形式。
- toString() - 记录类中的方法 org.dromara.northstar.indicator.model.Configuration
-
返回此记录类的字符串表示形式。
- toString() - 记录类中的方法 org.dromara.northstar.indicator.model.Num
-
返回此记录类的字符串表示形式。
- toString() - 类中的方法 org.dromara.northstar.strategy.model.TradeIntent
- TOTALASKVOL_FIELD_NUMBER - 类中的静态变量 xyz.redtorch.pb.CoreField.TickField
- TOTALBIDVOL_FIELD_NUMBER - 类中的静态变量 xyz.redtorch.pb.CoreField.TickField
- totalHoldingProfit() - 接口中的方法 org.dromara.northstar.strategy.IModuleAccount
-
总持仓盈亏
- totalVolume() - 记录类中的方法 org.dromara.northstar.common.model.core.Order
-
返回
totalVolume记录组件的值。 - TOTALVOLUME_FIELD_NUMBER - 类中的静态变量 xyz.redtorch.pb.CoreField.OrderField
- toTickField() - 记录类中的方法 org.dromara.northstar.common.model.core.Tick
- toTradeField() - 记录类中的方法 org.dromara.northstar.common.model.core.Trade
- TR_Allow - 枚举类 中的枚举常量 xyz.redtorch.pb.CoreEnum.TradingRightEnum
-
可以交易
- TR_Allow_VALUE - 枚举类中的静态变量 xyz.redtorch.pb.CoreEnum.TradingRightEnum
-
可以交易
- TR_CloseOnly - 枚举类 中的枚举常量 xyz.redtorch.pb.CoreEnum.TradingRightEnum
-
只能平仓
- TR_CloseOnly_VALUE - 枚举类中的静态变量 xyz.redtorch.pb.CoreEnum.TradingRightEnum
-
只能平仓
- TR_Forbidden - 枚举类 中的枚举常量 xyz.redtorch.pb.CoreEnum.TradingRightEnum
-
不能交易
- TR_Forbidden_VALUE - 枚举类中的静态变量 xyz.redtorch.pb.CoreEnum.TradingRightEnum
-
不能交易
- TR_Unknown - 枚举类 中的枚举常量 xyz.redtorch.pb.CoreEnum.TradingRightEnum
-
未知
- TR_Unknown_VALUE - 枚举类中的静态变量 xyz.redtorch.pb.CoreEnum.TradingRightEnum
-
未知
- tradable() - 记录类中的方法 org.dromara.northstar.common.model.core.Contract
-
返回
tradable记录组件的值。 - Trade - org.dromara.northstar.common.model.core中的记录类
- Trade(String, String, String, CoreEnum.DirectionEnum, CoreEnum.OffsetFlagEnum, double, int, CoreEnum.TradeTypeEnum, CoreEnum.PriceSourceEnum, LocalDate, LocalDate, LocalTime, long, Contract) - 记录类的构造器 org.dromara.northstar.common.model.core.Trade
-
创建
Trade记录类的实例。 - TRADE - 枚举类 中的枚举常量 org.dromara.northstar.common.constant.GatewayUsage
- TRADE - 枚举类 中的枚举常量 org.dromara.northstar.common.event.NorthstarEventType
-
成交回报事件
- TRADE_DATE - 枚举类 中的枚举常量 org.dromara.northstar.indicator.constant.ValueType
-
交易日
- TRADE_EXCEPTION - 接口中的静态变量 org.dromara.northstar.common.constant.ReturnCode
-
交易异常
- tradeDate() - 记录类中的方法 org.dromara.northstar.common.model.core.Trade
-
返回
tradeDate记录组件的值。 - TRADEDATE_FIELD_NUMBER - 类中的静态变量 xyz.redtorch.pb.CoreField.TradeField
- tradedVolume() - 记录类中的方法 org.dromara.northstar.common.model.core.Order
-
返回
tradedVolume记录组件的值。 - TRADEDVOLUME_FIELD_NUMBER - 类中的静态变量 xyz.redtorch.pb.CoreField.OrderField
- TradeException - org.dromara.northstar.common.exception中的异常错误类
-
交易异常
- TradeException() - 异常错误类的构造器 org.dromara.northstar.common.exception.TradeException
- TradeException(String) - 异常错误类的构造器 org.dromara.northstar.common.exception.TradeException
- TradeException(String, Throwable) - 异常错误类的构造器 org.dromara.northstar.common.exception.TradeException
- TradeException(String, Throwable, boolean, boolean) - 异常错误类的构造器 org.dromara.northstar.common.exception.TradeException
- TradeException(Throwable) - 异常错误类的构造器 org.dromara.northstar.common.exception.TradeException
- TradeGateway - org.dromara.northstar.gateway中的接口
- TradeHelper - org.dromara.northstar.common.utils中的类
-
交易助手,简化开平仓代码
- TradeHelper(IModuleStrategyContext, Contract) - 类的构造器 org.dromara.northstar.common.utils.TradeHelper
- TradeHelper(IModuleStrategyContext, Contract, long) - 类的构造器 org.dromara.northstar.common.utils.TradeHelper
- TRADEID_FIELD_NUMBER - 类中的静态变量 xyz.redtorch.pb.CoreField.TradeField
- TradeIntent - org.dromara.northstar.strategy.model中的类
-
交易意图 封装自动撤单追单逻辑
- TradeIntent(Contract, SignalOperation, PriceType, double, int, long, Predicate<Double>) - 类的构造器 org.dromara.northstar.strategy.model.TradeIntent
- TradeStrategy - org.dromara.northstar.strategy中的接口
- tradeTime() - 记录类中的方法 org.dromara.northstar.common.model.core.Trade
-
返回
tradeTime记录组件的值。 - TRADETIME_FIELD_NUMBER - 类中的静态变量 xyz.redtorch.pb.CoreField.TradeField
- tradeTimeDef() - 记录类中的方法 org.dromara.northstar.common.model.core.ContractDefinition
-
返回
tradeTimeDef记录组件的值。 - TradeTimeDefinition - org.dromara.northstar.common.model.core中的记录类
- TradeTimeDefinition(List<TimeSlot>) - 记录类的构造器 org.dromara.northstar.common.model.core.TradeTimeDefinition
-
创建
TradeTimeDefinition记录类的实例。 - tradeTimestamp() - 记录类中的方法 org.dromara.northstar.common.model.core.Trade
-
返回
tradeTimestamp记录组件的值。 - TRADETIMESTAMP_FIELD_NUMBER - 类中的静态变量 xyz.redtorch.pb.CoreField.TradeField
- TradeTimeUtil - org.dromara.northstar.common.utils中的类
- TradeTimeUtil(TradeTimeDefinition) - 类的构造器 org.dromara.northstar.common.utils.TradeTimeUtil
- tradeType() - 记录类中的方法 org.dromara.northstar.common.model.core.Trade
-
返回
tradeType记录组件的值。 - TRADETYPE_FIELD_NUMBER - 类中的静态变量 xyz.redtorch.pb.CoreField.TradeField
- tradingDay() - 记录类中的方法 org.dromara.northstar.common.model.core.Bar
-
返回
tradingDay记录组件的值。 - tradingDay() - 记录类中的方法 org.dromara.northstar.common.model.core.Order
-
返回
tradingDay记录组件的值。 - tradingDay() - 记录类中的方法 org.dromara.northstar.common.model.core.Tick
-
返回
tradingDay记录组件的值。 - tradingDay() - 记录类中的方法 org.dromara.northstar.common.model.core.Trade
-
返回
tradingDay记录组件的值。 - TRADINGDAY_FIELD_NUMBER - 类中的静态变量 xyz.redtorch.pb.CoreField.BarField
- TRADINGDAY_FIELD_NUMBER - 类中的静态变量 xyz.redtorch.pb.CoreField.OrderField
- TRADINGDAY_FIELD_NUMBER - 类中的静态变量 xyz.redtorch.pb.CoreField.TickField
- TRADINGDAY_FIELD_NUMBER - 类中的静态变量 xyz.redtorch.pb.CoreField.TradeField
- TransactionAware - org.dromara.northstar.common中的接口
- TrueRangeIndicator - org.dromara.northstar.indicator.volatility中的类
-
真实波幅指标 本指标只求TR,ATR只是对TR做平均处理 TR : MAX(MAX((HIGH-LOW),ABS(REF(CLOSE,1)-HIGH)),ABS(REF(CLOSE,1)-LOW));//求最高价减去最低价,一个周期前的收盘价减去最高价的绝对值,一个周期前的收盘价减去最低价的绝对值,这三个值中的最大值 ATR : MA(TR,N);//求N个周期内的TR的简单移动平均
- TrueRangeIndicator(Configuration) - 类的构造器 org.dromara.northstar.indicator.volatility.TrueRangeIndicator
- tryLockAmount(double) - 接口中的方法 org.dromara.northstar.strategy.IAccount
-
锁定账户金额 适用于多个模组同时抢占金额,使账户金额利用率最大化
- TT_BlockTrade - 枚举类 中的枚举常量 xyz.redtorch.pb.CoreEnum.TradeTypeEnum
-
大宗交易成交
- TT_BlockTrade_VALUE - 枚举类中的静态变量 xyz.redtorch.pb.CoreEnum.TradeTypeEnum
-
大宗交易成交
- TT_CombinationDerived - 枚举类 中的枚举常量 xyz.redtorch.pb.CoreEnum.TradeTypeEnum
-
组合衍生成交
- TT_CombinationDerived_VALUE - 枚举类中的静态变量 xyz.redtorch.pb.CoreEnum.TradeTypeEnum
-
组合衍生成交
- TT_Common - 枚举类 中的枚举常量 xyz.redtorch.pb.CoreEnum.TradeTypeEnum
-
普通成交
- TT_Common_VALUE - 枚举类中的静态变量 xyz.redtorch.pb.CoreEnum.TradeTypeEnum
-
普通成交
- TT_EFPDerived - 枚举类 中的枚举常量 xyz.redtorch.pb.CoreEnum.TradeTypeEnum
-
期转现衍生成交
- TT_EFPDerived_VALUE - 枚举类中的静态变量 xyz.redtorch.pb.CoreEnum.TradeTypeEnum
-
期转现衍生成交
- TT_OptionsExecution - 枚举类 中的枚举常量 xyz.redtorch.pb.CoreEnum.TradeTypeEnum
-
期权执行
- TT_OptionsExecution_VALUE - 枚举类中的静态变量 xyz.redtorch.pb.CoreEnum.TradeTypeEnum
-
期权执行
- TT_OTC - 枚举类 中的枚举常量 xyz.redtorch.pb.CoreEnum.TradeTypeEnum
-
OTC成交
- TT_OTC_VALUE - 枚举类中的静态变量 xyz.redtorch.pb.CoreEnum.TradeTypeEnum
-
OTC成交
- TT_SplitCombination - 枚举类 中的枚举常量 xyz.redtorch.pb.CoreEnum.TradeTypeEnum
-
组合持仓拆分为单一持仓,初始化不应包含该类型的持仓
- TT_SplitCombination_VALUE - 枚举类中的静态变量 xyz.redtorch.pb.CoreEnum.TradeTypeEnum
-
组合持仓拆分为单一持仓,初始化不应包含该类型的持仓
- TT_Unknown - 枚举类 中的枚举常量 xyz.redtorch.pb.CoreEnum.TradeTypeEnum
-
未知
- TT_Unknown_VALUE - 枚举类中的静态变量 xyz.redtorch.pb.CoreEnum.TradeTypeEnum
-
未知
- Tuple<T1,
T2> - org.dromara.northstar.common.model中的记录类 -
双元素元组
- Tuple(T1, T2) - 记录类的构造器 org.dromara.northstar.common.model.Tuple
-
创建
Tuple记录类的实例。 - turnover() - 记录类中的方法 org.dromara.northstar.common.model.core.Bar
-
返回
turnover记录组件的值。 - turnover() - 记录类中的方法 org.dromara.northstar.common.model.core.Tick
-
返回
turnover记录组件的值。 - TURNOVER_FIELD_NUMBER - 类中的静态变量 xyz.redtorch.pb.CoreField.BarField
- TURNOVER_FIELD_NUMBER - 类中的静态变量 xyz.redtorch.pb.CoreField.TickField
- turnoverDelta() - 记录类中的方法 org.dromara.northstar.common.model.core.Bar
-
返回
turnoverDelta记录组件的值。 - turnoverDelta() - 记录类中的方法 org.dromara.northstar.common.model.core.Tick
-
返回
turnoverDelta记录组件的值。 - TURNOVERDELTA_FIELD_NUMBER - 类中的静态变量 xyz.redtorch.pb.CoreField.BarField
- TURNOVERDELTA_FIELD_NUMBER - 类中的静态变量 xyz.redtorch.pb.CoreField.TickField
- type() - 记录类中的方法 org.dromara.northstar.common.model.core.Tick
-
返回
type记录组件的值。 - type() - 批注接口 中的元素 org.dromara.northstar.common.model.Setting
-
配置项类型
- type() - 接口中的方法 org.dromara.northstar.strategy.TradeStrategy
-
适用模组类型
U
- UAT - 枚举类 中的枚举常量 org.dromara.northstar.common.constant.ModuleUsage
-
模拟盘
- underlyingMultiplier() - 记录类中的方法 org.dromara.northstar.common.model.core.Contract
-
返回
underlyingMultiplier记录组件的值。 - UNDERLYINGMULTIPLIER_FIELD_NUMBER - 类中的静态变量 xyz.redtorch.pb.CoreField.ContractField
- underlyingSymbol() - 记录类中的方法 org.dromara.northstar.common.model.core.Contract
-
返回
underlyingSymbol记录组件的值。 - UNDERLYINGSYMBOL_FIELD_NUMBER - 类中的静态变量 xyz.redtorch.pb.CoreField.ContractField
- unifiedSymbol() - 记录类中的方法 org.dromara.northstar.common.model.core.Contract
-
返回
unifiedSymbol记录组件的值。 - UNIFIEDSYMBOL_FIELD_NUMBER - 类中的静态变量 xyz.redtorch.pb.CoreField.BarField
- UNIFIEDSYMBOL_FIELD_NUMBER - 类中的静态变量 xyz.redtorch.pb.CoreField.ContractField
- UNIFIEDSYMBOL_FIELD_NUMBER - 类中的静态变量 xyz.redtorch.pb.CoreField.TickField
- unit() - 批注接口 中的元素 org.dromara.northstar.common.model.Setting
-
数值单位
- UNKNOWN - 枚举类 中的枚举常量 org.dromara.northstar.common.constant.Platform
- UnknownCurrency - 枚举类 中的枚举常量 xyz.redtorch.pb.CoreEnum.CurrencyEnum
-
未知
- UnknownCurrency_VALUE - 枚举类中的静态变量 xyz.redtorch.pb.CoreEnum.CurrencyEnum
-
未知
- UnknownExchange - 枚举类 中的枚举常量 xyz.redtorch.pb.CoreEnum.ExchangeEnum
-
未知
- UnknownExchange_VALUE - 枚举类中的静态变量 xyz.redtorch.pb.CoreEnum.ExchangeEnum
-
未知
- UnknownProductClass - 枚举类 中的枚举常量 xyz.redtorch.pb.CoreEnum.ProductClassEnum
-
未知
- UnknownProductClass_VALUE - 枚举类中的静态变量 xyz.redtorch.pb.CoreEnum.ProductClassEnum
-
未知
- unlockAmount(UUID) - 接口中的方法 org.dromara.northstar.strategy.IAccount
-
解锁账户金额
- UNRECOGNIZED - 枚举类 中的枚举常量 xyz.redtorch.pb.CoreEnum.ActionFlagEnum
- UNRECOGNIZED - 枚举类 中的枚举常量 xyz.redtorch.pb.CoreEnum.BarCycleEnum
- UNRECOGNIZED - 枚举类 中的枚举常量 xyz.redtorch.pb.CoreEnum.CombinationTypeEnum
- UNRECOGNIZED - 枚举类 中的枚举常量 xyz.redtorch.pb.CoreEnum.CommonStatusEnum
- UNRECOGNIZED - 枚举类 中的枚举常量 xyz.redtorch.pb.CoreEnum.ConnectStatusEnum
- UNRECOGNIZED - 枚举类 中的枚举常量 xyz.redtorch.pb.CoreEnum.ContingentConditionEnum
- UNRECOGNIZED - 枚举类 中的枚举常量 xyz.redtorch.pb.CoreEnum.CurrencyEnum
- UNRECOGNIZED - 枚举类 中的枚举常量 xyz.redtorch.pb.CoreEnum.DirectionEnum
- UNRECOGNIZED - 枚举类 中的枚举常量 xyz.redtorch.pb.CoreEnum.ExchangeEnum
- UNRECOGNIZED - 枚举类 中的枚举常量 xyz.redtorch.pb.CoreEnum.ForceCloseReasonEnum
- UNRECOGNIZED - 枚举类 中的枚举常量 xyz.redtorch.pb.CoreEnum.GatewayAdapterTypeEnum
- UNRECOGNIZED - 枚举类 中的枚举常量 xyz.redtorch.pb.CoreEnum.GatewayTypeEnum
- UNRECOGNIZED - 枚举类 中的枚举常量 xyz.redtorch.pb.CoreEnum.HedgeFlagEnum
- UNRECOGNIZED - 枚举类 中的枚举常量 xyz.redtorch.pb.CoreEnum.LogLevelEnum
- UNRECOGNIZED - 枚举类 中的枚举常量 xyz.redtorch.pb.CoreEnum.MarketDataDBTypeEnum
- UNRECOGNIZED - 枚举类 中的枚举常量 xyz.redtorch.pb.CoreEnum.OffsetFlagEnum
- UNRECOGNIZED - 枚举类 中的枚举常量 xyz.redtorch.pb.CoreEnum.OptionsTypeEnum
- UNRECOGNIZED - 枚举类 中的枚举常量 xyz.redtorch.pb.CoreEnum.OrderActionStatusTyp
- UNRECOGNIZED - 枚举类 中的枚举常量 xyz.redtorch.pb.CoreEnum.OrderPriceTypeEnum
- UNRECOGNIZED - 枚举类 中的枚举常量 xyz.redtorch.pb.CoreEnum.OrderSourceEnum
- UNRECOGNIZED - 枚举类 中的枚举常量 xyz.redtorch.pb.CoreEnum.OrderStatusEnum
- UNRECOGNIZED - 枚举类 中的枚举常量 xyz.redtorch.pb.CoreEnum.OrderSubmitStatusEnum
- UNRECOGNIZED - 枚举类 中的枚举常量 xyz.redtorch.pb.CoreEnum.OrderTypeEnum
- UNRECOGNIZED - 枚举类 中的枚举常量 xyz.redtorch.pb.CoreEnum.PositionDirectionEnum
- UNRECOGNIZED - 枚举类 中的枚举常量 xyz.redtorch.pb.CoreEnum.PositionTypeEnum
- UNRECOGNIZED - 枚举类 中的枚举常量 xyz.redtorch.pb.CoreEnum.PriceSourceEnum
- UNRECOGNIZED - 枚举类 中的枚举常量 xyz.redtorch.pb.CoreEnum.ProductClassEnum
- UNRECOGNIZED - 枚举类 中的枚举常量 xyz.redtorch.pb.CoreEnum.StrategyEngineTypeEnum
- UNRECOGNIZED - 枚举类 中的枚举常量 xyz.redtorch.pb.CoreEnum.StrikeModeEnum
- UNRECOGNIZED - 枚举类 中的枚举常量 xyz.redtorch.pb.CoreEnum.TimeConditionEnum
- UNRECOGNIZED - 枚举类 中的枚举常量 xyz.redtorch.pb.CoreEnum.TradeTypeEnum
- UNRECOGNIZED - 枚举类 中的枚举常量 xyz.redtorch.pb.CoreEnum.TradingRightEnum
- UNRECOGNIZED - 枚举类 中的枚举常量 xyz.redtorch.pb.CoreEnum.VolumeConditionEnum
- unstable() - 记录类中的方法 org.dromara.northstar.indicator.model.Num
-
返回
unstable记录组件的值。 - unsubscribe() - 接口中的方法 org.dromara.northstar.common.Subscribable
-
取消订阅
- unsubscribe() - 类中的方法 org.dromara.northstar.gateway.contract.GatewayContract
- unsubscribe() - 类中的方法 org.dromara.northstar.gateway.contract.IndexContract
- unsubscribe() - 类中的方法 org.dromara.northstar.gateway.contract.OptionChainContract
- unsubscribe() - 类中的方法 org.dromara.northstar.gateway.contract.PrimaryContract
- unsubscribe(Contract) - 接口中的方法 org.dromara.northstar.gateway.MarketGateway
-
退订
- update(Tick) - 类中的方法 org.dromara.northstar.gateway.mktdata.IndexTicker
- update(Tick) - 类中的方法 org.dromara.northstar.gateway.mktdata.MinuteBarGenerator
-
更新Tick数据
- update(Num) - 类中的方法 org.dromara.northstar.indicator.AbstractIndicator
- update(Num) - 接口中的方法 org.dromara.northstar.indicator.Indicator
-
值更新 此接口为幂等设计:同一个Num对象,更新多次与更新一次的效果相等。
- update(T, boolean) - 类中的方法 org.dromara.northstar.indicator.model.RingArray
-
更新值
- updateDate() - 记录类中的方法 org.dromara.northstar.common.model.core.Order
-
返回
updateDate记录组件的值。 - updateGateway(GatewayDescription) - 接口中的方法 org.dromara.northstar.common.IGatewayService
-
更新网关
- updateTime() - 记录类中的方法 org.dromara.northstar.common.model.core.Order
-
返回
updateTime记录组件的值。 - UPDATETIME_FIELD_NUMBER - 类中的静态变量 xyz.redtorch.pb.CoreField.OrderField
- updateTimestamp() - 记录类中的方法 org.dromara.northstar.common.model.core.Account
-
返回
updateTimestamp记录组件的值。 - updateTimestamp() - 记录类中的方法 org.dromara.northstar.common.model.core.Position
-
返回
updateTimestamp记录组件的值。 - upperLimit() - 记录类中的方法 org.dromara.northstar.common.model.core.Tick
-
返回
upperLimit记录组件的值。 - UPPERLIMIT_FIELD_NUMBER - 类中的静态变量 xyz.redtorch.pb.CoreField.TickField
- usage() - 枚举类中的方法 org.dromara.northstar.common.constant.ChannelType
- USD - 枚举类 中的枚举常量 xyz.redtorch.pb.CoreEnum.CurrencyEnum
-
美元
- USD_VALUE - 枚举类中的静态变量 xyz.redtorch.pb.CoreEnum.CurrencyEnum
-
美元
- USDC - 枚举类 中的枚举常量 xyz.redtorch.pb.CoreEnum.CurrencyEnum
-
去中心化稳定币
- USDC_VALUE - 枚举类中的静态变量 xyz.redtorch.pb.CoreEnum.CurrencyEnum
-
去中心化稳定币
- USDT - 枚举类 中的枚举常量 xyz.redtorch.pb.CoreEnum.CurrencyEnum
-
美元稳定币
- USDT_VALUE - 枚举类中的静态变量 xyz.redtorch.pb.CoreEnum.CurrencyEnum
-
美元稳定币
- useMargin() - 记录类中的方法 org.dromara.northstar.common.model.core.Position
-
返回
useMargin记录组件的值。 - USEMARGIN_FIELD_NUMBER - 类中的静态变量 xyz.redtorch.pb.CoreField.PositionField
- USERFORCECLOSE_FIELD_NUMBER - 类中的静态变量 xyz.redtorch.pb.CoreField.OrderField
- USERFORCECLOSE_FIELD_NUMBER - 类中的静态变量 xyz.redtorch.pb.CoreField.SubmitOrderReqField
- USERID_FIELD_NUMBER - 类中的静态变量 xyz.redtorch.pb.CoreField.GatewaySettingField.CtpApiSettingField
- USERPRODUCTINFO_FIELD_NUMBER - 类中的静态变量 xyz.redtorch.pb.CoreField.GatewaySettingField.CtpApiSettingField
V
- value() - 记录类中的方法 org.dromara.northstar.common.model.Identifier
-
返回
value记录组件的值。 - value() - 记录类中的方法 org.dromara.northstar.common.model.OptionItem
-
返回
value记录组件的值。 - value() - 记录类中的方法 org.dromara.northstar.indicator.model.Num
-
返回
value记录组件的值。 - value() - 批注接口 中的元素 org.dromara.northstar.strategy.StrategicComponent
- value(int) - 类中的方法 org.dromara.northstar.indicator.AbstractIndicator
- value(int) - 接口中的方法 org.dromara.northstar.indicator.Indicator
-
获取指标回溯值
- Value - org.dromara.northstar.common.model中的接口
- VALUE_MISMATCH_EXCEPTION - 接口中的静态变量 org.dromara.northstar.common.constant.ReturnCode
-
数量不匹配异常
- ValueMismatchException - org.dromara.northstar.common.exception中的异常错误类
-
数量不匹配异常
- ValueMismatchException() - 异常错误类的构造器 org.dromara.northstar.common.exception.ValueMismatchException
- ValueMismatchException(String) - 异常错误类的构造器 org.dromara.northstar.common.exception.ValueMismatchException
- ValueMismatchException(String, Throwable) - 异常错误类的构造器 org.dromara.northstar.common.exception.ValueMismatchException
- ValueMismatchException(String, Throwable, boolean, boolean) - 异常错误类的构造器 org.dromara.northstar.common.exception.ValueMismatchException
- ValueMismatchException(Throwable) - 异常错误类的构造器 org.dromara.northstar.common.exception.ValueMismatchException
- valueOf(int) - 枚举类中的静态方法 xyz.redtorch.pb.CoreEnum.ActionFlagEnum
-
已过时。
- valueOf(int) - 枚举类中的静态方法 xyz.redtorch.pb.CoreEnum.BarCycleEnum
-
已过时。
- valueOf(int) - 枚举类中的静态方法 xyz.redtorch.pb.CoreEnum.CombinationTypeEnum
-
已过时。
- valueOf(int) - 枚举类中的静态方法 xyz.redtorch.pb.CoreEnum.CommonStatusEnum
-
已过时。
- valueOf(int) - 枚举类中的静态方法 xyz.redtorch.pb.CoreEnum.ConnectStatusEnum
-
已过时。
- valueOf(int) - 枚举类中的静态方法 xyz.redtorch.pb.CoreEnum.ContingentConditionEnum
-
已过时。
- valueOf(int) - 枚举类中的静态方法 xyz.redtorch.pb.CoreEnum.CurrencyEnum
-
已过时。
- valueOf(int) - 枚举类中的静态方法 xyz.redtorch.pb.CoreEnum.DirectionEnum
-
已过时。
- valueOf(int) - 枚举类中的静态方法 xyz.redtorch.pb.CoreEnum.ExchangeEnum
-
已过时。
- valueOf(int) - 枚举类中的静态方法 xyz.redtorch.pb.CoreEnum.ForceCloseReasonEnum
-
已过时。
- valueOf(int) - 枚举类中的静态方法 xyz.redtorch.pb.CoreEnum.GatewayAdapterTypeEnum
-
已过时。
- valueOf(int) - 枚举类中的静态方法 xyz.redtorch.pb.CoreEnum.GatewayTypeEnum
-
已过时。
- valueOf(int) - 枚举类中的静态方法 xyz.redtorch.pb.CoreEnum.HedgeFlagEnum
-
已过时。
- valueOf(int) - 枚举类中的静态方法 xyz.redtorch.pb.CoreEnum.LogLevelEnum
-
已过时。
- valueOf(int) - 枚举类中的静态方法 xyz.redtorch.pb.CoreEnum.MarketDataDBTypeEnum
-
已过时。
- valueOf(int) - 枚举类中的静态方法 xyz.redtorch.pb.CoreEnum.OffsetFlagEnum
-
已过时。
- valueOf(int) - 枚举类中的静态方法 xyz.redtorch.pb.CoreEnum.OptionsTypeEnum
-
已过时。
- valueOf(int) - 枚举类中的静态方法 xyz.redtorch.pb.CoreEnum.OrderActionStatusTyp
-
已过时。
- valueOf(int) - 枚举类中的静态方法 xyz.redtorch.pb.CoreEnum.OrderPriceTypeEnum
-
已过时。
- valueOf(int) - 枚举类中的静态方法 xyz.redtorch.pb.CoreEnum.OrderSourceEnum
-
已过时。
- valueOf(int) - 枚举类中的静态方法 xyz.redtorch.pb.CoreEnum.OrderStatusEnum
-
已过时。
- valueOf(int) - 枚举类中的静态方法 xyz.redtorch.pb.CoreEnum.OrderSubmitStatusEnum
-
已过时。
- valueOf(int) - 枚举类中的静态方法 xyz.redtorch.pb.CoreEnum.OrderTypeEnum
-
已过时。
- valueOf(int) - 枚举类中的静态方法 xyz.redtorch.pb.CoreEnum.PositionDirectionEnum
-
已过时。
- valueOf(int) - 枚举类中的静态方法 xyz.redtorch.pb.CoreEnum.PositionTypeEnum
-
已过时。
- valueOf(int) - 枚举类中的静态方法 xyz.redtorch.pb.CoreEnum.PriceSourceEnum
-
已过时。
- valueOf(int) - 枚举类中的静态方法 xyz.redtorch.pb.CoreEnum.ProductClassEnum
-
已过时。
- valueOf(int) - 枚举类中的静态方法 xyz.redtorch.pb.CoreEnum.StrategyEngineTypeEnum
-
已过时。
- valueOf(int) - 枚举类中的静态方法 xyz.redtorch.pb.CoreEnum.StrikeModeEnum
-
已过时。
- valueOf(int) - 枚举类中的静态方法 xyz.redtorch.pb.CoreEnum.TimeConditionEnum
-
已过时。
- valueOf(int) - 枚举类中的静态方法 xyz.redtorch.pb.CoreEnum.TradeTypeEnum
-
已过时。
- valueOf(int) - 枚举类中的静态方法 xyz.redtorch.pb.CoreEnum.TradingRightEnum
-
已过时。
- valueOf(int) - 枚举类中的静态方法 xyz.redtorch.pb.CoreEnum.VolumeConditionEnum
-
已过时。
- valueOf(Descriptors.EnumValueDescriptor) - 枚举类中的静态方法 xyz.redtorch.pb.CoreEnum.ActionFlagEnum
-
返回带有指定名称的该类的枚举常量。
- valueOf(Descriptors.EnumValueDescriptor) - 枚举类中的静态方法 xyz.redtorch.pb.CoreEnum.BarCycleEnum
-
返回带有指定名称的该类的枚举常量。
- valueOf(Descriptors.EnumValueDescriptor) - 枚举类中的静态方法 xyz.redtorch.pb.CoreEnum.CombinationTypeEnum
-
返回带有指定名称的该类的枚举常量。
- valueOf(Descriptors.EnumValueDescriptor) - 枚举类中的静态方法 xyz.redtorch.pb.CoreEnum.CommonStatusEnum
-
返回带有指定名称的该类的枚举常量。
- valueOf(Descriptors.EnumValueDescriptor) - 枚举类中的静态方法 xyz.redtorch.pb.CoreEnum.ConnectStatusEnum
-
返回带有指定名称的该类的枚举常量。
- valueOf(Descriptors.EnumValueDescriptor) - 枚举类中的静态方法 xyz.redtorch.pb.CoreEnum.ContingentConditionEnum
-
返回带有指定名称的该类的枚举常量。
- valueOf(Descriptors.EnumValueDescriptor) - 枚举类中的静态方法 xyz.redtorch.pb.CoreEnum.CurrencyEnum
-
返回带有指定名称的该类的枚举常量。
- valueOf(Descriptors.EnumValueDescriptor) - 枚举类中的静态方法 xyz.redtorch.pb.CoreEnum.DirectionEnum
-
返回带有指定名称的该类的枚举常量。
- valueOf(Descriptors.EnumValueDescriptor) - 枚举类中的静态方法 xyz.redtorch.pb.CoreEnum.ExchangeEnum
-
返回带有指定名称的该类的枚举常量。
- valueOf(Descriptors.EnumValueDescriptor) - 枚举类中的静态方法 xyz.redtorch.pb.CoreEnum.ForceCloseReasonEnum
-
返回带有指定名称的该类的枚举常量。
- valueOf(Descriptors.EnumValueDescriptor) - 枚举类中的静态方法 xyz.redtorch.pb.CoreEnum.GatewayAdapterTypeEnum
-
返回带有指定名称的该类的枚举常量。
- valueOf(Descriptors.EnumValueDescriptor) - 枚举类中的静态方法 xyz.redtorch.pb.CoreEnum.GatewayTypeEnum
-
返回带有指定名称的该类的枚举常量。
- valueOf(Descriptors.EnumValueDescriptor) - 枚举类中的静态方法 xyz.redtorch.pb.CoreEnum.HedgeFlagEnum
-
返回带有指定名称的该类的枚举常量。
- valueOf(Descriptors.EnumValueDescriptor) - 枚举类中的静态方法 xyz.redtorch.pb.CoreEnum.LogLevelEnum
-
返回带有指定名称的该类的枚举常量。
- valueOf(Descriptors.EnumValueDescriptor) - 枚举类中的静态方法 xyz.redtorch.pb.CoreEnum.MarketDataDBTypeEnum
-
返回带有指定名称的该类的枚举常量。
- valueOf(Descriptors.EnumValueDescriptor) - 枚举类中的静态方法 xyz.redtorch.pb.CoreEnum.OffsetFlagEnum
-
返回带有指定名称的该类的枚举常量。
- valueOf(Descriptors.EnumValueDescriptor) - 枚举类中的静态方法 xyz.redtorch.pb.CoreEnum.OptionsTypeEnum
-
返回带有指定名称的该类的枚举常量。
- valueOf(Descriptors.EnumValueDescriptor) - 枚举类中的静态方法 xyz.redtorch.pb.CoreEnum.OrderActionStatusTyp
-
返回带有指定名称的该类的枚举常量。
- valueOf(Descriptors.EnumValueDescriptor) - 枚举类中的静态方法 xyz.redtorch.pb.CoreEnum.OrderPriceTypeEnum
-
返回带有指定名称的该类的枚举常量。
- valueOf(Descriptors.EnumValueDescriptor) - 枚举类中的静态方法 xyz.redtorch.pb.CoreEnum.OrderSourceEnum
-
返回带有指定名称的该类的枚举常量。
- valueOf(Descriptors.EnumValueDescriptor) - 枚举类中的静态方法 xyz.redtorch.pb.CoreEnum.OrderStatusEnum
-
返回带有指定名称的该类的枚举常量。
- valueOf(Descriptors.EnumValueDescriptor) - 枚举类中的静态方法 xyz.redtorch.pb.CoreEnum.OrderSubmitStatusEnum
-
返回带有指定名称的该类的枚举常量。
- valueOf(Descriptors.EnumValueDescriptor) - 枚举类中的静态方法 xyz.redtorch.pb.CoreEnum.OrderTypeEnum
-
返回带有指定名称的该类的枚举常量。
- valueOf(Descriptors.EnumValueDescriptor) - 枚举类中的静态方法 xyz.redtorch.pb.CoreEnum.PositionDirectionEnum
-
返回带有指定名称的该类的枚举常量。
- valueOf(Descriptors.EnumValueDescriptor) - 枚举类中的静态方法 xyz.redtorch.pb.CoreEnum.PositionTypeEnum
-
返回带有指定名称的该类的枚举常量。
- valueOf(Descriptors.EnumValueDescriptor) - 枚举类中的静态方法 xyz.redtorch.pb.CoreEnum.PriceSourceEnum
-
返回带有指定名称的该类的枚举常量。
- valueOf(Descriptors.EnumValueDescriptor) - 枚举类中的静态方法 xyz.redtorch.pb.CoreEnum.ProductClassEnum
-
返回带有指定名称的该类的枚举常量。
- valueOf(Descriptors.EnumValueDescriptor) - 枚举类中的静态方法 xyz.redtorch.pb.CoreEnum.StrategyEngineTypeEnum
-
返回带有指定名称的该类的枚举常量。
- valueOf(Descriptors.EnumValueDescriptor) - 枚举类中的静态方法 xyz.redtorch.pb.CoreEnum.StrikeModeEnum
-
返回带有指定名称的该类的枚举常量。
- valueOf(Descriptors.EnumValueDescriptor) - 枚举类中的静态方法 xyz.redtorch.pb.CoreEnum.TimeConditionEnum
-
返回带有指定名称的该类的枚举常量。
- valueOf(Descriptors.EnumValueDescriptor) - 枚举类中的静态方法 xyz.redtorch.pb.CoreEnum.TradeTypeEnum
-
返回带有指定名称的该类的枚举常量。
- valueOf(Descriptors.EnumValueDescriptor) - 枚举类中的静态方法 xyz.redtorch.pb.CoreEnum.TradingRightEnum
-
返回带有指定名称的该类的枚举常量。
- valueOf(Descriptors.EnumValueDescriptor) - 枚举类中的静态方法 xyz.redtorch.pb.CoreEnum.VolumeConditionEnum
-
返回带有指定名称的该类的枚举常量。
- valueOf(String) - 枚举类中的静态方法 org.dromara.northstar.common.constant.ChannelType
-
返回带有指定名称的该类的枚举常量。
- valueOf(String) - 枚举类中的静态方法 org.dromara.northstar.common.constant.ClosingPolicy
-
返回带有指定名称的该类的枚举常量。
- valueOf(String) - 枚举类中的静态方法 org.dromara.northstar.common.constant.ConnectionState
-
返回带有指定名称的该类的枚举常量。
- valueOf(String) - 枚举类中的静态方法 org.dromara.northstar.common.constant.FieldType
-
返回带有指定名称的该类的枚举常量。
- valueOf(String) - 枚举类中的静态方法 org.dromara.northstar.common.constant.GatewayUsage
-
返回带有指定名称的该类的枚举常量。
- valueOf(String) - 枚举类中的静态方法 org.dromara.northstar.common.constant.ModuleState
-
返回带有指定名称的该类的枚举常量。
- valueOf(String) - 枚举类中的静态方法 org.dromara.northstar.common.constant.ModuleType
-
返回带有指定名称的该类的枚举常量。
- valueOf(String) - 枚举类中的静态方法 org.dromara.northstar.common.constant.ModuleUsage
-
返回带有指定名称的该类的枚举常量。
- valueOf(String) - 枚举类中的静态方法 org.dromara.northstar.common.constant.Platform
-
返回带有指定名称的该类的枚举常量。
- valueOf(String) - 枚举类中的静态方法 org.dromara.northstar.common.constant.PlaybackPrecision
-
返回带有指定名称的该类的枚举常量。
- valueOf(String) - 枚举类中的静态方法 org.dromara.northstar.common.constant.PlaybackSpeed
-
返回带有指定名称的该类的枚举常量。
- valueOf(String) - 枚举类中的静态方法 org.dromara.northstar.common.constant.SignalOperation
-
返回带有指定名称的该类的枚举常量。
- valueOf(String) - 枚举类中的静态方法 org.dromara.northstar.common.constant.TickType
-
返回带有指定名称的该类的枚举常量。
- valueOf(String) - 枚举类中的静态方法 org.dromara.northstar.common.event.NorthstarEventType
-
返回带有指定名称的该类的枚举常量。
- valueOf(String) - 枚举类中的静态方法 org.dromara.northstar.common.model.OrderRequest.TradeOperation
-
返回带有指定名称的该类的枚举常量。
- valueOf(String) - 枚举类中的静态方法 org.dromara.northstar.indicator.constant.PeriodUnit
-
返回带有指定名称的该类的枚举常量。
- valueOf(String) - 枚举类中的静态方法 org.dromara.northstar.indicator.constant.ValueType
-
返回带有指定名称的该类的枚举常量。
- valueOf(String) - 枚举类中的静态方法 org.dromara.northstar.indicator.wave.MABasedWaveIndicator.EndpointType
-
返回带有指定名称的该类的枚举常量。
- valueOf(String) - 枚举类中的静态方法 org.dromara.northstar.strategy.constant.DisposablePriceListenerType
-
返回带有指定名称的该类的枚举常量。
- valueOf(String) - 枚举类中的静态方法 org.dromara.northstar.strategy.constant.PriceType
-
返回带有指定名称的该类的枚举常量。
- valueOf(String) - 枚举类中的静态方法 xyz.redtorch.pb.CoreEnum.ActionFlagEnum
-
返回带有指定名称的该类的枚举常量。
- valueOf(String) - 枚举类中的静态方法 xyz.redtorch.pb.CoreEnum.BarCycleEnum
-
返回带有指定名称的该类的枚举常量。
- valueOf(String) - 枚举类中的静态方法 xyz.redtorch.pb.CoreEnum.CombinationTypeEnum
-
返回带有指定名称的该类的枚举常量。
- valueOf(String) - 枚举类中的静态方法 xyz.redtorch.pb.CoreEnum.CommonStatusEnum
-
返回带有指定名称的该类的枚举常量。
- valueOf(String) - 枚举类中的静态方法 xyz.redtorch.pb.CoreEnum.ConnectStatusEnum
-
返回带有指定名称的该类的枚举常量。
- valueOf(String) - 枚举类中的静态方法 xyz.redtorch.pb.CoreEnum.ContingentConditionEnum
-
返回带有指定名称的该类的枚举常量。
- valueOf(String) - 枚举类中的静态方法 xyz.redtorch.pb.CoreEnum.CurrencyEnum
-
返回带有指定名称的该类的枚举常量。
- valueOf(String) - 枚举类中的静态方法 xyz.redtorch.pb.CoreEnum.DirectionEnum
-
返回带有指定名称的该类的枚举常量。
- valueOf(String) - 枚举类中的静态方法 xyz.redtorch.pb.CoreEnum.ExchangeEnum
-
返回带有指定名称的该类的枚举常量。
- valueOf(String) - 枚举类中的静态方法 xyz.redtorch.pb.CoreEnum.ForceCloseReasonEnum
-
返回带有指定名称的该类的枚举常量。
- valueOf(String) - 枚举类中的静态方法 xyz.redtorch.pb.CoreEnum.GatewayAdapterTypeEnum
-
返回带有指定名称的该类的枚举常量。
- valueOf(String) - 枚举类中的静态方法 xyz.redtorch.pb.CoreEnum.GatewayTypeEnum
-
返回带有指定名称的该类的枚举常量。
- valueOf(String) - 枚举类中的静态方法 xyz.redtorch.pb.CoreEnum.HedgeFlagEnum
-
返回带有指定名称的该类的枚举常量。
- valueOf(String) - 枚举类中的静态方法 xyz.redtorch.pb.CoreEnum.LogLevelEnum
-
返回带有指定名称的该类的枚举常量。
- valueOf(String) - 枚举类中的静态方法 xyz.redtorch.pb.CoreEnum.MarketDataDBTypeEnum
-
返回带有指定名称的该类的枚举常量。
- valueOf(String) - 枚举类中的静态方法 xyz.redtorch.pb.CoreEnum.OffsetFlagEnum
-
返回带有指定名称的该类的枚举常量。
- valueOf(String) - 枚举类中的静态方法 xyz.redtorch.pb.CoreEnum.OptionsTypeEnum
-
返回带有指定名称的该类的枚举常量。
- valueOf(String) - 枚举类中的静态方法 xyz.redtorch.pb.CoreEnum.OrderActionStatusTyp
-
返回带有指定名称的该类的枚举常量。
- valueOf(String) - 枚举类中的静态方法 xyz.redtorch.pb.CoreEnum.OrderPriceTypeEnum
-
返回带有指定名称的该类的枚举常量。
- valueOf(String) - 枚举类中的静态方法 xyz.redtorch.pb.CoreEnum.OrderSourceEnum
-
返回带有指定名称的该类的枚举常量。
- valueOf(String) - 枚举类中的静态方法 xyz.redtorch.pb.CoreEnum.OrderStatusEnum
-
返回带有指定名称的该类的枚举常量。
- valueOf(String) - 枚举类中的静态方法 xyz.redtorch.pb.CoreEnum.OrderSubmitStatusEnum
-
返回带有指定名称的该类的枚举常量。
- valueOf(String) - 枚举类中的静态方法 xyz.redtorch.pb.CoreEnum.OrderTypeEnum
-
返回带有指定名称的该类的枚举常量。
- valueOf(String) - 枚举类中的静态方法 xyz.redtorch.pb.CoreEnum.PositionDirectionEnum
-
返回带有指定名称的该类的枚举常量。
- valueOf(String) - 枚举类中的静态方法 xyz.redtorch.pb.CoreEnum.PositionTypeEnum
-
返回带有指定名称的该类的枚举常量。
- valueOf(String) - 枚举类中的静态方法 xyz.redtorch.pb.CoreEnum.PriceSourceEnum
-
返回带有指定名称的该类的枚举常量。
- valueOf(String) - 枚举类中的静态方法 xyz.redtorch.pb.CoreEnum.ProductClassEnum
-
返回带有指定名称的该类的枚举常量。
- valueOf(String) - 枚举类中的静态方法 xyz.redtorch.pb.CoreEnum.StrategyEngineTypeEnum
-
返回带有指定名称的该类的枚举常量。
- valueOf(String) - 枚举类中的静态方法 xyz.redtorch.pb.CoreEnum.StrikeModeEnum
-
返回带有指定名称的该类的枚举常量。
- valueOf(String) - 枚举类中的静态方法 xyz.redtorch.pb.CoreEnum.TimeConditionEnum
-
返回带有指定名称的该类的枚举常量。
- valueOf(String) - 枚举类中的静态方法 xyz.redtorch.pb.CoreEnum.TradeTypeEnum
-
返回带有指定名称的该类的枚举常量。
- valueOf(String) - 枚举类中的静态方法 xyz.redtorch.pb.CoreEnum.TradingRightEnum
-
返回带有指定名称的该类的枚举常量。
- valueOf(String) - 枚举类中的静态方法 xyz.redtorch.pb.CoreEnum.VolumeConditionEnum
-
返回带有指定名称的该类的枚举常量。
- values() - 枚举类中的静态方法 org.dromara.northstar.common.constant.ChannelType
-
返回包含该枚举类的常量的数组, 顺序与声明这些常量的顺序相同
- values() - 枚举类中的静态方法 org.dromara.northstar.common.constant.ClosingPolicy
-
返回包含该枚举类的常量的数组, 顺序与声明这些常量的顺序相同
- values() - 枚举类中的静态方法 org.dromara.northstar.common.constant.ConnectionState
-
返回包含该枚举类的常量的数组, 顺序与声明这些常量的顺序相同
- values() - 枚举类中的静态方法 org.dromara.northstar.common.constant.FieldType
-
返回包含该枚举类的常量的数组, 顺序与声明这些常量的顺序相同
- values() - 枚举类中的静态方法 org.dromara.northstar.common.constant.GatewayUsage
-
返回包含该枚举类的常量的数组, 顺序与声明这些常量的顺序相同
- values() - 枚举类中的静态方法 org.dromara.northstar.common.constant.ModuleState
-
返回包含该枚举类的常量的数组, 顺序与声明这些常量的顺序相同
- values() - 枚举类中的静态方法 org.dromara.northstar.common.constant.ModuleType
-
返回包含该枚举类的常量的数组, 顺序与声明这些常量的顺序相同
- values() - 枚举类中的静态方法 org.dromara.northstar.common.constant.ModuleUsage
-
返回包含该枚举类的常量的数组, 顺序与声明这些常量的顺序相同
- values() - 枚举类中的静态方法 org.dromara.northstar.common.constant.Platform
-
返回包含该枚举类的常量的数组, 顺序与声明这些常量的顺序相同
- values() - 枚举类中的静态方法 org.dromara.northstar.common.constant.PlaybackPrecision
-
返回包含该枚举类的常量的数组, 顺序与声明这些常量的顺序相同
- values() - 枚举类中的静态方法 org.dromara.northstar.common.constant.PlaybackSpeed
-
返回包含该枚举类的常量的数组, 顺序与声明这些常量的顺序相同
- values() - 枚举类中的静态方法 org.dromara.northstar.common.constant.SignalOperation
-
返回包含该枚举类的常量的数组, 顺序与声明这些常量的顺序相同
- values() - 枚举类中的静态方法 org.dromara.northstar.common.constant.TickType
-
返回包含该枚举类的常量的数组, 顺序与声明这些常量的顺序相同
- values() - 枚举类中的静态方法 org.dromara.northstar.common.event.NorthstarEventType
-
返回包含该枚举类的常量的数组, 顺序与声明这些常量的顺序相同
- values() - 枚举类中的静态方法 org.dromara.northstar.common.model.OrderRequest.TradeOperation
-
返回包含该枚举类的常量的数组, 顺序与声明这些常量的顺序相同
- values() - 枚举类中的静态方法 org.dromara.northstar.indicator.constant.PeriodUnit
-
返回包含该枚举类的常量的数组, 顺序与声明这些常量的顺序相同
- values() - 枚举类中的静态方法 org.dromara.northstar.indicator.constant.ValueType
-
返回包含该枚举类的常量的数组, 顺序与声明这些常量的顺序相同
- values() - 枚举类中的静态方法 org.dromara.northstar.indicator.wave.MABasedWaveIndicator.EndpointType
-
返回包含该枚举类的常量的数组, 顺序与声明这些常量的顺序相同
- values() - 枚举类中的静态方法 org.dromara.northstar.strategy.constant.DisposablePriceListenerType
-
返回包含该枚举类的常量的数组, 顺序与声明这些常量的顺序相同
- values() - 枚举类中的静态方法 org.dromara.northstar.strategy.constant.PriceType
-
返回包含该枚举类的常量的数组, 顺序与声明这些常量的顺序相同
- values() - 枚举类中的静态方法 xyz.redtorch.pb.CoreEnum.ActionFlagEnum
-
返回包含该枚举类的常量的数组, 顺序与声明这些常量的顺序相同
- values() - 枚举类中的静态方法 xyz.redtorch.pb.CoreEnum.BarCycleEnum
-
返回包含该枚举类的常量的数组, 顺序与声明这些常量的顺序相同
- values() - 枚举类中的静态方法 xyz.redtorch.pb.CoreEnum.CombinationTypeEnum
-
返回包含该枚举类的常量的数组, 顺序与声明这些常量的顺序相同
- values() - 枚举类中的静态方法 xyz.redtorch.pb.CoreEnum.CommonStatusEnum
-
返回包含该枚举类的常量的数组, 顺序与声明这些常量的顺序相同
- values() - 枚举类中的静态方法 xyz.redtorch.pb.CoreEnum.ConnectStatusEnum
-
返回包含该枚举类的常量的数组, 顺序与声明这些常量的顺序相同
- values() - 枚举类中的静态方法 xyz.redtorch.pb.CoreEnum.ContingentConditionEnum
-
返回包含该枚举类的常量的数组, 顺序与声明这些常量的顺序相同
- values() - 枚举类中的静态方法 xyz.redtorch.pb.CoreEnum.CurrencyEnum
-
返回包含该枚举类的常量的数组, 顺序与声明这些常量的顺序相同
- values() - 枚举类中的静态方法 xyz.redtorch.pb.CoreEnum.DirectionEnum
-
返回包含该枚举类的常量的数组, 顺序与声明这些常量的顺序相同
- values() - 枚举类中的静态方法 xyz.redtorch.pb.CoreEnum.ExchangeEnum
-
返回包含该枚举类的常量的数组, 顺序与声明这些常量的顺序相同
- values() - 枚举类中的静态方法 xyz.redtorch.pb.CoreEnum.ForceCloseReasonEnum
-
返回包含该枚举类的常量的数组, 顺序与声明这些常量的顺序相同
- values() - 枚举类中的静态方法 xyz.redtorch.pb.CoreEnum.GatewayAdapterTypeEnum
-
返回包含该枚举类的常量的数组, 顺序与声明这些常量的顺序相同
- values() - 枚举类中的静态方法 xyz.redtorch.pb.CoreEnum.GatewayTypeEnum
-
返回包含该枚举类的常量的数组, 顺序与声明这些常量的顺序相同
- values() - 枚举类中的静态方法 xyz.redtorch.pb.CoreEnum.HedgeFlagEnum
-
返回包含该枚举类的常量的数组, 顺序与声明这些常量的顺序相同
- values() - 枚举类中的静态方法 xyz.redtorch.pb.CoreEnum.LogLevelEnum
-
返回包含该枚举类的常量的数组, 顺序与声明这些常量的顺序相同
- values() - 枚举类中的静态方法 xyz.redtorch.pb.CoreEnum.MarketDataDBTypeEnum
-
返回包含该枚举类的常量的数组, 顺序与声明这些常量的顺序相同
- values() - 枚举类中的静态方法 xyz.redtorch.pb.CoreEnum.OffsetFlagEnum
-
返回包含该枚举类的常量的数组, 顺序与声明这些常量的顺序相同
- values() - 枚举类中的静态方法 xyz.redtorch.pb.CoreEnum.OptionsTypeEnum
-
返回包含该枚举类的常量的数组, 顺序与声明这些常量的顺序相同
- values() - 枚举类中的静态方法 xyz.redtorch.pb.CoreEnum.OrderActionStatusTyp
-
返回包含该枚举类的常量的数组, 顺序与声明这些常量的顺序相同
- values() - 枚举类中的静态方法 xyz.redtorch.pb.CoreEnum.OrderPriceTypeEnum
-
返回包含该枚举类的常量的数组, 顺序与声明这些常量的顺序相同
- values() - 枚举类中的静态方法 xyz.redtorch.pb.CoreEnum.OrderSourceEnum
-
返回包含该枚举类的常量的数组, 顺序与声明这些常量的顺序相同
- values() - 枚举类中的静态方法 xyz.redtorch.pb.CoreEnum.OrderStatusEnum
-
返回包含该枚举类的常量的数组, 顺序与声明这些常量的顺序相同
- values() - 枚举类中的静态方法 xyz.redtorch.pb.CoreEnum.OrderSubmitStatusEnum
-
返回包含该枚举类的常量的数组, 顺序与声明这些常量的顺序相同
- values() - 枚举类中的静态方法 xyz.redtorch.pb.CoreEnum.OrderTypeEnum
-
返回包含该枚举类的常量的数组, 顺序与声明这些常量的顺序相同
- values() - 枚举类中的静态方法 xyz.redtorch.pb.CoreEnum.PositionDirectionEnum
-
返回包含该枚举类的常量的数组, 顺序与声明这些常量的顺序相同
- values() - 枚举类中的静态方法 xyz.redtorch.pb.CoreEnum.PositionTypeEnum
-
返回包含该枚举类的常量的数组, 顺序与声明这些常量的顺序相同
- values() - 枚举类中的静态方法 xyz.redtorch.pb.CoreEnum.PriceSourceEnum
-
返回包含该枚举类的常量的数组, 顺序与声明这些常量的顺序相同
- values() - 枚举类中的静态方法 xyz.redtorch.pb.CoreEnum.ProductClassEnum
-
返回包含该枚举类的常量的数组, 顺序与声明这些常量的顺序相同
- values() - 枚举类中的静态方法 xyz.redtorch.pb.CoreEnum.StrategyEngineTypeEnum
-
返回包含该枚举类的常量的数组, 顺序与声明这些常量的顺序相同
- values() - 枚举类中的静态方法 xyz.redtorch.pb.CoreEnum.StrikeModeEnum
-
返回包含该枚举类的常量的数组, 顺序与声明这些常量的顺序相同
- values() - 枚举类中的静态方法 xyz.redtorch.pb.CoreEnum.TimeConditionEnum
-
返回包含该枚举类的常量的数组, 顺序与声明这些常量的顺序相同
- values() - 枚举类中的静态方法 xyz.redtorch.pb.CoreEnum.TradeTypeEnum
-
返回包含该枚举类的常量的数组, 顺序与声明这些常量的顺序相同
- values() - 枚举类中的静态方法 xyz.redtorch.pb.CoreEnum.TradingRightEnum
-
返回包含该枚举类的常量的数组, 顺序与声明这些常量的顺序相同
- values() - 枚举类中的静态方法 xyz.redtorch.pb.CoreEnum.VolumeConditionEnum
-
返回包含该枚举类的常量的数组, 顺序与声明这些常量的顺序相同
- valueType() - 记录类中的方法 org.dromara.northstar.indicator.model.Configuration
-
返回
valueType记录组件的值。 - ValueType - org.dromara.northstar.indicator.constant中的枚举类
-
指标取值类型
- VC_AV - 枚举类 中的枚举常量 xyz.redtorch.pb.CoreEnum.VolumeConditionEnum
-
任何数量
- VC_AV_VALUE - 枚举类中的静态变量 xyz.redtorch.pb.CoreEnum.VolumeConditionEnum
-
任何数量
- VC_CV - 枚举类 中的枚举常量 xyz.redtorch.pb.CoreEnum.VolumeConditionEnum
-
全部数量
- VC_CV_VALUE - 枚举类中的静态变量 xyz.redtorch.pb.CoreEnum.VolumeConditionEnum
-
全部数量
- VC_MV - 枚举类 中的枚举常量 xyz.redtorch.pb.CoreEnum.VolumeConditionEnum
-
最小数量
- VC_MV_VALUE - 枚举类中的静态变量 xyz.redtorch.pb.CoreEnum.VolumeConditionEnum
-
最小数量
- VC_Unknown - 枚举类 中的枚举常量 xyz.redtorch.pb.CoreEnum.VolumeConditionEnum
-
未知
- VC_Unknown_VALUE - 枚举类中的静态变量 xyz.redtorch.pb.CoreEnum.VolumeConditionEnum
-
未知
- VERSION_FIELD_NUMBER - 类中的静态变量 xyz.redtorch.pb.CoreField.GatewaySettingField
- virtualThreadFactory(Class<?>) - 类中的静态方法 org.dromara.northstar.common.utils.CommonUtils
-
创建虚拟线程工厂并进行命名,类名前十位字符加-virtual
- visible() - 记录类中的方法 org.dromara.northstar.indicator.model.Configuration
-
返回
visible记录组件的值。 - VOL - 枚举类 中的枚举常量 org.dromara.northstar.indicator.constant.ValueType
-
当日累计成交量
- VOL_DELTA - 枚举类 中的枚举常量 org.dromara.northstar.indicator.constant.ValueType
-
K线成交量
- volume() - 记录类中的方法 org.dromara.northstar.common.model.core.Bar
-
返回
volume记录组件的值。 - volume() - 记录类中的方法 org.dromara.northstar.common.model.core.SubmitOrderReq
-
返回
volume记录组件的值。 - volume() - 记录类中的方法 org.dromara.northstar.common.model.core.Tick
-
返回
volume记录组件的值。 - volume() - 记录类中的方法 org.dromara.northstar.common.model.core.Trade
-
返回
volume记录组件的值。 - VOLUME_FIELD_NUMBER - 类中的静态变量 xyz.redtorch.pb.CoreField.BarField
- VOLUME_FIELD_NUMBER - 类中的静态变量 xyz.redtorch.pb.CoreField.SubmitOrderReqField
- VOLUME_FIELD_NUMBER - 类中的静态变量 xyz.redtorch.pb.CoreField.TickField
- VOLUME_FIELD_NUMBER - 类中的静态变量 xyz.redtorch.pb.CoreField.TradeField
- VolumeBoostingIndicator - org.dromara.northstar.indicator.volume中的类
-
成交放量阈值指标
- VolumeBoostingIndicator(Configuration, int) - 类的构造器 org.dromara.northstar.indicator.volume.VolumeBoostingIndicator
- volumeCondition() - 记录类中的方法 org.dromara.northstar.common.model.core.Order
-
返回
volumeCondition记录组件的值。 - volumeCondition() - 记录类中的方法 org.dromara.northstar.common.model.core.SubmitOrderReq
-
返回
volumeCondition记录组件的值。 - VOLUMECONDITION_FIELD_NUMBER - 类中的静态变量 xyz.redtorch.pb.CoreField.OrderField
- VOLUMECONDITION_FIELD_NUMBER - 类中的静态变量 xyz.redtorch.pb.CoreField.SubmitOrderReqField
- volumeDelta() - 记录类中的方法 org.dromara.northstar.common.model.core.Bar
-
返回
volumeDelta记录组件的值。 - volumeDelta() - 记录类中的方法 org.dromara.northstar.common.model.core.Tick
-
返回
volumeDelta记录组件的值。 - VOLUMEDELTA_FIELD_NUMBER - 类中的静态变量 xyz.redtorch.pb.CoreField.BarField
- VOLUMEDELTA_FIELD_NUMBER - 类中的静态变量 xyz.redtorch.pb.CoreField.TickField
- VWAPIndicator - org.dromara.northstar.indicator.volume中的类
-
成交量加权平均价格(Volume Weighted Average Price)
- VWAPIndicator(Configuration, int) - 类的构造器 org.dromara.northstar.indicator.volume.VWAPIndicator
W
- WAITING_PRICE - 枚举类 中的枚举常量 org.dromara.northstar.strategy.constant.PriceType
- WARRANTS - 枚举类 中的枚举常量 xyz.redtorch.pb.CoreEnum.ProductClassEnum
-
权证
- WARRANTS_VALUE - 枚举类中的静态变量 xyz.redtorch.pb.CoreEnum.ProductClassEnum
-
权证
- WEIGHTEDAVGASKPRICE_FIELD_NUMBER - 类中的静态变量 xyz.redtorch.pb.CoreField.TickField
- WEIGHTEDAVGBIDPRICE_FIELD_NUMBER - 类中的静态变量 xyz.redtorch.pb.CoreField.TickField
- WINDOWS - 枚举类 中的枚举常量 org.dromara.northstar.common.constant.Platform
- withdraw() - 记录类中的方法 org.dromara.northstar.common.model.core.Account
-
返回
withdraw记录组件的值。 - WITHDRAW_FIELD_NUMBER - 类中的静态变量 xyz.redtorch.pb.CoreField.AccountField
- withinTradeTime(LocalTime) - 类中的方法 org.dromara.northstar.common.utils.TradeTimeUtil
- writeTo(CodedOutputStream) - 类中的方法 xyz.redtorch.pb.CoreField.AccountField
- writeTo(CodedOutputStream) - 类中的方法 xyz.redtorch.pb.CoreField.BarField
- writeTo(CodedOutputStream) - 类中的方法 xyz.redtorch.pb.CoreField.CancelOrderReqField
- writeTo(CodedOutputStream) - 类中的方法 xyz.redtorch.pb.CoreField.CommonReqField
- writeTo(CodedOutputStream) - 类中的方法 xyz.redtorch.pb.CoreField.CommonRspField
- writeTo(CodedOutputStream) - 类中的方法 xyz.redtorch.pb.CoreField.ContractField
- writeTo(CodedOutputStream) - 类中的方法 xyz.redtorch.pb.CoreField.GatewayField
- writeTo(CodedOutputStream) - 类中的方法 xyz.redtorch.pb.CoreField.GatewaySettingField.CtpApiSettingField
- writeTo(CodedOutputStream) - 类中的方法 xyz.redtorch.pb.CoreField.GatewaySettingField.IbApiSettingField
- writeTo(CodedOutputStream) - 类中的方法 xyz.redtorch.pb.CoreField.GatewaySettingField
- writeTo(CodedOutputStream) - 类中的方法 xyz.redtorch.pb.CoreField.LogField
- writeTo(CodedOutputStream) - 类中的方法 xyz.redtorch.pb.CoreField.NoticeField
- writeTo(CodedOutputStream) - 类中的方法 xyz.redtorch.pb.CoreField.OrderField
- writeTo(CodedOutputStream) - 类中的方法 xyz.redtorch.pb.CoreField.PositionField
- writeTo(CodedOutputStream) - 类中的方法 xyz.redtorch.pb.CoreField.SubmitOrderReqField
- writeTo(CodedOutputStream) - 类中的方法 xyz.redtorch.pb.CoreField.TickField
- writeTo(CodedOutputStream) - 类中的方法 xyz.redtorch.pb.CoreField.TradeField
X
- xyz.redtorch.pb - 程序包 xyz.redtorch.pb
Y
- ydFrozen() - 记录类中的方法 org.dromara.northstar.common.model.core.Position
-
返回
ydFrozen记录组件的值。 - YDFROZEN_FIELD_NUMBER - 类中的静态变量 xyz.redtorch.pb.CoreField.PositionField
- ydPosition() - 记录类中的方法 org.dromara.northstar.common.model.core.Position
-
返回
ydPosition记录组件的值。 - YDPOSITION_FIELD_NUMBER - 类中的静态变量 xyz.redtorch.pb.CoreField.PositionField
- YIELDTOMATURITY_FIELD_NUMBER - 类中的静态变量 xyz.redtorch.pb.CoreField.TickField
Z
- ZERO - 接口中的静态变量 org.dromara.northstar.common.constant.Constants
- ZERO_D - 接口中的静态变量 org.dromara.northstar.common.constant.Constants
常量字段值|所有程序包|所有类和接口|序列化表格