epam / java-cme-mdp3-handler

Java Market Data Handler for CME Market Data (MDP 3.0)
GNU Lesser General Public License v3.0
75 stars 31 forks source link

Allow end user to specify Feed used for recovery A/B #60

Closed swarwick closed 5 years ago

swarwick commented 5 years ago

Currently the mbo LowLevelMdpChannel hard codes the recovery to feed A and this should be an option to change this if someone wants to force feed B to be used.

swarwick commented 5 years ago

Is there any reason that we dont allow the user to select or use both channel A and B as well? Its the same concept as incrementals having A/B in case of a dropped packet on one of the channels.

swarwick commented 5 years ago

Merged into master