Class CoinigyMessageAdapter
- Namespace
- StockSharp.Coinigy
- Assembly
- StockSharp.Coinigy.dll
The message adapter for StockSharp.Coinigy.
[OrderCondition(typeof(CoinigyOrderCondition))]
[MediaIcon("coinigy_logo.svg")]
[Doc("topics/api/connectors/crypto_exchanges/coinigy.html")]
[Display(ResourceType = typeof(LocalizedStrings), Name = "Coinigy", Description = "CryptoConnector", GroupName = "Cryptocurrency")]
[MessageAdapterCategory(MessageAdapterCategories.Crypto|MessageAdapterCategories.RealTime|MessageAdapterCategories.Free|MessageAdapterCategories.Ticks|MessageAdapterCategories.MarketDepth|MessageAdapterCategories.Level1|MessageAdapterCategories.Transactions)]
public class CoinigyMessageAdapter : MessageAdapter, IMessageAdapter, IMessageChannel, ICloneable<IMessageChannel>, ICloneable, IPersistable, ILogReceiver, ILogSource, IDisposable, INotifyPropertyChanged, IKeySecretAdapter
- Inheritance
-
CoinigyMessageAdapter
- Implements
- Inherited Members
- Extension Methods
Constructors
CoinigyMessageAdapter(IdGenerator)
Initializes a new instance of the CoinigyMessageAdapter.
public CoinigyMessageAdapter(IdGenerator transactionIdGenerator)
Parameters
transactionIdGeneratorIdGeneratorTransaction id generator.
Properties
AllTimeFrames
Possible time-frames.
public static IEnumerable<TimeSpan> AllTimeFrames { get; }
Property Value
BalanceCheckInterval
Balance check interval. Required in case of deposit and withdraw actions.
[Display(ResourceType = typeof(LocalizedStrings), Name = "Balance", Description = "BalanceCheckInterval", GroupName = "Connection", Order = 3)]
public TimeSpan BalanceCheckInterval { get; set; }
Property Value
FeatureName
Feature name.
public override string FeatureName { get; }
Property Value
Key
Key.
[Display(ResourceType = typeof(LocalizedStrings), Name = "Key", Description = "KeyDot", GroupName = "Connection", Order = 0)]
[BasicSetting]
public SecureString Key { get; set; }
Property Value
Secret
Secret.
[Display(ResourceType = typeof(LocalizedStrings), Name = "Secret", Description = "SecretDesc", GroupName = "Connection", Order = 1)]
[BasicSetting]
public SecureString Secret { get; set; }
Property Value
WebSocketId
Websocket id.
[Display(ResourceType = typeof(LocalizedStrings), Name = "WebSocket", Description = "WebSocketId", GroupName = "Connection", Order = 2)]
[BasicSetting]
public SecureString WebSocketId { get; set; }
Property Value
Methods
IsAllDownloadingSupported(DataType)
Is for the specified dataType all securities downloading enabled.
public override bool IsAllDownloadingSupported(DataType dataType)
Parameters
dataTypeDataTypeData type info.
Returns
- bool
Check result.
Load(SettingsStorage)
Load settings.
public override void Load(SettingsStorage storage)
Parameters
storageSettingsStorageSettings storage.
OnSendInMessage(Message)
Send message.
protected override bool OnSendInMessage(Message message)
Parameters
messageMessageMessage.
Returns
Save(SettingsStorage)
Save settings.
public override void Save(SettingsStorage storage)
Parameters
storageSettingsStorageSettings storage.
ToString()
public override string ToString()