FixSellSideApplication Class

public abstract class FixSellSideApplication : FixBaseApplication
This language is not supported or no code example is available.
public ref class FixSellSideApplication abstract : public FixBaseApplication^
This language is not supported or no code example is available.
public abstract class FixSellSideApplication 
extends FixBaseApplication
This language is not supported or no code example is available.
Name Description
Public property Static NextId (inherited from FixBaseApplication).
Top
Methods
 
Name Description
Public method FromAdmin(Message, SessionID) (inherited from FixBaseApplication).
Public method FromApp(Message, SessionID) (inherited from FixBaseApplication).
Protected method GetMessage(string) (inherited from FixBaseApplication).
Protected method GetSessionInfo(SessionID) (inherited from FixBaseApplication).
Public method OnAuthSucceeded(string)
Protected method OnBusinessMessageReject(Message) (inherited from FixBaseApplication).
Public method OnCreate(SessionID) (inherited from FixBaseApplication).
Protected method OnLoggedIn(Event, SessionID)
Protected method OnLogon(Message, SessionID)
Public method OnLogout(SessionID) (inherited from FixBaseApplication).
Protected method OnMessageReject(Message) (inherited from FixBaseApplication).
Protected method OnNewEvent(Event, SessionID) (inherited from FixBaseApplication).
Protected method OnNewEventSync(Event, SessionID) (inherited from FixBaseApplication).
Protected method OnNewMessage(Message, SessionID)
Protected method OnOutLogon(Message, IBaseSessionInfo) (inherited from FixBaseApplication).
Protected method OnOutLogon(Message, SessionID) (inherited from FixBaseApplication).
Protected method OnOutMessage(Message, SessionID) (inherited from FixBaseApplication).
Protected method OnSessionLogon(SessionID) (inherited from FixBaseApplication).
Protected method OnSessionLogout(SessionID)
Protected method OnSessionsLoggedOn() (inherited from FixBaseApplication).
Protected method OnSessionsLoggedOut() (inherited from FixBaseApplication).
Protected method Parse(Message, params int[]) (inherited from FixBaseApplication).
Protected method ParseBusinessMessageReject(Message) (inherited from FixBaseApplication).
Protected method ParseMessageReject(Message) (inherited from FixBaseApplication).
Public method SendEvent(Event, SessionID)
Protected method SendMessage(Message, SessionID) (inherited from FixBaseApplication).
Public method ToAdmin(Message, SessionID) (inherited from FixBaseApplication).
Public method ToApp(Message, SessionID) (inherited from FixBaseApplication).
Top
Events
 
Name Description
Public event NewEvent (inherited from FixBaseApplication).
Public event NewEventSync (inherited from FixBaseApplication).
Public event SessionsLoggedOn (inherited from FixBaseApplication).
Public event SessionsLoggedOut (inherited from FixBaseApplication).
Top
Fields
 
Name Description
Protected field ConnectionType (inherited from FixBaseApplication).
Protected field EventsQueue (inherited from FixBaseApplication).
Protected field Framework (inherited from FixBaseApplication).
Protected field Provider (inherited from FixBaseApplication).
Protected field Sync (inherited from FixBaseApplication).
Top

In this article

Definition