bayesline.api.AsyncBayeslineApi#

class bayesline.api.AsyncBayeslineApi#

Abstract base class for Bayesline API operations.

__init__()#

Methods

Attributes

equity

Get the equity API.

permissions

Get the user permissions API.

settings_registry

Gets the top level settings registry.

tasks

Get the tasks API.

abstract property equity: AsyncBayeslineEquityApi#

Get the equity API.

Returns#

AsyncBayeslineEquityApi

The equity API.

abstract property settings_registry: AsyncSettingsRegistry#

Gets the top level settings registry.

The top level settings registry gives access to all settings used throughout the system.

Returns#

NewSettingsRegistry

abstract property permissions: AsyncPermissionsApi#

Get the user permissions API.

Returns#

AsyncPermissionsApi

The user permissions API.

abstract property tasks: AsyncTasksApi#

Get the tasks API.

Returns#

AsyncTasksApi

The tasks API.