Table of Contents

Class CbFixDialect

Namespace
StockSharp.Fix.CB
Assembly
StockSharp.Fix.dll

Crypto Broker FIX protocol dialect.

[Display(ResourceType = typeof(LocalizedStrings), GroupName = "Russia")]
[MediaIcon("imex_logo.svg")]
public class CbFixDialect : DefaultFixDialect, IFixDialect, IMessageAdapter, IMessageChannel, ICloneable<IMessageChannel>, ICloneable, IPersistable, ILogReceiver, ILogSource, IDisposable, IDemoAdapter
Inheritance
CbFixDialect
Implements
Inherited Members
Extension Methods

Constructors

CbFixDialect(IdGenerator)

Crypto Broker FIX protocol dialect.

public CbFixDialect(IdGenerator transactionIdGenerator)

Parameters

transactionIdGenerator IdGenerator

Properties

CandlesBuildFrom

Possible options for candles building.

public override IEnumerable<Level1Fields> CandlesBuildFrom { get; }

Property Value

IEnumerable<Level1Fields>

Methods

IsAllDownloadingSupported(DataType)

Is for the specified dataType all securities downloading enabled.

public override bool IsAllDownloadingSupported(DataType dataType)

Parameters

dataType DataType

Data type info.

Returns

bool

Check result.

IsSecurityRequired(DataType)

Support filtering subscriptions (subscribe/unsubscribe for specified security).

public override bool IsSecurityRequired(DataType dataType)

Parameters

dataType DataType

Data type info.

Returns

bool

Check result.