|
| virtual void | onGenericLowPriorityMessage (const GenericLowPriorityMessage &msg, const MessageInfo &msgInfo)=0 |
| virtual void | onGenericMediumPriorityMessage (const GenericMediumPriorityMessage &msg, const MessageInfo &msgInfo)=0 |
| virtual void | onGenericHighPriorityMessage (const GenericHighPriorityMessage &msg, const MessageInfo &msgInfo)=0 |
| virtual void | onMarketRequestError (const MarketRequestError &msg, const MessageInfo &msgInfo)=0 |
| virtual void | onTerminalSessionStartUpResponse (const TerminalSessionStartUpResponse &msg, const MessageInfo &msgInfo)=0 |
| virtual void | onGeneralError (const GeneralError &msg, const MessageInfo &msgInfo)=0 |
| virtual void | onRecoveryStart (const RecoveryStart &msg, const MessageInfo &msgInfo)=0 |
| virtual void | onRecoveryEnd (const RecoveryEnd &msg, const MessageInfo &msgInfo)=0 |
| virtual void | onMarketImageRecoveryStart (const MarketImageRecoveryStart &msg, const MessageInfo &msgInfo)=0 |
| virtual void | onMarketImageRecoveryEnd (const MarketImageRecoveryEnd &msg, const MessageInfo &msgInfo)=0 |
| virtual void | onSystemProblemsNotification (const SystemProblemsNotification &msg, const MessageInfo &msgInfo)=0 |
| virtual void | onInformationGroupStart (const InformationGroupStart &msg, const MessageInfo &msgInfo)=0 |
| virtual void | onInformationGroupEnd (const InformationGroupEnd &msg, const MessageInfo &msgInfo)=0 |
| virtual void | onShortRecoveryStart (const ShortRecoveryStart &msg, const MessageInfo &msgInfo)=0 |
| virtual void | onShortRecoveryEnd (const ShortRecoveryEnd &msg, const MessageInfo &msgInfo)=0 |
| virtual void | onGapFill (const GapFill &msg, const MessageInfo &msgInfo)=0 |
Definition at line 47 of file MarketControlListener.h.
◆ ~MarketControlListener()
◆ onGapFill()
Is called once Gap Fill (160) Message received.
- Parameters
-
| msg | Gap Fill (160) Message. |
| msgInfo | information about this particular message. |
◆ onGeneralError()
Is called once General Error (105) Message received.
- Parameters
-
| msg | General Error (105) Message. |
| msgInfo | information about this particular message. |
◆ onGenericHighPriorityMessage()
Is called once Generic High Priority (102) Message received.
- Parameters
-
| msg | Generic High Priority (102) Message. |
| msgInfo | information about this particular message. |
◆ onGenericLowPriorityMessage()
Is called once Generic Low Priority (100) Message received.
- Parameters
-
| msg | Generic Low Priority (100) Message. |
| msgInfo | information about this particular message. |
◆ onGenericMediumPriorityMessage()
Is called once Generic Medium Priority (101) Message received.
- Parameters
-
| msg | Generic Medium Priority (101) Message. |
| msgInfo | information about this particular message. |
◆ onInformationGroupEnd()
Is called once Information Group End (134) Message received.
- Parameters
-
| msg | Information Group End (134) Message. |
| msgInfo | information about this particular message. |
◆ onInformationGroupStart()
Is called once Information Group Start (133) Message received.
- Parameters
-
| msg | Information Group Start (133) Message. |
| msgInfo | information about this particular message. |
◆ onMarketImageRecoveryEnd()
Is called once Market Image Recovery End (114) Message received.
- Parameters
-
| msg | Market Image Recovery End (114) Message. |
| msgInfo | information about this particular message. |
◆ onMarketImageRecoveryStart()
Is called once Market Image Recovery Start (113) Message received.
- Parameters
-
| msg | Market Image Recovery Start (113) Message. |
| msgInfo | information about this particular message. |
◆ onMarketRequestError()
Is called once Market Request Error (103) Message received.
- Parameters
-
| msg | Market Request Error (103) Message. |
| msgInfo | information about this particular message. |
◆ onRecoveryEnd()
Is called once Recovery End (111) Message received.
- Parameters
-
| msg | Recovery End (111) Message. |
| msgInfo | information about this particular message. |
◆ onRecoveryStart()
Is called once Recovery Start (110) Message received.
- Parameters
-
| msg | Recovery Start (110) Message. |
| msgInfo | information about this particular message. |
◆ onShortRecoveryEnd()
Is called once Short Recovery End (147) Message received.
- Parameters
-
| msg | Short Recovery End (147) Message. |
| msgInfo | information about this particular message. |
◆ onShortRecoveryStart()
Is called once Short Recovery Start (146) Message received.
- Parameters
-
| msg | Short Recovery Start (146) Message. |
| msgInfo | information about this particular message. |
◆ onSystemProblemsNotification()
Is called once System Problems Notification (130) Message received.
- Parameters
-
| msg | System Problems Notification (130) Message. |
| msgInfo | information about this particular message. |
◆ onTerminalSessionStartUpResponse()
Is called once Terminal Session Start-up Response (104) Message received.
- Parameters
-
| msg | Terminal Session Start-up Response (104) Message. |
| msgInfo | information about this particular message. |