FixMakerApplication Class

public abstract class FixMakerApplication : FixSellSideApplication
This language is not supported or no code example is available.
public ref class FixMakerApplication abstract : public FixSellSideApplication^
This language is not supported or no code example is available.
public abstract class FixMakerApplication 
extends FixSellSideApplication
This language is not supported or no code example is available.
Name Description
Public property Static NextId (inherited from FixBaseApplication).
Protected property NextMdEntryId
Protected property NextOrderId
Top
Methods
 
Name Description
Public method FromAdmin(Message, SessionID) (inherited from FixBaseApplication).
Public method FromApp(Message, SessionID) (inherited from FixBaseApplication).
Protected method GetBusinessMessageReject(SellSideProviderError, string, string)
Protected method GetExecutionReport(ExecutionReport, int, string, string, OrderData)
Protected method GetField(int, object)
Protected method GetInstrument(string)
Protected method GetMarketDataIncrementalRefresh(Level2Update, MakerMdRecord)
Protected method GetMarketDataRequestReject(SellSideProviderError, string)
Protected method GetMarketDataSnapshotFullRefresh(Level2Snapshot, MakerMdRecord)
Protected method GetMarketDataSnapshotFullRefresh(Trade, MakerMdRecord)
Protected method GetMessage(string) (inherited from FixBaseApplication).
Protected method GetOrderCancelReplaceReject(SellSideProviderError, string, string, string)
Protected method GetRejectExecutionReport(SellSideProviderError, OrderData)
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 OnExecutionReport(ExecutionReport, SessionID)
Protected method OnLevel2Snapshot(Level2Snapshot, SessionID)
Protected method OnLevel2Update(Level2Update, SessionID)
Protected method OnLoggedIn(Event, SessionID) (inherited from FixSellSideApplication).
Protected method OnLogon(Message, SessionID) (inherited from FixSellSideApplication).
Public method OnLogout(SessionID) (inherited from FixBaseApplication).
Protected method OnMarketData(int, byte, ObjectTable, SessionID)
Protected method OnMarketDataRequest(Message, SessionID)
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 OnNewOrderSingle(Message, SessionID)
Protected method OnOrderCancelRequest(Message, SessionID)
Protected method OnOrderReplaceRequest(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 OnSellSideProviderError(SellSideProviderError, SessionID)
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 OnTrade(Trade, SessionID)
Protected method Parse(Message, params int[]) (inherited from FixBaseApplication).
Protected method ParseBusinessMessageReject(Message) (inherited from FixBaseApplication).
Protected method ParseMarketDataRequest(Message, out MakerMdRecord)
Protected method ParseMessageReject(Message) (inherited from FixBaseApplication).
Protected method ParseNewOrderSingle(Message, out OrderData)
Protected method ParseOrderCancelRequest(Message, Order)
Protected method ParseOrderReplaceRequest(Message, Order)
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).
Protected method VerifyMarketDataRequest(Message, ClientData)
Protected method VerifyNewOrderSingle(Message, ClientData)
Protected method VerifyOrderCancelRequest(Message, ClientData)
Protected method VerifyOrderReplaceRequest(Message, ClientData)
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 ClientsData
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