Table of Contents

Class DigitexFuturesMessageAdapter

Namespace
StockSharp.DigitexFutures
Assembly
StockSharp.DigitexFutures.dll

The message adapter for StockSharp.DigitexFutures.

[OrderCondition(typeof(DigitexFuturesOrderCondition))]
[MediaIcon("DigitexFutures_logo.svg")]
[Doc("topics/api/connectors/crypto_exchanges/digitexfutures.html")]
[Display(ResourceType = typeof(LocalizedStrings), Name = "DigitexFutures", Description = "CryptoConnector", GroupName = "Cryptocurrency")]
[MessageAdapterCategory(MessageAdapterCategories.Crypto|MessageAdapterCategories.RealTime|MessageAdapterCategories.Free|MessageAdapterCategories.Ticks|MessageAdapterCategories.MarketDepth|MessageAdapterCategories.Level1|MessageAdapterCategories.Transactions)]
public class DigitexFuturesMessageAdapter : MessageAdapter, IMessageAdapter, IMessageTransport, IPersistable, ILogReceiver, ILogSource, IDisposable, ICloneable<IMessageAdapter>, ICloneable, INotifyPropertyChanged, ITokenAdapter, IDemoAdapter, IAddressAdapter<string>
Inheritance
DigitexFuturesMessageAdapter
Implements
Inherited Members
Extension Methods

Constructors

DigitexFuturesMessageAdapter(IdGenerator)

Initializes a new instance of the DigitexFuturesMessageAdapter.

public DigitexFuturesMessageAdapter(IdGenerator transactionIdGenerator)

Parameters

transactionIdGenerator IdGenerator

Transaction id generator.

Properties

AddressDemo

Address (demo).

[Display(ResourceType = typeof(LocalizedStrings), GroupName = "Connection", Order = 5)]
public string AddressDemo { get; set; }

Property Value

string

AddressReal

Address.

[Display(ResourceType = typeof(LocalizedStrings), Name = "Address", Description = "ServerAddressDot", GroupName = "Connection", Order = 4)]
public string AddressReal { get; set; }

Property Value

string

AllTimeFrames

Possible time-frames.

public static IEnumerable<TimeSpan> AllTimeFrames { get; }

Property Value

IEnumerable<TimeSpan>

AssociatedBoards

The adapter can process subscription only with instruments associated with the specified board.

public override string[] AssociatedBoards { get; }

Property Value

string[]

FeatureName

Feature name.

public override string FeatureName { get; }

Property Value

string

IsDemo

Connect to demo trading instead of real trading server.

[Display(ResourceType = typeof(LocalizedStrings), Name = "Demo", Description = "DemoTradingConnect", GroupName = "Connection", Order = 2)]
public bool IsDemo { get; set; }

Property Value

bool

IsNativeIdentifiers

Identify security in messages by native identifier Native.

public override bool IsNativeIdentifiers { get; }

Property Value

bool

IsSupportExecutionsPnL

Adapter fills PnL.

public override bool IsSupportExecutionsPnL { get; }

Property Value

bool

IsSupportOrderBookIncrements

Adapter translates incremental order books.

public override bool IsSupportOrderBookIncrements { get; }

Property Value

bool

SupportedOrderBookDepths

Available options for MaxDepth.

public override IEnumerable<int> SupportedOrderBookDepths { get; }

Property Value

IEnumerable<int>

TimeFrames

protected override IEnumerable<TimeSpan> TimeFrames { get; }

Property Value

IEnumerable<TimeSpan>

Token

Token.

[Display(ResourceType = typeof(LocalizedStrings), Name = "Token", Description = "TokenDot", GroupName = "Connection", Order = 1)]
public SecureString Token { get; set; }

Property Value

SecureString

TraderId

Client ID.

[Display(ResourceType = typeof(LocalizedStrings), Name = "Client", Description = "ClientId", GroupName = "Connection", Order = 3)]
public int TraderId { get; set; }

Property Value

int

Methods

GetHistoryStepSize(SecurityId, DataType, out TimeSpan)

public override TimeSpan GetHistoryStepSize(SecurityId securityId, DataType dataType, out TimeSpan iterationInterval)

Parameters

securityId SecurityId
dataType DataType
iterationInterval TimeSpan

Returns

TimeSpan

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.

Load(SettingsStorage)

Load settings.

public override void Load(SettingsStorage storage)

Parameters

storage SettingsStorage

Settings storage.

OnSendInMessage(Message)

protected override bool OnSendInMessage(Message message)

Parameters

message Message

Returns

bool

Save(SettingsStorage)

Save settings.

public override void Save(SettingsStorage storage)

Parameters

storage SettingsStorage

Settings storage.

ToString()

public override string ToString()

Returns

string