Skip navigation links
A B C D E G H I L N O Q R S T V W 

A

addMapping(SocketAddress, SocketAddress) - Method in class biz.onixs.eurex.eti.handler.core.AddressMapping
 
addMapping(String, int, String, int) - Method in class biz.onixs.eurex.eti.handler.core.AddressMapping
 
AddressMapping - Class in biz.onixs.eurex.eti.handler.core
Socket address mapping.
AddressMapping() - Constructor for class biz.onixs.eurex.eti.handler.core.AddressMapping
 
AdminDispatcher - Class in biz.onixs.eurex.eti.handler.core.event
Administrative event dispatcher.
AdminDispatcher() - Constructor for class biz.onixs.eurex.eti.handler.core.event.AdminDispatcher
 
AdminListener - Interface in biz.onixs.eurex.eti.handler.core.event
Administrative event listener.

B

biz.onixs.eurex.eti.handler.core - package biz.onixs.eurex.eti.handler.core
 
biz.onixs.eurex.eti.handler.core.event - package biz.onixs.eurex.eti.handler.core.event
 

C

connect(LogonRequest) - Method in class biz.onixs.eurex.eti.handler.core.Handler
Establishes the connection.
connect(LogonRequestEncrypted, String) - Method in class biz.onixs.eurex.eti.handler.core.Handler
Establishes the connection with encrypted password.
CONNECTED - Static variable in class biz.onixs.eurex.eti.handler.core.HandlerState
 
CONNECTING - Static variable in class biz.onixs.eurex.eti.handler.core.HandlerState
 
ConnectionSettings - Class in biz.onixs.eurex.eti.handler.core
Connection settings.
ConnectionSettings() - Constructor for class biz.onixs.eurex.eti.handler.core.ConnectionSettings
Default constructor.

D

disconnect() - Method in class biz.onixs.eurex.eti.handler.core.Handler
Forces the session disconnect.
DISCONNECTED - Static variable in class biz.onixs.eurex.eti.handler.core.HandlerState
 
DISCONNECTING - Static variable in class biz.onixs.eurex.eti.handler.core.HandlerState
 

E

encryptPassword(String) - Method in class biz.onixs.eurex.eti.handler.core.Handler
 
encryptPassword(String, String) - Method in class biz.onixs.eurex.eti.handler.core.Handler
 
ErrorCode - Enum in biz.onixs.eurex.eti.handler.core.event
Error code.
ErrorDispatcher - Class in biz.onixs.eurex.eti.handler.core.event
Error event dispatcher.
ErrorDispatcher() - Constructor for class biz.onixs.eurex.eti.handler.core.event.ErrorDispatcher
 
ErrorListener - Interface in biz.onixs.eurex.eti.handler.core.event
Error listener.

G

getConnectionSettings() - Method in class biz.onixs.eurex.eti.handler.core.HandlerSettings
Returns the connection settings.
getCustomer() - Method in class biz.onixs.eurex.eti.handler.core.License
Returns license customer.
getDaysLeft() - Method in class biz.onixs.eurex.eti.handler.core.License
Returns the number of days left until license is expired.
getDefaultCstmApplVerId() - Static method in class biz.onixs.eurex.eti.handler.core.Handler
Returns the version of supported Eurex T7 Release.
getEnabledSslProtocols() - Method in class biz.onixs.eurex.eti.handler.core.ConnectionSettings
Returns the names of the protocol versions which are currently enabled for use on this connection.
getExpirationDate() - Method in exception biz.onixs.eurex.eti.handler.core.LicenseExpiredException
 
getHeartbeatInterval() - Method in class biz.onixs.eurex.eti.handler.core.HandlerSettings
Returns the heartbeat interval in milliseconds.
getId() - Method in class biz.onixs.eurex.eti.handler.core.License.Product
Returns product id.
getInterval() - Method in class biz.onixs.eurex.eti.handler.core.License
Returns license validity interval.
getInterval() - Method in class biz.onixs.eurex.eti.handler.core.ReconnectionSettings
Returns interval between reconnects in seconds.
getLicense() - Method in class biz.onixs.eurex.eti.handler.core.Handler
Returns the license info.
getLicenseContent() - Method in class biz.onixs.eurex.eti.handler.core.HandlerSettings
Returns license file content if set explicitly.
getLicenseDirectory() - Method in class biz.onixs.eurex.eti.handler.core.HandlerSettings
Returns license directory.
getLicenseFile() - Method in class biz.onixs.eurex.eti.handler.core.HandlerSettings
Returns license file.
getLocalAddress() - Method in class biz.onixs.eurex.eti.handler.core.ConnectionSettings
Returns the local address to use for connection.
getMapping(SocketAddress) - Method in class biz.onixs.eurex.eti.handler.core.AddressMapping
 
getName() - Method in class biz.onixs.eurex.eti.handler.core.Handler
Returns the name of the Handler.
getName() - Method in class biz.onixs.eurex.eti.handler.core.HandlerState
 
