package com.dgex.offspring.providers.service; public interface IBuyOrderSink { public void addBuyOrder(IBuyOrder buyOrder); }