Exchange
Austauschinformationen.
Erbt von: Equatable<Exchange>
Implementiert: IPersistable, INotifyPropertyChanged
Konstruktoren
Eigenschaften
public static Exchange AlphaVantage { get; }
value = Exchange.AlphaVantage
Informationen über AlphaVantage.
public static Exchange Binance { get; }
value = Exchange.Binance
Informationen über Binance.
public static Exchange Bitalong { get; }
value = Exchange.Bitalong
Informationen über Bitalong.
public static Exchange Bitbank { get; }
value = Exchange.Bitbank
Informationen über Bitbank.
public static Exchange Bitexbook { get; }
value = Exchange.Bitexbook
Informationen über Bitexbook.
public static Exchange Bitfinex { get; }
value = Exchange.Bitfinex
Informationen über Bitfinex.
public static Exchange Bithumb { get; }
value = Exchange.Bithumb
Informationen über Bithumb.
public static Exchange Bitmart { get; }
value = Exchange.Bitmart
Informationen über Bitmart.
public static Exchange BitStamp { get; }
value = Exchange.BitStamp
Informationen über BitStamp.
public static Exchange Bittrex { get; }
value = Exchange.Bittrex
Informationen über Bittrex.
public static Exchange Bovespa { get; }
value = Exchange.Bovespa
Informationen über Bovespa.
public static Exchange BtcChina { get; }
value = Exchange.BtcChina
Informationen über BtcChina.
public static Exchange Coinbase { get; }
value = Exchange.Coinbase
Informationen zu Coinbase.
public static Exchange CoinBene { get; }
value = Exchange.CoinBene
Informationen über CoinBene.
public static Exchange CoinCap { get; }
value = Exchange.CoinCap
Informationen über CoinCap.
public static Exchange Coincheck { get; }
value = Exchange.Coincheck
Informationen zu Coincheck.
public static Exchange CoinExchange { get; }
value = Exchange.CoinExchange
Informationen über CoinExchange.
public static Exchange CoinHub { get; }
value = Exchange.CoinHub
Informationen über CoinHub.
public static Exchange Coinigy { get; }
value = Exchange.Coinigy
Informationen über Coinigy.
public CountryCodes? CountryCode { get; set; }
value = exchange.CountryCode
exchange.CountryCode = value
ISO-Ländercode.
public static Exchange Cryptopia { get; }
value = Exchange.Cryptopia
Informationen über Cryptopia.
public static Exchange Currenex { get; }
value = Exchange.Currenex
Informationen über Currenex.
public static Exchange Deribit { get; }
value = Exchange.Deribit
Informationen über Deribit.
public static Exchange Digifinex { get; }
value = Exchange.Digifinex
Informationen zu Digifinex.
public static Exchange DigitexFutures { get; }
value = Exchange.DigitexFutures
Informationen über DigitexFutures.
public static Exchange DukasCopy { get; }
value = Exchange.DukasCopy
Informationen über DukasCopy.
public static Exchange EUREX { get; }
value = Exchange.EUREX
Informationen über den Vorstand EUREX.
public string FullNameLoc { get; set; }
value = exchange.FullNameLoc
exchange.FullNameLoc = value
Vollständiger Name (Lokalisierungsschlüssel).
public static Exchange GainCapital { get; }
value = Exchange.GainCapital
Informationen über GainCapital.
public static Exchange Integral { get; }
value = Exchange.Integral
Informationen über Integral.
public static Exchange Latoken { get; }
value = Exchange.Latoken
Informationen über Latoken.
public static Exchange LiveCoin { get; }
value = Exchange.LiveCoin
Informationen über LiveCoin.
public static Exchange MBTrading { get; }
value = Exchange.MBTrading
Informationen über MBTrading.
public string Name { get; set; }
value = exchange.Name
exchange.Name = value
Codename des Austauschs.
public static Exchange Poloniex { get; }
value = Exchange.Poloniex
Informationen über Poloniex.
public static Exchange PrizmBit { get; }
value = Exchange.PrizmBit
Informationen über PrizmBit.
public static Exchange Quoinex { get; }
value = Exchange.Quoinex
Informationen über Quoinex.
public static Exchange StockSharp { get; }
value = Exchange.StockSharp
Informationen über StockSharp.
public static Exchange TradeOgre { get; }
value = Exchange.TradeOgre
Informationen über TradeOgre.
public static Exchange Tradier { get; }
value = Exchange.Tradier
Informationen über Tradier.
Methoden
public override Exchange Clone()
result = exchange.Clone()
Erstellen Sie eine Kopie von Exchange.
Rückgabe: Kopie.
public override int GetHashCode()
result = exchange.GetHashCode()
Dient als Hash-Funktion für einen bestimmten Typ.
Rückgabe: Ein Hash-Code für das aktuelle Objekt.
public void Load(SettingsStorage storage)
exchange.Load(storage)
Lasteinstellungen.
- storage
- Einstellungen Lagerung.
protected override bool OnEquals(Exchange other)
result = exchange.OnEquals(other)
Vergleichen Sie den Austausch über die Äquivalenz.
- other
- Ein weiterer Wert, mit dem man vergleichen kann.
Rückgabe: , wenn das angegebene Objekt gleich dem aktuellen Objekt ist, andernfalls, .
public void Save(SettingsStorage storage)
exchange.Save(storage)
Einstellungen speichern.
- storage
- Einstellungen Lagerung.
public override string ToString()
result = exchange.ToString()
Konvertieren Sie in eine Liniendarstellung.
Rückgabe: String-Leistung.