Table of Contents

Class IsWebSocketFilter

Namespace
Fluxzy.Rules.Filters
Assembly
Fluxzy.Core.dll

Select exchanges that are websocket communication

[FilterMetaData(null, LongDescription = "Select websocket exchange.")]
public class IsWebSocketFilter : Filter
Inheritance
IsWebSocketFilter
Inherited Members
Extension Methods

Properties

Description

public override string? Description { get; set; }

Property Value

string

FilterScope

public override FilterScope FilterScope { get; }

Property Value

FilterScope

GenericName

public override string GenericName { get; }

Property Value

string

Identifier

public override Guid Identifier { get; }

Property Value

Guid

PreMadeFilter

public override bool PreMadeFilter { get; }

Property Value

bool

ShortName

public override string? ShortName { get; }

Property Value

string

Methods

GetExamples()

public override IEnumerable<FilterExample> GetExamples()

Returns

IEnumerable<FilterExample>

InternalApply(ExchangeContext?, IAuthority, IExchange?, IFilteringContext?)

protected override bool InternalApply(ExchangeContext? exchangeContext, IAuthority authority, IExchange? exchange, IFilteringContext? filteringContext)

Parameters

exchangeContext ExchangeContext
authority IAuthority
exchange IExchange
filteringContext IFilteringContext

Returns

bool