Table of Contents

Class PoloniexMessageAdapter

Namespace
StockSharp.Poloniex
Assembly
StockSharp.Poloniex.dll

The message adapter for StockSharp.Poloniex.

[OrderCondition(typeof(PoloniexOrderCondition))]
[MediaIcon("poloniex_logo.svg")]
[Doc("topics/api/connectors/crypto_exchanges/poloniex.html")]
[Display(ResourceType = typeof(LocalizedStrings), Name = "Poloniex", Description = "CryptoConnector", GroupName = "Cryptocurrency")]
[MessageAdapterCategory(MessageAdapterCategories.Crypto|MessageAdapterCategories.RealTime|MessageAdapterCategories.Free|MessageAdapterCategories.Ticks|MessageAdapterCategories.MarketDepth|MessageAdapterCategories.Level1|MessageAdapterCategories.Transactions)]
public class PoloniexMessageAdapter : MessageAdapter, IMessageAdapter, IMessageTransport, IPersistable, ILogReceiver, ILogSource, IDisposable, ICloneable<IMessageAdapter>, ICloneable, INotifyPropertyChanged, IKeySecretAdapter
Inheritance
PoloniexMessageAdapter
Implements
Inherited Members
Extension Methods

Constructors

PoloniexMessageAdapter(IdGenerator)

Initializes a new instance of the PoloniexMessageAdapter.

public PoloniexMessageAdapter(IdGenerator transactionIdGenerator)

Parameters

transactionIdGenerator IdGenerator

Transaction id generator.

Properties

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

IsSupportOrderBookIncrements

Adapter translates incremental order books.

public override bool IsSupportOrderBookIncrements { get; }

Property Value

bool

Key

Key.

[Display(ResourceType = typeof(LocalizedStrings), Name = "Key", Description = "KeyDot", GroupName = "Connection", Order = 0)]
[BasicSetting]
public SecureString Key { get; set; }

Property Value

SecureString

Secret

Secret.

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

Property Value

SecureString

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