getName() - Method in class biz.onixs.eurex.eti.handler.core.License.Customer
Returns customer name.
getName() - Method in class biz.onixs.eurex.eti.handler.core.License.Product
Returns product name.
getName() - Method in enum biz.onixs.eurex.eti.handler.core.License.Type
Returns license type name.
getNumber() - Method in class biz.onixs.eurex.eti.handler.core.ReconnectionSettings
Returns number of reconnect.
getReasonableTransmissionTime() - Method in class biz.onixs.eurex.eti.handler.core.ConnectionSettings
Returns reasonable transmission time.
getReconnectionSettings() - Method in class biz.onixs.eurex.eti.handler.core.HandlerSettings
Returns reconnection settings.
getRemoteAddress() - Method in class biz.onixs.eurex.eti.handler.core.ConnectionSettings
Returns the remote address to connect to.
getRSAKeyPath() - Method in class biz.onixs.eurex.eti.handler.core.HandlerSettings
Returns RSA Public Key path.
getState() - Method in class biz.onixs.eurex.eti.handler.core.Handler
Returns handler state.
getTimeout() - Method in class biz.onixs.eurex.eti.handler.core.HandlerSettings
Returns timeout in seconds.
getType() - Method in class biz.onixs.eurex.eti.handler.core.License
Returns license type.
getVendor() - Static method in class biz.onixs.eurex.eti.handler.core.Handler
Returns the vendor name.
getVersion() - Method in class biz.onixs.eurex.eti.handler.core.Handler
Returns the version of the Handler.
getVersion() - Method in class biz.onixs.eurex.eti.handler.core.License
Returns license version.

H

Handler - Class in biz.onixs.eurex.eti.handler.core
Handler.
Handler() - Constructor for class biz.onixs.eurex.eti.handler.core.Handler
 
HandlerException - Exception in biz.onixs.eurex.eti.handler.core
Handler exception.
HandlerException() - Constructor for exception biz.onixs.eurex.eti.handler.core.HandlerException
 
HandlerException(String) - Constructor for exception biz.onixs.eurex.eti.handler.core.HandlerException
 
HandlerException(String, Throwable) - Constructor for exception biz.onixs.eurex.eti.handler.core.HandlerException
 
HandlerException(Throwable) - Constructor for exception biz.onixs.eurex.eti.handler.core.HandlerException
 
HandlerSettings - Class in biz.onixs.eurex.eti.handler.core
Handler settings.
HandlerSettings() - Constructor for class biz.onixs.eurex.eti.handler.core.HandlerSettings
 
HandlerState - Class in biz.onixs.eurex.eti.handler.core
Handler state.
HandlerStateDispatcher - Class in biz.onixs.eurex.eti.handler.core.event
Handler state change event dispatcher.
HandlerStateDispatcher() - Constructor for class biz.onixs.eurex.eti.handler.core.event.HandlerStateDispatcher
 
HandlerStateListener - Interface in biz.onixs.eurex.eti.handler.core.event
Handler state listener.

I

InboundMessageDispatcher - Class in biz.onixs.eurex.eti.handler.core.event
Inbound message event dispatcher.
InboundMessageDispatcher() - Constructor for class biz.onixs.eurex.eti.handler.core.event.InboundMessageDispatcher
 
InboundMessageListener - Interface in biz.onixs.eurex.eti.handler.core.event
Inbound message event listener.
init(String) - Method in class biz.onixs.eurex.eti.handler.core.Handler
Initializes the handler.
init(Settings) - Method in class biz.onixs.eurex.eti.handler.core.Handler
Initializes the handler.
init(HandlerSettings) - Method in class biz.onixs.eurex.eti.handler.core.Handler
Initializes the handler.
init(String) - Method in class biz.onixs.eurex.eti.handler.core.HandlerSettings
Initializes the handler settings.
init(Settings) - Method in class biz.onixs.eurex.eti.handler.core.HandlerSettings
Initializes the handler settings.
isExpired() - Method in class biz.onixs.eurex.eti.handler.core.License
Returns whether license is expired.
isExpiredWithinDays(int) - Method in class biz.onixs.eurex.eti.handler.core.License
Returns whether license is expiring within the specified number of days.
isSslEnabled() - Method in class biz.onixs.eurex.eti.handler.core.ConnectionSettings
Is SSL enabled? By default, SSL is disabled.

L

License - Class in biz.onixs.eurex.eti.handler.core
Base license implementation.
License() - Constructor for class biz.onixs.eurex.eti.handler.core.License
 
License.Customer - Class in biz.onixs.eurex.eti.handler.core
License customer.
License.Product - Class in biz.onixs.eurex.eti.handler.core
Licensed product.
License.Type - Enum in biz.onixs.eurex.eti.handler.core
License type.
LicenseException - Exception in biz.onixs.eurex.eti.handler.core
 
LicenseException(String) - Constructor for exception biz.onixs.eurex.eti.handler.core.LicenseException
Constructor.
LicenseException(String, Throwable) - Constructor for exception biz.onixs.eurex.eti.handler.core.LicenseException
Constructor.
LicenseExpiredException - Exception in biz.onixs.eurex.eti.handler.core
 
LicenseExpiredException(DateTime) - Constructor for exception biz.onixs.eurex.eti.handler.core.LicenseExpiredException
 
LicenseNotFoundException - Exception in biz.onixs.eurex.eti.handler.core
 
LicenseNotFoundException(String) - Constructor for exception biz.onixs.eurex.eti.handler.core.LicenseNotFoundException
Constructor.
LicenseNotFoundException(String, Throwable) - Constructor for exception biz.onixs.eurex.eti.handler.core.LicenseNotFoundException
Constructor.

