-
Notifications
You must be signed in to change notification settings - Fork 121
Binary EntryPoint Support
Richard Warburton edited this page Aug 26, 2021
·
5 revisions
Binary EntryPoint is a FIXP based protocol for binary order entry used by B3. The B3 Documentation provides details of the protocol itself and should be considered a reference guide, the rest of this wiki page just explains how Artio can be used with Binary EntryPoint.
Binary EntryPoint is an order entry protocol that Artio supports. Just in the same way that Artio supports different versions of the FIX protocol. That means that Artio will manage the Binary EntryPoint session protocol and your application has to handle the business logic side of things for example sending orders and handling execution reports.
Feature complete
Artio's Binary EntryPoint implementation is Acceptor only, doesn't support Engine owned sessions, sole library mode.