The Lab

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Info
titleOUCH Binary API

OUCH is a binary trading protocol delivered over TCP.


Warning
titleSession Synchronisation

By default Session Synchronisation is disabled by Currenex. So any lost messages from venue will not be replayed as MsgSeqNum is reset to 1 in the LogonResponse.

If Session Synchronisation is enabled, Venue will not reset the MsgSeqNum and thus MF will send ResendRequest on gap detection for venue to replay/gapfill.

Client need to contact MarketFactory customer support to get the Persistence feature enabled in Currenex. 

Warning
titleModification of PartiallyFilled Orders is not allowed

PartiallyFilled Orders cannot be Replaced

If MultilegOrderCancelReplaceRequest is sent for PartiallyFilled Order, the new request is Rejected and the original order is Cancelled.

...