N

NOT_INITED - Static variable in class biz.onixs.eurex.eti.handler.core.HandlerState
 

O

onAddComplexInstrumentResponse(AddComplexInstrumentResponse) - Method in class biz.onixs.eurex.eti.handler.core.event.StrategyCreationDispatcher
Dispatch AddComplexInstrumentResponse message.
onAddComplexInstrumentResponse(AddComplexInstrumentResponse) - Method in interface biz.onixs.eurex.eti.handler.core.event.StrategyCreationListener
Notifies about AddComplexInstrumentResponse message received.
onBroadcastErrorNotification(BroadcastErrorNotification) - Method in class biz.onixs.eurex.eti.handler.core.event.OtherDispatcher
Dispatch BroadcastErrorNotification message.
onBroadcastErrorNotification(BroadcastErrorNotification) - Method in interface biz.onixs.eurex.eti.handler.core.event.OtherListener
Notifies about BroadcastErrorNotification message received.
onCrossRequestResponse(CrossRequestResponse) - Method in class biz.onixs.eurex.eti.handler.core.event.QuoteAndCrossRequestDispatcher
Dispatch CrossRequestResponse message.
onCrossRequestResponse(CrossRequestResponse) - Method in interface biz.onixs.eurex.eti.handler.core.event.QuoteAndCrossRequestListener
Notifies about CrossRequestResponse message received.
onDeleteAllOrderBroadcast(DeleteAllOrderBroadcast) - Method in class biz.onixs.eurex.eti.handler.core.event.OrderHandlingDispatcher
Dispatch DeleteAllOrderBroadcast message.
onDeleteAllOrderBroadcast(DeleteAllOrderBroadcast) - Method in interface biz.onixs.eurex.eti.handler.core.event.OrderHandlingListener
Notifies about DeleteAllOrderBroadcast message received.
onDeleteAllOrderNRResponse(DeleteAllOrderNRResponse) - Method in class biz.onixs.eurex.eti.handler.core.event.OrderHandlingDispatcher
* Notifies about DeleteAllOrderNRResponse message received.
onDeleteAllOrderNRResponse(DeleteAllOrderNRResponse) - Method in interface biz.onixs.eurex.eti.handler.core.event.OrderHandlingListener
* Notifies about DeleteAllOrderNRResponse message received.
onDeleteAllOrderQuoteEventBroadcast(DeleteAllOrderQuoteEventBroadcast) - Method in class biz.onixs.eurex.eti.handler.core.event.QuoteHandlingDispatcher
Notifies about DeleteAllOrderQuoteEventBroadcast message received.
onDeleteAllOrderQuoteEventBroadcast(DeleteAllOrderQuoteEventBroadcast) - Method in interface biz.onixs.eurex.eti.handler.core.event.QuoteHandlingListener
Notifies about DeleteAllOrderQuoteEventBroadcast message received.
onDeleteAllOrderResponse(DeleteAllOrderResponse) - Method in class biz.onixs.eurex.eti.handler.core.event.OrderHandlingDispatcher
Dispatch DeleteAllOrderResponse message.
onDeleteAllOrderResponse(DeleteAllOrderResponse) - Method in interface biz.onixs.eurex.eti.handler.core.event.OrderHandlingListener
Notifies about DeleteAllOrderResponse message received.
onDeleteAllQuoteBroadcast(DeleteAllQuoteBroadcast) - Method in class biz.onixs.eurex.eti.handler.core.event.QuoteHandlingDispatcher
Dispatch DeleteAllQuoteBroadcast message.
onDeleteAllQuoteBroadcast(DeleteAllQuoteBroadcast) - Method in interface biz.onixs.eurex.eti.handler.core.event.QuoteHandlingListener
Notifies about DeleteAllQuoteBroadcast message received.
onDeleteAllQuoteResponse(DeleteAllQuoteResponse) - Method in class biz.onixs.eurex.eti.handler.core.event.QuoteHandlingDispatcher
Dispatch DeleteAllQuoteResponse message.
onDeleteAllQuoteResponse(DeleteAllQuoteResponse) - Method in interface biz.onixs.eurex.eti.handler.core.event.QuoteHandlingListener
Notifies about DeleteAllQuoteResponse message received.
onDeleteOrderBroadcast(DeleteOrderBroadcast) - Method in class biz.onixs.eurex.eti.handler.core.event.OrderHandlingDispatcher
Dispatch DeleteOrderBroadcast message.
onDeleteOrderBroadcast(DeleteOrderBroadcast) - Method in interface biz.onixs.eurex.eti.handler.core.event.OrderHandlingListener
Notifies about DeleteOrderBroadcast message received.
onDeleteOrderNRResponse(DeleteOrderNRResponse) - Method in class biz.onixs.eurex.eti.handler.core.event.OrderHandlingDispatcher
Dispatch DeleteOrderNRResponse message.
onDeleteOrderNRResponse(DeleteOrderNRResponse) - Method in interface biz.onixs.eurex.eti.handler.core.event.OrderHandlingListener
Notifies about DeleteOrderNRResponse message received.
onDeleteOrderResponse(DeleteOrderResponse) - Method in class biz.onixs.eurex.eti.handler.core.event.OrderHandlingDispatcher
Dispatch DeleteOrderResponse message.
onDeleteOrderResponse(DeleteOrderResponse) - Method in interface biz.onixs.eurex.eti.handler.core.event.OrderHandlingListener
Notifies about DeleteOrderResponse message received.
onError(ErrorCode, String) - Method in class biz.onixs.eurex.eti.handler.core.event.ErrorDispatcher
Dispatch error event.
onError(ErrorCode, String) - Method in interface biz.onixs.eurex.eti.handler.core.event.ErrorListener
Notifies about error condition.
onInboundMessage(Message) - Method in class biz.onixs.eurex.eti.handler.core.event.InboundMessageDispatcher
Dispatch inbound message event.
onInboundMessage(Message) - Method in interface biz.onixs.eurex.eti.handler.core.event.InboundMessageListener
Notifies about the inbound message.
onInquireMarginBasedRiskLimitResponse(InquireMarginBasedRiskLimitResponse) - Method in class biz.onixs.eurex.eti.handler.core.event.OtherDispatcher
Notifies about InquireMarginBasedRiskLimitResponse message received.
onInquireMarginBasedRiskLimitResponse(InquireMarginBasedRiskLimitResponse) - Method in interface biz.onixs.eurex.eti.handler.core.event.OtherListener
Notifies about InquireMarginBasedRiskLimitResponse message received.
onInquireMMParameterRequest(InquireMMParameterRequest) - Method in class biz.onixs.eurex.eti.handler.core.event.QuoteHandlingDispatcher
Dispatch InquireMMParameterRequest message.
onInquireMMParameterRequest(InquireMMParameterRequest) - Method in interface biz.onixs.eurex.eti.handler.core.event.QuoteHandlingListener
Notifies about InquireMMParameterRequest message received.
onInquireMMParameterResponse(InquireMMParameterResponse) - Method in class biz.onixs.eurex.eti.handler.core.event.QuoteHandlingDispatcher
Dispatch InquireMMParameterResponse message.
onInquireMMParameterResponse(InquireMMParameterResponse) - Method in interface biz.onixs.eurex.eti.handler.core.event.QuoteHandlingListener
Notifies about InquireMMParameterResponse message received.
onInquireSessionListResponse(InquireSessionListResponse) - Method in class biz.onixs.eurex.eti.handler.core.event.AdminDispatcher
Dispatch InquireSessionListResponse message.
onInquireSessionListResponse(InquireSessionListResponse) - Method in interface biz.onixs.eurex.eti.handler.core.event.AdminListener
Notifies about InquireSessionListResponse message received.
onLegalNotificationBroadcast(LegalNotificationBroadcast) - Method in class biz.onixs.eurex.eti.handler.core.event.OtherDispatcher
Dispatch LegalNotificationBroadcast message.
onLegalNotificationBroadcast(LegalNotificationBroadcast) - Method in interface biz.onixs.eurex.eti.handler.core.event.OtherListener
Notifies about LegalNotificationBroadcast message received.
onMassOrderAck(MassOrderAck) - Method in class biz.onixs.eurex.eti.handler.core.event.OrderHandlingDispatcher
Dispatch MassOrderAck message.
onMassOrderAck(MassOrderAck) - Method in interface biz.onixs.eurex.eti.handler.core.event.OrderHandlingListener
Notifies about MassOrderAck message received.
onMassQuoteResponse(MassQuoteResponse) - Method in class biz.onixs.eurex.eti.handler.core.event.QuoteHandlingDispatcher
Dispatch MassQuoteResponse message.
onMassQuoteResponse(MassQuoteResponse) - Method in interface biz.onixs.eurex.eti.handler.core.event.QuoteHandlingListener
Notifies about MassQuoteResponse message received.
onMMParameterDefinitionResponse(MMParameterDefinitionResponse) - Method in class biz.onixs.eurex.eti.handler.core.event.QuoteHandlingDispatcher
Dispatch MMParameterDefinitionResponse message.
onMMParameterDefinitionResponse(MMParameterDefinitionResponse) - Method in interface biz.onixs.eurex.eti.handler.core.event.QuoteHandlingListener
Notifies about MMParameterDefinitionResponse message received.
onModifyOrderNRResponse(ModifyOrderNRResponse) - Method in class biz.onixs.eurex.eti.handler.core.event.OrderHandlingDispatcher
Dispatch ModifyOrderNRResponse message.
onModifyOrderNRResponse(ModifyOrderNRResponse) - Method in interface biz.onixs.eurex.eti.handler.core.event.OrderHandlingListener
Notifies about ModifyOrderNRResponse message received.
onModifyOrderResponse(ModifyOrderResponse) - Method in class biz.onixs.eurex.eti.handler.core.event.OrderHandlingDispatcher
Dispatch ModifyOrderResponse message.
onModifyOrderResponse(ModifyOrderResponse) - Method in interface biz.onixs.eurex.eti.handler.core.event.OrderHandlingListener
Notifies about ModifyOrderResponse message received.
onNewOrderNRResponse(NewOrderNRResponse) - Method in class biz.onixs.eurex.eti.handler.core.event.OrderHandlingDispatcher
Dispatch NewOrderNRResponse message.
onNewOrderNRResponse(NewOrderNRResponse) - Method in interface biz.onixs.eurex.eti.handler.core.event.OrderHandlingListener
Notifies about NewOrderNRResponse message received.
onNewOrderResponse(NewOrderResponse) - Method in class biz.onixs.eurex.eti.handler.core.event.OrderHandlingDispatcher
Dispatch NewOrderResponse message.
onNewOrderResponse(NewOrderResponse) - Method in interface biz.onixs.eurex.eti.handler.core.event.OrderHandlingListener
Notifies about NewOrderResponse message received.
onNewsBroadcast(NewsBroadcast) - Method in class biz.onixs.eurex.eti.handler.core.event.OtherDispatcher
Dispatch NewsBroadcast message.
onNewsBroadcast(NewsBroadcast) - Method in interface biz.onixs.eurex.eti.handler.core.event.OtherListener
Notifies about NewsBroadcast message received.
onOrderExecNotification(OrderExecNotification) - Method in class biz.onixs.eurex.eti.handler.core.event.OrderHandlingDispatcher
Dispatch OrderExecNotification message.
onOrderExecNotification(OrderExecNotification) - Method in interface biz.onixs.eurex.eti.handler.core.event.OrderHandlingListener
Notifies about OrderExecNotification message received.
onOrderExecReportBroadcast(OrderExecReportBroadcast) - Method in class biz.onixs.eurex.eti.handler.core.event.OrderHandlingDispatcher
Dispatch OrderExecReportBroadcast message.
onOrderExecReportBroadcast(OrderExecReportBroadcast) - Method in interface biz.onixs.eurex.eti.handler.core.event.OrderHandlingListener
Notifies about OrderExecReportBroadcast message received.
onOrderExecResponse(OrderExecResponse) - Method in class biz.onixs.eurex.eti.handler.core.event.OrderHandlingDispatcher
Dispatch OrderExecResponse message.
onOrderExecResponse(OrderExecResponse) - Method in interface biz.onixs.eurex.eti.handler.core.event.OrderHandlingListener
Notifies about OrderExecResponse message received.
onOutboundMessage(Message) - Method in class biz.onixs.eurex.eti.handler.core.event.OutboundMessageDispatcher
Dispatch outbound message event.
onOutboundMessage(Message) - Method in interface biz.onixs.eurex.eti.handler.core.event.OutboundMessageListener
Notifies about outgoing message.
onPartyEntitlementsUpdateReport(PartyEntitlementsUpdateReport) - Method in class biz.onixs.eurex.eti.handler.core.event.OtherDispatcher
Notifies about PartyEntitlementsUpdateReport message received.
onPartyEntitlementsUpdateReport(PartyEntitlementsUpdateReport) - Method in interface biz.onixs.eurex.eti.handler.core.event.OtherListener
Notifies about PartyEntitlementsUpdateReport message received.
onQuoteActivationNotification(QuoteActivationNotification) - Method in class biz.onixs.eurex.eti.handler.core.event.QuoteHandlingDispatcher
Dispatch QuoteActivationNotification message.
onQuoteActivationNotification(QuoteActivationNotification) - Method in interface biz.onixs.eurex.eti.handler.core.event.QuoteHandlingListener
Notifies about QuoteActivationNotification message received.
onQuoteActivationResponse(QuoteActivationResponse) - Method in class biz.onixs.eurex.eti.handler.core.event.QuoteHandlingDispatcher
Dispatch QuoteActivationResponse message.
onQuoteActivationResponse(QuoteActivationResponse) - Method in interface biz.onixs.eurex.eti.handler.core.event.QuoteHandlingListener
Notifies about QuoteActivationResponse message received.
onQuoteExecutionReport(QuoteExecutionReport) - Method in class biz.onixs.eurex.eti.handler.core.event.QuoteHandlingDispatcher
Dispatch QuoteExecutionReport message.
onQuoteExecutionReport(QuoteExecutionReport) - Method in interface biz.onixs.eurex.eti.handler.core.event.QuoteHandlingListener
Notifies about QuoteExecutionReport message received.
onReceivedBytes(TemplateId, ChannelBuffer) - Method in class biz.onixs.eurex.eti.handler.core.event.ReceivedBytesDispatcher
Dispatch bytes received event.
onReceivedBytes(TemplateId, ChannelBuffer) - Method in interface biz.onixs.eurex.eti.handler.core.event.ReceivedBytesListener
Notifies about the bytes received.
onReject(Reject) - Method in class biz.onixs.eurex.eti.handler.core.event.AdminDispatcher
Dispatch Reject message.
onReject(Reject) - Method in interface biz.onixs.eurex.eti.handler.core.event.AdminListener
Notifies about Reject message received.
onRetransmitMEMessageResponse(RetransmitMEMessageResponse) - Method in class biz.onixs.eurex.eti.handler.core.event.AdminDispatcher
Dispatch RetransmitMEMessageResponse message.
onRetransmitMEMessageResponse(RetransmitMEMessageResponse) - Method in interface biz.onixs.eurex.eti.handler.core.event.AdminListener
Notifies about RetransmitMEMessageResponse message received.
onRetransmitResponse(RetransmitResponse) - Method in class biz.onixs.eurex.eti.handler.core.event.AdminDispatcher
Dispatch RetransmitResponse message.
onRetransmitResponse(RetransmitResponse) - Method in interface biz.onixs.eurex.eti.handler.core.event.AdminListener
Notifies about RetransmitResponse message received.
onRFQResponse(RFQResponse) - Method in class biz.onixs.eurex.eti.handler.core.event.QuoteAndCrossRequestDispatcher
Dispatch RFQResponse message.
onRFQResponse(RFQResponse) - Method in interface biz.onixs.eurex.eti.handler.core.event.QuoteAndCrossRequestListener
Notifies about RFQResponse message received.
onRiskNotificationBroadcast(RiskNotificationBroadcast) - Method in class biz.onixs.eurex.eti.handler.core.event.OtherDispatcher
Dispatch RiskNotificationBroadcast message.
onRiskNotificationBroadcast(RiskNotificationBroadcast) - Method in interface biz.onixs.eurex.eti.handler.core.event.OtherListener
Notifies about RiskNotificationBroadcast message received.
onServiceAvailabilityBroadcast(ServiceAvailabilityBroadcast) - Method in class biz.onixs.eurex.eti.handler.core.event.OtherDispatcher
Dispatch ServiceAvailabilityBroadcast message.
onServiceAvailabilityBroadcast(ServiceAvailabilityBroadcast) - Method in interface biz.onixs.eurex.eti.handler.core.event.OtherListener
Notifies about ServiceAvailabilityBroadcast message received.
onStateChange(HandlerState, HandlerState) - Method in class biz.onixs.eurex.eti.handler.core.event.HandlerStateDispatcher
Dispatch handler state change event.
onStateChange(HandlerState, HandlerState) - Method in interface biz.onixs.eurex.eti.handler.core.event.HandlerStateListener
Notifies about handler state change.
onSubscribeResponse(SubscribeResponse) - Method in class biz.onixs.eurex.eti.handler.core.event.AdminDispatcher
Dispatch SubscribeResponse message.
onSubscribeResponse(SubscribeResponse) - Method in interface biz.onixs.eurex.eti.handler.core.event.AdminListener
Notifies about SubscribeResponse message received.
onTMTradingSessionStatusBroadcast(TMTradingSessionStatusBroadcast) - Method in class biz.onixs.eurex.eti.handler.core.event.OtherDispatcher
Dispatch TMTradingSessionStatusBroadcast message.
onTMTradingSessionStatusBroadcast(TMTradingSessionStatusBroadcast) - Method in interface biz.onixs.eurex.eti.handler.core.event.OtherListener
Notifies about TMTradingSessionStatusBroadcast message received.
onTradeBroadcast(TradeBroadcast) - Method in class biz.onixs.eurex.eti.handler.core.event.OtherDispatcher
Dispatch TradeBroadcast message.
onTradeBroadcast(TradeBroadcast) - Method in interface biz.onixs.eurex.eti.handler.core.event.OtherListener
Notifies about TradeBroadcast message received.
onTradingSessionStatusBroadcast(TradingSessionStatusBroadcast) - Method in class biz.onixs.eurex.eti.handler.core.event.OtherDispatcher
Dispatch TradingSessionStatusBroadcast message.
onTradingSessionStatusBroadcast(TradingSessionStatusBroadcast) - Method in interface biz.onixs.eurex.eti.handler.core.event.OtherListener
Notifies about TradingSessionStatusBroadcast message received.
onUnsubscribeResponse(UnsubscribeResponse) - Method in class biz.onixs.eurex.eti.handler.core.event.AdminDispatcher
Dispatch UnsubscribeResponse message.
onUnsubscribeResponse(UnsubscribeResponse) - Method in interface biz.onixs.eurex.eti.handler.core.event.AdminListener
Notifies about UnsubscribeResponse message received.
onUpdateRemainingRiskAllowanceBaseResponse(UpdateRemainingRiskAllowanceBaseResponse) - Method in class biz.onixs.eurex.eti.handler.core.event.OtherDispatcher
Notifies about UpdateRemainingRiskAllowanceBaseResponse message received.
onUpdateRemainingRiskAllowanceBaseResponse(UpdateRemainingRiskAllowanceBaseResponse) - Method in interface biz.onixs.eurex.eti.handler.core.event.OtherListener
Notifies about UpdateRemainingRiskAllowanceBaseResponse message received.
onUserLoginResponse(UserLoginResponse) - Method in class biz.onixs.eurex.eti.handler.core.event.AdminDispatcher
Dispatch UserLoginResponse message.
onUserLoginResponse(UserLoginResponse) - Method in interface biz.onixs.eurex.eti.handler.core.event.AdminListener
Notifies about UserLoginResponse message received.
onUserLogoutResponse(UserLogoutResponse) - Method in class biz.onixs.eurex.eti.handler.core.event.AdminDispatcher
Dispatch UserLogoutResponse message.
onUserLogoutResponse(UserLogoutResponse) - Method in interface biz.onixs.eurex.eti.handler.core.event.AdminListener
Notifies about UserLogoutResponse message received.
onWarning(String) - Method in class biz.onixs.eurex.eti.handler.core.event.WarningDispatcher
Dispatch warning event.
onWarning(String) - Method in interface biz.onixs.eurex.eti.handler.core.event.WarningListener
Notifies about warning condition.
OrderHandlingDispatcher - Class in biz.onixs.eurex.eti.handler.core.event
Order handling event dispatcher.
OrderHandlingDispatcher() - Constructor for class biz.onixs.eurex.eti.handler.core.event.OrderHandlingDispatcher
 
