Interface EntityAndTypeSubscriptionController

    • Method Detail

      • add

        default void add​(deltix.qsrv.hf.pub.InstrumentIdentity[] entities,
                         java.lang.String[] types)
        Add the specified entities and types to subscription. The type and symbol are copied from the incoming object, if necessary, so the argument can be re-used after the call.
        Parameters:
        entities - not-null array of instruments to subscribe.
        types - not-null array of type names to subscribe.
      • remove

        default void remove​(deltix.qsrv.hf.pub.InstrumentIdentity[] entities,
                            java.lang.String[] types)
        Remove the specified entities and types from subscription. The type and symbol are copied from the incoming objects, if necessary, so the arguments can be re-used after the call.
        Parameters:
        entities - not-null array of instruments to subscribe.
        types - not-null array of type names to subscribe.