Table of Contents

Class SubscriptionEventArgs<TValue>

Namespace
StockSharp.MatLab
Assembly
StockSharp.MatLab.dll

Argument which contains subscription.

public class SubscriptionEventArgs<TValue> : EventArgs

Type Parameters

TValue

Value type.

Inheritance
SubscriptionEventArgs<TValue>
Inherited Members
Extension Methods

Properties

Subscription

public Subscription Subscription { get; }

Property Value

Subscription

Value

Value.

public TValue Value { get; }

Property Value

TValue