OrderHandlingListener - Interface in biz.onixs.eurex.eti.handler.core.event
Order handling listener.
OtherDispatcher - Class in biz.onixs.eurex.eti.handler.core.event
Info event dispatcher.
OtherDispatcher() - Constructor for class biz.onixs.eurex.eti.handler.core.event.OtherDispatcher
 
OtherListener - Interface in biz.onixs.eurex.eti.handler.core.event
Other application message listener.
OutboundMessageDispatcher - Class in biz.onixs.eurex.eti.handler.core.event
Outbound message event dispatcher.
OutboundMessageDispatcher() - Constructor for class biz.onixs.eurex.eti.handler.core.event.OutboundMessageDispatcher
 
OutboundMessageListener - Interface in biz.onixs.eurex.eti.handler.core.event
Outbound message event listener.

Q

QuoteAndCrossRequestDispatcher - Class in biz.onixs.eurex.eti.handler.core.event
Quote and cross request event dispatcher.
QuoteAndCrossRequestDispatcher() - Constructor for class biz.onixs.eurex.eti.handler.core.event.QuoteAndCrossRequestDispatcher
 
QuoteAndCrossRequestListener - Interface in biz.onixs.eurex.eti.handler.core.event
Quote and cross request listener.
QuoteHandlingDispatcher - Class in biz.onixs.eurex.eti.handler.core.event
Quote handling event dispatcher.
QuoteHandlingDispatcher() - Constructor for class biz.onixs.eurex.eti.handler.core.event.QuoteHandlingDispatcher
 
