类 GatewayAbstract

java.lang.Object
org.dromara.northstar.gateway.GatewayAbstract
所有已实现的接口:
Gateway

public abstract class GatewayAbstract extends Object implements Gateway
  • 字段详细资料

    • gatewayId

      protected String gatewayId
    • logInfo

      protected String logInfo
    • autoErrorFlag

      protected boolean autoErrorFlag
    • lastConnectBeginTimestamp

      protected long lastConnectBeginTimestamp
    • gatewayTradingDay

      protected String gatewayTradingDay
    • gatewayDescription

      protected GatewayDescription gatewayDescription
    • fastEventEngine

      protected FastEventEngine fastEventEngine
    • connState

      protected ConnectionState connState
    • mktCenter

      public final IMarketCenter mktCenter
  • 构造器详细资料

  • 方法详细资料

    • getAuthErrorFlag

      public boolean getAuthErrorFlag()
      从接口复制的说明: Gateway
      获取登录错误标记
      指定者:
      getAuthErrorFlag 在接口中 Gateway
      返回:
    • gatewayDescription

      public GatewayDescription gatewayDescription()
      从接口复制的说明: Gateway
      获取网关配置
      指定者:
      gatewayDescription 在接口中 Gateway
      返回:
    • gatewayId

      public String gatewayId()
      从接口复制的说明: Gateway
      网关ID
      指定者:
      gatewayId 在接口中 Gateway
      返回:
    • getLogInfo

      protected String getLogInfo()
    • getEventEngine

      public FastEventEngine getEventEngine()
    • setAuthErrorFlag

      public void setAuthErrorFlag(boolean flag)
    • setConnectionState

      public void setConnectionState(ConnectionState state)