Interface FillSender

All Known Implementing Classes:
RSocketFillSender, TestFillSender

public interface FillSender
Interface for a component that handles sending fills
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    sendFill(Fill fill)
    Handle the sending of a fill
  • Method Details

    • sendFill

      void sendFill(Fill fill)
      Handle the sending of a fill
      Parameters:
      fill - the fill to send