QuoteHandlingListener - Interface in biz.onixs.eurex.eti.handler.core.event
Quote handling listener.

R

ReceivedBytesDispatcher - Class in biz.onixs.eurex.eti.handler.core.event
Bytes received event dispatcher.
ReceivedBytesDispatcher() - Constructor for class biz.onixs.eurex.eti.handler.core.event.ReceivedBytesDispatcher
 
ReceivedBytesListener - Interface in biz.onixs.eurex.eti.handler.core.event
Received bytes event listener.
ReconnectionSettings - Class in biz.onixs.eurex.eti.handler.core
Reconnection settings.
ReconnectionSettings() - Constructor for class biz.onixs.eurex.eti.handler.core.ReconnectionSettings
 

S

send(ApplicationMessage) - Method in class biz.onixs.eurex.eti.handler.core.Handler
Sends the message.
send(UserLoginRequestEncrypted, String) - Method in class biz.onixs.eurex.eti.handler.core.Handler
Sends the User Login with Encrypted Password.
setAdminListener(AdminListener) - Method in class biz.onixs.eurex.eti.handler.core.Handler
Sets the administrative events listener.
setConnectionSettings(ConnectionSettings) - Method in class biz.onixs.eurex.eti.handler.core.HandlerSettings
Sets the connection settings.
setEnabledSslProtocols(String[]) - Method in class biz.onixs.eurex.eti.handler.core.ConnectionSettings
Sets the protocol versions enabled for use on this connection.
setErrorListener(ErrorListener) - Method in class biz.onixs.eurex.eti.handler.core.Handler
Sets the error listener.
setHandlerStateListener(HandlerStateListener) - Method in class biz.onixs.eurex.eti.handler.core.Handler
Sets the handler state listener.
setHeartbeatInterval(int) - Method in class biz.onixs.eurex.eti.handler.core.HandlerSettings
Sets the heartbeat interval in milliseconds.
setInboundMessageListener(InboundMessageListener) - Method in class biz.onixs.eurex.eti.handler.core.Handler
Sets the inbound message event listener.
setInterval(int) - Method in class biz.onixs.eurex.eti.handler.core.ReconnectionSettings
Sets the interval between reconnects in seconds.
setLicenseContent(String) - Method in class biz.onixs.eurex.eti.handler.core.HandlerSettings
Sets license file content explicitly.
setLicenseDirectory(String) - Method in class biz.onixs.eurex.eti.handler.core.HandlerSettings
Sets license directory.
setLicenseFile(String) - Method in class biz.onixs.eurex.eti.handler.core.HandlerSettings
Sets license file.
setListener(AdminListener) - Method in class biz.onixs.eurex.eti.handler.core.event.AdminDispatcher
 
