Frage 1
Frage
Batch processing is implemented in which moxy version?
Frage 2
Frage
How many executions can FIX handle per second?
Antworten
-
15,000
-
30,000
-
45,000
-
50,000
Frage 3
Frage
To be able to write messages to the FIX log, FIX.NET needs which system credential?
Antworten
-
Windows Administrator Account
-
Power User - Windows Account
-
Local System - Windows Account
-
Domain Administrator
Frage 4
Frage
In order to access the FIXNET database, FIX.NET service needs permission to recover the DatabaseConnectionString which is located in:
Antworten
-
ODBC
-
Windows Registry
-
Solution Forge folder
Frage 5
Frage
Select all the details the DatabaseConnectionString from SolutionForge registry key contains:
Antworten
-
Database name
-
Windows User
-
SQL User
-
User's password
-
Server name
Frage 6
Frage
Which tables are consulted in order to read tags and parse FIX messages before they are stored in the RX_MESSAGE_STORE table?
Antworten
-
FIX_FIELDS
-
FIX_TAGS
-
FIX_MESSAGE_BLOCKS
-
FIX_MESSAGEBLOCK
Frage 7
Frage
All messages are stored in the RX_MESSAGE_STORE table, except heartbeats.
Frage 8
Frage
To be able to store heartbeats, what should be installed?
Antworten
-
FIXNET Service
-
MxFixNetServices
-
RTM Service
Frage 9
Frage
Which column in the FIX_MESSAGES table should be set to value = 1 to make sure heartbeats are being stored?
Antworten
-
PERSIST_MESSAGE_RX
-
PERSIST_MSG_TX
-
PERSIST_MSG_RX
-
PERSIST_HEARTBEAT_RX
Frage 10
Frage
FIX.NET service tracks the state of each open session with each provider in which table?
Antworten
-
FIX_CONNECTION_STATE
-
FIX_SESSIONS
-
MoxyFIXConnection
-
FIX_SESSION_STATE
Frage 11
Frage
MxFIXNETServices installation ties the FIX.NET service to which two objects?
Frage 12
Frage
The ADVS.MxFIXInboundProcessor is a COM+ object that lives within the comadptr.dll.
Frage 13
Frage
Which tables are checked to know which Moxy database to deliver fills?
Antworten
-
MxSrvcsFIXConnection
-
FIX_SESSIONS
-
MoxyFIXConnection
-
MxSrvcsDatabase
Frage 14
Frage
Which of the following are parameters passed by the pMxFIXInPutMessage sproc to Moxy?
Frage 15
Frage
The sproc pMxFIXInPutMessage kicks off the following actions and procedures:
1. Increment the [blank_start]LastRxMsgSeqNum[blank_end] in MoxyFIXConnectionData table when it gets a heartbeat or any FIX message that Moxy's not interested in
2. Trigger [blank_start]replay[blank_end] of FIX Messages from FIXNET if Moxy's sequence number is behind, calling a sproc that puts an [blank_start]Event 91[blank_end] into the RTM Event Queue
3. Check to see how many times it should request a replay by looking at [blank_start]MaxReXmit[blank_end]
4. Detect [blank_start]duplicate[blank_end] FIX message by noticing if the FIX sequence number is lower than the Moxy sequence number
5. Log the fact that the new message was successfully received in the [blank_start]Moxy Event Log[blank_end]
6. Increment the Moxy [blank_start]sequence number[blank_end] after each successfully processed message
7. Call upon the [blank_start]pMxFIXPutMessageStaging[blank_end] sproc to actually process the incoming message
Antworten
-
LastRxMsgSeqNum
-
replay
-
Event 91
-
MaxReXmit
-
duplicate
-
Moxy Event Log
-
sequence number
-
pMxFIXPutMessageStaging
Frage 16
Frage
The pMxFIXPutMessageStaging sproc will:
1. Parse the [blank_start]FIX message[blank_end] out, separate all the tags and verify that execution actually applies to an actual Moxy order/FIX place
2. Insert the [blank_start]acknowledgement[blank_end] messages in the [blank_start]MoxyFIXExtMessage[blank_end] where a trigger fires to put an [blank_start]Event 72[blank_end] in the RTM Event Queue
3. Insert every [blank_start]acknowledgement[blank_end] and every [blank_start]fill[blank_end] in to the MoxyFIXExtMessage table
4. Trigger a stored procedure [blank_start]_pMxFIXGenRTMFillEvent[blank_end] to insert an Event 72 into RTM Event Queue
Antworten
-
FIX message
-
acknowledgement
-
MoxyFIXExtMessage
-
Event 72
-
acknowledgement
-
fill
-
_pMxFIXGenRTMFillEvent
Frage 17
Frage
Both the pMxFIXPutMessageStaging and pMxFIXInPutMessage sprocs won't be executed if the RTM service is not started.
Frage 18
Frage
The FIX Inbound Processor through triggering the pMxFIXInputMessage sproc inserts new events into the RTM Event Queue but if the RTM service is not running, these events will simple sit forever in the queue and will never be processed.
Frage 19
Frage
Sender and Target CompID values are contained in which tags?
Antworten
-
Tags 49 and 65
-
Tags 34 and 56
-
Tags 49 and 56
Frage 20
Frage
Sender and Target CompIDs are stored in which table?
Antworten
-
MoxyFIXConnection
-
MoxyFIXExtMessage
-
MxSrvcsFIXConnection
Frage 21
Frage
The MoxyFIXExtMessage table is basically like the RX_MESSAGE_STORE table in the FIXNET database since it also stores heartbeats.
Frage 22
Frage
Messages that Moxy cannot process successfully are also stored in the MoxyFIXExtMessage table.
Frage 23
Frage
Acknowledgements like all execution reports have a value of Tag 35=8 with the addition of having:
Antworten
-
Tag 39 = 1
-
Tag 93 = 1
-
Tag 39 = 0
-
Tag 39 =2
Frage 24
Frage
RTM Event Queue Status:
-3 = [blank_start]Retry[blank_end]
-2 = [blank_start]On the Bubble[blank_end]
-1 = [blank_start]Failure[blank_end]
0 = [blank_start]Unprocessed[blank_end]
1 = [blank_start]Success[blank_end]
Antworten
-
Retry
-
On the Bubble
-
Failure
-
Unprocessed
-
Success
Frage 25
Frage
Select all the correct statements regarding the ExecTime and ExecType in the MoxyRTMEventQueue
Antworten
-
ExecType = 0 means process immediately
-
ExecType = 1 means periodic event with its periodicity set by the TickInterval column
-
ExecType =2 means periodic event with its periodicity set by the TickInterval column
-
ExecType = 1 means scheduled event that would be processed at the time specified in TickInterval
-
ExecType = 1 means scheduled event that would be processed at the time specified in ExecTime
Frage 26
Frage
RTM Events:
Event ID - Event Name
51 - [blank_start]FIX SEND Order[blank_end]
52 - [blank_start]FIX Replace Order[blank_end]
53 - [blank_start]FIX Cancel Order[blank_end]
54 - FIX Request Order Status
55 - [blank_start]FIX Send DK Trade[blank_end]
56 - FIX Send Reject
72 = [blank_start]FIX Recv Message[blank_end]
73 - FIX Recv State Change
81 - FIX Connect
82 - FIX Disconnect
83 - [blank_start]FIX EOD[blank_end]
91 - FIX Request Retransmit RX Messages
Antworten
-
FIX SEND Order
-
FIX Replace Order
-
FIX Replace Order
-
FIX Request Order Status
-
FIX Cancel Order
-
FIX Send Reject
-
FIX Send DK Trade
-
FIX Recv Message
-
FIX Recv Message
-
FIX Send Reject
-
FIX EOD
-
FIX DK
Frage 27
Frage
Select all options that can flush the Moxy RTM Event Queue:
Antworten
-
MoxyResetDatabase job
-
MoxyRefreshDatabase job
-
exec pMxRTMCleanUpQueue, 0, 1
-
exec pMxRTMCleanUpRecords, 0, 1
Frage 28
Frage
Select all possible reasons why an entry in the RTM Event Queue is not being processed while other RTM events are processing just fine:
Antworten
-
RTM Service is not started
-
Event Group is not enabled
-
RTM service is not restarted after enabling the Event Group
Frage 29
Frage
Select all tables where the statuses are flipped to 1 once RTM is able to process entries/events successfully:
Frage 30
Frage
If there is an entry in the Event Queue for EventID = 72 and Status = 0, Moxy will think "go and process ALL available fills".
Frage 31
Frage
Before fills are put into the MoxyFill table, they are:
Antworten
-
Checked to make sure they are not duplicates that have already been processed
-
Verified to have the correct quantity
-
Checked to make sure they have the correct broker
-
Make sure they are associated with existing, open FIX places in Moxy
Frage 32
Frage
Sequence numbers are tracked in which tag?
Antworten
-
Tag 54
-
Tag 34
-
Tag 11
-
Tag 17
Frage 33
Frage
Moxy and FIXNET are "in sync" when Moxy's sequence number is ahead of FIXNET.
Frage 34
Frage
To check if Moxy and the FIXNet database are in sync, we can verify the sequence numbers stored in their respective tables.
For Moxy, we can check the [blank_start]LastRxMsgSeqNum[blank_end] column in the [blank_start]MoxyFIXConnectionData[blank_end] table which represents the sequence number of the [blank_start]last processed[blank_end] incoming FIX message.
While in FIXNET, we can check the [blank_start]FIX_SESSION_STATE[blank_end] table for the [blank_start]RX_MSG_SEQ_NUM[blank_end] column that contains the [blank_start]next anticipated[blank_end] incoming sequence number.
Moxy's sequence number should always be [blank_start]one less[blank_end] than the FIX sequence number.
Antworten
-
LastRxMsgSeqNum
-
MoxyFIXConnectionData
-
last processed
-
FIX_SESSION_STATE
-
RX_MSG_SEQ_NUM
-
next anticipated
-
one less
Frage 35
Frage
Which SQL Agent job will perform an EOD on the Moxy/FIXNET system?
Antworten
-
MoxyFIXStartTime job
-
MoxyFIXStopTime job
-
MoxyRefreshDatabase job
-
MoxyResetDatabase job
Frage 36
Frage
Select all true statements regarding Moxy's mechanism for getting back in sync with the FIXNET database:
Antworten
-
When Moxy finds itself ahead of FIXNet's sequence number, it will request for a replay
-
When Moxy finds itself ahead of FIXNet's sequence number, it will do nothing
-
When Moxy finds itself behind FIXNET's sequence number by more than one, it will stop processing FIX messages
-
When Moxy finds itself behind FIXNET's sequence number by more than one, it will do nothing
-
When Moxy finds itself behind FIXNET's sequence number by more than one, it will request for a replay
Frage 37
Frage
Moxy replays messages from FIXNET in batches of 100.
Frage 38
Frage
Bad messages to have "Failed the SolutionForge session-level validation" are caused by:
Antworten
-
FIX executions that are not acknowledged
-
FIX executions with unsupported tags being sent by the broker
-
Broker has sent a standard tag back on a wrong type of message
-
Broker is not listed in Moxy
Frage 39
Frage
Bad messages to have "Failed the SolutionForge session-level validation" will be responded by FIX.NET with a:
Antworten
-
Reject Message (35=1)
-
DK Trade (35=Q)
-
Reject Message (35=3)
-
DK Trade (35=3)
Frage 40
Frage
In order to prevent RTM from forever asking for the same missing message, MoxyFIXConnectionData maintains a request count number in which column?
Antworten
-
RxRequestCount
-
RxRqstCount
-
MaxReXmit
-
RqstRxCount
Frage 41
Frage
This hidden dipswitch/setting tells RTM how many times it should request the same sequence number:
Antworten
-
MaxRemitX
-
MaxReXmit
-
RxRqstCount
Frage 42
Frage
To activate the hidden dispwitch for RTM replay logic, which should you run?
Antworten
-
WriteProfileInt 'MaxReXmit', 'FIX', '', 2
-
WriteProfileInt 'FIX', RxRqstCount' ,'', 2
-
WriteProfileInt 'FIX', 'MaxReXmit', '', 2
Frage 43
Frage
To delete the hidden dipswitch/setting for RTM replay logic, which should you run?
Antworten
-
DeleteProfile 'FIX', 'MaxReXmit', ''
-
DeleteProfile 'MaxReXmit', 'FIX', ''
-
DeleteProfile 'RxRqstCount, 'FIX', ''
Frage 44
Frage
FIXNET will not replay EXPIRED messages.
Frage 45
Frage
What should you do to unexpire a FIX message?
Antworten
-
Update RX_MESSAGE_STORE.MESSAGE_EXPIRED_TIME, set to NULL
-
Update FIX_MESSAGES.MSG_EXPIRED_TIME, set to NULL
-
Update RX_MESSAGE_STORE.MSG_EXPIRED_TIME, set to NULL
-
Update FIX_MESSAGES.MESSAGE_EXPIRED_TIME, set to NULL
Frage 46
Frage
Tag 11 is for which field?
Antworten
-
Broker's Order ID
-
Broker's Execution ID
-
Client Order ID
Frage 47
Frage
Tag 11 or Client Order ID can be found in which column of the MoxyFIXPlaceOrder table?
Antworten
-
FIXORID
-
FIXOrderID
-
FIXClOrdID
Frage 48
Frage
If Moxy receives a FIX message with a Tag = 11 that doesn't correspond to real Client Order ID, what will be sent to the broker?
Antworten
-
Reject Message (35=3) complaining about BadClOrdID
-
Don't Know Trade (35=Q) complaining about BadClOrdID
-
Don't Know Trade (35=3)complaining about BadClOrdID
Frage 49
Frage
Subsequent executions can still find their way to the correct trade even after Close and Split off Remainder is used because of which column in the MoxyFIXPlaceOrder table?
Antworten
-
OrigFIXOrderID
-
FIXParentOrderID
-
OrigOrderFIXID
Frage 50
Frage
What is tag 37 for?
Antworten
-
Moxy Client Order
-
Broker's OrderID
-
Broker's Execution ID
-
Executing Broker Tag
Frage 51
Frage
Select all true statements for Tag 37:
Antworten
-
It is the same with Moxy Client Order ID
-
It is generated by the broker
-
It can be found in the FIXBrokerOrderID field in MOxyFIXPlaceOrder
-
It cannot contain letters
Frage 52
Frage
What is the tag number for Broker's Execution ID?
Antworten
-
Tag 17
-
Tag 37
-
Tag 34
-
Tag 7
Frage 53
Frage
Which tag indicates the broker who executed the trade?
Antworten
-
Tag 17
-
Tag 76
-
Tag 11
-
Tag 27
-
Tag 16
Frage 54
Frage
To prevent duplicate fills while processing executions, Moxy will extract 4 pieces of data which will be combined into a Message Key. This Message Key contains which of the following?
Antworten
-
Tag 11 (if present), Tag 37, Tag 17, Tag 76)
-
Tag 17 (if present), Tag 11, Tag 76, Tag 37)
-
Tag 76 (if present), Tag 17, Tag 37, Tag 11)
-
Tag 37 (if present), Tag 11, Tag 17, tag 76)
Frage 55
Frage
If Moxy sees a duplicate Message Key while processing executions, what would it do?
Antworten
-
Reprocess the execution and insert it into the MoxyFill table
-
Stop processing all executions until the duplicate is deleted
-
Ignore the fill and insert a message into the Moxy Event Log declaring "Ignored duplicate message..."
-
Replay all executions and insert a message into the Moxy Event Log declaring "Ignored duplicate message..."
Frage 56
Frage
All incoming FIX messages are recorded in which two places?
Frage 57
Frage
Name the following tags:
Tag 52 - [blank_start]Sending Time[blank_end]
Tag 60 - [blank_start]Transaction Time[blank_end]
Tag 63 - [blank_start]Settlement Type[blank_end]
Tag 75 - [blank_start]Trade Date[blank_end]
Antworten
-
Sending Time
-
Transaction Time
-
Settlement Type
-
Trade Date
Frage 58
Frage
Tag 60 is an optional standard tag that takes precedence over Tag 52 or Tag 75.
Frage 59
Frage
If this tag is present, Moxy will take the date supplied as Fill Settle Date and will override all other tags.
Antworten
-
Tag 63
-
Tag 64
-
Tag 65
-
Tag 75
Frage 60
Frage
You need to activate a dipswitch to be able to use Tag 75 as your Trade Date.
Frage 61
Frage
You need to activate a dipswitch to use Tag 52 as your Trade Date.
Frage 62
Frage
Select all the methods clients employ to make Moxy's functionality work for International trading:
Antworten
-
Suppress Tag 105
-
Suppress Tag 60
-
Use Tag 52
-
Use Tag 64
-
Use Tag 75
Frage 63
Frage
What are the requirements for UTRs or Drop Copies?
Antworten
-
Tag 35 = 8, Tag 11 = 1
-
Tag 35 = 8
-
Tag 11 is not present
-
Tag 35 = 11
-
Tag 17 matches a valid Broker FIX ID in Moxy
-
UTR check box is activated for the Broker
-
Tag 76 or 50 matches a valid Broker FIX ID in Moxy