FRAMES NO FRAMES | |||||||
| |||||||
SUMMARY: IMPORT | CONSTANT | MEMBER | ACTION | DETAIL: IMPORT | CONSTANT | MEMBER | ACTION |
Constant summary | |
---|---|
constant string | CONNECTION_ID_EP_KEY := "CONNECTION_ID"
extraParam constant key value for the Connection Id associated with the error. The value can be parsed to an integer. |
constant integer | DUPLICATE_SUBSCRIPTION := 5
errorType constant value for a duplicate subscription. |
constant integer | FAILED_TO_CREATE_DATASTREAM_MANAGER := 1
errorType constant value for failure to create the Datastream Manager. |
constant integer | FAILED_TO_CREATE_MDM := 0
errorType constant value for failure to create the Market Data Manager. |
constant integer | FAILED_TO_SUBSCRIBE := 2
errorType constant value for failure to subscribe. |
constant integer | FAILED_TO_UNSUBSCRIBE := 3
errorType constant value for failure to unsubscribe (may be an unknown subscription). |
constant string | MESSAGE_EP_KEY := "MESSAGE"
extraParam constant key value for the Message associated with the error. The value is a string. |
constant string | REF_ID_EP_KEY := "REF_ID"
extraParam constant key value for the Ref Id associated with the error. The value can be parsed to an integer. |
constant integer | SESSION_ERROR := 4
errorType constant value for a Session Error from the datasource. |
constant string | SESSION_ID_EP_KEY := "SESSION_ID"
extraParam constant key value for the Session Id associated with the error. The value can be parsed to an integer. |
constant string | SEVERITY_EP_KEY := "SEVERITY"
extraParam constant key value for the Severity (0-FATAL, 1-ERROR (recoverable), 2-WARNING, 3-INFO) associated with the error. The value can be parsed to an integer. |
constant string | SYMBOL_EP_KEY := "SYMBOL"
extraParam constant key value for the Symbol associated with the error. The value is a string. |
constant integer | UNKNOWN_ERROR_CALLBACK := 9
errorType constant value for an unknown Error callback. |
constant integer | UNKNOWN_SUBSCRIBED_CALLBACK := 7
errorType constant value for an unknown Subscribed callback. |
constant integer | UNKNOWN_UNSUBSCRIBED_CALLBACK := 8
errorType constant value for an unknown Unsubscribed callback. |
constant integer | UNKNOWN_UPDATE_CALLBACK := 6
errorType constant value for an unknown Update callback. |
Constant detail |
---|
constant string CONNECTION_ID_EP_KEY := "CONNECTION_ID"extraParam constant key value for the Connection Id associated with the error. The value can be parsed to an integer.
constant integer DUPLICATE_SUBSCRIPTION := 5errorType constant value for a duplicate subscription.
constant integer FAILED_TO_CREATE_DATASTREAM_MANAGER := 1errorType constant value for failure to create the Datastream Manager.
constant integer FAILED_TO_CREATE_MDM := 0errorType constant value for failure to create the Market Data Manager.
constant integer FAILED_TO_SUBSCRIBE := 2errorType constant value for failure to subscribe.
constant integer FAILED_TO_UNSUBSCRIBE := 3errorType constant value for failure to unsubscribe (may be an unknown subscription).
constant string MESSAGE_EP_KEY := "MESSAGE"extraParam constant key value for the Message associated with the error. The value is a string.
constant string REF_ID_EP_KEY := "REF_ID"extraParam constant key value for the Ref Id associated with the error. The value can be parsed to an integer.
constant integer SESSION_ERROR := 4errorType constant value for a Session Error from the datasource.
constant string SESSION_ID_EP_KEY := "SESSION_ID"extraParam constant key value for the Session Id associated with the error. The value can be parsed to an integer.
constant string SEVERITY_EP_KEY := "SEVERITY"extraParam constant key value for the Severity (0-FATAL, 1-ERROR (recoverable), 2-WARNING, 3-INFO) associated with the error. The value can be parsed to an integer.
constant string SYMBOL_EP_KEY := "SYMBOL"extraParam constant key value for the Symbol associated with the error. The value is a string.
constant integer UNKNOWN_ERROR_CALLBACK := 9errorType constant value for an unknown Error callback.
constant integer UNKNOWN_SUBSCRIBED_CALLBACK := 7errorType constant value for an unknown Subscribed callback.
constant integer UNKNOWN_UNSUBSCRIBED_CALLBACK := 8errorType constant value for an unknown Unsubscribed callback.
constant integer UNKNOWN_UPDATE_CALLBACK := 6errorType constant value for an unknown Update callback.
FRAMES NO FRAMES | |||||||
| |||||||
SUMMARY: IMPORT | CONSTANT | MEMBER | ACTION | DETAIL: IMPORT | CONSTANT | MEMBER | ACTION |