setListener(ErrorListener) - Method in class biz.onixs.eurex.eti.handler.core.event.ErrorDispatcher
 
setListener(HandlerStateListener) - Method in class biz.onixs.eurex.eti.handler.core.event.HandlerStateDispatcher
 
setListener(InboundMessageListener) - Method in class biz.onixs.eurex.eti.handler.core.event.InboundMessageDispatcher
 
setListener(OrderHandlingListener) - Method in class biz.onixs.eurex.eti.handler.core.event.OrderHandlingDispatcher
 
setListener(OtherListener) - Method in class biz.onixs.eurex.eti.handler.core.event.OtherDispatcher
 
setListener(OutboundMessageListener) - Method in class biz.onixs.eurex.eti.handler.core.event.OutboundMessageDispatcher
 
setListener(QuoteAndCrossRequestListener) - Method in class biz.onixs.eurex.eti.handler.core.event.QuoteAndCrossRequestDispatcher
 
setListener(QuoteHandlingListener) - Method in class biz.onixs.eurex.eti.handler.core.event.QuoteHandlingDispatcher
 
setListener(ReceivedBytesListener) - Method in class biz.onixs.eurex.eti.handler.core.event.ReceivedBytesDispatcher
 
setListener(StrategyCreationListener) - Method in class biz.onixs.eurex.eti.handler.core.event.StrategyCreationDispatcher
 
