IKeySecretAdapter
StockSharp.Messages
Message adapter, provided Key and Secret properties.
Properties
Key
public SecureString Key { get; set; }
value = iKeySecretAdapter.Key
iKeySecretAdapter.Key = value
Key.
Secret
public SecureString Secret { get; set; }
value = iKeySecretAdapter.Secret
iKeySecretAdapter.Secret = value
Secret.