finam.tools.FromOutput#

class finam.tools.FromOutput(name, fields=None)[source]#

Bases: InfoSource

Info transfer rule from an output.

See Component.create_connector() for usage details.

Parameters:
  • name (str) – Name of the output to take info from

  • fields (list of str, optional) – Info fields to take from the output. Takes all fields if this is empty.