setListener(WarningListener) - Method in class biz.onixs.eurex.eti.handler.core.event.WarningDispatcher
 
setLocalAddress(String, int) - Method in class biz.onixs.eurex.eti.handler.core.ConnectionSettings
Sets the local address to use for connection.
setLocalAddress(SocketAddress) - Method in class biz.onixs.eurex.eti.handler.core.ConnectionSettings
Sets the local address to use for connection.
setNumber(int) - Method in class biz.onixs.eurex.eti.handler.core.ReconnectionSettings
Sets the number of reconnects.
setOrderHandlingListener(OrderHandlingListener) - Method in class biz.onixs.eurex.eti.handler.core.Handler
Sets the order handling listener.
setOtherListener(OtherListener) - Method in class biz.onixs.eurex.eti.handler.core.Handler
Sets the other message listener.
setOutboundMessageListener(OutboundMessageListener) - Method in class biz.onixs.eurex.eti.handler.core.Handler
Sets the outbound message event listener.
setQuoteAndCrossRequestListener(QuoteAndCrossRequestListener) - Method in class biz.onixs.eurex.eti.handler.core.Handler
Sets the quote and cross request listener.
setQuoteHandlingListener(QuoteHandlingListener) - Method in class biz.onixs.eurex.eti.handler.core.Handler
Sets the quote handling listener.
setReasonableTransmissionTime(int) - Method in class biz.onixs.eurex.eti.handler.core.ConnectionSettings
Sets the reasonable transmission time (in percents).
setReceivedBytesListener(ReceivedBytesListener) - Method in class biz.onixs.eurex.eti.handler.core.Handler
Sets the bytes received event listener.
setReconnectionSettings(ReconnectionSettings) - Method in class biz.onixs.eurex.eti.handler.core.HandlerSettings
Sets reconnection settings.
setRemoteAddress(SocketAddress) - Method in class biz.onixs.eurex.eti.handler.core.ConnectionSettings
Sets the remote address to connect to.
setRemoteAddress(String, int) - Method in class biz.onixs.eurex.eti.handler.core.ConnectionSettings
Sets the remote address to connect to.
setRSAKeyPath(String) - Method in class biz.onixs.eurex.eti.handler.core.HandlerSettings
Sets RSA Public Key path.
setSslEnabled(boolean) - Method in class biz.onixs.eurex.eti.handler.core.ConnectionSettings
Set SSL enabled.
setStrategyCreationListener(StrategyCreationListener) - Method in class biz.onixs.eurex.eti.handler.core.Handler
Sets the strategy creation listener.
setTimeout(int) - Method in class biz.onixs.eurex.eti.handler.core.HandlerSettings
Sets timeout in seconds.
setWarningListener(WarningListener) - Method in class biz.onixs.eurex.eti.handler.core.Handler
Sets the warning listener.
shutdown() - Method in class biz.onixs.eurex.eti.handler.core.Handler
Shuts the handler down.
StrategyCreationDispatcher - Class in biz.onixs.eurex.eti.handler.core.event
Strategy creation event dispatcher.
StrategyCreationDispatcher() - Constructor for class biz.onixs.eurex.eti.handler.core.event.StrategyCreationDispatcher
 
