FixTakerApplication Class

public abstract class FixTakerApplication : FixBaseApplication
This language is not supported or no code example is available.
public ref class FixTakerApplication abstract : public FixBaseApplication^
This language is not supported or no code example is available.
public abstract class FixTakerApplication 
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 ExecutionCommandCancel(ExecutionCommand, SessionID)
Public method ExecutionCommandReplace(ExecutionCommand, SessionID)
Public method ExecutionCommandSend(ExecutionCommand, SessionID)
Protected method FilterInstrument(Instrument, InstrumentDefinitionRequest)
Public method FromAdmin(Message, SessionID) (inherited from FixBaseApplication).
Public method FromApp(Message, SessionID) (inherited from FixBaseApplication).
Protected method GetExecutionReject(ExecutionCommand, string)
Protected method GetExecutionRequest(ExecutionCommand, string, string)
Protected method GetMarketDataRequest(MdRecord)
Protected method GetMdRecord(Instrument, SessionID)
Protected method GetMessage(string) (inherited from FixBaseApplication).
Protected method GetSecurityDefinitionRequest(InstrumentDefinitionRequest)
Protected method GetSecurityListRequest(InstrumentDefinitionRequest)
Protected method GetSessionInfo(SessionID) (inherited from FixBaseApplication).
Protected method GetSubscribeMarketDataRequest(MdRecord)
Protected method GetUnsubscribeMarketDataRequest(MdRecord)
Protected method OnBusinessMessageReject(Message)
Public method OnCreate(SessionID) (inherited from FixBaseApplication).
Protected method OnExecutionReport(Message, SessionID)
Public method OnLogon(SessionID) (inherited from FixBaseApplication).
Public method OnLogout(SessionID) (inherited from FixBaseApplication).
Protected method OnMarketDataIncrementalRefresh(Message, SessionID)
Protected method OnMarketDataRequestReject(Message, SessionID)
Protected method OnMarketDataSnapshotFullRefresh(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 OnOrderCancelReject(Message, SessionID)
Protected method OnOutLogon(Message, IBaseSessionInfo) (inherited from FixBaseApplication).
Protected method OnOutLogon(Message, SessionID) (inherited from FixBaseApplication).
Protected method OnOutMessage(Message, SessionID)
Protected method OnOutNewOrderSingle(Message, ITakerSessionInfo)
Protected method OnSecurityDefinition(Message, SessionID)
Protected method OnSecurityList(Message, SessionID)
Protected method OnSessionLogon(SessionID)
Protected method OnSessionLogout(SessionID) (inherited from FixBaseApplication).
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 ParseExecutionReport(Message, Order)
Protected method ParseMarketDataIncrementalRefresh(Message, TakerMdRecord)
Protected method ParseMarketDataRequestReject(Message, MdRecord)
Protected method ParseMarketDataSnapshotFullRefresh(Message, TakerMdRecord)
Protected method ParseMessageReject(Message) (inherited from FixBaseApplication).
Protected method ParseOrderCancelReject(Message, Order)
Protected method ParseSecurityDefinition(Message)
Protected method ParseSecurityList(Message)
Protected method Reject(ExecutionCommand, string, SessionID)
Public method SecurityDefinitionRequest(InstrumentDefinitionRequest, SessionID)
Public method SecurityListRequest(InstrumentDefinitionRequest, SessionID)
Protected method SendMessage(Message, SessionID) (inherited from FixBaseApplication).
Public method Subscribe(Instrument, SessionID)
Public method ToAdmin(Message, SessionID) (inherited from FixBaseApplication).
Public method ToApp(Message, SessionID) (inherited from FixBaseApplication).
Public method Unsubscribe(Instrument, SessionID)
Protected method VerifyExecutionCancelRequest(ExecutionCommand)
Protected method VerifyExecutionReport(Message)
Protected method VerifyExecutionRequest(ExecutionCommand)
Protected method VerifyOrderCancelReject(Message)
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
OberMind.FIXBaseProviders.Applications.FixTakerApplication

In this article

Definition