StrategyCreationListener - Interface in biz.onixs.eurex.eti.handler.core.event
Strategy creation listener.

T

toString() - Method in class biz.onixs.eurex.eti.handler.core.AddressMapping
 
toString() - Method in class biz.onixs.eurex.eti.handler.core.ConnectionSettings
 
toString() - Method in class biz.onixs.eurex.eti.handler.core.HandlerSettings
 
toString() - Method in class biz.onixs.eurex.eti.handler.core.HandlerState
 
toString() - Method in class biz.onixs.eurex.eti.handler.core.License.Customer
 
toString() - Method in class biz.onixs.eurex.eti.handler.core.License.Product
 
toString() - Method in class biz.onixs.eurex.eti.handler.core.License
 
toString() - Method in class biz.onixs.eurex.eti.handler.core.ReconnectionSettings
 
transitions - Variable in class biz.onixs.eurex.eti.handler.core.HandlerState
 

V

valueOf(String) - Static method in enum biz.onixs.eurex.eti.handler.core.event.ErrorCode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum biz.onixs.eurex.eti.handler.core.License.Type
Returns the enum constant of this type with the specified name.
values() - Static method in enum biz.onixs.eurex.eti.handler.core.event.ErrorCode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum biz.onixs.eurex.eti.handler.core.License.Type
Returns an array containing the constants of this enum type, in the order they are declared.

W

WarningDispatcher - Class in biz.onixs.eurex.eti.handler.core.event
Warning event dispatcher.
WarningDispatcher() - Constructor for class biz.onixs.eurex.eti.handler.core.event.WarningDispatcher
 
WarningListener - Interface in biz.onixs.eurex.eti.handler.core.event
Warning listener.
A B C D E G H I L N O Q R S T V W 
Skip navigation links

Copyright © 2012–2025 Onix Solutions. All rights reserved.